/* General CSS */
body {
    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;
}

#densplay a>img {
    border-radius: 2px;
}

#densplay h4,
#densplay h3,
#densplay h6 {
    font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
}

/* General CSS */

/* Helper Class */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

@media (min-width: 0px) and (max-width: 991px) {
    .padding {
        padding: 0 10px !important;
    }
}

.anchor {
    display: block;
    position: relative;
    top: -260px;
    visibility: hidden;
}

.btn--sm {
    margin: 0;
    display: inline-block !important;
    margin-top: 7px !important;
    margin-left: 15px !important;
}

a.backlink {
    color: #fff !important;
    position: absolute;
    display: block;
}

/* Helper Class */

/* Tambahan Scaffolding */
#densplay .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

#densplay .row>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1600px) and (max-width: 2000px) {
    #densplay .col-xl-1 {
        width: 12.5%;
        float: left;
        display: block !important;
    }
}

/* Tambahan Scaffolding */

/* Banner Slider */

#banner-densplay {
    position: relative;
}

#banner-densplay .owl-dots {
    position: absolute;
    bottom: 30px;
    z-index: 999;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)    
}

#banner-densplay .owl-item {
    width: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 6000px) and (min-width: 1260px)  {

    #banner-densplay .owl-item img {
        width: 100%;
        height: auto;
        margin: -12.5% 0 -12.5% 0;
        
    }

}

#banner-densplay.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    border: 3px solid rgba(255,255,255,0.5);
}

/* Homepage Video Player */

#densplay iframe {
    display: block
}

#densplay .channel_info {
    background: #383940;
    color: #ffffff;
    padding: 10px;
}

#densplay .channel_info>.row>div[class^="col-"] {
    padding: 0;
    margin: 0;
}

#densplay .jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 1em;
}

#densplay .channel_info img {
    border-radius: 2px;
    width: 75%;
    margin: 0 auto;
}

#densplay .channel_info p,
#densplay .channel_info h4 {
    padding: 0;
    margin: 0;
}

/* Homepage Video Player */

/* Homepage Schedule */
#schedule {
    background: #ffffff;
    color: #000000;
}

#schedule_title p {
    padding: 0 30px;
}

/* Extra Small devices (phone, 640px and up) */
@media (min-width: 0px) and (max-width: 640px) {
    #schedule_title p {
        padding: 0 10px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 641px) and (max-width: 991px) {
    #schedule_title p {
        padding: 0 10px;
    }
}

.schedule_item:hover {
    background: #E6C515;
}

.schedule_item>p {
    margin: 0;
    padding: 1px;
    text-align: center;
}

.schedule_item>.status {
    font-size: 0.6em;
    color: #cccccc;
    line-height: 1em !important;
}

.schedule_item>.day {
    font-size: 0.8em;
    color: #000000;
    line-height: 1em !important;
}

.schedule_item>.date {
    font-size: 1.5em;
    font-family: "Montserrat_bold", "Segoe UI", arial, sans-serif;
    color: #000000;
    line-height: 1.5em !important;
}

#schedule .owl-carousel {
    padding: 0 50px;
}

#schedule .owl-next {
    right: 30px !important;
    top: 40% !important;
}

#schedule .owl-prev {
    left: 30px !important;
    top: 40% !important;
}

#schedule .owl-nav img {
    width: 20px;
}

/* Homepage Schedule */

/* Homepage Schedule List */

.nooverflow {
    overflow: hidden;
}

/* Extra Small devices (phone, 640px and up) */
@media (min-width: 0px) and (max-width: 640px) {
    #schedule_list {
        height: 240px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 641px) and (max-width: 991px) {
    #schedule_list {
        height: 340px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    #schedule_list {
        height: 370px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 1200px) and (max-width: 1399px) {
    #schedule_list {
        height: 370px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 1400px) and (max-width: 1599px) {
    #schedule_list {
        height: 390px;
    }
}

/* Large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) and (max-width: 2000px) {
    #schedule_list {
        height: 510px;
    }
}

/* Large devices (large desktops, 2000px and up) */
@media (min-width: 2001px) and (max-width: 4000px) {
    #schedule_list {
        height: 680px;
    }
}

#schedule_list {
    background: #ffffff;
    color: #000000;
}

#schedule_list table {
    width: 100%;
}

#schedule_list table tr:hover {
    background: #E6C515;
    color: #000000;
}

#schedule_list table tr {
    cursor: pointer;
}

