.follow {
  padding: 30px 0;
}

.follow .btn--follow {
  float: right;
}

@media (max-width: 767px) {
  .follow .btn--follow {
    float: left;
  }
}

.btn--follow {
  min-width: 120px;	
  padding: 5px 10px;
  border-radius: 18px;
  border: 1.2px solid;
  color: #BB0000;
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 5px;
}

i .btn--follow:hover {
  cursor: pointer;
}

.btn--follow__icon {
  float: right;
}

.btn--followed {
  color: #5e5e5e;
}

.btn--bookmark {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.btn--bookmark.active, .btn--bookmark:hover {
  background: transparent;
}

.btn--bookmark.active i::before, .btn--bookmark:hover i::before {
  color: #bb0000;
  content: "\f02e";
}

.btn--bookmark i {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  font-size: 30px;
  line-height: 34px;
}

.btn--bookmark i::before {
  color: #7f7f7f;
}

.btn--bookmarked {
  color: #BB0000;
}

.btn--bookmark--big {
  margin-top: 5px;
  background: url(https://cdn.thestar.com.my/Themes/img/bookmark-btn-stories.svg);
  background-position: top left;
  background-repeat: no-repeat;
  border: none;
  line-height: 20px;
  width: 20px;
  height: 20px;
  outline: none;
}

.btn--bookmark--big:hover {
  background: url(https://cdn.thestar.com.my/Themes/img/bookmark-btn-stories-red.svg);
  background-position: top left;
  background-repeat: no-repeat;
}

.btn--bookmarked--big {
  background: url(https://cdn.thestar.com.my/Themes/img/bookmark-btn-stories-red.svg);
  background-position: top left;
  background-repeat: no-repeat;
  border: none;
  line-height: 20px;
  width: 20px;
  height: 20px;
  outline: none;
  margin-top: 5px;
}

.btn--bookmarked--big:hover {
  background: url(https://cdn.thestar.com.my/Themes/img/bookmark-btn-stories.svg);
  background-position: top left;
  background-repeat: no-repeat;
}

.btn--load {
  border: 2px solid #BB0000;
  color: #BB0000;
  border-radius: 3px;
  font-weight: 600;
  padding: 6px 25px;
  text-transform: capitalize;
}

.btn--load:hover {
  cursor: pointer;
}

.btn--subscribe {
  color: #fff;
  background-color: #DA2128;
  padding: 5px 10px;
  margin-top: 4px;
  margin-right: 12px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: .813em;
}

.btn--subscribe:hover {
  background-color: #bb0000;
  color: #fff;
}

.dropdown--subscribe li {
  padding: 0 !important;
  float: none !important;
}

.dropdown--subscribe li a {
  padding: 10px;
  font-size: 12px;
}

.btn--toggle {
  color: #bb0000;
  border: 2px solid;
  padding: 5px 10px;
  border-radius: 8px;
  font-weight: 600;
}

.followboxes__desc {
  padding: 10px 0;
}

.followboxes__link {
  visibility: hidden;
  padding: 10px 0;
}

.followboxes__link a {
  color: #BB0000;
}

.followboxes--columnists .followbox {
  height: 160px;
}

@media (max-width: 767px) {
  .followboxes--columnists .followbox {
    height: auto;
  }
}

.followboxes--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.followboxes--flex .followbox {
  height: 100%;
}

.followboxes--flex .col-xs-12 {
  margin-bottom: 10px;
}

.followboxes__headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.followboxes__headings .btn--toggle {
  margin-left: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.followboxes__headings .btn--toggle::before {
  content: "Collapse All";
}

.followboxes__headings .btn--toggle.active {
  background: transparent;
}

.followboxes__headings .btn--toggle.active::before {
  content: "Expand All";
}

.followboxes h3 {
  font-size: 18px;
  margin: 15px 0;
  display: inline-block;
}

.followboxes .panel {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.followboxes .panel-heading {
  background-color: #EDEDF3;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.followboxes .panel-heading.dark {
  background-color: #4E4E4E;
  color: #ffffff;
}

.followboxes .panel-heading.dark [data-toggle="collapse"]:after {
  color: #ffffff;
}

.followboxes .panel-heading.dark a {
  font-size: 18px;
}

.followboxes .panel-heading.dark a:hover, .followboxes .panel-heading.dark a:focus {
  color: #ffffff;
}

.followboxes .panel-body {
  padding: 10px 0;
  border-top: 0 !important;
}

.followboxes .panel-title a {
  font-size: 16px;
}

.followboxes .panel-heading [data-toggle="collapse"]:after {
  content: "\f077";
  font-weight: 100;
}

.followbox {
  padding: 15px 10px;
  border: 1px solid #d6d6d6;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.followbox.followed .followbox__button {
  color: #5e5e5e;
}

.followbox .mt-2 {
  margin-top: 15px;
}

.followbox__title h4 {
  xtext-transform: capitalize;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.followbox__title.topic h4 {
  font-size: 16px;
}

.followbox__title a {
  display: inline-block;
}

.followbox__author {
  border-radius: 100%;
  border: 1px solid #d6d6d6;
  padding: 0;
  max-width: 80px;
}

.followbox__columnist {
  font-size: .813em;
  line-height: 1.385em;
  font-weight: 400;
  padding-left: 0;
  margin-top: 0px;
  color: #adadad;
}

.followbox__button-container {
  height: 100%;
  display: initial;
  display: flex-items;
  position: absolute;
  overflow-y: auto;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #d6d6d6;
  padding: 0;
}

.followbox__image {
  padding: 10px;
  text-align: center;
}

.followbox__title {
  padding: 10px 15px;
}

.followbox__button {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid;
  color: #BB0000;
}

.followbox__button:hover {
    cursor: pointer;
}

.followbox .btn--follow {
  display: inline-block;
  width: 40%;
}

.followbox:after {
  content: '';
  clear: both;
  display: table;
}

.followbox--2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

.followbox--2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
}

.tab-option {
  position: relative;
  bottom: 0;
  padding: 15px 10px;
}

.wrap-nav {
  display: block;
  min-height: 87px;
}

.wrap-nav .navbar {
  padding: 6px 40px;
}

@media (min-width: 768px) {
  .wrap-nav .navbar {
    display: block;
  }
}

.wrap-nav .navbar-header {
  text-align: center;
  float: none;
}

.wrap-nav .backto {
  position: absolute;
  left: 5%;
  margin-top: 25px;
}

.wrap-nav .header-log {
  position: absolute;
  right: 5%;
  top: 30px;
}

.wrap-nav .backto-dark .icon.sprite-icon {
  background-position: -816px -27px;
  width: 24px;
  height: 16px;
}

.wrap-nav .sprite-icon {
  background: url(https://cdn.thestar.com.my/Themes/img/tsol-spritesv3.svg);
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .wrap-nav .biz {
    display: none;
  }
}

.wrap-nav .biz.icon-res {
  display: none;
}

@media (max-width: 767px) {
  .wrap-nav .biz.icon-res {
    display: block;
    margin: 0 auto;
  }
}

.footer-alt {
  background: #444443;
  padding: 10px 0 20px 0;
}

.footer-alt h3 {
  color: #fff;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.429em;
  letter-spacing: 0.3px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 10px;
}

.footer-alt ul,
.footer-alt li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-alt ul.footer-nav {
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}

.footer-alt ul.footer-nav li {
  display: inline-block;
}

.footer-alt ul.footer-nav li a {
  color: #b5b5b5;
  font-weight: 400;
  vertical-align: middle;
  font-size: 0.85em;
  line-height: 25px;
  display: inline-block;
}

.footer-alt ul.footer-nav li .divider {
  color: #d6d6d6;
  margin: 0 15px;
}

.footer-alt ul.social {
  overflow: hidden;
}

.footer-alt ul.social li {
  float: left;
  margin: 0 6px 5px 0;
  padding: 0;
}

.footer-alt .fb-color .icon.sprite-icon {
  background-position: -308px -235px;
  width: 31px;
  height: 31px;
}

.footer-alt .copyright {
  text-align: left;
  color: #fff;
  font-size: 0.688em;
  letter-spacing: 0.5px;
  margin: 0;
}

.footer-col-right {
  float: right;
  text-align: right;
  margin-top: 10px;
}

.footer-col-right h3,
.footer-col-right ul {
  display: inline-block;
  vertical-align: middle;
}

.footer-n {
  color: #8F8F8F;
  background-color: #303030;
  border-top: 1px solid #707070;
  padding: 30px 10px;
}

.footer-n__inner {
  max-width: 800px;
  margin: 0 auto 30px;
}

.footer-n__inner:last-child {
  margin: 0 auto 0;
}

.footer-n__inner:last-child iframe {
	height: 60px;
}

@media (max-width: 1023px) {
	.footer-n__inner:last-child iframe {
		height: 110px;
	}
}


.footer-n__links {
  display: inline-block;
  float: left;
  width: 20%;
}

@media (max-width: 1024px) {
  .footer-n__links {
    width: 50%;
    margin-bottom: 30px;
  }
}

.footer-n__links b {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  color: #bbbbbb;
}

.footer-n__links ul li a {
  color: #8F8F8F;
  display: block;
  font-size: 13px;
  font-weight: 400;
  padding: 0 0 5px;
  cursor: pointer;
}

.footer-n__clearfix {
  display: none;
}

@media (max-width: 1024px) {
  .footer-n__clearfix {
    display: block;
  }
}

.footer-n__socials {
  display: inline-block;
}

@media (max-width: 1024px) {
  .footer-n__socials {
    display: block;
    margin-bottom: 20px;
  }
}

.footer-n__socials li {
  display: inline-block;
  padding: 0 6px;
}

@media (max-width: 1024px) {
  .footer-n__socials li {
    margin: 0 5px;
  }
}

.footer-n__downloads {
  display: inline-block;
}

.footer-n__downloads li {
  display: inline-block;
}

@media (max-width: 1024px) {
  .footer-n__downloads li {
    display: block;
    margin-bottom: 5px;
  }
}

.footer-n__newsletter {
  padding: 10px 0;
}

.footer-n__newsletter input {
  border-radius: 0;
}

.footer-n__newsletter .form-group {
  margin-bottom: 0;
}

.footer-n__newsletter .btn-default.regbutton {
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 25px;
  background-color: #000000;
  font-size: 14px;
}

.footer-n__newsletter .btn-default.regbutton:active {
  color: #fff;
}

.footer-n__newsletter label {
  float: left;
  width: 30%;
  line-height: 32px;
  padding: 0 10px;
  text-align: right;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .footer-n__newsletter label {
    width: 100%;
    float: none;
    text-align: center;
    padding: 10px;
  }
}

.footer-n__newsletter .footer-n__input {
  display: inline-block;
  font-size: 14px;
}

.columnists-set .col-wrap {
  margin-bottom: 20px;
}

.columnists-set .timestamp {
  display: block;
}

.follow__columnist .buttons {
  padding: 0 0 15px;
}

.follow__columnist .btn--follow {
  margin-right: 10px;
  margin-bottom: 7px;
  min-width: auto;
  float: left;
  font-weight: 400;
}

.follow__columnist .btn--follow__icon {
  margin-left: 5px;
}

.follow__columnist .btn--followed {
  display: inline-block;
}

.nav .btn--logout {
  border: 1px solid #d6d6d6;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: .813em;
  display: inline-block;
  font-weight: 600;
}

.nav .btn--subscribe {
  padding: 5px 10px;
  margin-top: 4px;
  margin-right: 12px;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .nav .btn--subscribe {
    padding: 3px 10px;
	margin-right: 5px;
  }
}

.nav .btn--subscribe:active, .nav .btn--subscribe:focus, .nav .btn--subscribe:hover {
  color: #383838 !important;
}

.navbar-right .dropdown-menu li a {
  padding: 10px;
}

.navbar-right .dropdown-menu .center {
  text-align: center;
}

.navbar-right .dropdown--subscribe {
  display: none;
}

@media (max-width: 991px) {
  .navbar-right .dropdown--subscribe {
    display: inline-block;
  }
}

#navbar-main.navbar {
  background-color: #bb0000;
  border-color: #bb0000;
  border-radius: 0;
  border-bottom: 0;
  border-top: 0;
}

@media (max-width: 991px) {
  #navbar-main.navbar {
    background-color: #303030;
    border-color: #303030;
  }
}

#navbar-main.navbar .login {
  color: #ffffff;
}

@media (max-width: 1024px) {
  #navbar-main.navbar .login {
    margin-top: 8px;
  }
}

@media (max-width: 991px) {
  #navbar-main.navbar .login {
    margin-top: 4px;
  }
}

#navbar-main.navbar .login:hover {
  color: #555 !important;
}

@media (max-width: 768px) {
  #navbar-main.navbar a {
    color: #555;
  }
}

#navbar-main.affix {
  top: 36px;
}

