<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Fonts*/
@font-face{
  font-family: 'CocogooseProRegularTrial';
  src: url('../../fonts/yd-font/CocogooseProRegularTrial.woff2') format('woff2'),
       url('../../fonts/yd-font/CocogooseProRegularTrial.woff') format('woff'),
       url('../../fonts/yd-font/CocogooseProRegularTrial.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
*{
    margin: 0;
}
html,
body{
    height: 100%;
}
body{
    background: #000;
    color: #fff;
    font-family: 'SourceSansProRegular', sans-Serif;
}
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;
}
#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;}
.section{position: relative;height: 100%;}
.absoluteContainer{position: absolute;margin: 0 auto;}
.heading{margin-bottom: 5%;text-align: center;display: block;padding-top: 10%;}
.heading_text{font-size: 34px;font-family: 'COCOGOOSELETTERPRESS', sans-Serif;text-transform: uppercase;color: #ffffff;margin-bottom: 0;letter-spacing: 2px;font-weight: 100;}
.content p{font-size: 18px;letter-spacing: 0.2px;font-weight: 400;text-align: center;line-height: 1.6;color: #ffffff;}

#home .logo{position: relative;top: 15%;margin: 0 auto;width: 100%;}
#home .topLeftPatch {
    position: relative;
    left: 0;
    width: 44%;
    z-index: 2;
    transition-duration: 1s;
    float: left;
}
#home .topRightPatch {
    position: relative;
    left: 0;
    width: 44%;
    z-index: 2;
    transition-duration: 1s;
    float: right;
}

#videos .videoContainer{margin-top: 8%;text-align: center;left: 0;right: 0;}
#videos .content{width: 100%;display: block;margin: 0 auto;}
#videos .video-carousel .item{
    width: 50%;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 2%;
    padding-bottom: 0;
}
#videos .video-carousel .item .h3_title{margin: 10px 0;color: #371c1b;font-family: 'COCOGOOSELETTERPRESS', sans-Serif;font-size: 20px;text-transform: uppercase;padding-bottom: 10px}
#videos .yd-playIco{
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 10%;
}
#videos .owl-prev, #videos .owl-next{
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 56px;
    height: 56px;
    font-size: 80px;
    text-align: center;
    background-color: transparent;
    color: #d81b22;
}
#videos .owl-prev{
    left: 10%;
}
#videos .owl-next{
    right: 10%;
}
#synopsis .synopsisContainer{top: 25%;text-align: center;right: 0%;left: 0;margin: 0 auto;}
#synopsis .content{width: 55%;display: block;margin: 0 auto;}
#synopsis .content .heading_text{margin-bottom: 5%;}
#synopsis .content p{font-size: 150%;text-align: justify;}
#star-cast {
  background: #000000;
  width: 100%;
}
#star-cast .castWireBg{
    left: 0;
    right:0;
    width: 100%
  }
#star-cast .castContainer{top: 0%;text-align: center;left: 0;right: 0;}
#star-cast .castContainer .cast-ovelaping{position: absolute;top: 1%;margin: 0 auto;left: 0;right: 0;}
#star-cast .content{padding: 8% 0;}
#star-cast .h3_title{font-family: 'COCOGOOSELETTERPRESS', sans-Serif;text-transform: uppercase;color: #ffffff;line-height: 1.6;font-size: 20px;letter-spacing: 1px;}
#star-cast .owl-prev, #star-cast .owl-next{
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 56px;
    height: 56px;
    font-size: 70px;
    text-align: center;
    background-color: transparent;
    color: #7b4d06;
}
#star-cast .owl-prev{
    left: -5%;
}
#star-cast .owl-next{
    right: -5%;
}
#star-cast .cast-carousel .item{
    width: 80%;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 2%;
    padding-bottom: 0;
}
#directors-bio{
    background: #000000 url('../../images/yoodlee/hallaho/directorBg.jpg') no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: 0% 153px;
    overflow: hidden;
    height: 700px;
    background-attachment: fixed;
}
#directors-bio .rightBottomStamp{position: absolute;bottom:0;right: 0;width: 40%}
#directors-bio .bioContainer{position: relative;margin: 0 auto;text-align: center;}
#directors-bio .bioContainer .content{    position: relative;
    top: 8%;
    text-align: left;
    width: 57%;
    padding-top: 2%;
    float: right;
    margin: 0 auto;
    right: 15%;
  }
#directors-bio .content .heading_text{margin-bottom: 3%;}
#directors-bio .content p{text-align: left;font-size: 150%}

