/* Helper Class */
@media only screen and (max-width: 992px) and (min-width: 1px) {
  .container-fluid {
    margin: 0 10px !important;
  }
}

.vertical-align {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  align-items: center;
}

.equal {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: wrap;
}

.nopadding {
  padding: 0;
}

.modal-backdrop {
  opacity: 0.75 !important;
}

/* Button */
.btn {
  padding: 7px 20px;
}

.btn-block {
  display: block !important;
  width: 100% !important;
}

.btn-yellow {
  background: #e6c515;
  color: #141518;
}

.btn-yellow:hover {
  background: #fff;
}

/* General Lifestyle */

html {
  overflow-x: hidden;
}

body {
  /*background: url('/images/lifestyle/denslifestyle_bg.jpg') no-repeat center center fixed #141518 !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;*/
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
  overflow-x: visible;
}

body.lifestyle {
  background: url("/images/lifestyle/denslifestyle_bg.jpg") no-repeat center
    center fixed #141518 !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

body.esportsarena {
  background: url("/images/densplay/densplay_bg.jpg") no-repeat center center
    fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

body.classroom {
  background: url("/images/classroom/densclassroom_bg.png") no-repeat center
    center fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

body.sportsmania {
  background: url("/images/sportsmania/denssportsmania_bg.png") no-repeat center
    center fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

body.shortmovie {
  background: url("/images/shortmovie/densshortmovie_bg.png") no-repeat center
    center fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.wrapper {
  padding-bottom: 0 !important;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: column;
}

/* prevent ads overlay footer */
footer.footer {
  z-index: 2;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 120;
}

.preloader_loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -120px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #009999;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.preloader_loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #128182;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.preloader_loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #226bb6;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Banner */
#banner-lifestyle {
  position: relative;
  margin: 0 0 30px 0;
}

#banner-lifestyle .owl-dots {
  position: absolute;
  bottom: 30px;
  z-index: 999;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#banner-lifestyle .owl-item {
  width: 100%;
  overflow: hidden;
}

#banner-lifestyle .owl-item img {
  width: 100%;
  height: auto;
  margin: -12.5% 0 -12.5% 0;
}

@media only screen and (max-width: 992px) {
  #banner-lifestyle .owl-item img {
    width: 100%;
    height: auto;
    margin: 0;
  }
}

/*
@media only screen and (max-width: 6000px) and (min-width: 1260px)  {
    #banner-lifestyle .owl-item img {
        width: 100%;
        height: auto;
        margin: -12.5% 0 -12.5% 0;
    }
} */

#banner-lifestyle .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  border: 3px solid rgba(255, 255, 255, 0.5);
}

/* TV Channels */
#lifestyle-channels {
  margin: 10px 0 15px 0;
}

#lifestyle-channels h3 {
  margin: 0 0 30px 15px;
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
}

@media only screen and (max-width: 992px) {
  #lifestyle-channels {
    margin: 0 0 10px 0 !important;
  }

  #lifestyle-channels h3 {
    margin: 0 0 30px 0;
    font-size: 18px;
  }

  #lifestyle-channels .row {
    margin: 0 -15px;
  }
}

@media only screen and (min-width: 1580px) {
  #lifestyle-channels .col-xl-1 {
    width: 12.5%;
    float: left;
    display: block !important;
  }
}

#lifestyle-channels a img {
  border-radius: 3px;
  margin: 0 0 20px 0;
}

/* Popup Player */
#lifestyle-player > .modal-dialog > .row > .col-xs-12 > #jwplayers {
  min-height: 400px;
}

@media only screen and (max-width: 991px) and (min-width: 1px) {
  #lifestyle-player > .modal-dialog > .row > .col-xs-12 > #jwplayers {
    min-height: 1px;
  }
}

#lifestyle-player {
  color: #141518;
}

#lifestyle-player .close-button img {
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: -15px;
}

/* HP Kecil */
@media only screen and (max-width: 499px) and (min-width: 1px) {
  #lifestyle-player .channel_info h4 {
    font-size: 16px;
  }
}

#lifestyle-player .modal-dialog {
  width: 80%;
  position: relative;
  top: 40%;
  transform: translateY(-40%);
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  #lifestyle-player .modal-dialog {
    top: 45% !important;
  }
}

#lifestyle-player .container-fluid .row.row-eq-height,
#lifestyle-player .modal-dialog .row.row-eq-height {
  background: #383940;
}

#lifestyle-player .modal-dialog .col-xs-12.col-md-4.nopadding {
  background: white;
}

#lifestyle-player #player {
  background: #141518;
}

#lifestyle-player .channel_info {
  background: #383940;
  color: #ffffff;
  padding: 10px;
}

#lifestyle-player .channel_info > .row > div[class^="col-"] {
  padding: 0;
  margin: 0;
}

#lifestyle-player .jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1em;
}

#lifestyle-player .channel_info img {
  border-radius: 2px;
  width: 75%;
  margin: 0 auto;
}

#lifestyle-player .channel_info p,
#lifestyle-player .channel_info h4 {
  padding: 0;
  margin: 0;
}

#lifestyle-player .channel_info h4 {
  font-size: 1.25em;
}

#lifestyle-player .schedule {
  background: #fff;
  height: 93%;
  margin-bottom: 0;
}

#lifestyle-player .schedule h6 {
  font-size: 14px;
  padding-left: 10px;
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
  margin-top: 40px;
}

#lifestyle-player .schedule .box {
  padding: 10px 0;
}

@media only screen and (max-width: 599px) {
  #lifestyle-player .schedule .box {
    padding: 0;
  }
}

#lifestyle-player .schedule .box:hover {
  background: #e6c515;
}

#lifestyle-player .schedule .box a {
  text-decoration: none;
}

#lifestyle-player .schedule .box.active {
  background: #e6c515;
  color: #141518;
}

