body.adminimal-menu div#admin-menu {
  z-index: 1111001;
}

.mobile-menu {
  z-index: 1000;
}

.navigation_mobile_sticky {
  display: block;
}

.navigation_sticky {
  display: none;
}

img[class='tracker'] {
  display: block;
}

.navigation_sticky.is-sticky .header-navbar .home {
  background-image: url(../images/masthead_sqlogo2.png);
  background-color: #E1F3FC !important;
}

body.front .navigation_sticky {
  display: block;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 13px;
  left: 0px;
  right: 0px;
  height: 4px;
  background: #5D666F;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #5D666F;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

.menu.wrapper {
  display:     -webkit-box;
  display:     -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-align-items: center;
          align-items: center;
  padding: 5px 15px;
  background-color: #fff;
  border-bottom: 3px solid #cbd0d3;
}

.menu.dropdown > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu.dropdown {
  display: none;
  z-index: 1000;
  background: #CBD0D3;
}

.menu.mobile.dropdown > ul {
  display:     -webkit-box;
  display:     -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.menu.mobile.dropdown > ul > li {
  padding: 5px 10px;
  width: 50%;
  border-bottom: 1px solid #D8DADB;
  font-size: 16px;
  box-shadow: inset 0 -1px 0 0 #BABFC2;
}

.menu.wrapper > .logo > a {
  display: block;
  position: relative;
}

.menu.wrapper > .logo > a > img:not(.tracker) {
  width: 250px;
  max-width: 100%;
}

.search.wrapper {
  display:     -webkit-box;
  display:     -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
}

.search.wrapper > .search,
.search.wrapper > .login {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  overflow: hidden;
  color: transparent;
  margin: 5px;
}

.search.wrapper > .search {
  background-image: url(../images/magnify-32.png);
  background-image: url(../images/magnify-32.svg), linear-gradient(transparent, transparent);
}

.search.wrapper > .login {
  background-image: url(../images/humans-32.png);
  background-image: url(../images/humans-32.svg), linear-gradient(transparent, transparent);
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex.vertical-end {
  -webkit-align-items: flex-end;
      -ms-align-items: flex-end;
          align-items: flex-end;
}

.search-bar {
  background-color: #CBD0D3;
}

form#cse-search-box {
  background-color: transparent;
}

.front .menu.wrapper {
  display: none;
}

#admin-menu-menu {
  display: none;
}

.article_sidebar .sidebar > a > span {
  margin: 0;
}

@media (min-width: 768px) {
  #admin-menu-menu {
    display: block;
  }
}

@media (max-width: 1024px) {
  .navigation_mobile_sticky {
    height: 63px !important;
  }
}

@media (min-width: 1025px) {
  .navigation_sticky {
    display: block;
  }

  .menu.wrapper {
    display: none;
  }

  .menu.dropdown {
    display: none !important;
  }

  .search-bar {
    background-color: #0B70A5;
  }
}

@media (min-width: 1024px) {
  .navigation_sticky {
    display: block;
  }
}


/***** FOOTER ******/
/***** FOOTER ******/
/***** FOOTER ******/
/***** FOOTER ******/

.footer_container {
  border-top: 1px solid #005983;
  padding-top: 10px;
}

.middle-content h2 {
  margin: 0;
}

#feedback-form .form-group {
  padding: 5px;
  margin: 0;
  background-color: transparent;
}

#feedback-form .alert {
  border-radius: 0;
  margin-bottom: 5px;;
}

#feedback-form .form-submit {
  margin: 5px 5px 10px;
  border-radius: 0;
  font-size: 14px;
}

#feedback-form label {
  display: none;
}

.asiaone-img {
  display: block;
  width: 150px;
  margin: 10px auto;
}

.sphdigital-img {
  display: block;
  margin: 10px auto;
  width: 130px;
}

.footer-col-3 input,
.footer-col-3 textarea {
  margin-bottom: 10px;
}

.footer-col-3 input {
  border-radius: 0;
  margin: 0;
  height: auto;
  padding: 10px 15px;
}