@media (max-width: 1024px) {
  #navbar-main.affix {
    top: 31px;
  }
}

#navbar-main.affix .container {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1024px) {
  #navbar-main.affix .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#navbar-main.affix .navbar-left li a {
  line-height: 28px;
}

#navbar-main.affix .navbar-right {
  padding-top: 4px;
}

@media (max-width: 1024px) {
  #navbar-main.affix .navbar-right {
    padding-top: 0;
  }
}

#navbar-main.affix #navi-home .sprite-icon {
  height: 17px;
  width: 16px;
}

#navbar-main.affix #navi-home.active .sprite-icon {
  background-position: -100px -389px;
          filter: invert(1);
}

#navbar-main.affix #navi-home:hover .sprite-icon {
  background-position: -100px -389px;
  -webkit-filter: invert(0);
          filter: invert(1);
}

#navbar-main.navbar--grey {
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
}

#navbar-main.navbar--grey .log-in-light .sprite-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}

@media (max-width: 767px) {
  .tab-panel-2 .nav-pills > li.active > a {
    border-top: 2px solid #bb0000 !important;
  }
}

.filter-navi .btn--follow {
  float: right;
}

@media (max-width: 767px) {
  .filter-navi .btn--follow {
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
  }
  .filter-navi .btn--follow span {
    display: none;
  }
}