#lifestyle-player .schedule .info {
  color: #aaa;
  text-align: center;
  font-size: 8px;
  margin: 0;
  padding: 0;
  line-height: normal;
}

#lifestyle-player .schedule .day {
  color: #141518;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: block;
}

#lifestyle-player .schedule .date {
  color: #141518;
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 0;
}

#lifestyle-player .schedule .owl-carousel {
  padding-right: 30px;
}

#lifestyle-player .owl-nav {
  position: initial;
  display: block !important;
}

#lifestyle-player .owl-nav div {
  position: absolute;
  z-index: 999;
}

#lifestyle-player .owl-nav .owl-next {
  right: -1px;
  top: 50%;
  margin: 0;
  width: auto;
  height: 80px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  background-color: white;
  background: none !important;
  border: none !important;
  align-items: center;
  justify-content: center;
}

#lifestyle-player .owl-nav .owl-prev {
  left: -25px;
  top: 50%;
  margin: 0;
  width: auto;
  height: 80px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  background-color: white;
  background: none !important;
  border: none !important;
  align-items: center;
  justify-content: center;
}

#lifestyle-player .owl-nav .disabled {
  display: none;
}

#lifestyle-player .owl-prev > span {
  font-size: 2em;
  color: #000;
}

#lifestyle-player .owl-next > span {
  font-size: 2em;
  color: #000;
}

#lifestyle-player .owl-theme .owl-nav [class*="owl-"]:hover {
  filter: invert(88%) sepia(75%) saturate(875%) hue-rotate(343deg)
    brightness(92%) contrast(93%);
  background: none;
  text-decoration: none;
}

#lifestyle-player button:focus {
  outline: 0;
}

#lifestyle-player .disabled {
  display: none !important;
}

#lifestyle-player .epg-list {
  height: 400px;
  overflow-y: scroll;
}

/* Layar Kecil */
@media only screen and (max-width: 1020px) and (min-width: 1px) {
  #lifestyle-player .epg-list {
    height: 200px;
  }
}

/* Layar Sedang */
@media only screen and (max-width: 1270px) and (min-width: 1021px) {
  #lifestyle-player .epg-list {
    height: 300px;
  }
}

@media only screen and (max-width: 1599px) and (min-width: 1071px) {
  #lifestyle-player .epg-list {
    height: 400px;
  }
}

@media only screen and (max-width: 1851px) and (min-width: 1600px) {
  #lifestyle-player .epg-list {
    height: 460px;
  }
}

@media only screen and (max-width: 2299px) and (min-width: 1852px) {
  #lifestyle-player .epg-list {
    height: 550px;
  }
  #lifestyle-player .epg-list.esportsarena {
    height: 490px;
  }
}

@media only screen and (min-width: 2300px) and (max-width: 2800px) {
  #lifestyle-player .epg-list {
    height: 720px;
  }
}

/* iMac Gede */
@media only screen and (min-width: 2801px) {
  #lifestyle-player .epg-list {
    height: 840px;
  }
}

#lifestyle-player .epg-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#lifestyle-player .epg-list ul li .vhidden {
  pointer-events: none;
  cursor: default;
  color: #ccc;
}

#lifestyle-player .epg-list ul li a {
  padding: 7px 15px;
  border-bottom: 1px solid #eee;
  color: #141518 !important;
  text-decoration: none;
  display: block;
}

/* #lifestyle-player .epg-list ul li a.greyed {
    color: #ccc;
    pointer-events: none;
    cursor: default;
} */

#lifestyle-player .epg-list ul li a.active {
  background: #e6c515 !important;
  color: #141518 !important;
  pointer-events: all;
}

#lifestyle-player .epg-list ul li:hover {
  background: #e6c515;
}

#lifestyle-player .epg-list ul li.active {
  background: #e6c515;
}

/* Lifestyle Searchbar */
#lifestyle-searchbar {
  position: relative;
}

#lifestyle-searchbar input {
  background: none;
  color: #fff;
  border-radius: 3px;
  padding-left: 30px;
  border: 1px solid #fff;
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
  font-size: 14px;
}

#lifestyle-searchbar input:focus {
  box-shadow: none;
  border: 1px solid #fff;
}

#lifestyle-searchbar .form-control {
  height: auto;
}

#lifestyle-searchbar span {
  position: absolute;
  left: 10px;
  top: 6px;
  font-size: 18px;
}

#lifestyle-searchbar .easy-autocomplete a {
  color: #fff;
}

#lifestyle-searchbar .easy-autocomplete a:hover {
  text-decoration: none;
}

#lifestyle-searchbar .easy-autocomplete-container ul li.selected {
  background: #ab274f;
}

/* Categories */
.category-wrapper {
  margin-top: 30px;
}

@media only screen and (max-width: 992px) {
  .category-wrapper {
    margin-top: 10px !important;
  }
}

/* #lifestyle-categories .container-fluid,
#lifestyle-vod .container-fluid,
#lifestyle-socialtv .container-fluid {
  margin: 0 15px;
} */

#lifestyle-categories .category-heading,
#lifestyle-vod .category-heading,
#lifestyle-socialtv .category-heading {
  padding-left: 0;
}

#lifestyle-categories h3,
#lifestyle-vod h3,
#lifestyle-socialtv h3 {
  margin: 0 0 15px 0;
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
}

@media only screen and (max-width: 480px) {
  #lifestyle-categories h3,
  #lifestyle-vod h3,
  #lifestyle-socialtv h3 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 992px) {
  #lifestyle-categories h3,
  #lifestyle-vod h3,
  #lifestyle-socialtv h3 {
    font-size: 20px;
  }
}

#lifestyle-categories .btn-view,
#lifestyle-vod .btn-view,
#lifestyle-socialtv .btn-view {
  border: 1px solid #fff;
  background: none;
  font-size: 12px;
  color: #fff;
  margin: 0 0 0 15px;
  padding: 5px 15px;
  border-radius: 3px;
  min-height: fit-content;
}