#feedback-form .form-control {
  border: 1px solid #E1E5E7;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #ecf0f1;
  outline: 0;
}

#feedback-form > div:last-child {
  margin-left: -5px;
  margin-right: -5px;
}

#feedback-form .form-item-name,
#feedback-form .form-item-email {
  width: 50%;
  float: left;
}

#feedback-form .form-item-comment {
  clear: both;
}

#feedback-form .form-item.error .form-control {
  background-color: #F2DEDE;
  border: 1px solid #ebccd1;
  color: #a94442;
}

#feedback-form .form-control:focus {
  background-color: #ecf0f1 !important;
  border-color: #E1E5E7 !important;
}

#feedback-form .form-item.error .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a94442;
}

#feedback-form .form-item.error .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #a94442;
}

#feedback-form .form-item.error .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #a94442;
}

#feedback-form .form-item.error .form-control:-moz-placeholder { /* Firefox 18- */
  color: #a94442;
}

#feedback-form textarea + .grippie {
  display: none;
}

.footer-col-2 .facebook,
.footer-col-2 .twitter,
.footer-col-2 .twitter,
.footer-col-2 .gplus,
.footer-col-2 .linkedin,
.footer-col-2 .rss,
.footer-col-2 .instagram {
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg), none;
  height: 32px;
  width: 32px;
  float: left;
  margin: 8px;
}

.footer-col-2 .facebook {
  background-position: -42px 0;
}

.footer-col-2 .twitter {
  background-position: -126px 0;
}

.footer-col-2 .instagram {
  background-position: -84px 0;
}

.footer-col-2 .gplus {
  background-position: 0px 0px;
}

.footer-col-2 .rss {
  background-position: -168px 0;
}

.social.wrapper > a > span:hover {
  background-position-y: -42px;
}

.footer-col-2 span,
.social-container span {
  background-repeat: no-repeat;
  display: block;
}

#feedback-form textarea {
  border-radius: 0;
  margin-bottom: 0;
}

.footer-col-1 .list-group-item {
  border: none;
  margin-bottom: 0;
  padding: 0;
}

.footer-col-2 .followus,
.footer-col-3 .form-heading,
.social-container .followus {
  color: #024371;
  font-size: 25px;
  margin-top: 10px;
  text-align: center;
}

.copyright {
  background-color: #005983;
  color: #ecf0f1;
  text-align: center;
  font-size: 13px;
  padding: 10px 0;
}

.copyright a {
  color: #ecf0f1;
}

.footer-col-1 .list-group {
  text-align: center;
}

@media (max-width: 767px) {
  .social.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .asiaone-img, .sphdigital-img {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-col-1 .list-group,
  .footer-col-2 .followus,
  .footer-col-3 .form-heading,
  .social-container .followus {
    text-align: left;
  }
}

/***** END OF FOOTER ******/
/***** END OF FOOTER ******/
/***** END OF FOOTER ******/

/**
 * [start] CSS FOR ITEMS GLOBAL
 */

.items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 7.5px -7.5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.items > .item {
    font-size: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    max-width: 100%;
    position: relative;
    min-height: 0;
    padding: 7.5px;
    border: none;
}

.items > .item > .image {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
    background: rgba(0,0,0,.05);
}

.items > .item > .content > .header.three-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-line-clamp: 3;
  line-height: 1.2857em;
  max-height: 3.8571em;
}

.items.inline > .item > .content > .header {
  margin: 0;
}

.items > .item > .content > .meta {
  font-size: 14px;
  font-style: italic;
  color: #bdc3c7;
}

.items > .item > .content > .meta.category {
  font-style: normal;
  text-transform: uppercase;
  color: #0087ce;
  font-weight: 700;
  font-size: 12px;
}

.items > .item > .content > .meta.category:hover {
  color: #CB2027;
}

.items.inline > .item > .image {
  width: 150px;
}