#schedule_list table td {
    padding: 10px 20px;
    border-bottom: 1px solid #cccccc;

}

/* Homepage Schedule List */

/* Esports Channels */
#esports-channels a>img:hover {
    transform: none;
}

.disabled {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

/* Esports Channels */

/* Full Screen Overlay When Play Video Clicked */

/* The Overlay (background) */
#fullscreen,
#esports-player {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    display: none;
}

#fullscreen .close,
#esports-player .close {
    color: #767878;
    opacity: 1;
    padding: 1%;
    position: absolute;
    font-size: 2.5em;
    text-shadow: none;
}

#fullscreen .close:hover,
#esports-player .close:hover {
    color: #009999;
}

#video-player {
    width: 70%;
    height: 90%;
    margin: 0 auto;
    padding-top: 5%;
}


/* Full Screen Overlay When Play Video Clicked */

/* New Release */

/* Social TV Content */
#densplay .row>div[class^="col-"] {
    padding-left: 0;
    padding-right: 15px;
    padding-bottom: 15px;
}

/* Extra Small devices (phone, 640px and up) */
@media (min-width: 0px) and (max-width: 640px) {
    #social-tv .col-xs-6 {
        width: 33.3%;
    }

    #social-tv h6.title {
        font-size: 0.75em;
    }
}

#social-tv a>img {
    border-radius: 3px;
}

#social-tv a>img:hover {
    transform: scale(1.1);
    transition: all .2s ease-in-out;
}

#densplay a:hover h6.title {
    color: #E6C515 !important;
    text-decoration: none;
}

#social-tv h6.title {
    padding-top: 15px;
    text-align: center;
    color: white;
    /* font-family: "Montserrat_light", "Segoe UI", arial, sans-serif; */
    font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
}

#densplay {
    position: relative;

}


/* What's Coming */
#densplay .cascade {
    display: none;
    position: relative;
    transition: all .2s ease-in-out;
}

.crop {
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 0px) and (max-width: 1200px) {
    .crop {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
}

@media (min-width: 1200px) and (max-width: 5000px) {
    .crop {
        width: 100%;
        height: 600px;
        overflow: hidden;
    }
}

.crop img {
    width: 100%;
    height: auto;
    /* margin: -5% 0 0 0; */
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

#densplay .cascade>.close {
    position: absolute;
    right: 1%;
    top: 2%;
    color: #ffffff;
    opacity: 1;
}

#whatscoming .row-2 {
    overflow: hidden;
    position: relative;
}

.chevron-down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background-image: url('../images/densplay/down-chevron-white.svg');
    background-size: contain;
    cursor: pointer;
    background-position-x: center;
    background-repeat: no-repeat;
}

.bob-title {
    height: 10% !important;
}

.bob-title a {
    color: #fff;
    text-decoration: none;
}

/* What's Coming */

/* Video Detail Page */
#densplay h6.views {
    color: #9b9b9b
}

#related_videos {
    margin-left: 30px;
    max-height: 460px;
    overflow: hidden;
}

/* Extra Small devices (phone 768px and up) */
@media (min-width: 0) and (max-width: 640px) {
    #related_videos {
        margin-left: 0;
    }

    .related_title {
        font-size: 2.75vw !important;
    }

    .related_time {
        font-size: 2.5vw !important;
    }

    .btn_turqoise {
        font-size: 2.25vw !important;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 641px) and (max-width: 991px) {
    #related_videos {
        margin-left: 0;
    }

    .related_title {
        font-size: 1.8vw !important;
    }

    .related_time {
        font-size: 1.6vw !important;
    }

    .btn_turqoise {
        font-size: 1.4vw !important;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {

    #related_videos {
        margin-left: 20px;
        max-height: 325px;
        overflow: hidden;
    }

    .related_title,
    .related_time {
        font-size: 1.2vw !important;
    }
}

/* Large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) and (max-width: 2000px) {

    #related_videos {
        margin-left: 20px;
        max-height: 660px;
        overflow: hidden;
    }

    .related_title {
        font-size: 1vw !important;
    }

    .related_time {
        font-size: 0.8vw !important;
    }

    .btn_turqoise {
        font-size: 0.6vw !important;
    }
}

/* Large devices (large desktops, 2000px and up) */
@media (min-width: 2001px) and (max-width: 4000px) {

    #related_videos {
        margin-left: 80px;
        max-height: 1080px;
        overflow: hidden;
    }

    .related_title,
    .related_time {
        font-size: 4vw;
    }
}

