<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
}
html,
body{
    height: 100%;
}
body::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #333333;
}
body::-webkit-scrollbar{
    width: 6px;
    background-color: #333333;
}
body::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #dddddd;
}
@font-face {
    font-family: 'ROCK';
    src: url('../../fonts/yd-font/ROCK.eot');
    src: url('../../fonts/yd-font/ROCK.eot') format('embedded-opentype'),
         url('../../fonts/yd-font/ROCK.woff2') format('woff2'),
         url('../../fonts/yd-font/ROCK.woff') format('woff'),
         url('../../fonts/yd-font/ROCK.ttf') format('truetype'),
         url('../../fonts/yd-font/ROCK.svg#ROCK') format('svg');
}
#loader{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background-color: #000;
}
#loader .load{
    position: fixed;
    width: 206px;
    left: 50%;
    margin-left: -103px;
    top: 45%;
    margin-top: -103px;
}
#loader .load .cl{
    left: 50%;
    margin-left: -36px;
    top: 45%;
    margin-top: 63px;
    opacity: 0.8;
    position: absolute;
}
#loader .load .cl img{
    position: absolute;
}
/*Main Container Css*/
.blackBtn{background-color: #000;}
.comedyCouplePage{
  font-family: 'ROCK', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #000;
    height: auto !important;
}
  /*mouse scroll css E*/
.comedyCouplePage .col-md-1,
.comedyCouplePage .col-md-10,
.comedyCouplePage .col-md-11,
.comedyCouplePage .col-md-12,
.comedyCouplePage .col-md-2,
.comedyCouplePage .col-md-3,
.comedyCouplePage .col-md-4,
.comedyCouplePage .col-md-5,
.comedyCouplePage .col-md-6,
.comedyCouplePage .col-md-7,
.comedyCouplePage .col-md-8,
.comedyCouplePage .col-md-9,
.comedyCouplePage .container-fluid{ padding: 0;}
.comedyCouplePage .yoodlee-container{position: relative;}
.comedyCouplePage .yd-newsSection { background:none; padding:30px 0;}
.comedyCouplePage .yd-newsSection h1{padding:0 0 30px 0;text-align:left;}
.comedyCouplePage .yd-newsSection ul{margin:0; padding-bottom:60px; }
.comedyCouplePage .yd-newsSection li{padding-left:0;}
.comedyCouplePage .titleYdCnt{margin: 0 auto;}
.comedyCouplePage .middlContent {
    background: none;
    width: 100%;
    position: relative;
    font-family: inherit;
    background-position: top;
    background-attachment: revert;
    overflow: hidden;
}
.comedyCouplePage .videoContainer{position: relative;z-index: 2;}
.comedyCouplePage .infoCont{padding: 0;position: relative;}
.comedyCouplePage .firstContainer{
    position: absolute;
    top:0;
    padding: 0;
    /* background: #161616 url(../../images/yoodlee/comedycouple/ccBg.jpg) no-repeat; */
    width: 100%;
    background-size: cover;
    font-family: inherit;
    background-position: 0 0;
    background-attachment: fixed;
    overflow: hidden;
}
.comedyCouplePage .comedCoupCont{
  position: relative;
}
.comedyCouplePage .comedCoupBg{
  width: 100%;
}
.comedyCouplePage .comedCoupImg{
  position: absolute;bottom: 0;width: 100%;
}
.comedyCouplePage .comedCoupLeft,
.comedyCouplePage .comedCoupRight{width: 35%;position: absolute;bottom: 0}
.comedyCouplePage .comedCoupRight{left: inherit;right: 0}
.comedyCouplePage .comedCoupTable{
    width: 45%;
    margin: 0 auto;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0
}
.comedyCouplePage .infoContTxt{
  position: relative;
  z-index: 2;
}
.comedyCouplePage .yoodlee-footer {
  background: none;
  padding: 10px 20px;
  text-align: center;
  border-top: 0px solid #1a1a1a;
  bottom: 60px;
  z-index: 3;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.comedyCouplePage .floatRmndMe .rmndMeCol{min-width: 203px}

.comedyCouplePage .strCstContainer{ padding: 0; }

.comedyCouplePage .castStyl{
    background: url(../../images/yoodlee/comedycouple/ccCastBg.jpg);
    padding: 8% 0;
    bottom: 0;
    z-index: 1;
    background-size: contain;
    position: relative;
    font-family: inherit;
    background-position:center center;
    background-attachment: scroll;
}
.comedyCouplePage .castStyl .content{
  width: 85%;margin: 0 auto;
}

.comedyCouplePage .directBioStyl{
      background: url(../../images/yoodlee/comedycouple/1.jpg);
      padding: 10% 0 0;
      min-height: 700px;
      bottom: 0;
      z-index: 1;
      background-size: cover;
      position: relative;
      font-family: inherit;
      background-position: 0 0;
      background-attachment: fixed;
}

.comedyCouplePage .spotlight {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  animation: spotfadein 2s 1s 1 both;
  z-index: 3
}
@keyframes spotfadein {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.comedyCouplePage .synopsisStyl{margin-top: 12%}
.comedyCouplePage .video .textHeadTitle{margin-top: 5%}
.comedyCouplePage .synopsisStyl,
.comedyCouplePage .directBioStyl{font-size: inherit;font-family: inherit;}
.comedyCouplePage .synopsisStyl p{padding: 0 0 2%}
.comedyCouplePage .synopsisStyl p{font-family: 'ROCK';color: #fff;line-height: 1.4;width: 70%;margin: 0 auto;font-size: 1.6em}


.comedyCouplePage .directBioStyl p{font-family: 'ROCK';color: #fff;line-height: 1.4;width: 70%;font-size: 1.6em;float: right;}

.comedyCouplePage .castImg{top:-50px;position: relative;}
.comedyCouplePage .castTitle{z-index: 2;position: relative;margin-bottom: 15px;}
.comedyCouplePage .strCstStyl{position: relative;}
.comedyCouplePage .strCstStyl .strCstGlry{width: 100%; position: relative;z-index: 1;top:-110px;}

.comedyCouplePage .strCstSecBg{display: block;opacity: 0.7;position: relative;top:-320px;}
.comedyCouplePage .strCstSecImg{
    position: absolute;
    display: block;
    top: -148px;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

.comedyCouplePage .yd-videoSection .scrollContBox{padding: 0 1%;}
.comedyCouplePage .yd-videoSection .scrollContBox .hContainer{
  padding: 15px;
  background: #000000;
}

.comedyCouplePage .yd-videoSection .yd-activeVideo {
    background: none;
    position: absolute;
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
    border: 0;
}
.comedyCouplePage .yd-videoSection .yd-active{
  border: 1px solid #2c2b2b;
  padding: 6px;
}
.comedyCouplePage .socialCnt{padding-top: 5px;color:rgba(255,255,255,0.3);}
.comedyCouplePage .socialCnt .scLft{float: left;}
.comedyCouplePage .socialCnt .scRgt{float: right;}
.comedyCouplePage .yd-videoSection .hContainer .titContainer .tlte{font-size: 17px;}



.comedyCouplePage #text{
  text-align:center;
  position:absolute;
  border:2px solid #5b9df5;
  width:300px;
  height:133px;
  top:250px;
  border-radius:20px;
  right:10%;
  margin: -50px 0 0 100px;
  animation: border-flicker 2s linear infinite;
}

.comedyCouplePage .textTitle{
  text-align:center;
  position:absolute;
  font-size: 18px;
  top:-30px;
  color:#aac9f3;
  width:100%;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: -2px -6px 15px #5b9df5;
  letter-spacing: 1px;
}

.comedyCouplePage .textHeadTitle{
  text-align:center;
  position:relative;
  font-size: 3.4em;
  color:#aac9f3;
  padding: 0 0 45px;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: -2px -6px 15px #5b9df5;
  letter-spacing: 1px;
  font-family: 'ROCK';
}

.comedyCouplePage #text2{
  text-align:center;
  position:relative;
  border:2px solid #5b9df5;
  width:300px;
  height:134px;
  top:62px;
  border-radius:20px;
  left:50%;
  margin: -50px 0 0 -134px;
}
.comedyCouplePage #text2 img{
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: 31px;
    top: -38px;
}


@keyframes border-flicker {
  0% {
    opacity:0.1;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(3,90,201,0.73);
-moz-box-shadow: 0px 0px 7px 2px rgba(3,90,201,0.73);
box-shadow: 0px 0px 7px 2px rgba(3,90,201,0.73);
  }
  2% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(3,90,201,0.73);
-moz-box-shadow: 0px 0px 7px 2px rgba(3,90,201,0.73);
box-shadow: 0px 0px 7px 2px rgba(3,90,201,0.73);
  }
  4% {
    opacity:0.1;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(3,90,201,0.73);
-moz-box-shadow: 0px 0px 7px 2px rgba(3,90,201,0.73);
box-shadow: 0px 0px 7px 2px rgba(3,90,201,0.73);
  }

  8% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(3,90,201,0.73);
-moz-box-shadow: 0px 0px 7px 2px rgba(3,90,201,0.73);
box-shadow: 0px 0px 7px 2px rgba(3,90,201,0.73);
  }
  70% {
    opacity:0.7;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(3,90,201,0.73);
-moz-box-shadow: 0px 0px 7px 2px rgba(3,90,201,0.73);
box-shadow: 0px 0px 7px 2px rgba(3,90,201,0.73);
  }
  100% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(3,90,201,0.73);
-moz-box-shadow: 0px 0px 7px 2px rgba(3,90,201,0.73);
box-shadow: 0px 0px 7px 2px rgba(3,90,201,0.73);
  }
}