#news{
    color: #fff;
    padding-bottom: 5%;
}
#news .nav-pills{
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
#news .nav-pills&gt;li&gt;a{
    color: #dfdfdf;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 6px 0;
    cursor: pointer;
    font-size: 18px;
    width: 140px;
    background: #949494;
}
#news .nav-pills&gt;li:last-child{
    margin-left: -3px;
}
#news .nav-pills&gt;li.active&gt;a, #news .nav-pills&gt;li.active&gt;a:focus, #news .nav-pills&gt;li.active&gt;a:hover{
    background: #d72732;
}
#news .listingYodNws{
    list-style: none;
    padding: 0;
}
#news .listingYodNws .verlistYodNws{
    padding-bottom: 2%;
}
#news .listingYodNws .verlistYodNws .newsChnlLogo,
#news .listingYodNws .verlistYodNws .newsChnlLnkCnt {
    float: left;
}
#news .listingYodNws .verlistYodNws .newsChnlLogo{
    width: 15%;
}
#news .listingYodNws .verlistYodNws .newsChnlLnkCnt{
    width: 85%;
}
#news .listingYodNws .verlistYodNws .newsChnlLnkCnt a{
    color: #fff;
    text-decoration: none;
    font-family: inherit;
}
.newsChnlNm{
    color: #d72732;
    font-family: inherit !important;
}

.story {
    margin: 0 auto;
    min-width: 980px;
    overflow: auto;
    width: 980px;
}
.story .float-left,
.story .float-right {
    padding: 100px 0 0 0;
    position: relative;
    width: 350px;
}

/*Footer Buttons*/
.footer_buttons{
    position: fixed;
    bottom: 7%;
    z-index: 999;
    width: 100%;
}
.footer_buttons .remindMeCntBtn{
    list-style: none;
    padding: 0;
    text-align: center;
}
.footer_buttons .remindMeCntBtn .rmndMeCol{
    display: inline-block;
    width: 30%;
    border-radius: 6px;
}
.footer_buttons .remindMeCntBtn .rmndMeCol a{
    color: #fff;
    margin-top: 0px;
    padding: 10px 0;
    font-size: 18px;
}
.footer_buttons .remindMeCntBtn .rmndMeCol a img{margin-top: -3px;}

.fbLink{background-color: #00b0b5 !important; border-color: transparent !important;}
.redBtn{background-color: #e92830 !important; border-color: transparent !important;}
.greenBtn, .greenBtn:hover, .greenBtn:active, .btn-default:active:hover,
.btn-default.focus, .btn-default:focus{background-color: #60a524 !important;border-color: transparent !important;}
.theatre-icon {
    background:url('../../images/yoodlee/theatre-icon.png') no-repeat;
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-right: 5px;
    position: relative;
    top: 1px;
    background-size: cover;
}
.newsChnlLnkCnt .starrr .fa{
    color: #ffd505;
    font-size: 20px;
    cursor: pointer;
}
.newsChnlNm{font-size: 20px;}
.footer_buttons .remindMeCntBtn .rmndMeCol{width: 25%;}

.yoodlee-footer{background-color: #000;text-align: center;padding: 10px;}
.yoodlee-footer p{margin-bottom: 0;}

/*Video Popup*/
#videoPopup{
    background-color: rgba(0,0,0,0.8);
}
#videoPopup .modal-body{
    padding: 0;
}
#videoPopup .modal-content{
    background: #000;
}
#videoPopup .modal-header{
    border-bottom-color: #000;
}
#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;
}
.videoPopup .modal-dialog{
    width: 60%;
    z-index: 10;
    margin: 7% auto 0;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
}
.videoPopup .modal-body iframe{
    width: 100%;
    height: 100%;
}
 .videoWrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*Remind Me popup*/
#remindMePopup .modal-header .close, #movieUnavailablePopup .modal-header .close{font-size: 21px;}
#remindMePopup .modal-dialog,#movieUnavailablePopup .modal-dialog{width: 50%; font-family: 'OswaldLight';}
#remindMePopup .modal-content,#movieUnavailablePopup .modal-content{background: #b1b1b1;width: 100%;border-radius: 0;border:0;font-size: 17px;}
#remindMePopup .modal-header,#movieUnavailablePopup .modal-header{background: #e92830;border:0;color:#ffffff;text-align: center;padding: 32px 10px 20px;}
#remindMePopup .modal-header h4,#movieUnavailablePopup .modal-header h4{font-size: 16px;}
#remindMePopup .modal-header p,#movieUnavailablePopup .modal-header p{color:#000000;padding-top: 5px;font-size: 15px;}
#remindMePopup .modalForm,#movieUnavailablePopup .modalForm{width: 70%; margin: 0 auto;}
#remindMePopup .modal-header .close,#movieUnavailablePopup .modal-header .close {
    font-size: 31px;
    position: absolute;
    right: 5px;
    top: 3px;
}
#remindMePopup .form-control,#movieUnavailablePopup .form-control{
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border: 0;
    border-radius: 0;
}
#remindMePopup .errorMsg,#movieUnavailablePopup .errorMsg{color:#e92830;font-size: 13px;font-style: normal;}
.modalBtn{
  background: #353535;
  color:#ffffff;
  border:0;
  border-radius: 0;
  display: block;
  margin: 50px auto 10px;
  height: 40px;
  padding: 6px 12px;
  width: 60%;
  font-size: 16px;
}