#related_videos label {
    /* background: #009999; */
    padding: 0;
    margin: 0;
}

#related_videos [type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
#related_videos [type=radio]+img {
    cursor: pointer;
    padding-left: 5px;
}

#related_videos [type=radio]+img:hover {
    transform: scale(1.1);
    transition: all .2s ease-in-out;
}


#related_videos .content {
    margin-left: 10px;
}

#related_videos .related_time {
    color: #9b9b9b;
    padding: 0;
    margin: 0;
    font-size: 1vw;
}

#related_videos .related_title {
    padding: 0;
    margin: 0;
    font-size: 1.2vw;
}

#related_videos .btn_turqoise {
    width: auto;
    border-radius: 2px;
    font-size: 10px;
    background: #009999;
    color: #141518;
    padding: 4px 8px;
    margin: 0;
    border: none;
    display: none;
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat_light", "Segoe UI", arial, sans-serif;
}

/* Whats Coming */
.back {
    padding-top: 20px;
    height: 50px;
    position: relative;
    /* z-index: 9999; */
}

.fa-arrow-left {
    font-size: 2em !important;
}

#whatson {
    margin-top: 20px;
    background: #fff;
    color: #141518;
    font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
    padding-top: 40px;
    padding-bottom: 100px;
}

#whatson .ads {
    position: relative;
}

.sticky {
    position: absolute;
}

#article {
    padding: 0 80px;
}

@media (max-width: 640px) {
    #article {
        padding: 0 40px;
    }
}

#news {
    margin-top: 30px;
}

#news .description {
    text-align: justify;
}

#article h3 {
    text-transform: uppercase;
    /* text-align: justify; */
}

#article h4 {
    margin-top: 30px;
    text-transform: uppercase;
    /* text-align: justify; */
}

#article h5 {
    margin-top: 20px;
    text-transform: uppercase;
    font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
    /* text-align: justify; */
}

#article p {
    margin-bottom: 20px;
    /* text-align: justify; */
    font-size: 1vw;
}

/* Extra Small devices (phone, 640px and up) */
@media (min-width: 0px) and (max-width: 640px) {
    #article {
        padding: 0;
        padding-left: 20px;
    }

    #article h3 {
        font-size: 1.35em !important;
    }

    #article h4 {
        font-size: 1.2em !important;
    }

    #article p {
        font-size: 1.1em !important;
        font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 641px) and (max-width: 991px) {
    #article {
        padding: 0;
        padding-left: 20px;
    }

    #article h3 {
        font-size: 1.75em !important;
    }

    #article h4 {
        font-size: 1.5em !important;
    }

    #article p {
        font-size: 1.2em !important;
        font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    #article {
        padding: 0;
        padding-left: 20px;
    }

    #article h3 {
        font-size: 1.5em !important;
    }

    #article h4 {
        font-size: 1.25em !important;
    }

    #article p {
        font-size: 1em !important;
        font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 1200px) and (max-width: 1367px) {
    #article {
        padding: 0;
        padding-left: 20px;
    }

    #article h3 {
        font-size: 1.5em !important;
    }

    #article h4 {
        font-size: 1.25em !important;
    }

    #article p {
        font-size: 1em !important;
        font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
    }
}

/* Large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) and (max-width: 2000px) {
    #article {
        padding: 0;
        padding-left: 20px;
    }

    #article h3 {
        font-size: 2em !important;
    }

    #article h4 {
        font-size: 1.75em !important;
    }

    #article p {
        font-size: 1.25em !important;
        font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
    }
}

/* Large devices (large desktops, 2000px and up) */
@media (min-width: 2001px) and (max-width: 4000px) {
    #article {
        padding: 0;
        padding-left: 20px;
    }

    #article h3 {
        font-size: 2.25em !important;
    }

    #article h4 {
        font-size: 1.85em !important;
    }

    #article p {
        font-size: 1.5em !important;
        font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
    }
}


/* What's Coming */
.readmore {
    position: absolute;
    top: -80%;
    left: 45%;
    font-size: 2vw;
    color: #fff;
}

.sosial_list .box_cover a {
    display: block;
    width: 100%;
    position: relative !important;
    z-index: 2;
    padding-bottom: 101%;
}

/* PATCH */

.hm-menu_main ul a span.icon-esport {
    background-image: url('../images/default/img-icon-esport.png');
}