#lifestyle-categories .btn-view:hover,
#lifestyle-vod .btn-view:hover,
#lifestyle-socialtv .btn-view:hover {
  background: #009999;
  border: 1px solid #009999;
  color: #ffffff;
  transition: 0.2s;
}

@media only screen and (max-width: 480px) {
  #lifestyle-categories .btn-view,
  #lifestyle-vod .btn-view,
  #lifestyle-socialtv .btn-view {
    min-height: fit-content;
    padding: 3px 7px;
    margin-left: 10px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 992px) {
  #lifestyle-categories .btn-view,
  #lifestyle-vod .btn-view,
  #lifestyle-socialtv .btn-view {
    border: 1px solid #fff;
    background: none;
    font-size: 12px;
    color: #fff;
    margin: 0 0 0 15px;
    padding: 5px 10px;
    border-radius: 3px;
  }
}

/* lifestyle carousel */

.lifestyle-carousel .owl-stage-outer {
  overflow: visible;
}

.lifestyle-carousel .owl-item:hover {
  z-index: 9999 !important;
}

.lifestyle-carousel .kotak:hover {
  transform: scale(1.2);
  transition: 0.2s;
}

.lifestyle-carousel .kotak {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  padding-top: 56.29%;
}

.lifestyle-carousel .kotak > .img-carousel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.lifestyle-carousel .kotak a {
  color: #ffffff;
  text-decoration: none;
}

.lifestyle-carousel .kotak_hover {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.lifestyle-carousel .title-link {
  margin: 0;
  padding: 0;
  color: #fff;
}

.lifestyle-carousel .title-link:hover {
  text-decoration: none;
  color: #fff;
}

.lifestyle-carousel .atas {
  height: 50%;
  padding: 0 0 5% 0;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
}

.lifestyle-carousel .atas > .icon {
  height: 70%;
  margin: 0 auto;
  display: inline-block;
  align-self: flex-end;
}

.lifestyle-carousel .tengah {
  height: 25%;
  text-align: left;
  padding: 0 10px;
  overflow: hidden !important;
}

.lifestyle-carousel .tengah h5 {
  position: relative;
  padding: 0;
  /* display: inline-block; */
  align-self: flex-end !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
  font-size: 0.8em;
}

.lifestyle-carousel .bawah {
  height: 25%;
  padding: 0;
}

.lifestyle-carousel .bawah > a > .icon {
  height: 100%;
  bottom: -2px;
}

.lifestyle-carousel .owl-nav {
  position: initial;
  display: block !important;
}

.lifestyle-carousel .owl-nav div {
  position: absolute;
  z-index: 999;
}

.lifestyle-carousel .owl-nav .owl-next {
  right: -40px;
  top: 45%;
  margin: 0;
  width: auto;
  height: 80px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  background-color: white;
  background: none !important;
  border: none !important;
  align-items: center;
  justify-content: center;
}

.lifestyle-carousel .owl-nav .owl-prev {
  left: -40px;
  top: 45%;
  margin: 0;
  width: auto;
  height: 80px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  background-color: white;
  background: none !important;
  border: none !important;
  align-items: center;
  justify-content: center;
}

.lifestyle-carousel .owl-nav .disabled {
  display: none;
}

.lifestyle-carousel .owl-prev > span {
  font-size: 4em;
}

.lifestyle-carousel .owl-next > span {
  font-size: 4em;
}

/* Mobile */
@media only screen and (max-width: 599px) {
  .lifestyle-carousel .owl-nav .owl-next,
  .lifestyle-carousel .owl-nav .owl-prev {
    top: 35%;
  }

  .lifestyle-carousel .owl-prev > span {
    font-size: 1.75em !important;
    margin-top: -10px !important;
    margin-left: 13px !important;
  }

  .lifestyle-carousel .owl-next > span {
    font-size: 1.75em !important;
    margin-top: -10px !important;
    margin-left: -33px !important;
  }
}

/* Tablet */
@media only screen and (max-width: 1027px) and (min-width: 801px) {
  .lifestyle-carousel .owl-prev > span {
    font-size: 2em !important;
    margin-left: 30px;
  }

  .lifestyle-carousel .owl-next > span {
    font-size: 2em !important;
    margin-left: -130px;
  }
}

/* lifestyle cascade */
.lifestyle-cascade {
  margin-left: -5.75%;
}

@media only screen and (max-width: 599px) {
  .lifestyle-cascade {
    margin-left: -8.5%;
  }

  .lifestyle-cascade .cascade {
    height: 340px !important;
  }

  .lifestyle-cascade .overlay {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 766px) {
  .lifestyle-cascade {
    margin-left: -7%;
  }

  .lifestyle-cascade .cascade {
    height: 400px !important;
  }

  .lifestyle-cascade .overlay {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .lifestyle-cascade {
    margin-left: -4%;
  }

  .lifestyle-cascade .cascade {
    height: 400px !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .lifestyle-cascade {
    margin-left: -5%;
  }

  .lifestyle-cascade .cascade {
    height: 400px !important;
  }
}

.lifestyle-cascade .cascade {
  height: 520px;
  background: none;
  margin-bottom: 20px;
  transition: all 5s ease-in;
  position: relative;
}

.lifestyle-cascade .inner-cascade {
  width: 100vw;
  height: 100%;
  background: #000;
}

.lifestyle-cascade .inner-cascade img {
  height: 100%;
  float: right;
  z-index: 3;
  position: relative;
}

.lifestyle-cascade .inner-cascade .overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 9) 35%,
    rgba(0, 0, 0, 0.75) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 4;
  position: relative;
  height: 100%;
  transition: all 0.5s ease-in-out;
  color: #fff;
}

@media only screen and (min-width: 1580px) {
  .lifestyle-cascade .inner-cascade .overlay {
    background: rgb(0, 0, 0);
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 9) 60%,
      rgba(0, 0, 0, 0.75) 80%,
      rgba(0, 0, 0, 0) 100%
    );
    z-index: 4;
    position: relative;
    height: 100%;
    transition: all 0.5s ease-in-out;
    color: #fff;
  }
}