.items.inline > .item {
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.items > .item > .image > .duration {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: rgba(0,0,0,0.75);
  color: #ecf0f1;
  padding: 3px 6px;
  font-size: 12px;
}

.items > .item > .image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    background-color: transparent;
}

.items > .item > .content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    background: 0 0;
    margin: 0;
    box-shadow: none;
    font-size: 1em;
    border-radius: 0;
    padding: 7.5px 15px;
}

.items > .item > .content.clouds {
  background-color: #ecf0f1;
}

.items > .item > .content > .header {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    line-height: 1.2857em;
    display: block;
}

.items > .item > .content > .header.bold {
  font-weight: 700;
}

.items > .item > .content > .header.big {
  font-size: 16px;
}

.four.items > .item {
    width: calc(25% - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
}

.panel-qoo10 > .block-title > .qoo10_view_more {
    float: right;
    display: block;
    width: 62px;
    height: 19px;
    background-image: url(../images/logo_qoo10.png);
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    padding-right: 15px;
}

.panel-qoo10 > .block-title > .qoo10_view_more:before {
    content: 'See more deals on ';
    font-size: 12px;
    color: #2c3643;
    text-transform: none;
    font-weight: 400;
    position: absolute;
    right: 100%;
    line-height: normal;
    width: 100px;
    top: calc(50% - 7.5px);
}

.panel-qoo10 > .block-title.panel-title > a {
    color: #FF4719;
    font-weight: 500;
}

.panel-qoo10 > .block-title > .qoo10_view_more:hover:before {
    color: #CB2027;
}

.panel-qoo10 .panel-title {
    border-color: #FF4719 !important;
}

.sidebar .panel-qoo10 .panel-title {
    font-size: 26px;
    border-bottom: 5px solid;
}

.panel-qoo10 {
  padding: 0 !important;
}

.news-sections-left .attachment-after .other-news .image-content img,
.news-sections-right .attachment-after .other-news .image-content img {
  max-width: 100px;
  display: block;
}

.items > .item.ad {
  background-color: #bdc3c7;
  box-shadow: inset 0 0 0 7.5px #fff;
}

.items > .item.centered-all {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 767px) {
  .items > .item > .image {
    width: 150px;
  }
}

@media (min-width: 768px) {
  .items>.item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .items > .item > .content > .header.big {
    font-size: 20px;
  }
}

/**
 * [end] CSS FOR ITEMS GLOBAL
 */


/**
 *
 * [start] CSS Markups for Moments
 *
 */

.node-gallery .field-name-field-moments-source,
.node-moments .field-name-field-moments-source {
  display: inline-block;
}

.node-gallery .field-name-field-moments-source > .field-items,
.node-moments .field-name-field-moments-source > .field-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: 700;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.node-gallery .field-name-field-moments-source > .field-items > .field-item:after,
.node-moments .field-name-field-moments-source > .field-items > .field-item:after {
  content: ",\00a0";
}

.node-gallery .field-name-field-moments-source > .field-items > .field-item:last-child:after,
.node-moments .field-name-field-moments-source > .field-items > .field-item:last-child:after {
  display: none;
}

.node-gallery > .source,
.node-moments > .source {
  font-size: 12px;
  padding-bottom: 10px;
  font-weight: bold;
}

.node-gallery > .title,
.node-moments > .title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4em;
  margin: 0;
}

.node-gallery > .intro,
.node-moments > .intro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  opacity: 0.85;
}

.node-gallery > .intro > img + span,
.node-moments > .intro > img + span {
  margin-left: 5px;
  text-transform: uppercase;
  font-weight: 700;
}

.node-gallery,
.node-moments {
  padding: 15px 0 30px;
}

/**
 *
 * [end] CSS Markups for Moments
 *
 */

/**
 *
 * [start] Node Body Styles
 *
 */

.node .article-content > .image {
  margin-bottom: 15px;
}

.node .article-content > .image > figcaption {
  border: 1px solid;
  border-top: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  font-size: 14px;
  color: #7f8c8d;
  display: table-caption;
  caption-side: bottom;
  font-weight: 700;
  padding: 5px 10px;
}