@media (min-width: 0px) and (max-width: 640px) {

    .sosbox_tooltip {
        position: absolute !important;
        top: 0 !important;
        height: 100% !important;
        z-index: 2 !important;
        background: rgba(0, 0, 0, 0.5) !important;
    }

    .box_cover {
        margin-bottom: 15px;
    }


}


@media (min-width: 0px) and (max-width: 640px) {
    #esports-channels .col-xs-6 {
        width: 49% !important;
    }

    .transition>.owl-nav .owl-next .ion-ios-arrow-right {
        font-size: 9vw;
        top: 50%;
        transform: translateY(-50%) translateX(11px);
    }

    .transition>.owl-nav .owl-prev .ion-ios-arrow-left {
        font-size: 9vw;
        top: 50%;
        transform: translateY(-50%) translateX(-15px);
    }    
/* 
    .moveplaey {
        top: 15px !important;
    } */

}

@media (min-width: 481px) and (max-width: 767px) {
    #esports-channels .col-xs-6 {
        width: 33.3% !important;
    }
    /* .moveplaey {
        top: 15px !important;
    } */
}

/* Fix remove background untuk carousel arrows */
section.boxes.sortmo.mtrics::after, section.boxes.sortmo.mtrics::before {
    content: '';
    display: block;
    background: none !important;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 30;
}


/* Whatson View All */
.judul {
    font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
    font-size: 28px;
    margin-bottom: 40px;
}

/* .kotak:hover {
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
} */

.kotak {
    position: relative;
    margin-bottom: 20px;
}

.kotak a {
    color: #ffffff;
    text-decoration: none;
}

.atas {
    height: 55%;
    padding: 0 0 5% 0;
    display: flex;
}

.atas > .icon {
    height: 60%;
    margin: 0 auto;
    display: inline-block;
    align-self: flex-end;
}

.tengah {
    height: 20%;
    text-align: left;
    padding: 0 10px;
    overflow: hidden !important;
}

.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;
}

.bawah {
    height: 25%;
    padding: 0;
}

.bawah > a > .icon {
    height: 100%;
    bottom: -2px;
}

/* pagination */
.pagination a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    border: 1px solid #fff;
    padding: 7px 20px;
    border-radius: 2px;
}

.pagination a:hover {
    color: #000000;
    background: #fff;
    
}


/* Kotak */
.kotak-wrapper:nth-child(5n+1) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 35%);
    
}

.kotak-wrapper:nth-child(5n+2) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 150%);
}

.kotak-wrapper:nth-child(5n+3) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 260%);
}

.kotak-wrapper:nth-child(5n+4) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 375%);
}

.kotak-wrapper:nth-child(5n+5) .cascade > .inner-cascade {
    margin-left: calc(((100vw) / 100) - 490%);
}

.kotak:hover {
    transform: scale(1.2);
    transition: 0.2s;
    z-index: 49;
}

.kotak_inside {
    padding-right: 15px;
}

.kotak_hover {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

/* Cascade */

#highlights.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.kotak-wrapper {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 20%;
    max-width: 20%;
}

/* HP Kecil */
@media only screen and (max-width: 480px) and (min-width: 1px)  {
    .kotak-wrapper {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .cascade {
        height: 420px !important;
    }
    
    
    .closeCascade {
        width: 14px !important;
        height: 14px !important;
    }
    
    .content {
        padding-top: 10% !important;
        padding-left: 10% !important;
    }
    
    .content.col-xs-12 {
        position: absolute;
        width: 100%;
        min-height: 1px;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    .content h3 {
        font-size: 18px !important;
    }
    
    .content p, .content a {
        font-size: 12px !important;
    }
    
    .kotak-wrapper:nth-child(2n+1) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 15%);
        
    }
    
    .kotak-wrapper:nth-child(2n+2) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 135%);
    }
    
}

/* HP Gede */
@media only screen and (max-width: 800px) and (min-width: 481px)  {
    .kotak-wrapper {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    
    .cascade {
        height: 580px !important;
    }
    
    .content {
        padding-left: 7% !important;
    }
    
    .content.col-sm-9 {
        position: absolute;
        width: 100%;
        min-height: 1px;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }
    
    .kotak-wrapper:nth-child(3n+1) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 20%);
        
    }
    
    .kotak-wrapper:nth-child(3n+2) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 135%);
    }
    
    
    .kotak-wrapper:nth-child(3n+3) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 250%);
    }
    
}

