/* Responsive View */
/* Desktop and above */
@media only screen and (min-width:1440px) {
    .cwrapper span a, .cstrip-carousel .cframes, .cstrip-VOD-carousel .cframes {
        margin: 0 0 0 5%;
    }

    .cstrip-carousel .carrow-left,
    .cstrip-carousel .carrow-right,
    .cstrip-VOD-carousel .carrow-left,
    .cstrip-VOD-carousel .carrow-right {
        width: 5%;
    }
}
 
/* No Select */
.cnoselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Wrapper */
.cwrapper {
    display: flex;
    flex-direction: column;
/*    padding-top: 50px;
    padding-bottom: 50px;*/
    overflow: hidden;
}

/* Strip Carousel */
.cstrip-carousel {
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding-top:10px;
    padding-bottom:10px;
    height: 240px;
    min-height: 240px;
}

.cstrip-VOD-carousel {
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 390px;
    min-height: 390px;
}

/* Strip Carousel Frames */
.cframes {
    width: 100%;
    /*height: 100%;*/ /*75%*/
    display: inline-block;
    position: relative;
    padding: 0;
    width: 2601px;
    margin-left: 10%;
}

/* Strip Carousel Frame */
.cframe {
    content-visibility:auto;
    display: inline-block;
    height: 100%;
    float: left;
    margin-right: 15px;
    transition: transform 0.8s;
    background: #292a36;
    background: -moz-linear-gradient(top, #292a36 0%, #1b1c25 100%);
    background: -webkit-linear-gradient(top, #292a36 0%,#1b1c25 100%);
    background: linear-gradient(to bottom, #292a36 0%,#1b1c25 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292a36', endColorstr='#1b1c25',GradientType=0 );
    /*
  -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,0.1), 0px 10px 10px -7px rgba(0,0,0,1);
  -moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,0.1), 0px 10px 10px -7px rgba(0,0,0,1);
  box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,0.1), 0px 10px 10px -7px rgba(0,0,0,1);
  */
    -webkit-box-shadow: 0px 10px 10px -7px rgba(0,0,0,1);
    -moz-box-shadow: 0px 10px 10px -7px rgba(0,0,0,1);
    box-shadow: 0px 10px 10px -7px rgba(0,0,0,1);
    width:240px;
}

/* Strip Carousel Frame Hover */
.cframe:hover {
    transform: scale(1.1);
    cursor: pointer;
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,0.6), 0px 10px 10px -7px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,0.6), 0px 10px 10px -7px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,0.6), 0px 10px 10px -7px rgba(0,0,0,1);
}

/* Navigation Arrows */
.cstrip-carousel .carrow-left,
.cstrip-carousel .carrow-right {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    font-family: 'Advent Pro', sans-serif;
    font-size: 70px;
    font-weight: 300;
    color: rgb(229, 149, 22);
    text-align: center;
    z-index: 9999;
    height: 212px;
    line-height: 202px;
}

.cstrip-VOD-carousel .carrow-left,
.cstrip-VOD-carousel .carrow-right {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    font-family: 'Advent Pro', sans-serif;
    font-size: 70px;
    font-weight: 300;
    color: rgb(229, 149, 22);
    text-align: center;
    z-index: 9999;
    height: 212px;
    line-height: 202px;
}


/* Navigation Arrow Left */
.cstrip-carousel .carrow-left,
.cstrip-VOD-carousel .carrow-left {
    float: left;
    left: 0;
}

/* Navigation Arrow Right */
.cstrip-carousel .carrow-right,
.cstrip-VOD-carousel .carrow-right {
    float: right;
    right: 0;
}

/* Navigation Arrow Left & Right Hover */
.cstrip-carousel .carrow-left:hover,
.cstrip-carousel .carrow-right:hover,
.cstrip-VOD-carousel .carrow-left:hover,
.cstrip-VOD-carousel .carrow-right:hover {
        cursor: pointer;
}

/* Section Title */
.cwrapper span a {
    width: 90%;
    height: 25px;
    display: block;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 25px;
    padding: 0;
    color: white;
    text-decoration: none;
    cursor: default;
}

/* Section Title Hover */
.cwrapper span a:hover {
    text-decoration: none;
    cursor: default;
}

.ctitle {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 60px;
}

.cimage-wrap {
    height: 180px;
    margin-bottom: 0px;
}

.cimage-VOD-wrap {
    height: 310px;
    margin-bottom: 0px;
}

.cimage-center {
    width: 240px;
    height: 180px;
    max-height: 100%; /*75%;*/
    max-width: 100%;
    object-fit: cover;
    /*width: auto;
    height: auto;*/
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    /*margin: auto;*/
}

.cimage-VOD-center {
    width: 240px;
    height: 320px;
    max-height: 100%; /*75%;*/
    max-width: 100%;
    object-fit: cover;
    /*width: auto;
    height: auto;*/
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    /*margin: auto;*/
}

.cframe-vod-text-Top {
    color: lightgray;
    font-weight: bold;
    background: #3d3d3d;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 18px;
    overflow:hidden;
}

.cframe-vod-category-text-Top {
    color: lightgray;
    font-weight: bold;
    background: #3d3d3d;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 18px;
    overflow: hidden;
}

cframe-vod-title-text-Top{
    color: lightgray;
    font-weight: bold;
    background: #3d3d3d;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 18px;
    overflow: hidden;
}

.cframe-text-Top {
    color: lightgray;
    font-weight: bold;
    background: #3d3d3d;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 18px;
}

.cframe-text-Bottom {
    color: lightgray;
    background: #3d3d3d;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 22px;
}

.cframe-vod-text-Top {
    color: lightgray;
    font-weight: bold;
    background: #3d3d3d;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 18px;
    overflow: hidden;
}

.cframe-vod-category-text-Top {
    color: lightgray;
    font-weight: bold;
    background: #3d3d3d;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 18px;
    overflow: hidden;
}

.cframe-vod-category-text-Bottom {
    color: lightgray;
    background: #3d3d3d;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 22px;
}

.cframe-vod-title-text-Top {
    color: lightgray;
    font-weight: bold;
    background: #3d3d3d;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 40px;
    overflow: hidden;
}