.mobile-panel .btn--subscribe {
  color: #ffffff !important;
}

.feed__icon {
  max-width: 160px;
  margin-bottom: 10px;
}

.btn-login .login {
  border: 1px solid #d6d6d6;
  padding: 5px 10px;
  margin-top: 4px;
  margin-right: 12px;
  border-radius: 2px;
  font-size: .813em;
  line-height: 20px;
}

.btn-login .login:hover {
  color: #383838;  
}

.social-branding li .epaper:first-child:hover {
  background-color: transparent;
}

.topics-content .divider {
  margin: 0;
}

.social-inner {
  width: 75%;
  float: left;
}

ul.social-branding li {
  padding: 10px 0;
}

.social-branding-mobile {
  display: none;
}

@media (max-width: 767px) {
  .social-branding-mobile {
    display: block;
  }
}

.social-branding-mobile li {
  display: inline-block;
}

.social-branding-mobile .appstore .icon.sprite-icon {
  background-position: -735px -310px;
  width: 120px;
  height: 35px;
}

.social-branding-mobile .playstore .icon.sprite-icon {
  background-position: -589px -310px;
  width: 120px;
  height: 35px;
}

.social-branding-mobile.small .appstore .icon.sprite-icon {
  background-position: -245px -24px;
  width: 86px;
  height: 30px;
}