/* Tablet */
@media only screen and (max-width: 1027px) and (min-width: 801px)  {
    .kotak-wrapper {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .kotak-wrapper:nth-child(4n+1) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 25%);
        
    }
    
    .kotak-wrapper:nth-child(4n+2) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 140%);
    }
    
    .kotak-wrapper:nth-child(4n+3) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 260%);
        
    }
    
    .kotak-wrapper:nth-child(4n+4) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 370%);
    }
    
}

/* Very Large Screen */
@media only screen and (max-width: 2000px) and (min-width: 1580px)  {
    
    .kotak-wrapper {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 16.6%;
        max-width: 16.6%;
    }
    
    
    .kotak-wrapper:nth-child(6n+1) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 40%);
    }
    
    .kotak-wrapper:nth-child(6n+2) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 150%);
    }
    
    .kotak-wrapper:nth-child(6n+3) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 265%);
    }
    
    .kotak-wrapper:nth-child(6n+4) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 375%);
    }
    
    .kotak-wrapper:nth-child(6n+5) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 485%);
    }
    
    .kotak-wrapper:nth-child(6n+6) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 595%);
    }
    
}

/* Super Large Screen iMac 27" */
@media only screen and (max-width: 6000px) and (min-width: 5000px)  {
    
    .kotak-wrapper {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 10%;
        max-width: 10%;
    }

    .cascade {
        height: 800px !important;
    }
    
    .content {
        padding-left: 5% !important;
    }
    
    .kotak-wrapper:nth-child(10n+1) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 57%);
    }
    
    .kotak-wrapper:nth-child(10n+2) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 165%);
    }
    
    .kotak-wrapper:nth-child(10n+3) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 270%);
    }
    
    .kotak-wrapper:nth-child(10n+4) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 378%);
    }
    
    .kotak-wrapper:nth-child(10n+5) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 485%);
    }
    
    .kotak-wrapper:nth-child(10n+6) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 591%);
    }

    .kotak-wrapper:nth-child(10n+7) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 698%);
    }
    
    .kotak-wrapper:nth-child(10n+8) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 805%);
    }
    
    .kotak-wrapper:nth-child(10n+9) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 912%);
    }
    
    .kotak-wrapper:nth-child(10n+10) .cascade > .inner-cascade {
        margin-left: calc(((100vw) / 100) - 1020%);
    }    
    
}

.content.col-md-6 {
    position: absolute;
    width: 100%;
    min-height: 1px;
    flex: 0 0 50%;
    max-width: 50%;
}

.cascade {
    height: 520px;
    background: none;
    margin-bottom: 20px;
    transition: all 5s ease-in;
}

.inner-cascade {
    width: 100vw;
    height: 100%;
    background: #000;
}

.inner-cascade img {
    height: 100%;
    float: right;
    z-index: 3;
    position: relative;
    
}

.inner-cascade .overlay {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 47%, rgba(0,0,0,0.7959558823529411) 66%, rgba(0,0,0,0) 100%);
    z-index: 4;
    position: relative;
    height: 100%;
    transition: all .5s ease-in-out;
}

.closeCascade {
    color: #fff;
    width: 18px;
    height: 18px !important;
    position: absolute !important;
    top: 5%;
    right: 5%;
}

.closeCascade:hover {
    cursor: pointer;
}

.content {
    padding-top: 5%;
    padding-left: 5%;
    transition: all .5s ease-in-out;
}

.whatson_channel {
    display: flex; 
    align-items:center; 
    margin-bottom: 20px;
}

.whatson_channel_logo {
    vertical-align:middle; 
    height: 40px !important; 
    float: left !important; 
    margin-right: 10px;
}

.whatson_channel_name {
    vertical-align:middle; 
    margin-top:auto; 
    margin-bottom:auto;
}

.viewmore {
    padding: 10px 30px;
    text-align: center;
    width: 180px;
    background:#009999;
    color:#fff;
    border-radius: 3px;
    transition: all .5s ease-in-out;
    font-size: 16px;
    
}

.viewmore:hover {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    background: #fff;
    transition: all .5s ease-in-out;
}


/* Highlights Homepage Carousel */
#highlights_homepage {
    margin-top: 30px;
}

#highlights_homepage .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible;
    padding-top: 10px;
}

/* #highlights_homepage .kotak {    
    background: url("/images/densplay/loading.gif") no-repeat center center;

} */

#highlights_homepage .owl-item:hover {
    z-index: 9999 !important;
}