.lifestyle-cascade .closeCascade {
  color: #fff;
  width: 18px;
  height: 18px !important;
  position: absolute !important;
  top: 5%;
  right: 5%;
}

.lifestyle-cascade .closeCascade:hover {
  cursor: pointer;
}

.lifestyle-cascade .content {
  position: absolute;
  padding-top: 5%;
  padding-left: 5%;
  transition: all 0.5s ease-in-out;
}

.lifestyle-cascade .channel {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  align-items: center;
  margin-bottom: 20px;
}

.lifestyle-cascade .channel_logo {
  vertical-align: middle;
  height: 40px !important;
  float: left !important;
  margin-right: 10px;
}

.lifestyle-cascade .channel_name {
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
}

.lifestyle-cascade .viewmore {
  padding: 10px 30px;
  text-align: center;
  width: 180px;
  background: #009999;
  color: #fff;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
}

.lifestyle-cascade .viewmore:hover {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  background: #fff;
  transition: all 0.5s ease-in-out;
}

/* Categories */

#viewall {
  padding-bottom: 60px;
  overflow-x: hidden;
}

#viewall .container-fluid {
  padding-right: 4% !important;
  padding-left: 4% !important;
}

#viewall .row {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#viewall .row:before,
#viewall .row:after {
  display: inline-block;
}

#viewall .category-title {
  margin: 60px 0 30px 0;
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
}

#viewall .kotak-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 20px;
}

#viewall .kotak {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

#viewall .kotak > .img-responsive {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

#viewall .kotak_hover {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

#viewall .kotak:hover {
  transform: scale(1.2);
  transition: 0.2s;
  z-index: 49;
}

#viewall .kotak a {
  color: #ffffff;
  text-decoration: none;
}

#viewall .atas {
  height: 50%;
  padding: 0 0 5% 0;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
}

#viewall .atas > .icon {
  height: 60%;
  margin: 0 auto;
  display: inline-block;
  align-self: flex-end;
}

#viewall .tengah {
  height: 25%;
  text-align: left;
  padding: 0 10px;
  overflow: hidden !important;
}

#viewall .tengah h5 {
  position: relative;
  padding: 0;
  /* display: inline-block; */
  align-self: flex-end !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
  font-size: 0.8em;
}

#viewall .bawah {
  height: 25%;
  padding: 0;
}

#viewall .bawah > a > .icon {
  height: 100%;
  bottom: -2px;
}

#viewall .kotak_inside {
  padding-right: 15px;
}

#viewall .title-link {
  margin: 10px 0 0 0;
  padding: 0;
  color: #fff;
}

#viewall .title-link:hover {
  text-decoration: none;
  color: #fff;
}

/* Kotak */
#viewall .kotak-wrapper:nth-child(5n + 1) .cascade > .inner-cascade {
  margin-left: calc(((100vw) / 100) - 35%);
}

#viewall .kotak-wrapper:nth-child(5n + 2) .cascade > .inner-cascade {
  margin-left: calc(((100vw) / 100) - 150%);
}

#viewall .kotak-wrapper:nth-child(5n + 3) .cascade > .inner-cascade {
  margin-left: calc(((100vw) / 100) - 260%);
}

#viewall .kotak-wrapper:nth-child(5n + 4) .cascade > .inner-cascade {
  margin-left: calc(((100vw) / 100) - 375%);
}

#viewall .kotak-wrapper:nth-child(5n + 5) .cascade > .inner-cascade {
  margin-left: calc(((100vw) / 100) - 490%);
}

/* HP Kecil */
@media only screen and (max-width: 480px) and (min-width: 1px) {
  #viewall .kotak-wrapper {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }

  #viewall .cascade {
    height: 380px !important;
  }

  #viewall .closeCascade {
    width: 14px !important;
    height: 14px !important;
  }

  #viewall .content {
    padding-top: 10% !important;
    padding-left: 10% !important;
  }

  #viewall .content.col-xs-12 {
    position: absolute;
    width: 100%;
    min-height: 1px;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  #viewall .content h3 {
    font-size: 20px !important;
  }

  #viewall .content p,
  .content a {
    font-size: 12px !important;
  }
}

/* HP Gede */
@media only screen and (max-width: 800px) and (min-width: 481px) {
  #viewall .kotak-wrapper {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }

  #viewall .cascade {
    height: 420px !important;
  }

  #viewall .content {
    padding-left: 7% !important;
  }

  #viewall .content.col-sm-9 {
    position: absolute;
    width: 100%;
    min-height: 1px;
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
}

/* Tablet */
@media only screen and (max-width: 1027px) and (min-width: 801px) {
  #viewall .kotak-wrapper {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 25%;
    max-width: 25%;
  }

  #viewall .kotak-wrapper:nth-child(4n + 1) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 25%);
  }

  #viewall .kotak-wrapper:nth-child(4n + 2) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 140%);
  }

  #viewall .kotak-wrapper:nth-child(4n + 3) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 260%);
  }

  #viewall .kotak-wrapper:nth-child(4n + 4) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 370%);
  }
}

/* Very Large Screen */
@media only screen and (max-width: 1850px) and (min-width: 1580px) {
  #viewall .kotak-wrapper {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 16.6%;
    max-width: 16.6%;
  }

  #viewall .kotak-wrapper:nth-child(6n + 1) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 40%);
  }

  #viewall .kotak-wrapper:nth-child(6n + 2) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 155%);
  }

  #viewall .kotak-wrapper:nth-child(6n + 3) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 150%);
  }

  #viewall .kotak-wrapper:nth-child(6n + 4) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 385%);
  }

  #viewall .kotak-wrapper:nth-child(6n + 5) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 495%);
  }

  #viewall .kotak-wrapper:nth-child(6n + 6) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 610%);
  }
}