.comedyCouplePage #video .video-carousel .item{
  text-align:center;
  border:2px solid #5b9df5;
  border-radius:20px;
  background-color: none;
  animation: border-flicker 2s linear;
}

.comedyCouplePage .nwsRwsStyl{position:relative; top:-100px;}

.comedyCouplePage .newsRvslstSectnArea{position: relative;z-index: 1;background: rgba(0,0,0,0.1);margin-bottom: 130px;}
.comedyCouplePage .newsRvslstSectnArea .newslstSectnPar{background: none;}
.comedyCouplePage .introImage {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    cursor: default;
    z-index: 1;
}
.comedyCouplePage .introImage .container{position: absolute;top:0;left: 0;right: 0}
.comedyCouplePage #video .owl-item a,
.comedyCouplePage #video .owl-item img{display: block;}
.comedyCouplePage #video .videoContainer{margin-top: 5%;text-align: center;left: 0;right: 0;}
.comedyCouplePage #video .content{width: 70%;display: block;margin: 0 auto;}
.comedyCouplePage #video .video-carousel .item{
    width: 60%;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding:2px;
    overflow: hidden;
    border-radius: 5px;
}
.comedyCouplePage #video .video-carousel .item .h3_title{margin: 10px 0;color: #fff;font-size: 20px;text-transform: uppercase;}
.comedyCouplePage #video .yd-playIco{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 10%;
}
.comedyCouplePage #video .owl-prev,
.comedyCouplePage #video .owl-next{
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 56px;
    height: 56px;
    font-size: 60px;
    text-align: center;
    background-color: transparent;
    color: #5b9df5;
}
.comedyCouplePage #video .owl-prev{
    left: 10%;
}
.comedyCouplePage #video .owl-next{
    right: 10%;
}