#highlights_homepage .owl-carousel .owl-stage-outer {
    overflow: visible;    
}

#highlights_homepage .owl-nav {
    position: initial;
    display: block !important;
}

#highlights_homepage .owl-nav div {
    position: absolute;
    z-index: 999;
}

#highlights_homepage .owl-next {
    right: -4%;
    top: 50%;
    margin:0;
    width: auto;
    height: 80px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    background-color: white;
    background: none !important;
    border: none !important;
    align-items: center;
    justify-content: center;
}

#highlights_homepage .owl-prev {
    left: -4%;
    top: 50%;
    margin:0;
    width: auto;
    height: 80px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    background-color: white;
    background: none !important;
    border: none !important;
    align-items: center;
    justify-content: center;
}

#highlights_homepage .owl-theme .owl-nav .disabled {
    display: none;
}

#highlights_homepage .owl-prev > span {
    font-size: 4em
}

#highlights_homepage .owl-next > span {
    font-size: 4em
}

/* Tablet */
@media only screen and (max-width: 1027px) and (min-width: 801px)  {
    #highlights_homepage .owl-prev > span {
        font-size: 2em
    }
    
    #highlights_homepage .owl-next > span {
        font-size: 2em
    }
}


/* Highlights Homepage Carousel */

/* Moments Homepage Carousel */
#moments_homepage {
    margin-top: 30px;
}

#moments_homepage .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible;
    padding-top: 10px;
}

/* #moments_homepage .kotak {    
    background: url("/images/densplay/loading.gif") no-repeat center center;

} */

#moments_homepage .owl-item:hover {
    z-index: 9999 !important;
}

#moments_homepage .owl-carousel .owl-stage-outer {
    overflow: visible;    
}

#moments_homepage .owl-nav {
    position: initial;
    display: block !important;
}

#moments_homepage .owl-nav div {
    position: absolute;
    z-index: 999;
}

#moments_homepage .owl-next {
    right: -4%;
    top: 50%;
    margin:0;
    width: auto;
    height: 80px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    background-color: white;
    background: none !important;
    border: none !important;
    align-items: center;
    justify-content: center;
}

#moments_homepage .owl-prev {
    left: -4%;
    top: 50%;
    margin:0;
    width: auto;
    height: 80px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    background-color: white;
    background: none !important;
    border: none !important;
    align-items: center;
    justify-content: center;
}

#moments_homepage .owl-theme .owl-nav .disabled {
    display: none;
}

#moments_homepage .owl-prev > span {
    font-size: 4em
}

#moments_homepage .owl-next > span {
    font-size: 4em
}

/* Tablet */
@media only screen and (max-width: 1027px) and (min-width: 801px)  {
    #moments_homepage .owl-prev > span {
        font-size: 2em
    }
    
    #moments_homepage .owl-next > span {
        font-size: 2em
    }
}

/* Moments Homepage Carousel */


/* Moments Categories List */

#moments.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.selectbox {
    margin-bottom: 50px;
}

.selectbox span {
    font-size: 15px;
}

.selectbox li a {
    font-size: 14px;
}

.selectbox li:first-child a {
    font-size: 16px;
    color: #009999;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
}


.disabled {
  display: none
}

.enabled {
  display: block;
}

#moments div[id*='category_'] {
  margin-bottom: 20px;

}

#moments .owl-item:hover {
    z-index: 9999 !important;
}

/* Owl Carousel Navigation */
#moments .owl-stage-outer {
  overflow: visible;
}
#moments .owl-nav{
  position: initial;
    display: block !important;
}

#moments .owl-nav.disabled {
    display: none !important;
}

#moments .owl-nav > .disabled {
    display: none;
}

#moments .owl-nav div {
    position: absolute;
}
#moments .owl-prev{

    left: -2%;
    top: 40%;
    width: auto;
    height: 100px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    background-color: white;
    background: none !important;
    border: none !important;
    align-items: center;
    justify-content: center;
 }
#moments .owl-next{

    right: -2%;
    top: 40%;
    width: auto;
    height: 100px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    background-color: white;
    background: none !important;
    border: none !important;
    align-items: center;
    justify-content: center;
}

#moments .owl-theme .owl-nav [class*=owl-] {
  font-size: 42px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

/* Patch Cascade */
.thiscarousel {
  margin-left: -3.5%;
}
/* Moments Categories List */


/* Quicktime Homepage */
#quicktime_homepage {
    margin-top: 30px;
}
/* Quicktime Homepage */