/* Very Very Large Screen */
@media only screen and (max-width: 1930px) and (min-width: 1851px) {
  #viewall .kotak-wrapper {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 16.6%;
    max-width: 16.6%;
  }

  #viewall .kotak-wrapper:nth-child(6n + 1) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 40%);
  }

  #viewall .kotak-wrapper:nth-child(6n + 2) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 150%);
  }

  #viewall .kotak-wrapper:nth-child(6n + 3) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 265%);
  }

  #viewall .kotak-wrapper:nth-child(6n + 4) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 375%);
  }

  #viewall .kotak-wrapper:nth-child(6n + 5) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 485%);
  }

  #viewall .kotak-wrapper:nth-child(6n + 6) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 595%);
  }
}

/* iMAC */
@media only screen and (max-width: 2300px) and (min-width: 1930px) {
  #viewall .kotak-wrapper {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 16.6%;
    max-width: 16.6%;
  }

  #viewall .kotak-wrapper:nth-child(6n + 1) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 35%);
  }

  #viewall .kotak-wrapper:nth-child(6n + 2) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 145%);
  }

  #viewall .kotak-wrapper:nth-child(6n + 3) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 255%);
  }

  #viewall .kotak-wrapper:nth-child(6n + 4) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 365%);
  }

  #viewall .kotak-wrapper:nth-child(6n + 5) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 475%);
  }

  #viewall .kotak-wrapper:nth-child(6n + 6) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 585%);
  }
}

/* Super Large Screen iMac 27" */
@media only screen and (max-width: 6000px) and (min-width: 5000px) {
  #viewall .kotak-wrapper {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 10%;
    max-width: 10%;
  }

  #viewall .cascade {
    height: 800px !important;
  }

  #viewall .content {
    padding-left: 5% !important;
  }

  #viewall .kotak-wrapper:nth-child(10n + 1) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 57%);
  }

  #viewall .kotak-wrapper:nth-child(10n + 2) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 165%);
  }

  #viewall .kotak-wrapper:nth-child(10n + 3) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 270%);
  }

  #viewall .kotak-wrapper:nth-child(10n + 4) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 378%);
  }

  #viewall .kotak-wrapper:nth-child(10n + 5) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 485%);
  }

  #viewall .kotak-wrapper:nth-child(10n + 6) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 591%);
  }

  #viewall .kotak-wrapper:nth-child(10n + 7) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 698%);
  }

  #viewall .kotak-wrapper:nth-child(10n + 8) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 805%);
  }

  #viewall .kotak-wrapper:nth-child(10n + 9) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 912%);
  }

  #viewall .kotak-wrapper:nth-child(10n + 10) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 1020%);
  }
}

#viewall .cascade {
  height: 520px;
  background: none;
  margin-top: 20px;
  transition: all 5s ease-in;
}

#viewall .inner-cascade {
  width: 100vw;
  height: 100%;
  background: #000;
}

#viewall .inner-cascade img {
  height: 100%;
  float: right;
  z-index: 3;
  position: relative;
}

#viewall .inner-cascade .overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 9) 35%,
    rgba(0, 0, 0, 0.75) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 4;
  position: relative;
  height: 100%;
  transition: all 0.5s ease-in-out;
}

/* Extra Large Screen */
@media only screen and (min-width: 1580px) {
  #viewall .inner-cascade .overlay {
    background: rgb(0, 0, 0);
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 9) 55%,
      rgba(0, 0, 0, 0.75) 75%,
      rgba(0, 0, 0, 0) 100%
    );
    z-index: 4;
    position: relative;
    height: 100%;
    transition: all 0.5s ease-in-out;
  }
}

#viewall .closeCascade {
  color: #fff;
  width: 18px;
  height: 18px !important;
  position: absolute !important;
  top: 5%;
  right: 5%;
}

#viewall .closeCascade:hover {
  cursor: pointer;
}

#viewall .content {
  padding-top: 5%;
  padding-left: 5%;
  transition: all 0.5s ease-in-out;
  color: #fff;
}

#viewall .content.col-md-6 {
  position: absolute;
  width: 100%;
  min-height: 1px;
  flex: 0 0 50%;
  max-width: 50%;
}

#viewall .channel {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  align-items: center;
  margin-bottom: 20px;
}

#viewall .channel_logo {
  vertical-align: middle;
  height: 40px !important;
  float: left !important;
  margin-right: 10px;
}

#viewall .channel_name {
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
}

#viewall .viewmore {
  padding: 10px 30px;
  text-align: center;
  width: 180px;
  background: #009999;
  color: #fff;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
}

#viewall .viewmore:hover {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  background: #fff;
  transition: all 0.5s ease-in-out;
}

/* Search Page */
#lifestyle-search {
  background: #fff;
  color: #000;
  padding: 60px 0;
  height: 100%;
  flex: 1;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: column;
}

@media only screen and (min-width: 400px) {
  #lifestyle-search {
    min-height: 1100px;
  }
}

#lifestyle-search .container-fluid {
  padding: 0 2.5%;
}

@media only screen and (max-width: 399px) {
  #lifestyle-search .container-fluid {
    padding: 0 !important;
  }
}

/* Extra Large Screen */
@media only screen and (min-width: 2000px) {
  #lifestyle-search .col-md-4 {
    width: 20%;
  }

  #lifestyle-search .col-md-8 {
    width: 80%;
  }

  #lifestyle-search .col-md-9 {
    width: 82.5%;
  }

  #lifestyle-search .col-md-3 {
    width: 17.5%;
  }
}

#lifestyle-search h3 {
  font-weight: bold;
  padding: 0;
  margin: 0 0 60px 0;
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
}