.social-branding-mobile.small .playstore .icon.sprite-icon {
  background-position: -101px -24px;
  width: 86px;
  height: 30px;
}

.navbar-nav #btn_login,
.navbar-nav #podcast {
  display: none;
}

@media (max-width: 991px) {
  .navbar-nav #btn_login,
  .navbar-nav #podcast {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .navbar-nav #btn_login a {
    color: #ffffff !important;
  }
}

.promobox {
  /* CSS Document */
  /*------------------
   PROMO SLIDE BOX 
-------------------*/
}

.promobox #promobox {
  bottom: 60px;
  z-index: 9999;
  /*width: 100%;
  padding: 3px 20px;
  background-color: #f0f0f0;
  position: fixed;
  right: 0;
      -moz-box-shadow:-1px 0px 2px #d7d7d7;
    -webkit-box-shadow:-1px 0px 2px #d7d7d7;
    box-shadow:-1px 0px 2px #d7d7d7;
  border-top: 1px solid #b00;
  text-align: center;
  display: block;*/
}

.drop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.drop .audio-box-ctr {
  display: none;
}

.drop__close {
  background-color: #303030;
  padding: 10px 15px;
  text-align: right;
}

.drop__closebutton {
  display: inline-block;
  cursor: pointer;
}

.drop--search {
  bottom: 60px;
}

.drop--search .container {
  padding-top: 30vh;
}

.drop--audio {
  bottom: 60px;
}

.drop--audio .drop__close {
  padding: 10px 25px;
  color: white;
}