.comedyCouplePage .castStyl .owl-prev,
.comedyCouplePage .castStyl .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 56px;
    height: 56px;
    font-size: 60px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    text-shadow: 4px 4px 5px #000;
}
.comedyCouplePage .castStyl .owl-prev{left: -60px}
.comedyCouplePage .castStyl .owl-next{right: -60px}

/*Video Popup*/
.comedyCouplePage #videoPopup{
    background-color: rgba(0,0,0,0.8);
}
.comedyCouplePage #videoPopup .modal-body{
    padding: 0;
}
.comedyCouplePage #videoPopup .modal-content{
    background: #000;
}

.comedyCouplePage .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
}
.comedyCouplePage .videoPopup .modal-body iframe{
    width: 100%;
    height: 100%;
}
.comedyCouplePage .videoWrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.comedyCouplePage #videoPopup .modal-header{
    border-bottom-color: #000;
}
.comedyCouplePage #videoPopup .close{
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.6;
    margin-top: -30px;
}
.comedyCouplePage .videoPopup .modal-dialog {
    z-index: 10;
    margin: 7% auto 0;
}
.comedyCouplePage .floatRmndMe{    bottom: 22px;}
@media screen and (min-width: 320px) and (max-width: 413px){

    .comedyCouplePage .videoPopup .modal-dialog { width: 90% }
    .comedyCouplePage .textHeadTitle { font-size: 1.4em;    padding: 0 0 5px;}
    .comedyCouplePage #text{ top:50px ; transform: scale(0.3); right: -22%;}
    .comedyCouplePage #video .content{width: 85%}
    .comedyCouplePage #video .video-carousel .item{width: 80%}
    .comedyCouplePage #video .videoContainer{margin-top: 5%}
    .comedyCouplePage #video .owl-prev { left: -10%; }
    .comedyCouplePage #video .owl-next{right: -10%}
    .comedyCouplePage .comedCoupLeft,
    .comedyCouplePage .comedCoupRight {width: 15%;}
    .comedyCouplePage .comedCoupTable{bottom: 0;width: 40%;display: none;}
    .comedyCouplePage .directBioStyl { min-height: auto;margin-top: 0;padding-top: 6% !important}
    .comedyCouplePage .directBioStyl .textHeadTitle { padding-bottom: 6%}
    .comedyCouplePage .synopsisStyl p {  line-height: 1.4; font-size: 0.86em; width: 80%;}
    .comedyCouplePage .directBioStyl p { line-height: 1.4; font-size: 0.9em;    width: 95%; }
    .comedyCouplePage .synopsisStyl { margin-top: 5%; }
    .comedyCouplePage .castStyl .owl-prev { left: -30px;}
    .comedyCouplePage .castStyl .owl-next { right: -30px; }

    .comedyCouplePage .comedCoupBg{position: absolute;top:0;}
    .comedyCouplePage .firstContainer{position: relative;}

    .comedyCouplePage .floatRmndMe .rmndMeCol{ min-width: 50%; width: 50%;margin: 2px 0;}
    .comedyCouplePage .floatRmndMe .rmndMeCol .fbLink{ padding: 5px 15px; }
    .comedyCouplePage .floatRmndMe .rmndMeCol.last_col .btn { padding: 0 15px; font-size: 78%}
    .comedyCouplePage .floatRmndMe .rmndMeCol.imdb_btn .btn{ padding: 10px 15px; }
}