#lifestyle-search h4 {
  font-weight: bold;
  font-size: 20px;
  padding: 0;
  margin: 0 0 15px 0;
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
}

@media only screen and (max-width: 480px) {
  #lifestyle-search h3 {
    font-size: 18px;
  }

  #lifestyle-search h4 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 992px) {
  #lifestyle-search h3 {
    font-size: 24px;
  }

  #lifestyle-search h4 {
    font-size: 18px;
  }
}

#lifestyle-search .thumbnail-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100% !important;
  margin-bottom: 15px;
}

#lifestyle-search .play-video {
  position: absolute;
  top: 0;
  margin: 0 !important;
  width: 30%;
  left: 50%;
  transform: translate(-50%, 50%);
  pointer-events: none;
}

#lifestyle-search .img-search {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}

#lifestyle-search a {
  color: #141518;
}

#lifestyle-search a:hover {
  color: #009999;
  text-decoration: none;
}

#lifestyle-search p {
  margin: 0 0 15px 0;
}

#lifestyle-search .viewmore {
  padding: 10px 20px;
  text-align: center;
  width: auto;
  background: #009999;
  color: #fff;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
  font-size: 12px;
}

@media only screen and (max-width: 399px) {
  #lifestyle-search .viewmore {
    display: none;
  }
}

#lifestyle-search .viewmore:hover {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  background: #e6c515;
  transition: all 0.5s ease-in-out;
}

/* Pagination */
.pagination li a:hover {
  background: #009999;
  color: #fff !important;
}

.pagination > .active > a {
  background: #009999;
  border: 1px solid #009999;
  color: #fff !important;
}

.pagination > .active > a:hover {
  background: #009999;
  border: 1px solid #009999;
  color: #fff !important;
}

/* Advertising */
#lifestyle-search .sticky-sidebar {
  position: relative;
  top: 0;
  padding-left: 5%;
}

@media (max-width: 767px) {
  #lifestyle-search .sticky-sidebar {
    padding-left: 2.5% !important;
  }
}

.sticky-advertising-search {
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
}

#lifestyle-search .advertising {
  border: 1px solid #ccc;
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #lifestyle-search .ad {
    padding-right: 10px;
  }
}

/* HP Kecil */
@media only screen and (max-width: 767px) and (min-width: 1px) {
  #lifestyle-search .advertising {
    width: 100%;
    float: left;
    margin: 0 2.5% 5% 2.5%;
    position: relative;
  }

  #lifestyle-search .advertising .product-image {
    width: 50%;
  }

  #lifestyle-search .advertising .product-price {
    display: none;
  }

  #lifestyle-search .advertising .product-price-xs {
    font-weight: bold;
    font-size: 16px;
    width: 50%;
    position: absolute;
    right: 5%;
    top: 55%;
    text-align: center;
  }

  #lifestyle-search .advertising .store-logo {
    width: 40%;
    position: absolute;
    right: 7.5%;
    top: 10%;
  }

  #lifestyle-search .advertising .product-title {
    font-size: 14px;
    width: 50%;
    position: absolute;
    right: 5%;
    top: 35%;
  }
}

#lifestyle-search .advertising .product-image {
  position: relative;
}

#lifestyle-search .advertising .product-price {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #9e1c20;
  color: #fff;
  font-size: 24px;
  padding: 5px 10px;
}

#lifestyle-search .advertising .product-title {
  text-align: center;
}

#lifestyle-search .advertising .product-description {
  text-align: justify;
}

/* breadcrumb */
#lifestyle-article .breadcrumb {
  padding: 7px !important;
  margin: 0 15px 15px 15px !important;
}

#lifestyle-article .breadcrumb a {
  color: #009999;
}

#lifestyle-article .breadcrumb .active {
  color: #141518;
}

.breadcrumb-arrow {
  min-height: 36px;
  /*     padding: 0; */
  line-height: 36px;
  list-style: none;
  overflow: auto;
  margin-bottom: 15px;
  /*    background-color: #e6e9ed*/
  /*background: linear-gradient(to right, #eaeaea 0%,#ffffff 100%);*/
}

.breadcrumb-arrow li:first-child a {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
  display: inline-block;
  /*vertical-align: top;*/
}

.breadcrumb-arrow li:not(:first-child) {
  margin-left: -4px;
}

.breadcrumb-arrow li + li:before {
  padding: 0;
  content: "";
}

.breadcrumb-arrow li span {
  padding: 0 10px;
}

.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
  height: 36px;
  padding: 0 10px 0 25px;
  line-height: 36px;
}

.breadcrumb-arrow li:first-child a {
  padding: 0 10px;
}

.breadcrumb-arrow li a {
  position: relative;
  color: #141518;
  text-decoration: none;
  background-color: #e9e9ea;
  border: 1px solid #e9e9ea;
}

.breadcrumb-arrow li:first-child a {
  padding-left: 10px;
}

.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  content: "";
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

.breadcrumb-arrow li a:before {
  right: -10px;
  z-index: 3;
  border-left-color: #e9e9ea;
  border-left-style: solid;
  border-left-width: 10px;
}

.breadcrumb-arrow li a:after {
  right: -11px;
  z-index: 2;
  border-left: 11px solid #aaaaaa;
}

.breadcrumb-arrow li a:focus,
.breadcrumb-arrow li a:hover {
  background-color: #e9e9ea;
  border: 1px solid #e9e9ea;
}

.breadcrumb-arrow li a:focus:before,
.breadcrumb-arrow li a:hover:before {
  border-left-color: #e9e9ea;
}

.breadcrumb-arrow li a:active {
  background-color: #e9e9ea;
  border: 1px solid #e9e9ea;
}

.breadcrumb-arrow li a:active:after,
.breadcrumb-arrow li a:active:before {
  border-left-color: #e9e9ea;
}