.node .article-content > .image > figcaption > em {
  font-weight: 400;
  display: block;
}

.node .article-content > .image > figcaption:empty {
  padding: 0 !important;
}

.node .article-content > .image > img {
  max-width: 100%;
  width: 100%;
  position: relative;
  display: block;
}

.node .article-content > .image,
.node .article-content .node-gallery,
.node .article-content .node-moments {
  border: 1px solid;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  margin: 0 auto 15px;
  display: table;
}

.node .article-content .node-gallery,
.node .article-content .node-moments {
  padding: 10px;
}

.node .article-content > .image {
  border-bottom: 0;
}

.node .article-content .innity-ad {
  margin-bottom: 15px;
}

.node .article-content {
  text-align: justify;
}

.oembed-facebook iframe,
.oembed-facebook .fb-post,
.oembed-facebook .fb-post > span,
.oembed-twitter twitterwidget,
.oembed-instagram iframe,
.oembed-instagram iframe + blockquote{
  max-width: 100% !important;
  min-width: 350px !important;
  display: block !important;
  position: relative !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.oembed-youtube iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  position: relative !important;
}

.nid {
  display: none !important;
}

.block-custom > h2.panel-title {
  background: url(../images/accord-header.png) repeat;
  border-top: 3px solid #740001;
  color: #00437c;
  font-weight: 300;
  margin: 0;
  padding: 9px 0 9px 15px;
  font-size: 26px;
  line-height: 28px;
  margin-top: 15px;
}

/**
 *
 * [start] Node Body Styles
 *
 */


/**
 * [start] TLDR Styles
 */

.tldr {
  border: 2px solid #0084ff;
  padding: 15px;
  margin-bottom: 15px;
}

.tldr > .ribbon {
  float: left;
  background-color: #0084ff;
  color: #ecf0f1;
  text-align: center;
  margin-right: 15px;
  padding: 15px 10px 50px;
  position: relative;
  width: 110px;
  margin-top: -15px;
}

.tldr > .ribbon:after {
  content: '';
  border-bottom: 27.5px solid #fff;
  border-left: 55px solid #0084ff;
  border-right: 55px solid #0084ff;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.tldr > .ribbon > .header {
  margin: 5px 15px;
  font-size: 24px;
}

.tldr > .ribbon > .sub.header {
  font-size: 14px;
}

/**
 * [end] TLDR Styles
 */


/**
 * [start] brightcove video page styles
 */

.brightcove .details > .meta {
  padding: 0;
  list-style: none;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.brightcove .details > .meta > * {
  padding: 3px 6px;
  background-color: #95a5a6;
  color: #ffffff;
}

.page-video .main-wrapper > .aux > .region-content {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
}

.page-video .sidebar {
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}

.page-video .content-top-fold {
  margin-bottom: 15px;
}

.page-video .page-title {
  margin: 0 0 15px;
  font-size: 36px;
  font-weight: bold;
  color: #3B444F;
}


@media ( min-width: 1024px ) {
  .page-video:not(.page-video-listing) .main-wrapper > .aux > .region-content {
    width: calc(100% - 300px);
  }

  .page-video .sidebar {
    width: 300px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
}

/**
 * [end] brightcove video page styles
 */


/**
 * [start] loader
 */

.cssload-container {
  width: 100%;
  height: 24px;
  text-align: center;
  margin: 15px 0;
}

.cssload-speeding-wheel {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  border: 1px solid rgb(44,62,80);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 575ms infinite linear;
    -o-animation: cssload-spin 575ms infinite linear;
    -ms-animation: cssload-spin 575ms infinite linear;
    -webkit-animation: cssload-spin 575ms infinite linear;
    -moz-animation: cssload-spin 575ms infinite linear;
}



@keyframes cssload-spin {
  100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
  100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
  100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
  100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
  100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

/**
 * [start] loader
 */


/**
 * [start] content
 */

  .lifestyle .sections-wrapper > section {
    width: calc(100% - 300px);
  }

/**
 * [end] content
 */