@media screen and (min-width: 414px) and (max-width: 599px){
  .comedyCouplePage .videoPopup .modal-dialog { width: 90% }
    .comedyCouplePage .textHeadTitle { font-size: 1.8em;    padding: 0 0 15px;}
    .comedyCouplePage #text{ top:70px ; transform: scale(0.4); right: -13%;}
    .comedyCouplePage #video .content{width: 85%}
    .comedyCouplePage #video .video-carousel .item{width: 80%}
    .comedyCouplePage #video .videoContainer{margin-top: 5%}
    .comedyCouplePage #video .owl-prev { left: -10%; }
    .comedyCouplePage #video .owl-next{right: -10%}
    .comedyCouplePage .comedCoupLeft,
    .comedyCouplePage .comedCoupRight {width: 12%;}
    .comedyCouplePage .comedCoupTable{bottom: 0;width: 40%;display: none;}
    .comedyCouplePage .directBioStyl { min-height: auto;margin-top: 0;padding-top: 6% !important}
    .comedyCouplePage .directBioStyl .textHeadTitle { padding-bottom: 6%}
    .comedyCouplePage .synopsisStyl p {  line-height: 1.6; font-size: 0.95em; width: 85%;}
    .comedyCouplePage .directBioStyl p { line-height: 1.4; font-size: 1.2em;    width: 95%; }
    .comedyCouplePage .synopsisStyl { margin-top: 5%; }
    .comedyCouplePage .castStyl .owl-prev { left: -30px;}
    .comedyCouplePage .castStyl .owl-next { right: -30px; }

    .comedyCouplePage .comedCoupBg{position: absolute;top:0;}
    .comedyCouplePage .firstContainer{position: relative;}

    .comedyCouplePage .floatRmndMe .rmndMeCol{ min-width: 20%; width: 20%;margin: 2px 0;}
    .comedyCouplePage .floatRmndMe .rmndMeCol .fbLink{ padding: 8px 5px; }
    .comedyCouplePage .floatRmndMe .rmndMeCol.last_col .btn { padding: 0 15px; font-size: 78%}
    .comedyCouplePage .floatRmndMe .rmndMeCol.imdb_btn .btn{ padding: 13px 15px; }
    .comedyCouplePage .floatRmndMe .rmndMeCol.last_col { min-width: 45%; width: 45%;}
    .comedyCouplePage .floatRmndMe .rmndMeCol.imdb_btn{ min-width: 20%; width: 20%; }
}
@media screen and (min-width: 600px) and (max-width: 768px){
  .comedyCouplePage .videoPopup .modal-dialog { width: 80% }
    .comedyCouplePage .textHeadTitle { font-size: 2.4em;    padding: 0 0 5px;}
    .comedyCouplePage #text{transform: scale(0.7); right: 6%;}
    .comedyCouplePage #text{top:130px}
    .comedyCouplePage #video .video-carousel .item{width: 80%}
    .comedyCouplePage #video .videoContainer{margin-top: 5%}
    .comedyCouplePage .comedCoupLeft,
    .comedyCouplePage .comedCoupRight {width: 30%;}
    .comedyCouplePage .comedCoupTable{bottom: 0;width: 40%}
    .comedyCouplePage .directBioStyl { min-height: auto;margin-top: 0;padding-top: 6% !important}
    .comedyCouplePage .directBioStyl .textHeadTitle { padding-bottom: 6%}
    .comedyCouplePage .synopsisStyl p { line-height: 1.4; font-size: 1.1em; }
    .comedyCouplePage .directBioStyl p { line-height: 1.4; font-size: 1.3em; }
    .comedyCouplePage .synopsisStyl { margin-top: 5%; }

    .comedyCouplePage .floatRmndMe .rmndMeCol{ min-width: 20%; width: 20%;margin: 2px 0;}
    .comedyCouplePage .floatRmndMe .rmndMeCol .fbLink{ padding: 8px 5px; }
    .comedyCouplePage .floatRmndMe .rmndMeCol.last_col .btn { padding: 0 15px; font-size: 78%}
    .comedyCouplePage .floatRmndMe .rmndMeCol.imdb_btn .btn{ padding: 13px 15px; }
    .comedyCouplePage .floatRmndMe .rmndMeCol.last_col { min-width: 45%; width: 45%;}
    .comedyCouplePage .floatRmndMe .rmndMeCol.imdb_btn{ min-width: 20%; width: 20%; }
}
@media screen and (min-width: 769px) and (max-width: 1024px){
  .comedyCouplePage .videoPopup .modal-dialog { width: 70% }
    .comedyCouplePage #text{top:180px}
    .comedyCouplePage #video .video-carousel .item{width: 80%}
    .comedyCouplePage #video .videoContainer{margin-top: 5%}
    .comedyCouplePage .comedCoupLeft,
    .comedyCouplePage .comedCoupRight {width: 30%;}
    .comedyCouplePage .comedCoupTable{bottom: 0;width: 40%}
    .comedyCouplePage .synopsisStyl p,
    .comedyCouplePage .directBioStyl p { line-height: 1.4; font-size: 1.4em; }
    .comedyCouplePage .synopsisStyl { margin-top: 5%; }
}

@media screen and (min-width: 1680px) and (max-width: 3000px){
  .comedyCouplePage .videoPopup .modal-dialog { width: auto }
  .comedyCouplePage #text{transform: scale(1.2);}
  .comedyCouplePage #video .video-carousel .item{width: 80%}
  .comedyCouplePage #video .videoContainer{margin-top: 8%}
  .comedyCouplePage .comedCoupLeft,
  .comedyCouplePage .comedCoupRight {width: 40%;}
  .comedyCouplePage .synopsisStyl p,
  .comedyCouplePage .directBioStyl p { line-height: 1.6; font-size: 1.8em; }
  .comedyCouplePage .synopsisStyl { margin-top: 16%; }
}
</pre></body></html>