/*set for Last child*/

.breadcrumb-arrow li.active span {
  position: relative;
  color: #fff;
  text-decoration: none;
  background-color: #009999;
  border: 1px solid #009999;
}

.breadcrumb-arrow li.active:first-child span {
  padding-left: 10px;
}

.breadcrumb-arrow li.active span:after,
.breadcrumb-arrow li.active span:before {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  content: "";
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

.breadcrumb-arrow li.active span:before {
  right: -10px;
  z-index: 3;
  border-left-color: #009999;
  border-left-style: solid;
  border-left-width: 11px;
}

.breadcrumb-arrow li.active span:after {
  right: -11px;
  z-index: 2;
  border-left: 10px solid #009999;
}

/* Article Detail Page */
#lifestyle-article {
  background: #fff;
  color: #000;
  padding: 60px 0;
}

#lifestyle-article .container-fluid {
  padding: 0 2.5%;
}

@media (max-width: 991px) {
  #lifestyle-article .container-fluid {
    padding: 0 !important;
    margin: 0 !important;
  }
}

/* Extra Large Screen */
@media only screen and (min-width: 1580px) {
  .sticky-sidebar {
    width: 20%;
    padding-left: 5%;
    /* float: right; */
  }
}

#lifestyle-article #gallery {
  margin-left: -15px;
  margin-right: -15px;
}

#lifestyle-article #gallery .col-md-9 {
  padding-right: 0;
}

@media only screen and (min-width: 767px) {
  #lifestyle-article #gallery .col-xs-12 {
    padding-right: 0;
  }
}

#lifestyle-article #gallery .main {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 30;
}

#lifestyle-article #gallery .main img {
  margin: 0 0 30px 0;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* @media (max-width:499px) {
    #lifestyle-article #gallery .main img {
        padding-right: 15px;
    }
} */

#lifestyle-article #gallery .main #player-content,
#lifestyle-article #gallery .main video {
  margin: 0 0 30px 0;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  #lifestyle-article #gallery .main #player-content,
  #lifestyle-article #gallery .padding-fix-for-mobile {
    padding-right: 15px;
  }
}

/* .jw-stretch-uniform video {
    object-fit: contain !important;
} */

#lifestyle-article .slick-track {
  width: 100% !important;
}

#lifestyle-article #thumbnails .arrows {
  position: relative;
}

@media (max-width: 991px) {
  #lifestyle-article #thumbnails .arrows {
    display: none !important;
  }
}

#lifestyle-article #thumbnails .arrows .arrow-left {
  position: absolute;
  width: 35px;
  left: 45%;
  top: -70px;
  z-index: 999;
  cursor: pointer;
}

#lifestyle-article #thumbnails .arrows .arrow-right {
  position: absolute;
  width: 35px;
  left: 45%;
  bottom: -50px;
  z-index: 999;
  cursor: pointer;
}

#lifestyle-article #thumbnails img {
  padding: 0;
  cursor: pointer;
}

#lifestyle-article #thumbnails .play-video {
  position: absolute;
  top: 0;
  margin: 0 !important;
  width: 30%;
  left: 50%;
  transform: translate(-50%, 50%);
  pointer-events: none;
}

#lifestyle-article #thumbnails .thumbnail-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100% !important;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  #lifestyle-article #thumbnails .thumbnail-container {
    width: 33.3% !important;
    height: 85px !important;
    margin-top: 10px !important;
    padding-top: 30px !important;
  }
}

#lifestyle-article #thumbnails .thumbnail-items {
  margin: 0 0 15px 0;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#lifestyle-article .thumbnail-items-horizontal {
  cursor: pointer !important;
  margin: 15px 0 0 0 !important;
}

#lifestyle-article .thumbnail-items-horizontal > .play-video {
  position: absolute;
  top: 0;
  margin: 0 !important;
  width: 30%;
  left: 50%;
  transform: translate(-50%, 50%);
  pointer-events: none;
}

#lifestyle-article #thumbnails video {
  margin: 0 0 15px 0;
  padding: 0;
  cursor: pointer;
}

#lifestyle-article #thumbnails {
  position: relative;
}

#lifestyle-article #gallery #player {
  margin: 0 0 10px 0;
  padding: 0;
}

/* #lifestyle-article .content {
  min-height: 1680px;
} */

#lifestyle-article .content h3 {
  font-weight: bold;
  padding: 0;
  margin: 0 0 30px 0;
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
}

@media (max-width: 499px) {
  #lifestyle-article .content h3 {
    font-size: 22px;
  }
}

#lifestyle-article .content h4 {
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  margin: 0 0 15px 0;
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
}

#lifestyle-article .content #two-columns {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}

#lifestyle-article .content #ingredients h4,
#lifestyle-article .content #directions h4 {
  text-align: center;
  font-size: 18px;
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
}

#lifestyle-article .content #ingredients,
#lifestyle-article .content #directions {
  margin-bottom: 30px;
}

#lifestyle-article .content #ingredients ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#lifestyle-article .content #ingredients ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  text-align: justify;
}

#lifestyle-article .content #ingredients ul li:last-child {
  border-bottom: 0;
}

#lifestyle-article .content #directions ol {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 40px;
}

#lifestyle-article .content #directions ol li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 14px;
  text-align: justify;
  margin: 0;
  line-height: 24px;
}

#lifestyle-article .content #directions ol li:last-child {
  border-bottom: 0;
}

#lifestyle-article .content #directions ol li span {
  font-size: 36px;
  position: absolute;
  line-height: 36px;
  margin-left: -35px;
}

#lifestyle-article .content .author {
  color: #838385;
  margin: 0 0 30px 0;
}

#lifestyle-article .content a {
  color: #141518;
}

#lifestyle-article .content a:hover {
  color: #009999;
  text-decoration: none;
}

#lifestyle-article .content p {
  margin: 0 0 15px 0;
  text-align: justify;
}

