.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;
}

.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;
  }
}

@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;
  }
}

.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;
  }
}

.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;
}

#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;
}

button:focus,
button:active {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bottom-grey {
  margin-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}

.story-wrapper .btn--follow {
  min-width: 0;
  margin-right: 5px;
  margin-bottom: 4px;
}

.story-wrapper .btn--follow:hover {
  cursor: pointer;
}

.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 */