#movieUnavailablePopup .modal-dialog{margin-top:10%}

#movieUnavailablePopup .modal-body{
    text-align: center;
    font-size: 120%;
}
.modalBtn:hover,.modalBtn:active,.modalBtn:focus{background: #353535; border:0;color:#ffffff;}
.floatRmndMe .tooltipInfo{
    position: absolute;
    background: rgba(233,40,48,0.5);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid rgba(233,40,48,0.5);
    top: -40px;
    left: 0;
    right:0;
    margin:0 auto;
    width: 355px;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
}
.floatRmndMe .tooltipInfo.bg-yellow{
   background: rgba(255,255,0,0.8);
   border: 1px solid rgba(255,255,0,0.8);
   color:#000;
}
.floatRmndMe .tooltipInfo .fa{padding-right: 5px;}
.floatRmndMe .tooltipInfo .fa-times-circle{
    padding: 0;
    position: absolute;
    top: -9px;
    right: -9px;
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}

/*Responsive*/
@media screen and (min-width: 320px) and (max-width: 766px){
    #videos .owl-prev,#videos .owl-next{top:50%;font-size: 68px;}
    #videos .owl-prev{left: -8%;}
    #videos .owl-next{right: -8%;}
    #home .topRightPatch{width: 40%;}
    #videos .videoContainer{margin-top: 5%;z-index: 3;overflow: hidden;}
    #videos .content{width: 100%}
    #videos .video-carousel .item{width: 90%}
    #synopsis .content{width: 40%}
    #directors-bio {background-position:59% 0;height: 600px;background-attachment: inherit;}
    .heading_text {font-size: 15px;}
    #synopsis .synopsisContainer { padding-top: 45%;position: relative;z-index: 2;    margin-top: 38%;}
    #synopsis .synopsis-bg{position: absolute;top:0;z-index: 1;}
    #synopsis .content p, #directors-bio .content p{font-size: 90%;line-height: 1.3;}
    #directors-bio .bioContainer .content {width: 50%;right: 43%;}

    .videoWrapper iframe{ height: 300px; }
}
@media screen and (min-width: 767px) and (max-width: 768px){
  #home .topRightPatch{width: 40%;}
  #videos .videoContainer{margin-top: 5%}
  #videos .content{width: 80%}
  #synopsis .content{width: 40%}
  #directors-bio {background-position: 20% 0;height: 470px;background-attachment: inherit;}
  .heading_text {font-size: 30px;}
  #synopsis .content p, #directors-bio .content p{font-size: 90%}
  #directors-bio .bioContainer .content {width: 50%;right: 23%;}

}
@media screen and (min-width: 769px) and (max-width: 1024px){
  #home .topRightPatch{width: 40%;}
  #videos .videoContainer{margin-top: 5%}
  #videos .content{width: 80%}
  #synopsis .content{width: 40%}
  #directors-bio {background-position: 20% 0;height: 580px;background-attachment: inherit;}
  .heading_text {font-size: 30px;}
  #synopsis .content p, #directors-bio .content p{font-size: 120%}
  #directors-bio .bioContainer .content {width: 50%;right: 23%;}

}
@media screen and (min-width: 1025px) and (max-width: 1365px){
  #home .topRightPatch{width: 40%;}
  #videos .videoContainer{margin-top: 5%}
  #videos .content{width: 80%}
  #synopsis .content{width: 40%}
  #synopsis .content p, #directors-bio .content p{font-size: 120%}
  #directors-bio .bioContainer .content {width: 46%;right: 28%;}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) and (orientation : portrait){
    .content p{font-size: 14px;line-height: 1.6;}


}
@media screen and (min-width: 1366px) and (max-width: 1600px){
  #home .topRightPatch{width: 35%;top:5%}
  #videos .videoContainer{margin-top: 5%}
  #videos .content{width: 80%}
  #synopsis .content{width: 45%}
}
</pre></body></html>