#lifestyle-article .content .viewmore {
  padding: 10px 30px;
  margin: 30px 0;
  text-align: center;
  width: auto;
  background: #009999;
  color: #fff;
  border-radius: 4px;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
}

#lifestyle-article .content .viewmore:hover {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  background: #e6c515;
  transition: all 0.5s ease-in-out;
}

#lifestyle-article .content .viewmore i {
  margin-right: 10px;
}

#lifestyle-article .content img {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 700px;
}

#lifestyle-article .content video {
  /* margin-top: 30px;
    margin-bottom: 30px; */
  width: 100%;
  max-width: 100%;
}

#lifestyle-article .content iframe {
  width: 100%;
  max-width: 700px;
}

/* Extra Large Screen */
@media only screen and (min-width: 1580px) {
  #lifestyle-article .content img {
    max-width: 1000px;
  }

  #lifestyle-article .content video {
    max-width: 100%;
  }

  #lifestyle-article .content iframe {
    max-width: 1000px;
  }
  /* #lifestyle-article .embed-responsive {
        padding-bottom: 540px !important;
    }        */
}

/* #lifestyle-article .embed-responsive {
    padding-bottom: 360px;
} */

#lifestyle-share .row:before,
#lifestyle-share .row:after {
  display: inline-block;
}

#lifestyle-rate .row:before,
#lifestyle-rate .row:after {
  display: inline-block;
}

#lifestyle-article .content .share a {
  color: #fff;
}

#lifestyle-article .content .share a:hover {
  text-decoration: none;
}

#lifestyle-article .tags {
  margin-bottom: 30px;
}

@media (max-width: 499px) {
  #lifestyle-article .tags {
    padding: 0 7.5px;
  }
}

#lifestyle-article .tags a {
  background: #e9e9ea;
  color: #141518;
  text-decoration: none;
  padding: 7px 12px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 3px;
}

#lifestyle-article .tags a:hover {
  background: #009999;
  color: #fff;
  transition: 0.2s;
}

/* Share Artikel */
#share_artikel {
  margin-left: -15px;
  margin-right: -15px;
}

/* Rate Artikel */
#rate_artikel {
  margin-left: -15px;
  margin-right: -15px;
}

/* Rekomendasi Artikel */
#rekomendasi-artikel {
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 767px) {
  #rekomendasi-artikel .rekomendasi:nth-child(3) {
    display: none;
  }
  #rekomendasi-artikel .rekomendasi:nth-child(4) {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #rekomendasi-artikel .rekomendasi:nth-child(3) {
    display: inline-block;
  }
  #rekomendasi-artikel .rekomendasi:nth-child(4) {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1579px) {
  #rekomendasi-artikel .rekomendasi:nth-child(4) {
    display: none;
  }
}

@media only screen and (min-width: 1580px) {
  #rekomendasi-artikel .rekomendasi:nth-child(3) {
    display: none;
  }
}

#rekomendasi-artikel .rekomendasi:hover {
  transform: scale(1.1);
  transition: 0.2s;
}

#rekomendasi-artikel .rekomendasi-container {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding-top: 56.25%;
  position: relative;
}

#rekomendasi-artikel .rekomendasi img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

#rekomendasi-artikel .rekomendasi h4 {
  margin-top: 10px;
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
}

@media (max-width: 767px) {
  #rekomendasi-artikel .rekomendasi h4 {
    font-size: 14px;
  }
}

/* Advertising */
#lifestyle-article .sticky-sidebar {
  /* position: sticky; */
  /* top: 120px;
    float: right; */
  padding-left: 5%;
  display: inline;
}

@media (max-width: 767px) {
  #lifestyle-article .sticky-sidebar {
    padding-left: 5% !important;
  }
}

.sticky-advertising-article {
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
  margin-bottom: 500px;
}

@media (max-width: 499px) {
  .sticky-advertising-article {
    padding: 0 7.5px;
  }
}

#lifestyle-article .advertising {
  border: 1px solid #ccc;
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #lifestyle-article .ad {
    padding-right: 10px;
  }
}

/* HP Kecil */
@media only screen and (max-width: 767px) and (min-width: 1px) {
  #lifestyle-article .advertising {
    width: 100%;
    float: left;
    /* margin: 0 2.5% 5% 2.5%; */
    position: relative;
  }

  #lifestyle-article .advertising .product-image {
    width: 50%;
  }

  #lifestyle-article .advertising .product-price {
    display: none;
  }

  #lifestyle-article .advertising .product-price-xs {
    font-weight: bold;
    font-size: 16px;
    width: 50%;
    position: absolute;
    right: 5%;
    top: 55%;
    text-align: center;
  }

  #lifestyle-article .advertising .store-logo {
    width: 40%;
    position: absolute;
    right: 7.5%;
    top: 10%;
  }

  #lifestyle-article .advertising .product-title {
    font-size: 14px;
    width: 50%;
    position: absolute;
    right: 5%;
    top: 35%;
  }
}

#lifestyle-article .advertising .product-image {
  position: relative;
}

#lifestyle-article .advertising .product-price {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #9e1c20;
  color: #fff;
  font-size: 24px;
  padding: 5px 10px;
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
}

#lifestyle-article .advertising .product-title {
  text-align: center;
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
}

#lifestyle-article .advertising .product-description {
  text-align: justify;
}

#lifestyle-article .advertising .viewmore {
  padding: 10px 20px;
  text-align: center;
  width: auto;
  background: #009999;
  color: #fff;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
  font-size: 12px;
}

#lifestyle-article .advertising .viewmore:hover {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  background: #e6c515;
  transition: all 0.5s ease-in-out;
}

/* Patch Sign In Modal di Article Page */
body.modal-open {
  padding-right: 0 !important;
  overflow-y: hidden;
}

.btn-playlist {
  padding: 5px 10px;
}