.drop--search .drop__close {
  color: white;
}

.drop .tab-content {
  overflow-y: scroll;
  height: calc(100vh - 250px);
}

.drop .audio-box {
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 100%;
  border: 0;
  position: relative;
}

.drop .audio-box .playlist {
  height: auto;
}

.drop.active {
  opacity: 1;
  visibility: visible;
}

.drop.active .audio-box-ctr {
  display: block;
  top: 0;
  bottom: 0;
}

@media (max-width: 1024px) {
  .drop.active .audio-box-ctr {
    bottom: 0px;
    overflow: hidden;
  }
}

.drop .nav {
  background-color: #f9f9f9;
}

.drop .nav li {
  width: 100%;
  display: inline-block;
  border-bottom: 2px solid transparent;
  float: left;
  text-align: center;
}

.drop .nav li a {
  background-color: #f9f9f9;
  font-size: 14px;
}

.drop .nav li.active {
  border-bottom: 2px solid #BB0000;
  color: #bb0000;
}

.drop .tab-content .tab-pane-audio {
  padding: 0 10px;
}

.drop .tab-content .tab-pane-foryou {
  padding: 50px 40px;
}

.drop .tab-content .tab-pane-foryou .icon-headphone {
  margin: 0 auto 15px;
  width: 65px;
  height: 65px;
  background-image: url(https://cdn.thestar.com.my/Themes/img/podcast-icon-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.drop .tab-content .tab-pane-foryou h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.drop .tab-content .tab-pane-foryou p {
  font-size: 16px;
}

.drop .tab-content .tab-pane-foryou .btn {
  padding: 10px 25px;
  margin: 30px 0 10px;
}

.drop .tracks {
  padding: 8px 5px 8px 0;
}

.drop .tracks:first-child {
  padding: 0px 5px 8px 0;
}

.drop .tracks:last-child {
  padding: 8px 5px 0 0;
}

.drop .tracks.played:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.drop .tracks h3 {
  cursor: pointer;
}

.mobilenav {
  display: block;
  background-color: #ffffff;
  z-index: 9999;
  width: 100%;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #efefef;
  padding-top: 5px;
}

.mobilenav ul > li {
  display: inline-block;
  width: 6%;
  float: left;
  text-align: center;
  font-size: 10px;
  cursor: pointer;
  margin: 0 7% 0 7%;
}

@media (max-width: 765px) {
  .mobilenav ul > li {
	  display: inline-block;
	  width: 8%;
	  float: left;
	  text-align: center;
	  font-size: 10px;
	  cursor: pointer;
	  margin: 0 6% 0 6%;
	}
}

@media (max-width: 589px) {
  .mobilenav ul > li {
	  display: inline-block;
	  width: 20%;
	  float: left;
	  text-align: center;
	  font-size: 10px;
	  cursor: pointer;
	  margin: 0 0 0 0;
	}
}

.mobilenav ul > li.active, .mobilenav ul > li:hover {
  background-color: #ffffff;
}

.mobilenav ul > li.active div, .mobilenav ul > li:hover div {
  padding: 7px 0;
  display: block;
  color: #979797;
}

.mobilenav ul > li.active i,
.mobilenav ul > li.active a, .mobilenav ul > li:hover i,
.mobilenav ul > li:hover a {
  color: #BB0000;
}

.mobilenav ul > li.active i:before,
.mobilenav ul > li.active a:before, .mobilenav ul > li:hover i:before,
.mobilenav ul > li:hover a:before {
  color: #BB0000;
}

.mobilenav ul > li.active .home, .mobilenav ul > li:hover .home {
  background-image: url(https://cdn.thestar.com.my/Themes/img/home-red.svg);
}

.mobilenav ul > li.active .paper, .mobilenav ul > li:hover .paper {
  background-image: url(https://cdn.thestar.com.my/Themes/img/for-you-red.svg);
}

.mobilenav ul > li.active .bookmark, .mobilenav ul > li:hover .bookmark {
  background-image: url(https://cdn.thestar.com.my/Themes/img/bookmark-red.svg);
}

.mobilenav ul > li.active .search, .mobilenav ul > li:hover .search {
  background-image: url(https://cdn.thestar.com.my/Themes/img/search-red.svg);
}

.mobilenav ul > li.active .podcast, .mobilenav ul > li:hover .podcast {
  background-image: url(https://cdn.thestar.com.my/Themes/img/podcast-icon-red.svg);
}

.mobilenav ul > li.active > div, .mobilenav ul > li:hover > div {
  color: #BB0000;
}

.mobilenav ul > li a {
  padding: 7px 0;
  display: block;
  color: #979797;
}

.mobilenav ul > li div {
  padding: 7px 0;
  display: block;
  color: #979797;
}

.mobilenav__icon {
  width: 20px;
  height: 20px;
  margin: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-size: contain;
}

.mobilenav__icon.home {
  background-image: url(https://cdn.thestar.com.my/Themes/img/home-grey.svg);
}

.mobilenav__icon.paper {
  background-image: url(https://cdn.thestar.com.my/Themes/img/for-you-grey.svg);
}

.mobilenav__icon.bookmark {
  background-image: url(https://cdn.thestar.com.my/Themes/img/bookmark-grey.svg);
}

.mobilenav__icon.search {
  background-image: url(https://cdn.thestar.com.my/Themes/img/search-grey.svg);
}

.mobilenav__icon.podcast {
  background-image: url(https://cdn.thestar.com.my/Themes/img/podcast-icon-grey.svg);
}

.affix .mega-nav-toggle {
  padding: 15px 10px;
}

.affix .mega-nav {
  top: 52px;
  height: calc(100vh - 172px);
}

.mega-nav {
  display: none;
  position: absolute;
  top: 42px;
  z-index: 100;
  width: 100%;
  height: calc(100vh - 230.4px);
  overflow-y: scroll;
  padding-right: 17px;
  /* Increase/decrease this value for cross-browser compatibility */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* So the width will be 100% + 17px */
  padding: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}

@media (max-width: 768px) {
  .mega-nav {
    display: none !important;
  }
}

.mega-nav-toggle {
  display: block;
  margin: 0;
  padding: 10px;
}

@media (max-width: 768px) {
  .mega-nav-toggle {
    display: none !important;
  }
}

.mega-nav__col {
  width: 20%;
  float: left;
  padding: 0 7px;
}

.mega-nav__inner {
  margin-bottom: 20px;
}

.mega-nav__inner a {
  font-weight: 600;
  font-size: 14px;
}

.mega-nav__title {
  display: block;
  padding: 7px 10px;
  background-color: #eeeeee;
}

.mega-nav__list li > a {
  display: block;
  padding: 15px 10px 0px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.labels {
  font-size: 0.781em;
  font-weight: 400;
  color: #4a4a4a;
  margin-right: 6px;
}

.labels--free {
  color: #bbb;
}

.labels--gold {
  color: #bba77a;
}

.biz-icon {
  font-family: 'Lato';
  font-size: 12px;
  color: #C89414;
}

.biz-icon .fa.fa-lock,
.biz-icon .fa.fa-unlock,
.biz-icon .fa.fa-unlock-alt {
  font-size: 12.496px !important;
}

.embed-responsive-2by3 {
  padding-bottom: 150%;
}

.login-nav {
  padding: 15px 6px;
}

@media (max-width: 768px) {
  .m-login-button {
    display: inline-block !important;
    opacity: 1 !important;
    margin-right: 5px;
	top: 1px;
  }
}

#hllogin:focus, #hllogin:hover {
	background-color: transparent;
}

.small-txt {
  position: relative;
  top: -8px;
  background: #8B8B8B;
  border-radius: 1px;
  color: #fff;
  font-size: 9px;
  padding: 2px;
}

.for-you__desc {
  margin-bottom: 30px;
}

.for-you__desc .f18 {
  margin-bottom: 6px;
}

.for-you__desc .feed {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.for-you__desc .follow__columnist {
  margin-bottom: 20px;
  padding: 0;
}

.for-you__desc .bottom-grey {
  height: 1px;
  margin-bottom: 0;
}

.for-you .panel-group .panel {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.for-you .panel-heading {
  background-color: #EDEDF3;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.for-you .panel-heading.dark {
  background-color: #4E4E4E;
  color: #ffffff;
}

.for-you .panel-heading.dark [data-toggle="collapse"]:after {
  color: #ffffff;
}

.for-you .panel-heading.dark a {
  font-size: 18px;
}

.for-you .panel-heading.dark a:hover, .for-you .panel-heading.dark a:focus {
  color: #ffffff;
}

.for-you .panel-body {
  padding: 15px 0;
}

@media (max-width: 1024px) {
  #tsolmobar.in {
    display: block;
    overflow-y: scroll !important;
    height: 100% !important;
  }
}

@media (max-width: 1024px) {
  .navi-primary-mobile {
    padding-left: 0;
    padding-right: 0;
  }
  .navi-primary-mobile .navigation-title {
    background: #e6e6e6;
    display: block;
    padding: 7px 10px;
    border-bottom: 1px solid #d6d6d6;
    font-weight: bold;
  }
  .navi-primary-mobile .navigation-section {
    background: #ffffff !important;
    clear: both;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .navi-primary-mobile .navigation-children {
    -webkit-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 2;
    column-count: 2;
    list-style: none;
    margin: 7px 0;
  }
  .navi-primary-mobile .navigation-children li {
    margin: 0 10px 0 20px;
    padding: 6px 0;
  }
}

#tsolnavbar {
  display: block;
}

@media (max-width: 991px) {
  #tsolnavbar {
    display: none;
  }
}

#tsolnavbar ul.nav li a {
  color: #ffffff;
}

#tsolnavbar ul.nav li a.active, #tsolnavbar ul.nav li a:active, #tsolnavbar ul.nav li a:hover, #tsolnavbar ul.nav li a:focus {
  color: #383838;
  background-color: #eeeeee;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#tsolnavbar ul.nav li a.active i, #tsolnavbar ul.nav li a:active i, #tsolnavbar ul.nav li a:hover i, #tsolnavbar ul.nav li a:focus i {
  -webkit-filter: invert(1);
          filter: invert(1);
}

#tsolnavbar ul.nav li ul li a {
  color: #333333;
}

.branding .login {
  color: #ffffff;
}

.branding .login:hover {
  color: #555 !important;
  background-color: #eee;
}

#navbar-main.navbar--grey .navbar-right .dropdown-menu li a {
    color: #262626;
}

.navbar-header .navbar-brand.brand-mobile {
  display: none;
}

@media (max-width: 991px) {
  .navbar-header .navbar-brand.brand-mobile {
    display: inline-block;
    position: relative;
    padding: 9px 0;
    top: 0;
    max-height: 38px;
  }
}

.branding {
  background-color: #303030;
  border-color: #303030;
}

.nav > li > a.login {
  color: #ffffff;
}

@media (max-width: 991px) {
  .navbar-toggle {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 15px;
    padding: 11px 10px;
  }
}

@media (max-width: 767px) {
  .navbar-toggle {
    margin-right: 0;
  }
}

.navbar-toggle .icon-bar {
  border: 2px solid #ffffff;
  border-radius: 0;
  background-color: #ffffff;
}

.navbar-toggle .icon-x {
  display: none;
  color: #ffffff;
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
}

#page-header .podcast-btn {
  background: url(https://cdn.thestar.com.my/Themes/img/podcast-icon-white.svg) !important;
}

@media (max-width: 767px) {
  #page-header nav .navbar-right {
    top: 3px;
  }
}

button:focus,
button:active {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bottom-grey {
  margin-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}

.no-scroll {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Avoid width reflow */
}

.no-scroll .mega-nav {
  height: calc(130vh - 94.6px);
}

#wrapperFooter {
  padding-bottom: 60px;
}

.story-wrapper .btn--follow {
  min-width: 0;
  margin-right: 5px;
  margin-bottom: 4px;
}

.story-wrapper .btn--follow:hover {
  cursor: pointer;
}

.show-sd {
  display: block;
}

@media (max-width: 1024px) {
  .show-sd {
    display: none;
  }
}

@media (min-width: 1200px) {
  .show-sd {
    display: none;
  }
}

.navbar-nav > li:hover > .dropdown-menu {
  display: block;
}

@media (max-width: 1024px) {
  .navbar-nav > li:hover > .dropdown-menu {
    display: none;
  }
}

.ads--50px {
  padding: 0 0 10px;
  text-align: center;
  margin-bottom: 10px;
}

.ads--50px img {
  height: 50px;
}

.ads--50px p {
  font-size: 10px;
  font-weight: 400;
  color: #9b9b9b;
  line-height: 20px;
}
/*# sourceMappingURL=feature.css.map */