﻿@charset "utf-8";
 @font-face {
     font-family: "icomoon";
     src: url("/Responsive/Custom/fonts/icomoon.eot?eeedwn");
     src: url("Responsive/Custom/fonts/icomoon.eot?#iefixeeedwn") format("embedded-opentype"), url("Responsive/Custom/fonts/icomoon.woff?eeedwn") format("woff"), url("Responsive/Custom/fonts/icomoon.ttf?eeedwn") format("truetype"), url("../fonts/icomoon.svg?eeedwn#icomoon") format("svg");
     font-weight: normal;
     font-style: normal;
}

@font-face {
    font-family: 'HousePaint';
    src: url('Responsive/Custom/fonts/HousePaint.woff2') format('woff2'),
        url('Responsive/Custom/fonts/HousePaint.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

 body {
     margin: 0;
     padding: 0;
     font-family: "Lato";
}
 .main {
     width: 100%;
     height: auto;
     float: left;
}
 input, select, textarea {
     color: #666666;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0;
  transition: background-color 5000s ease-in-out 0s;
}

 option {
     background: rgba(145,197,94,0.5);
     color: #212121;
     cursor: pointer;
     height: 25px;
     padding: 5px 0 5px 2%;
}
 .clr {
     clear: both;
}
 .nomargin-right {
     margin-right: 0 !important;
}
 .nomargin-left {
     margin-left: 0 !important;
}
 .nomargin-bottom {
     margin-bottom: 0 !important;
}
 .nobottom-border {
     border-bottom: 0 !important;
}
 .cinematagline img {
     max-height:70px;
}
 .clslogo > a > img {
     width: 191px;
     margin-left: -4%;
}
 .foot-bloc1 > a > img {
     width:100%;
     max-width: 170px;
     margin-left: -6%;
}
 .foot-bloc1 > .headerText {
     padding-left: 0%;
}
 .headerText {
     font-size: 14px;
     color: #fff;
     padding-left: 4%;
}
 .All-btns {
     margin: 0 auto;
     width: 100%;
}
 .clsempty-space {
     clear: both;
     display: block;
     height: 20px;
     margin: 0;
}
 .clslastrow td {
     border: 0;
}
 .text-left {
     text-align: left !important;
}
 .caps {
     text-transform: uppercase;
}
 .text-middle {
     text-align: center;
}
 .first-row td {
     border-top: 1px solid #e2e2e2;
}
.koukokuContainer {
    float: left;
    width: 130px;
    padding: 10px;
    border: 3px solid #fdc23c;
    height: 130px;
    margin: 0 5px;
}
.banner-img{
	 width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
}
 #wrapper {
     max-width: 1920px;
     margin: 0px auto;
}
/*Header*/
 .head-bg {
     background: #002648;
     position: fixed;
     max-width: 1920px;
     width: 100%;
     height: auto;
     margin: 0;
     float: left;
    /*padding: 3px 0 0;
     */
     min-height: 80px;
     z-index: 99999999;
    /* transition: all 1s ease;
     */
}
 .head-mn {
     width: 100%;
     height: 53px;
     max-width: 1230px;
     margin: 0 auto;
     z-index: 99999;
    /* transition: all 1s ease;
     */
}
 .clslogo {
     width: 19%;
     height: auto;
     float: left;
     margin: 5px 0;
}
 .clstright {
     float: right;
     margin: 10px 0px;
     width: 81%;
     transition: all 1s ease;
     color: white;
     text-align: right;
}
 .clstrightL {
     display: inline-block;
     position: relative;
     top: 26%;
     transform: translateY(-26%);
}
 .clstrightR {
     display: inline-block;
}
 .location {
     width: 17%;
     display: inline-block;
     padding-left: 0;
    /* margin-top: 13px;
     */
}
 .location a {
     font-weight: 800;
     text-transform: uppercase;
     cursor: pointer;
     float: right;
	 padding: 9px 0px 7px 7px;
     margin: 8px 0;
     position: relative;
     text-align: center;
     font-family: "Lato";
     text-decoration: none;
     color: #fdc23c;
     font-size: 14px;
     display: block;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .location a img {
    width: 15px;
    margin-left: 9px;
}
 .cinematagline {
	font-size: 30px;
    color: #00aeef;
    line-height: 0;
    font-weight: bold;
    padding-top: 5px;
}
 .cinematimings {
     padding: 8px 0px;
     font-size: 15px;
     display: none;
}
 .clsmenubar {
     float: left;
    /*margin: 7px 0 0;
     */
     width: 100%;
     background: #010f25;
     transition: all 1s ease;
}
 .selectPopup {
     position: fixed;
     background: url("../images/Interface/CinemaSelectionPopup/cinemaSelectBg.jpg");
     background-repeat: repeat-y;
     max-width: 1200px;
     width: 96%;
     left: 50%;
     top: 50%;
     transform: translateX(-50%) translateY(-50%);
     text-align: center;
     color:#FFFFFF;
     max-height: calc(95vh);
     overflow-y: auto;
}
 .selectPopup h1 {
     color: white;
     font-size: 18px;
     padding-top: 48px;
}
 .selectPopup span {
     color: #FFFFF;
     font-size: 13px;
     text-align: center;
     width: 100%;
     float:left;
     word-wrap: break-word;
}
 .col-6 {
     width: 46%;
     padding: 30px 0;
     height: auto;
     display: inline-block;
}
 .cinemaLocation input[type="image"], .cinemaLocation img {
     width: 100%;
     padding-bottom: 6%;
     outline:none;
     cursor: pointer;
}
 .cinemaLocation {
     display: inline-block;
     width: 43%;
     padding: 0 3%;
}
 .left {
     float: left;
}
 .right {
     float: right;
}
 .selectPopup .dateDiv {
    /* margin-left: 120px;
     */
     width: 60%;
     margin: 0 auto;
     padding-top: 5%;
     text-align: center;
     font-size: 13px;
}
 .selectPopup table {
     margin: 0 auto !important;
}
 .selectPopup td {
     font-size: 14px;
     font-weight: bold;
     padding: 1px 5px 2px 5px;
     letter-spacing: 1px;
}
 .selectPopup .promoDiv {
     width: auto;
     margin-bottom: 10px;
}
 .selectPopup .promoDiv a, .selectPopup .promoDiv a:link, .selectPopup .promoDiv a:visited {
     width: auto;
     height: auto;
     display: block;
     padding: 0px;
     border: none;
     margin: 0;
     background: none;
     border-radius: 0;
     box-shadow: none;
}
 .selectPopup .socialDiv li {
     list-style: none;
     text-align: left;
     float: left;
     margin: 0 0 16px;
     font-size: 12px;
}
 .selectPopup .socialDiv {
     margin: 0 auto;
     display: inline-block;
}
 .selectPopup .socialDiv li {
     width:auto;
     padding-left:10px;
}
 .selectPopup a#closeBtn, .selectPopup a#closeBtn:link, .selectPopup a#closeBtn:visited {
     background: none repeat scroll 0 0 #ffc423;
     box-shadow: 0.1em 0.1em #000;
     color: #000;
     display: inline-block;
     font-size: 16px;
     font-weight: bold;
     margin-bottom: 10px;
     margin-right: 2px;
     padding: 6px;
     text-align: center;
     text-decoration: none;
     text-transform: uppercase;
     z-index: 999;
     display: block;
     position: absolute;
     margin-top: 20px;
     margin-right:20px;
     right:0;
}
 .selectPopup a:hover {
     background: #001725;
     text-decoration: underline;
     color: #FFF;
}
 .selectPopup .close {
     color: #000000;
     float: right;
     font-size: 35px;
     padding: 0px 0px 0px 0px;
     font-weight: bold;
}
 @media screen and (max-width: 787px) {
     .left {
         float: none;
    }
}
 @media screen and (max-width: 654px) {
     .col-6 {
         width: 100%;
         height: auto;
         padding: 10px 0;
    }
     .selectPopup .dateDiv {
         width:90%;
    }
}
/*Menu*/
 .clsmenu {
     color: #2b2b2b;
     float: left;
     font-size: 14px;
     padding-top: 0px;
    /* text-align: center;
     */
     text-transform: uppercase;
     width: 82%;
}
 .clsmenu > ul {
     margin: 0;
     padding-left: 0;
}
 .clsmenu li {
     display: inline;
     margin-right: 0%;
     position: relative;
	 padding: 0;

}

.clsmenu li.active a {
	background: #253144;
}

 .clsmenu li a {
     font-family: 'Lato';
     font-size: 14px;
     color: #ffffff;
     display: inline;
     text-decoration: none;
     cursor: pointer;
     font-weight: 700;

}

.clsmenu > ul > li {
    float: left;
}


.clsmenu > ul > li > a {
	padding:18px 23px;
transition: 0.2s all;
	display: block;
}

 .clsmenu > ul > li:hover {
     color: #fff;
	background: #253144;
}

 .clsmenu > ul > li > a:hover {
     color: #fff;
	background: #253144;
}
 .clsmenu li img {
     margin-left: 4px;
     position: absolute;
     top: 25px;
    right: 20px;
}

.has-child > a {
 	padding-right: 35px !important;
}

 .subactive > a {
     color: #212121 !important;
} 
/*Submenu*/
/*.has-child .submenu {
     display:none;
     background:#212121;
     position: absolute;
     left:0;
     right: 0;
     top:15px;
     padding:15px 0 0;
     -webkit-padding-top:30px;
     transition: all 0.1s ease;
     min-width:215px;
     width:100%;
}
 */
 .has-child .submenu {
     display: none;
     background: #010f25;
     position: absolute;
     left: 0;
     right: 0;
     padding: 0;
     -webkit-padding-top: 30px;
    min-width: 225px;
     width: 100%;
    box-shadow: 0 10px 62px -34px black;
}
 .submenu li {
     background: #fdc23c;
     display: block;
     margin: 0;
     padding: 0;
     text-align: left;
}
 .submenu li a {
     display: block;
     font-size: 13px;
    padding: 5% 0 5% 5%;
	background: #fdc23c !important;
	cursor: pointer;
	color: #212121;
	transition: 0.2s all;
}

.submenu li a:hover,
 .submenu li.subactive a {
    background: #253144 !important;
	color: #FFFFFF !important;
}
 .submenu li:hover a {
     color: #ffffff;
}

/*Mobile Menu*/
 .active .submenu {
     display: block;
}
 .mobile-menu li.has-child .submenu {
    padding: 0 !important;
    position: absolute;
    box-shadow: none;
    border-bottom: 0;
    background: #010f25;
}
 .mobile-head-bg {
     position: absolute;
     width: 100%;
}
 .mobile-head-bg ul {
     padding-bottom: 50px;
}
/*Login*/
 .clslog-btns {
     background: #fdc23c;
     float: right;
     line-height: 30px;
     padding: 3px;
     margin: 8px 0;
     position: relative;
     text-align: center;
     text-transform: uppercase;
     width: 11%;
}
 .clslog-btns a {
     font-family: "Lato";
     text-decoration: none;
     color: #212121;
     font-size: 15px;
     display: block;
}
 .clslog-btns img {
     left: 8px;
     position: absolute;
     top: 9px;
}
 .clslog-btns span {
     margin-left: 18px;
}
 .mob-sec-1, .mob-sec-3 {
     display: none;
}
 .mob-sec-2 .cinematagline img {
     display: none;
}
/*Follow*/
 .follow {
    /* background: rgb(33,33,33,0.6);
     */
     min-height: 45px;
    /*transition: all 1s ease;
     */
}
 .follow .clstright {
    /*margin: 20px 0px;
     */
     transition: all 1s ease;
}
 .follow .clslogo {
    /*margin: 2px 0 0;
     */
}
 .follow .clsmenu {
    /*padding: 30px 0px;
     */
     margin-top: 0px;
     transition: all 1s ease;
}
/*.follow .mob-sec-2 .logo-img {
     width: 40%;
}
 */
 .follow .clslogin {
     margin: 0;
     transition: all 1s ease;
}
 .follow .submenu {
     display: none;
}
 .follow .clslog-btns {
    /*margin-top: 0;
     */
}
/*Footer*/
 .footer {
     background: #002648;
     float: left;
     height: auto;
     padding: 60px 0 0;
     width: 100%;
}
/*Top Footer*/
 .clsTfoot {
     max-width: 1230px;
     margin: 0 auto;
     text-align: center;
     padding: 0;
     width: 100%;
}
 .fbloc {
     margin-right: 0;
margin-bottom: 45px;
     float: left;
}
 .fbloc ul {
     margin: 0;
     padding: 0;
	column-count: 4;
-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
}

@media screen and (max-width: 1165px) {
	.fbloc ul {
		column-count: 3;
	}
}
 .fbloc h5 {
	font-family: "Lato";
    font-size: 15px;
    color: #fdc23c;
    margin: 0 0 30px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 800;
    letter-spacing: 1px;
}
 .fbloc li {
     list-style: none;
     text-align: left;
     width: 135px;
	 margin: 0 3px 7px 0;
}

.fbloc.foot-bloc4 ul {
	column-count: unset;
-webkit-column-count: unset; /* Chrome, Safari, Opera */
    -moz-column-count: unset; /* Firefox */
}

.fbloc.foot-bloc4 li {
	float: left;
}

 .fbloc li a{
     font-size: 15px;
     font-family: 'Lato';
     color: #ffffff;
     text-decoration: none;
     letter-spacing: 0;
}
 .fbloc li a:hover {
     color: #fdc23c;
}
 .foot-bloc1 {
     text-align: left;
     width: 19%;
}
 .foot-bloc2 {
     width: 55%;
     padding-left: 7%;
}
 .foot-bloc2 li {
     width: 150px;
}
 .foot-bloc3 {
     width: 25%;
}
 .foot-bloc4 {
     margin-right: 0;
     width: 19%;
}
 .foot-bloc4 li {
     width: 35px;
}
/*Bottom Footer*/
 .clsBfoot {
     margin: 2% auto 0;
     min-height: 58px;
     text-align: center;
     width: 100%;
     background-color:#010f25;
}
 .clsBfoot p {
     font-family: 'Lato';
     color: #ffffff;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-size: 12px;
     line-height: 24px;
     margin: 0;
     padding-top: 20px;
}
 .clsLcopy {
     float: left;
     width: 46.5%;
}
 .clsRcopy {
     float: right;
     width: 50%;
}
 .clsRcopy a {
     text-decoration: none;
     color: #fdc23c;
     text-transform: uppercase;
}
 .clsRcopy a:hover {
     color: #fdc23c;
}
/*Inner Pages*/
 .default-bnr {
     background: #fdc23c;
    /*padding: 80px 0 20px;
     */
     text-align: center;
    /*background: url(../images/banners/about-member-bnr.jpg) #010101 center no-repeat;
     */
     background-size: cover;
}
 .default-clsblocks {
    /*background: #fdc23c;
     */
     padding: 0;
     text-align: center;
     width: 100%;
     height: auto;
}
 .default-clsblocks p {
     color: #ffffff;
     font-family: "Lato";
     font-size: 16px;
     line-height: 22px;
     margin: 1% 0 0;
     padding: 0 5%;
}
 .bnr {
     margin: 0px auto 0;
     height: auto;
     width: 100%;
}
 .bnr .innerpages-title {
     color: #ffffff;
}
 .title-cmn-sec-1 {
     width: 100%;
     height: auto;
     float: left;
     padding: 50px 0 0;
    /*margin: 120px auto 0;
     */
}
 .title-sec-1 {
     width: 100%;
     max-width: 1030px;
     height: auto;
     margin: auto;
     overflow: hidden;
     padding: 0;
     text-align: center;
}
 .innerpages-title {
    font-family: "Lato";
    color: #212121;
    font-size: 40px;
    font-weight: 800;
    margin: 0px 0 -5px;
    text-transform: uppercase;
    max-width: 985px;
    margin: 0 auto;
	width: 100%;
}
/*Buttons*/
 .Lbtn {
     font-family: 'Lato';
     color: #ffffff;
     border: 0;
     font-size: 14px;
     line-height: 50px;
     text-transform: uppercase;
     letter-spacing: 1px;
     text-align: center;
     cursor: pointer;
}
 .clsblac {
     background: #000000;
}
 .clsgreen {
     background: #fdc23c;
}
/*List Views*/
 .clsviewbtns {
     float: right;
}
 .clsviewbtns img {
     margin-left: 5px;
     cursor: pointer;
     padding: 5px;
}
 .clsnow-img {
    /*border: 5px solid #ffffff;
     */
     height: auto;
     width: 100%;
}
 .clss1-center {
     padding: 4% 0 0;
}
/*.clsnow-img > img {
     height: 300px;
     width: 100%;
}
 */
 .clsoverlay {
     display: none;
     border: 5px solid #212121;
     background: rgba(159,212,108,0.8);
     height: auto;
     left: 0;
     position: absolute;
     top: 0;
     padding: 95px 0;
     width: 95%;
}
 .clsybtn {
     color: #ffffff;
     background: #212121;
     display: block;
     font-family: "Lato";
     font-size: 13px;
     max-width: 150px;
     margin: 3% auto 0;
     padding: 15px 0;
     text-align: center;
     text-decoration: none;
     text-transform: uppercase;
     cursor: pointer;
     width: 100%;
}
 .clsybtn-blac {
     background: #212121;
}
 .clsybtn-green {
     background: #fdc23c;
}
/* Grid View*/
 .view-grid > ul {
     margin: 0;
     padding: 0 0 0 6px;
}
 .view-grid li {
     float: left;
     margin: 0 7px;
     list-style: none;
     min-height: 450px;
     width: 18.5%;
     text-align: center;
     position: relative;
     cursor: pointer;
}
 .view-grid h4 {
     font-family: 'Lato';
     font-size: 18px;
     color: #000000;
     font-weight: normal;
     margin: 15px 0 5px;
}
 .view-grid p {
     font-family: 'Lato';
     font-size: 13px;
     color: #000000;
     margin: 0;
}
 .view-grid li:hover .clsoverlay {
     display: block;
}
/* List View*/
 .view-list > ul {
     margin: 0;
     padding: 0 0 0 6px;
}
 .view-list li {
     float: left;
     margin: 0 6px 4% 5px;
     list-style: none;
     width: 18.8%;
     text-align: center;
     position: relative;
}
 .view-list h4 {
     font-family: 'Lato';
     font-size: 18px;
     color: #000000;
     font-weight: normal;
     margin: 15px 0 5px;
}
 .view-list p {
     font-family: 'Lato';
     font-size: 13px;
     color: #000000;
     margin: 0;
}
 .view-list li:hover .clsoverlay {
     display: block;
}
/*Tabs*/
 .clswhite-tab {
     background: #ffffff;
     color: #212121;
}
 .clsdefault-tab {
     background: #212121;
     color: #ffffff;
}
 .clsTdefault-tab {
    background: #fdc23c;
    color: #010f25;
}
 .mobile-tabs {
     display: none;
}
 .mobile-tabs {
     -moz-appearance: none;
     -webkit-appearance: none;
     background: #f5f5f5 url("../images/black-drop.png") no-repeat scroll 95% 55%;
     border: 1px solid #efefef;
     color: #212121;
     font-family: "Lato";
     font-size: 16px;
     height: 65px;
     margin: 0 auto;
     padding: 0 0 0 2%;
     width: 90%;
}
/*Placeholder*/
 ::-moz-placeholder {
     color: #787878;
     opacity: 1;
     font-family: 'Lato';
}
 input::-webkit-input-placeholder {
     color: #787878;
     font-family: 'Lato';
}
 ::-webkit-input-placeholder {
     color: #787878;
     font-family: 'Lato';
}
/* Mobile View */
 @media screen and (min-width: 1200px) {
     .has-child:hover .submenu {
         display: block !important;
    }
     .follow .logo-img {
         width: 70%;
    }
}
 @media screen and (max-width: 1100px) {
    /*Header*/
    /*.head-bg{
         margin:0;
         padding:0;
         position: relative;
    }
     */
    /*.head-bg.follow{
         display:none;
    }
     */
     .allContentContainer {
         padding: 128px 0 0px !important;
    }
     #rightlogocontent {
         display: none;
    }
     .head-bg {
         background: none;
         padding: 0;
    }
     .head-mn {
         margin: 0 auto;
        /*width: 95%;
         */
    }
     .clsmenubar {
         display: block;
         height: 0px;
         border: 0px;
    }
     .mobile-header {
         background: #002648;
         min-height: 60px;
    	padding: 48px 5px 20px;
    }
     .follow .head-mn {
         margin: 0 auto;
    }
     .mobile-hidden {
        /*display: none;
         */
    }
     .mobile-hide {
         display: none;
    }
     .clsmenu li img {
         transform: rotate(-360deg);
    }
     .bnr {
        /*margin-top: 80px;
         */
    }
    /*Logo*/
     .logo-img {
         max-width: 100%;
    }
     .clslogo > a > img {
         width: auto;
    }
	.mob-sec-1 {
	    display: block;
	    float: left;
	    padding: 0;
	    margin: 10px 0 0 30px;
	    text-align: center;
	}
     .location {
         width: 100%;
         text-align: center;
         margin-top: 0px;
         display: none;
    }
     .location a {
         font-size: 14px;
    }
    /*Menu*/
     .mob-sec-2 {
         text-align: center;
         margin: 0 10px;
         width: 75%;
    }
     .mob-sec-2 .cinematagline img {
         display: block;
    }
     .mob-sec-2 img {
         max-height: 59px;
         width: auto;
    }
     .clsmenu {
         width: 270px;
         padding-top: 0;
         background: #010f25;
         height: auto;
         display: none;
         position: fixed;
         top: 128px;
         bottom: 0px;
  		 overflow: auto;
    }
     .clsmenu > ul {
         min-height: 500px;
         overflow: hidden;
    }
     .clsmenu li {
	    display: block;
	    text-align: left;
	    width: 100%;
	    margin-right: 0;
	    border-bottom: 1px solid rgb(1, 15, 37);
	    cursor: pointer;
    	background: #20344B;
		transition: 0.2s all;
    }
     .clsmenu li img {
        display: none;
    }
     .clsmenu li a {
         font-size: 13px;
    }
     .menu-icon img {
         cursor: pointer;
         width: 32px;
         max-width: 100%;
    }
    /*Submenu*/
    /*.submenu{
         background: transparent;
         z-index: 999;
         position: relative;
         padding:0;
         transition: all ease-in-out .3s;
    }
     */
     .submenu {
         background: transparent;
         z-index: 999;
         position: relative;
         padding: 0;
    }
     .submenu a {
         font-size: 12px;
    }
    /*Login*/
     .mobile-visible {
         display: none;
    }
     .clstright {
         width: 50%;
         margin: 0;
         float: left;
    }
     .mob-sec-3 {
         display: block;
         float: right;
         padding: 0;
        /*margin: 0 5px 0 0;
         */
         margin: 7px 5px;
         width: 36px;
    }

	.mobile-lock img {
		position: static;
		width: auto;
		max-width: 16px;
		padding-left: 3px;
	}
     .clslog-btns {
         background-color: transparent;
    }

	.clslog-btns a {
		position: absolute;
		line-height: 0;
		padding: 10px 13px 10px 10px;
		display: block;
		right: 25px;
		background: #010F25;
		margin-top: 3px;
	    cursor: pointer;
	}

	.cinematagline {
		display: none;
	}
}
 @media screen and (max-width: 550px) {
    /*Header*/
     .innerpages-title, .abtmem-sec-1 h1 {
         font-size: 45px;
    }
     .mob-sec-2 {
         text-align: center;
         margin: 0 10px;
         width: 68%;
    }
     .mob-sec-2 img {
             max-height: 63px;
         width: auto;
    }
     .mob-sec-2 > img {
         margin-top: 4% !important;
    }
}
 @media screen and (max-width: 480px) {
    /*Logo*/
     .follow .logo-img {
         width: 70%;
    }
    /*Header*/
     .innerpages-title, .abtmem-sec-1 h1 {
         font-size: 42px;
    }
    /*Menu*/
     .clstright {
         width: 90%;
         position: fixed;
    }
     .clsmenu {
         width: 100%;
    }
}
 @media screen and (max-width: 400px) {
    /*Header*/
     .innerpages-title, .abtmem-sec-1 h1 {
         font-size: 36px;
    }
}
 @media screen and (max-width: 360px) {
     .mob-sec-2 img {
        /*width: 100%;
         */
         max-height: 40px;
    }
}
 @media screen and (max-width: 360px) {
    /*Header*/
    /*.mob-sec-2 {
         width: 69%;
    }
     */
    /*.has-child .submenu{
         position: relative;
         padding: 0;
    }
     */
     .innerpages-title {
         font-size: 30px;
    }
    /*Menu*/
     .clstright {
         width: 100%;
    }
}
/*.content {
     float: left;
     width: 68.5%;
     margin-right: 60px;
}
 #Sidebar {
     overflow: hidden;
     border-bottom: 2px solid #88857f;
}
 .content.noSidebar {
     width: 100%;
     margin-right: 0px;
}
 */
 .sessionflags {
     background: #fdc23c;
     font-size: 12px !important;
     display: inline-block !important;
     font-weight: bolder;
     padding: 10px 5px;
     margin: 1px 0px 1px -1px;
}
 .movietitlecss {
     font-family: "Lato";
     color: #000000;
     font-size: 22px;
     font-weight: normal;
     letter-spacing: 0;
     margin: 0 0 3px;
     text-transform: uppercase;
     text-decoration: none;
}
 .test {
     display: inline-flex;
}
 .All-Sections .clstiming {
     text-align: left;
}
 .moviedayflag {
     font-family: 'Lato';
     color: #606060;
     font-size: 14px;
     line-height: 25px;
     vertical-align: top;
     border: 0;
     word-wrap: break-word;
     letter-spacing: 0;
}
 .SessionFilterRadio label {
     font-size: 13px;
     display: inline-block;
     width: auto;
     text-align: center;
     font-weight: bold;
     text-transform: uppercase;
     text-indent: 0px;
     cursor: pointer;
     background: #212121;
     color: #ffffff;
     padding: 17px 30px;
     margin: 2px -4px;
}
 .radiofilters {
     opacity: 0;
     width: 0px;
     height: 33px;
     display: inline-block;
}
 #movie-container ul {
     list-style: none;
}
 #movie-container .img {
     margin-bottom: 20px;
}
 #movie-container .now-mlist-view li {
     width: 96%;
     margin-bottom: 30px;
     min-height: 330px;
}
 #movie-container .now-mgrid-view li {
     float: left;
}
 .modalBackground {
     background-color: Black;
     filter: alpha(opacity=60);
     opacity: 0.7;
    /*-moz-opacity: 0.7;
     */
}
 .closebutton {
     color: rgba(255, 0, 0, 0);
     background: rgba(255, 0, 0, 0);
     font-size: large;
     border: rgba(240, 248, 255, 0);
}
 .carousel {
     position: absolute !important;
}
 .videoplayer {
     border: 2px solid black;
     padding: 10px;
     border-radius: 15px;
     background: aliceblue;
}
 .flaglist {
     text-align: center;
     padding: 30px 0px;
}
 .flagDescription {
     border-bottom: 1px solid #e2e2e2;
     padding: 10px 0px;
     text-align: center;
}
 a {
     text-decoration: none;
     color: #000000;
}
 .linkcss {
     text-decoration: none;
     color: #fdc23c;
     border-bottom: 1px solid #fdc23c;
    /* text-shadow: 1px 1px 1px black;
     */
}
 .clsselect {
     background: #ffffff;
     color: #787878;
     padding: 15px 10px;
     text-align: center;
     text-decoration: none;
     text-transform: uppercase;
     border: 0 none;
     font-family: 'Lato';
     font-size: 14px;
     line-height: 55px;
     margin-right: 5px;
     width: 36%;
     border-radius: 30px;
     -webkit-border-radius: 30px;
     margin: 0px 0px;
}
 .entry-content {
    /*text-align: center;
     padding: 20px 0 40px;
     */
}
.generalPage {
    padding: 0 0 30px;
}
 .allContentContainer {
	padding: 153px 0 0px;
}
 .clsrfwbtnLbtn {
     display: block;
     background: #fdc23c;
     text-decoration: none;
     padding: 2% 30px;
     margin: 5px 0px;
     font-family: 'Lato';
     color: #ffffff;
     border: 0;
     font-size: 23px;
     line-height: 50px;
     text-transform: uppercase;
     letter-spacing: 1px;
     text-align: center;
     cursor: pointer;
}
 .vouchername {
     font-family: "Lato";
     color: green;
     display: block;
     font-size: 21px;
     text-align: center;
     text-transform: uppercase;
}
.validationSummary {
    height: auto;
    width: 95%;
    color: #fff;
    padding: 10px;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 0;
    text-align: left;
    font-family: Lato;
    font-size: 20px;
    background: red;
}
 .validationSummarypositive {
     height: auto;
     width: 100%;
     color: #000000;
     background: white;
     padding: 10px 0px;
    /* border: 1px solid green;
     */
     margin-top: 10px;
     margin-bottom: 10px;
     display: inline-block;
     border-radius: 8px;
     text-align: left;
     font-family: Lato;
     font-size: 20px;
}
 .validationSummarypositive h1 {
     font-family: "Lato";
    /*color: green;
     */
     display: block;
     font-size: 21px;
     text-transform: uppercase;
}
 .validationSummarypositive p {
     color: #000000 !important;
     text-align: center;
     width: 100%;
     font-family: Lato;
     font-size: 20px;
     color: #858585;
     font-family: 'Lato';
     font-size: 15px;
     line-height: 22px;
}
 .validationSummary li {
     color: #f00;
     width: 100% !important;
     text-align: left;
     font-size: 16px;
     padding: 15px 0px 0px;
}
 .validationSummary h1 {
     color: #f00;
     font-size: 24px;
     margin: 1% 0 0 1%;
     text-transform: none;
}
 @media screen and (max-width: 480px) {
     .clsselect {
         width: 85%;
    }
}
 .clspaydtop {
     background: #ffffff;
     padding: 35px 80px 20px;
     border-bottom: 1px solid #ebebeb;
}
 .clspaydbtm {
     margin: 5% auto 0;
     max-width: 530px;
     width: 100%;
}
 .clspaydbtm ::-moz-placeholder {
     color: #a9a9a9;
     opacity: 1;
     font-family: 'Lato';
}
 .clspaydbtm input::-webkit-input-placeholder {
     color: #a9a9a9;
     font-family: 'Lato';
}
 .clspaydbtm ::-webkit-input-placeholder {
     color: #a9a9a9;
     font-family: 'Lato';
}
 .CCclsTfield {
     text-align: left;
     margin: 0 0 4%;
     position: relative;
     width: 100%;
}
 .CCclsTfield label {
     font-family: 'Lato';
     color: #212121;
     letter-spacing: 0;
     font-size: 15px;
     display: block;
     margin: 2% 0 10px;
}
 .CCclsTfield .clstictxt {
     color: #212121;
     background: #ffffff;
     font-family: 'Lato';
     border: 1px solid #f5f5f5;
     font-size: 14px;
     height: 65px;
     padding-left: 2%;
     width: 98%;
}
 .CCclsTfield .clstictxtarea {
     background: #ffffff;
     font-family: 'Lato';
     border: 1px solid #f5f5f5;
     font-size: 14px;
     height: 170px;
     padding: 2% 0 0 2%;
     width: 98%;
}
 .CCclsTfield > img {
     position: absolute;
     right: 20px;
     top: 45px;
}
 .CCclsTfield select {
    /*background: #ffffff url('../images/black-drop.png') no-repeat 95% 55%;
     */
     background: #f5f5f5;
     font-family: 'Lato';
     border: 1px solid #efefef;
     font-size: 14px;
     margin: 0;
     padding: 0 0 0 4%;
     height: 50px;
    /* padding-left: 2%;
     */
     -moz-appearance: none;
     -webkit-appearance: none;
     width: 100%;
}
 .CCclsTfield input {
     color: #212121;
     background: #f5f5f5;
     font-family: 'Lato';
     border: 1px solid #f5f5f5;
     font-size: 14px;
     height: 45px;
     padding-left: 2%;
     width: 97%;
     border-radius: 5px;
     border: 1px solid #b2b2b6;
}
 .CCclsTselect select {
     width: 49%;
     color: #000000;
     margin-right: 10px;
}
 .CCV {
     position: relative;
}
 .CCV input {
     background: #f5f5f5 url('../images/ccv-img.png') no-repeat 90% 55%;
     font-family: 'Lato';
     font-size: 14px;
     margin: 0;
     padding: 0 0 0 4%;
     height: 45px;
     padding-left: 2%;
     max-width: 200px;
     width: 100%;
     -webkit-appearance: none;
     border-radius: 5px;
     border: 1px solid #b2b2b6;
}
 a.backToTop {
    width: 100%;
    background: #002648;
    display: block;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-weight: 800;
    font-family: 'Lato';
    text-transform: uppercase;
    line-height: 1.6em;
    margin-top: 20px;
}
 .linkList {
     padding: 30px 0px;
}
 .linkList li {
     display: inline;
}
 .linkList li a, btn-link {
     min-height: 40px;
}
 .noPaddingLeft {
     padding-left: 0px;
}
 .btn-link {
     background: #212121;
     color: #ffffff;
     display: block;
     float: left;
     font-family: "Lato";
     font-size: 12px;
     margin: 1px;
     padding: 10px;
     text-align: center;
     width: 65px;
     text-transform: uppercase;
}
 .popupmodel {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     z-index: 9999999999;
     overflow: hidden;
     width: 100%;
     height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}
 .headerText {
     font-size: 10px;
     margin-top:3px;
     padding-left:0px 
}
/* Modal Content */
 .popupmodel-content {
     background-color: #ffffff;
     display: inline-block;
     z-index: 999999999999;
     overflow: hidden;
     border: 10px solid black;
     border-radius: 10px;
     max-width: 700px;
     padding: 10px;
     position: relative;
     top: 50%;
     left: 50%;
     -webkit-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translate(-50%);
     transform: translateY(-50%) translate(-50%);
}
 .cinemaselectpopup-content {
     background-image: url("../images/Interface/CinemaSelectionPopup/cinemaSelectBg.jpg");
     color: white;
     display: inline-block;
     z-index: 999999999999;
     overflow: hidden;
     border-radius: 10px;
     max-width: 1180px;
     padding: 10px;
     position: relative;
     top: 50%;
     left: 50%;
     width: 90%;
     -webkit-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translate(-50%);
     transform: translateY(-50%) translate(-50%);
     text-align: center;
}
 .cinemaselectbtn {
     background: none repeat scroll 0 0 #ffc423;
     border-radius: 8px;
     border: 0px;
     box-shadow: 0.1em 0.1em #000;
     color: #000;
     display: inline-block;
     font-size: 16px;
     font-weight: bold;
     min-height: 36px;
     margin-bottom: 10px;
     margin-right: 5px;
     padding: 6px;
     text-align: center;
     text-decoration: none;
     text-transform: uppercase;
     width: 168px;
}
 #menu {
     font-size: 12px;
}
 #menu h1 {
     font-size: 18px;
     text-align: center;
     margin-bottom: 15px;
}
 #menu .cinemaLink {
     position: relative;
     text-align: center;
     margin-top: 10px;
     margin-bottom: 15px;
     margin: 0 auto;
     width: max-content;
}
 #menu .cinemaLink input[type=image] {
     max-width:250px;
}
 #menu .cinemaLink .cinemaDiv {
     float:left;
}
 #menu .cinemaLink .cinemaDiv div {
     padding:10px;
}
 fbloc li, .socialDiv li {
     list-style: none;
     text-align: left;
     float: left;
     margin: 0 0 16px;
     font-size: 12px;
}
 .socialDiv {
     margin: 0 auto;
     display: inline-block;
}
 .socialDiv li {
     width:auto;
     padding-left:10px;
}
 .intro .mob {
     display:none;
}
 #menu a#closeBtn, #menu a#closeBtn:link, #menu a#closeBtn:visited {
     background: none repeat scroll 0 0 #ffc423;
     border-radius: 8px;
     box-shadow: 0.1em 0.1em #000;
     color: #000;
     display: inline-block;
     font-size: 16px;
     font-weight: bold;
     margin-bottom: 10px;
     margin-right: 2px;
     padding: 6px;
     text-align: center;
     text-decoration: none;
     text-transform: uppercase;
     z-index: 999;
     display: block;
     position: relative;
}
 #menu a:hover {
     background: #001725;
     text-decoration: underline;
     color: #FFF;
}
 #menu .introDiv {
     position: relative;
     margin-top: 0px;
     padding: 20px 0px;
     font-size: 14px;
     text-align: center;
     font-weight: bold;
     letter-spacing: 1px;
     z-index: 99;
}
 #menu .dateDiv {
    /* margin-left: 120px;
     */
     width: 60%;
     margin: 0 auto;
     padding-top:5%;
     text-align: center;
     font-size: 13px;
}
 #menu table {
     margin: 0 auto !important;
}
 #menu td {
     font-size: 14px;
     font-weight: bold;
     padding: 1px 5px 2px 5px;
     letter-spacing: 1px;
}
 #menu .promoDiv {
     width: auto;
     margin-bottom: 10px;
}
 #menu .promoDiv a, #menu .promoDiv a:link, #menu .promoDiv a:visited {
     width: auto;
     height: auto;
     display: block;
     padding: 0px;
     border: none;
     margin: 0;
     background: none;
     border-radius: 0;
     box-shadow: none;
}
 @media all and (max-width: 767px) {
     img {
         width: 100%;
         height: auto;
         text-align: center !important;
    }
     .clslogo > a > img {
         width: auto;
    }
     .headerText {
         font-size: 10px;
         margin-top:3px;
    }
     #menu {
        /* height: 360px;
         */
        /* left: 50%;
         */
        /* margin: 0 0 0 -278px;
         */
        /* padding: 0;
         */
        /* position: absolute;
         */
        /* width: 568px;
         */
         font-size: 12px;
         padding: 20px;
    }
     #menu .cinemaselectbtn {
         font-size: 11px;
         width: 48%;
         display: inline;
         float: left;
    }
     #menu h1 {
         font-size: 13px;
         text-align: left;
    }
     #menu .introDiv {
         position: relative;
         margin-top: 10px;
         padding: 10px 0px 0px 0px;
         font-size: 11px;
         text-align: center;
         font-weight: bold;
         letter-spacing: 1px;
    }
     #menu td {
         font-size: 11px;
         font-weight: bold;
         padding: 1px 5px 2px 5px;
         letter-spacing: 1px;
    }
     #menu .cinemaLink {
         position: relative;
         text-align: center;
         width: 100%;
         margin-bottom: 15px;
    }
     #menu .dateDiv {
         margin-left: 0px;
         text-align: left;
         width: 100%;
    }
     #menu .promoDiv {
         width: auto;
         margin-bottom: 10px;
    }
     #menu .cinemaLink .cinemaDiv {
         max-width: 165px;
    }
     #menu .cinemaLink input[type=image] {
         max-width: 155px;
    }
     .cinemaselectpopup-content {
         background-position: right top;
         background-size: cover;
         border:0;
    }
     .socialDiv {
         width: 100%;
         background: rgba(0, 0, 0, 0.2);
    }
     #menu a#closeBtn, #menu a#closeBtn:link, #menu a#closeBtn:visited {
         margin-top:30px;
         margin-right: 0px;
    }
}
/* The Close Button */
 .close {
     color: #000000;
     float: right;
     font-size: 35px;
     padding: 0px 0px 0px 0px;
     font-weight: bold;
}
 .close:hover, .close:focus {
     color: #000;
     text-decoration: none;
     cursor: pointer;
}
 @media screen and (max-width: 800px) {
    /* Modal Content */
     .popupmodel-content {
         width: 80%;
    }
}
 .oursponserscss {
     height: auto;
     width: 100%;
     max-width: 300px;
     margin: 0 auto;
     text-align: center;
     display: block;
     vertical-align: middle;
     padding-bottom: 20px;
}
 .mainContent {
     margin-top: -4px;
}

 .carousalslides {
}
 .carousalslides a img {
     width: 100%;
    /* max-width: 146px;
     */
     margin: 0 auto;
	max-width: 728px;
}
 .clstvisit-bloc td.active {
     text-align: center;
}
 .clstvisit-bloc td.active p {
     text-align: center;
}
 .clstvisit-bloc td img {
    /*width: 100%;
     */
}
 .PageLinkDiv ul {
     list-style-type: none;
     padding: 0;
}
.PageLinkDiv a {
    background-color: #fdc23c;
    padding: 13px 30px;
    font-weight: 800;
    border-radius: 60px;
    display: inline-block;
    text-align: center;
}
 .noPadding {
     padding: 0px !important;
}
 .block {
     display: block;
}
 .homepageMI {
     background-size: cover;
     padding: 4%;
     margin-top: 0;
     margin: 0 500px;
     position: relative;
     z-index: 20;
	 float:left;
}
 .homepageMIcontainer {
     max-width: 1230px;
     text-align: center;
     position: relative;
     margin: auto 20px;
     max-height: 680px;
     overflow: hidden;
}
 .HMIcontent {
     margin: 30px auto 0;
     position: absolute;
     width: 100%;
     bottom: 0px;
     text-align: left;
     padding-bottom: 20px;
     background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
 .bnr-ovrly {
     padding: 0;
     height: auto;
     z-index: 0;
}
 .HMIclsblocks {
     margin: 0 auto;
     max-width: 1250px;
     padding: 0 30px;
}
 .HMIclsblocks h1 {
     color: #fdc23c;
     font-family: 'Lato';
     font-size: 60px;
     line-height: 60px;
     margin: 10px 0 0;
     padding: 0;
     font-weight: normal;
     text-transform: uppercase;
     text-shadow: 2px 3px 5px black;
}
 .HMIclsblocks a {
     color: #fdc23c;
     text-decoration: none;
}
 .HMIclsblocks h1 span {
     color: #ffffff;
     display: block;
}
 .HMIclsblocks p {
     color: #ffffff;
     font-family: "Lato";
     font-size: 16px;
     line-height: 25px;
     margin: 15px 0 0;
    /*padding: 0 12px 0 0;
     */
}
 @media screen and (max-width: 1456px) {
     .homepageMI {
         margin: 0px;
    }
}
 @media screen and (max-width: 1456px) {
     .w3-btn, .w3-button {
         padding: 12px 8px;
    }
     .HMIcontent {
         margin: 30px auto 0;
    }
}
 @media screen and (max-width: 1400px) {
     .HMIcontent {
         margin: 15px auto 0;
    }
}
 @media screen and (max-width: 1350px) {
     .HMIcontent {
         margin: 7px auto 0;
    }
}
 @media screen and (max-width: 1300px) {
     .HMIcontent {
         margin: 7px auto 0;
    }
}
 @media screen and (max-width: 1250px) {
     .HMIcontent {
         margin: 0px auto 0;
    }
}
 @media screen and (max-width: 1200px) {
     .HMIcontent {
         margin: 0px auto 0;
    }
}
 @media screen and (max-width: 1150px) {
     .HMIcontent {
         margin: 0px auto 0;
    }
}
 @media screen and (max-width: 1100px) {
	.clsmenu .submenu li:not(:last-child) {
		border-bottom: 1px solid #20344b;
	}

	.clsmenu li.active a {
	    background: #59768F;
	}
	
     .clsmenu li a {
         font-size: 12px;
    }
	.submenu li a {
	    display: block;
	    font-size: 14px;
	    padding: 14px 58px;
	    background: #010f25 !important;
	    cursor: pointer;
	    color: #ffffff;
	    transition: 0.2s all;
	    text-transform: none;
	    font-weight: 400;
	}

	.submenu li a:before {
		display: block;
	    content: '';
	    width: 5px;
	    height: 5px;
	    border-top: 2px solid white;
	    border-right: 2px solid white;
	    transform: rotate(45deg);
	    position: absolute;
	    margin-top: 5px;
	    margin-left: -20px;
	}

	.submenu li:hover a {
		padding-left: 65px;
	}
	
	.submenu li:last-child {
		border-bottom: 0;
	}

	.submenu li:first-child {
		border-bottom: 0;
    	border-top: 1px solid rgb(1, 15, 37);
	}

     .clsmenu {

    }
     .clslogo {
         padding-left: 10px;
    }
     .clstright {
         width: 76%;
         padding-right: 10px;
    }
     .clsviewall {
         margin-top: 0;
    }
     .slideshow-container {
         height: auto;
    }
     .mySlides > a > img {
         width: 100%;
    }
     .HMIcontent {
         margin: 0px auto 0;
    }
     .HMIclsblocks h1 {
         font-size: 45px;
         line-height: 50px;
    }
     .foot-bloc1 > a > img {
         width: 100%;
         margin-left: 0%;
    }
     .clslogo > a > img {
         margin-top: 4%;
    }
     .mob-sec-2 > a > img {
         margin-top: 0% !important;
    }
}
 @media screen and (max-width: 960px) {
}
 @media screen and (max-width: 880px) {
     .HMIclsblocks h1 {
         font-size: 35px;
         line-height: 35px;
    }
}
 @media screen and (max-width: 820px) {
     .HMIclsblocks h1 {
         font-size: 35px;
         line-height: 30px;
    }
}
 @media screen and (max-width: 760px) {
     .HMIclsblocks h1 {
         font-size: 30px;
         line-height: 30px;
    }
}
 @media screen and (max-width: 720px) {
     .HMIcontent {
         bottom: 0px;
    }
}
 @media screen and (max-width: 680px) {
     .HMIcontent {
         bottom: 0px;
    }
}
 @media screen and (max-width: 660px) {
     #synopsis {
         display: none;
    }
     .HMIcontent {
         bottom: 0px;
    }
}
 @media screen and (max-width: 600px) {
     .buyticketbutton {
         display: none !important;
    }
}
 @media screen and (max-width: 540px) {
     #rating {
         display: none;
    }
     .HMIcontent {
         bottom: 0px;
    }
     .w3-btn, .w3-button {
         padding: 8px 4px;
         font-size: 30px;
    }
     .clsbtn {
         margin-top: 10px;
         margin-right: 10px;
         padding: 15px 0;
    }
     .clsban-btn .clsbuybbtn, .clsban-btn .clstrailbbtn {
         font-size: 13px;
         max-width: 170px;
    }
}
 @media screen and (max-width: 500px) {
     .HMIcontent {
         bottom: 0px;
    }
     .clsbtn {
         padding: 10px 0;
    }
     .clsbuybbtn img {
         left: 10px;
         position: absolute;
         top: 9px;
    }
     .clstrailbbtn img {
         left: 30px;
         position: absolute;
         top: 9px;
    }
     .clsban-btn .clsbuybbtn, .clsban-btn .clstrailbbtn {
         font-size: 13px;
         max-width: 150px;
    }
}
 @media screen and (max-width: 440px) {
     .HMIclsblocks h1 {
         font-size: 25px;
         line-height: 25px;
    }
     .clsban-btn .clsbuybbtn, .clsban-btn .clstrailbbtn {
         font-size: 13px;
         max-width: 130px;
    }
}
 @media screen and (max-width: 400px) {
     .HMIcontent {
         bottom: 0px;
         padding-bottom: 5px;
    }
     .HMIclsblocks h1 {
         font-size: 18px;
         line-height: 18px;
    }
     .clsban-btn .clsbuybbtn, .clsban-btn .clstrailbbtn {
         font-size: 13px;
         max-width: 130px;
    }
}
 @media screen and (max-width: 380px) {
     .clsbtn {
         margin-top: 10px;
         margin-right: 5px;
    }
}
 @media screen and (max-width: 360px) {
     .HMIcontent {
         bottom: 0px;
    }
     .clsban-btn .clsbuybbtn, .clsban-btn .clstrailbbtn {
         font-size: 13px;
         max-width: 120px;
    }
     #menu .cinemaLink .cinemaDiv {
         max-width: 140px;
    }
     #menu .cinemaLink input[type=image] {
         max-width: 110px;
    }
     #menu .dateDiv {
         font-size: 10px;
    }
     .intro .pc {
         display:none;
    }
     .intro .mob {
         display:block;
    }
     .selectPopup h1 {
         padding-top:15px;
    }
     .dateDiv .blurb {
         display:none;
    }
}
 @media screen and (max-width: 340px) {
     .HMIcontent {
         bottom: 0px;
         padding-bottom: 10px;
    }
     #buyticketimage {
         display: none;
    }
     #trailerbuttonimage {
         display: none;
    }
     .clsbtn {
         padding: 5px 0;
    }
     .clsban-btn .clsbuybbtn, .clsban-btn .clstrailbbtn {
         font-size: 13px;
         max-width: 95px;
    }
     .clsbtn span {
         margin-left: 0px;
    }
}
/* Slider */
 .slick-slider {
     position: relative;
     display: block;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-touch-callout: none;
     -khtml-user-select: none;
     -ms-touch-action: pan-y;
     touch-action: pan-y;
     -webkit-tap-highlight-color: transparent;
}

 .slick-slider #rating {
    text-transform: uppercase;
    font-weight: 800;
    display: none;
    color: white;
    background: #010f25;
    padding: 3px 20px;
}

 .slick-list {
     position: relative;
     display: block;
     overflow: hidden;
     margin: 0;
     padding: 0;
}
 .slick-list:focus {
     outline: none;
}
 .slick-list.dragging {
     cursor: pointer;
     cursor: hand;
}
 .slick-slider .slick-track, .slick-slider .slick-list {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
}
 .slick-track {
     position: relative;
     top: 0;
     left: 0;
     display: block;
}
 .slick-track:before, .slick-track:after {
     display: table;
     content: '';
}
 .slick-track:after {
     clear: both;
}
 .slick-loading .slick-track {
     visibility: hidden;
}
 .slick-slide {
     display: none;
     float: left;
     height: 100%;
     min-height: 1px;
}
 [dir='rtl'] .slick-slide {
     float: right;
}
 .slick-slide img {
     width: 100%;
     display: block;
}
 .slick-slide.slick-loading img {
     display: none;
}
 .slick-slide.dragging img {
     pointer-events: none;
}
 .slick-initialized .slick-slide {
     display: block;
}
 .slick-loading .slick-slide {
     visibility: hidden;
}
 .slick-vertical .slick-slide {
     display: block;
     height: auto;
     border: 1px solid transparent;
}
 .slick-arrow.slick-hidden {
     display: none;
}
/*++++++++ Carousel ++++++++*/
 .slick-carousel {
      margin-bottom: -2px;
}
 .slick-carousel>div>img {
     width: 100%;
     max-width: 1094px;
}
 .slick-slide.slick-active.slick-center {
     opacity: 1;
}
 .slick-slide {
     -webkit-transition: opacity 1s;
     -o-transition: opacity 1s;
     transition: opacity 1s;
     opacity: 0.3;
}
 .slick-carousel {
     width: 100%;
}
 .slick-slide {
     color: white;
     font-size: 30px;
     font-family: "Arial", "Helvetica";
     text-align: center;
     max-width: 1094px;
     min-height: 0px;
     position: relative;
}
 .slick-slide > .movie-video-container {
     position: absolute;
     top: 50%;
     margin: 0 auto;
     left: 0;
     right: 0;
     margin-top: -50px;
}
 .slick-slide > .movie-video-container img {
     width: 10% !important;
     margin: 0 auto;
     max-height: 500px;
     -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));
     filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));
}
 .slick-dots {
     bottom: -50px;
}
 .slick-slide {
     height: auto;
     width: auto;
}
 .slick-dots li button:before {
     content: '';
     border-radius: 30px;
     background: #FFFFFF;
     -webkit-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
     width: 10px;
     height: 10px;
     opacity: 1;
}
 .slick-dots li.slick-active button:before {
     -webkit-transform: scale(2);
     -ms-transform: scale(2);
     transform: scale(2);
     opacity: 1;
     background-color: transparent;
     -webkit-box-shadow: inset 0px 0px 0px 2px #FDA61D;
     box-shadow: inset 0px 0px 0px 2px #FDA61D;
     -webkit-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
.slick-prev, .slick-next {
    height: 73px;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));
    cursor: pointer;
    z-index: 1;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}
 .slick-prev {
     left: 0px;
}
 .slick-next {
     right: 0px;
}
 @media screen and (max-width: 830px) {
     .slick-prev, .slick-next {
         display: none !important;
    }
}
 .slick-slider {
     display: table;
     table-layout: fixed;
     width: 100%;
     background: #212733;
}

@media screen and (max-width: 960px) {
	.slick-slide .clsbblocks {
		max-width: 85%;
	}

	.slick-slide .clsbblocks h1 {
		line-height: 35px;
	}
}

.oursponsorsh1 {
	font-family: 'Lato' !important;
    color: #010F25;
    font-size: 42px;
    line-height: 45px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    max-width: 410px;
    padding: 13px 0px;
	margin: 45px auto 35px;
    background: #fdc23c;
    border-radius: 20px;
}

footer > div {
    margin-bottom: 45px;
}

.QB {
	padding-top: 26px;
}

.QB > table {
    left: 0;
    right: 0;
    position: absolute;
    width: 660px !important;
    text-align: center;
}

.QB select {
    background: none;
    background-image: url(/Responsive/Custom/images/icons/down_arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 11px;
    background-size: 14px;
    padding: 1px 44px 2px 20px;
    background-color: #59768F;
    height: 40px;
    color: white;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: 'Lato';
    width: 190px;
    margin-right: 12px;
    cursor: pointer;
    border-radius: 20px;
	-moz-appearance: none;
}

.QB tr td:first-child select {
    text-transform: capitalize;
}

.QB .quickbuttonbutton {
    color: #ffffff;
    background: #fdc23c;
    font-size: 16px;
    padding: 10px 25px;
	border-radius: 20px;
}

.QB tr {
    display: inline-block;
}

.QB td {
    padding: 0;
}

.QB [disabled=disabled],
.QB [disabled=disabled] * {
    background-color: #757575;
    cursor: not-allowed;
    border-radius: 20px;
}


.QB img {
    width: 17px;
    vertical-align: bottom;
    margin-right: 5px;
}

@media screen and (max-width: 1230px) {
	.clslogo > a > img {
		margin-left: 4.5%;
	}

	#rightlogocontent .clstrightR {
	    margin-right: 1.5%;
	}

	.clsmenu > ul > li > a {
	    padding: 20px 18px 17px;
	    transition: 0.2s all;
	    display: block;
	    text-transform: uppercase;
	    font-weight: 800;
	    font-size: 13px;
	}

	.location a {
		font-size: 13px;
		padding: 8px 0px 7px 7px;
	}

	.location a img {
		margin-right: 14px;
	}
}

@media screen and (max-width: 1100px) {
	.QB {
		display: none;
	}

	.clsmenu > ul > li > a {
	    font-weight: 400;
	}

	.mobile-menu li.has-child .submenu {
		position: relative;
	}

	.clslogo > a > img {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;	
	}
}

.sponsor-container {
  max-width: 1230px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

.sponsor-item {
    width: 130px;
    height: 130px;
    flex: 0 0 130px;
    border: 2px solid #fdc23c;
    margin: 10px;
    line-height: 130px;
    text-align: center;
    background: white;
    border-radius: 20px;
}

.sponsor-item img {
  width: 90%;
  vertical-align: middle;
  display: inline-block;
}

@media screen and (max-width: 550px) {
  .sponsor-item {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
    line-height: 100px;
  }
}

footer {
	width: 100%;
    background: #ececea;
}

.cinselect-container {
    background-color: #355877;
    max-width: 990px;
    margin: 0 auto;
    top: 13vh;
    position: fixed;
    left: 0;
    right: 0;
    border-radius: 20px;
    overflow: hidden;
}

.cinselect-topbar {
  background-color: #010F25;
  text-align: center;
  padding: 12px 0;
  position: relative;
}

.cinselect-topbar img {
  display: inline-block;
  max-width: 160px;
}

.cinselect-topbar .closebtn {
	border-radius: 50%;
    background: #fec326;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #010F25;
    font-size: 16px;
    padding: 4px 11px 6px 10.5px;
    font-weight: 800;
    cursor: pointer;
    transform: scaleX(0.9);
}

.cinselect-content {
  
}

.cinselect-content h1 {
  color: #FFF;
  font-size: 20px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 0;
}

.cinselect-location-wrapper {
  display: flex;
  width: 85%;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
}

.cinselect-location {
  flex: 0 1 23%;
  background: #001B49;
  padding-bottom: 14px;
    border-radius: 20px;
    overflow: hidden;
}

.cinselect-location span {
  color: white;
  font-size: 25px;
  display: block;
  text-align: center;
  padding: 20px 0;
  font-family: "HousePaint", sans-serif;
}

.cinselect-location p {
  color: #001B49;
  background: #fec326;
  padding: 5px 0;
  text-align: center;
  font-size: 13px;
  margin: 0;
}

.cinselect-sub {
  color: white;
  display: block;
  text-align: center;
  width: 85%;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 13px;
}

.cinselect-sub strong {
  font-weight: 800;
}

@media screen and (max-width: 800px) {
  .cinselect-location {
    flex: 0 1 48%;
    margin-bottom: 20px;
  }
  
  .cinselect-sub {
    padding: 10px 0 25px; 
  }
}

@media screen and (max-width: 390px) {
  .cinselect-location {
    flex: 0 1 100%;
    margin-bottom: 10px;
  }  
}

.hamburger {
  width: 41px;
  height: 41px;
  background: #010F25;
  position: relative;
  cursor: pointer;
  margin-bottom: 3px;
}

.hamburger ul {
  list-style: none;
  padding-top: 13px;
  margin: 0;
}

.hamburger ul li {
  height: 2px;
  width: 19px;
  background-color: #ffc426;
  display: block;
  margin-left: -29px;
  margin-bottom: 5px;
  transition: all 0.2s ease;
}

.hamburger ul.open li:first-child {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger ul.open li:nth-child(2) {
  transform: scaleX(0)
}

.hamburger ul.open li:last-child {
  transform: rotate(-45deg) translate(5px, -5px);
}

.hamburger + span {
    color: #fdc23c !important;
}

@media screen and (max-width: 550px) {
	.footer {
	    padding: 20px 0 0;
	}

	.fbloc {
	    margin-bottom: 15px;
	}

	.fbloc.foot-bloc4 ul {
		text-align: center;
	}
	
	.fbloc.foot-bloc4 ul > li {
		display: inline-block;
		float: unset;
   		margin: 0 1px 20px;
	}	

}


@media screen and (max-width: 860px) {
	.clsBfoot p {
    	padding-top: 0;
	}
}

/* Table Styles */

.clstvisit-bloc th {
    background: #ffc426 !important;
    color: #010f25 !important;
}

.clstvisit-bloc table tr:nth-child(2n) {
	background: #e9e9e9 !important;
}

.clstvisit-bloc td {
    color: #000000 !important;
}

.bnr {
    padding: 23px 0 !important;
}

.mobcinemaSelectBtn {
	cursor: pointer;
}

.form300 {
    padding: 14px 20px;
    font-size: 15px;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    background: #59768e;
    margin-left: 7px;
    color: white;
}

.header-location {
	display: none;
}

th p {
	display: none;
}

@media screen and (max-width: 1100px) {
	.header-location {
	  width: 100%;
	  background: #010F25;
	  text-align: center;
	  padding: 4px 0 6px;
	  display: block;
		position: fixed;
	}
	
	.header-location span {
	  font-weight: 800;
	  font-size: 14px;
	}
	
	.header-location span:first-child {
	      color: #ffc426;
	}
	
	.header-location span:last-child {
	  color: white;
	}
}

.event-details {
	background: #010f25;
    padding: 10px 30px 22px;
    margin-top: -3px;
    color: white;
}

.event-details h3 {
	margin: 0 !important;
	padding: 12px 0;
    color: white;
}

.event-details h3 a {
	font-weight: 800;
    color: white;
}

.event-details span {
    font-weight: 800;
    color: white;
}

.event-details p {
    color: white !important;
}

@media screen and (max-width: 915px) {
     .cinselect-container {
		top: 0;
	}
}

#ctl00_MainContentPlaceHolder_LoginDiv {
    padding: 0 0 60px;
}

#ctl00_MainContentPlaceHolder_LoginDiv .form-row * {
	margin-left: 0;
	color: white;
}

#ctl00_MainContentPlaceHolder_LoginDiv .form-row * {
	margin-left: 0;
	color: white;
}

#ctl00_MainContentPlaceHolder_LoginDiv .form-row *::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
#ctl00_MainContentPlaceHolder_LoginDiv .form-row *::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
#ctl00_MainContentPlaceHolder_LoginDiv .form-row *:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
#ctl00_MainContentPlaceHolder_LoginDiv .form-row *:-moz-placeholder { /* Firefox 18- */
  color: white;
}

.buttonLink {
    background: #ffc426;
    padding: 9px 17px;
    text-align: center;
    display: block;
    border-radius: 20px;
}

.sponsor-element {
    background: #ffffff;
    color: white;
    display: inline-block;
	margin: -1px 6px;
    padding: 13px;
}

.sponsor-wrapper h1 {
	font-weight: 800 !important;
    background-color: #59768e !important;
    display: inline-block !important;
    padding: 7px 27px !important;
    margin: 10px 0 12px !important;
    font-size: 35px !important;
    color: white !important;
}

.sponsor-wrapper .sponsor-item {
    border: 3px solid #fdc23c !important;
    margin: 3px !important;
}

.banners {
    display: inline-block;
}

.banner-container {
	text-align: center;
    width: 100%;
	margin-top: 40px;
}

.koukokuContainer > a {
    display: block;
    height: 100%;
    line-height: 120px;
}

.koukokuContainer img {
    width: 100%;
    height: auto;
}
.sponsorsDiv {
    padding-bottom: 45px;
    width: 100%;
    background: #ececea;
    display: inline-block;
}


.menu-page {
  width: 100%;
  max-width: 1110px;
text-align: center;
  margin: 0 auto;
}

.menu-page .fd-copy-container {
  background: #EFEFEF;
  border-radius: 20px;
  padding: 10px 30px;
  margin: 0 auto 20px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  text-align: left;
}

.menu-page .fd-copy-container strong {
  font-weight: 800;
}

.menu-page .category-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.menu-page .category-container {
    border-radius: 20px;
    background: #EFEFEF;
    margin: 0 10px 20px;
    padding: 25px 25px 50px;
    text-align: center;
    width: 220px;
    position: relative;
}

.menu-page .category-container img {
	max-width: 200px;
	margin: 0 auto;
}

.menu-page .category-container h2,
.pizza-item h2,
.extras-item h2 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
}

.menu-page .category-container a {
    background: #FFC425;
    text-decoration: none;
    color: #010F25;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    padding: 7px 0px;
    border-radius: 20px;
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    width: calc(100% - 50px);
    left: 0;
    right: 0;
}

.nowrap {
  flex-wrap: nowrap !important;
}

@media screen and (max-width: 980px) {
  .nowrap {
    flex-wrap: wrap !important;
  }
}

.category-wrapper .cheese-pack-item {
  background: #EFEFEF;
  border-radius: 20px;
  margin: 0 10px 20px;
}

.category-wrapper .cheese-pack-item h2 {
  font-size: 16px;
  font-weight: 800;
  display: block;
  background: #010F25;
  text-align: center;
  color: white;
  padding: 20px 0;
  border-radius: 20px 20px 0 0;
  margin: 0;
}

.category-wrapper .cheese-pack-content {
  padding: 25px;
  max-width: 300px;
  text-align: left;
}

.category-wrapper .cheese-pack-content p {
  margin-top: 0;
}

.cheese-pack-content ul {
  list-style: none;
  padding: 0;
  font-weight: 600;
  margin-bottom: 0;
}

.cheese-pack-content ul li:not(:last-of-type) {
  margin-bottom: 15px;
}

.cheese-pack-content li:before {
  content: '+';
  margin-right: 10px;
  font-weight: 400;
}

.pizza-item {
  background: #EFEFEF;
  max-width: 197px;
  padding: 20px 30px;
  border-radius: 20px;
  margin: 0 10px 20px;
}

.pizza-item img {
  margin: 0 auto;
  display: block;
  max-width: 160px;
}

.pizza-item h2 {
  margin-bottom: 0;
}

.pizza-item p {
  font-size: 14px;
}

.extras-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.extras-item {
  background: #EFEFEF;
  border-radius: 20px;
  padding: 20px 30px;
  margin: 0 10px 20px;
  max-width: 192px;
}

.extras-item h2 {
  margin-bottom: 0;
}

.menu-page > h2,
.menu-page > h1 {
    margin: 30px auto 20px;
    display: inline-block;
    background: #010f25;
    color: white !important;
    border-radius: 20px;
    padding: 15px 50px;
    text-align: center;
	font-size: 24px !important;
	font-weight: 800 !important;
	text-transform: uppercase;
}

.tic-info-desktop tr:first-child th:first-child,
.tic-info-desktop tr td:first-child {
	border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.tic-info-desktop tr:first-child th:last-child,
.tic-info-desktop tr td:last-child {
	border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

/*FAQ*/

a.backToTop {
	display: none;
}

.faq + br + input + h3,
a[name="top"] + h3 {
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    color: #010f25;
    display: block;
    margin: 0px auto;
	padding: 2px 25px 14px;
    font-size: 18px;
    border-radius: 20px;
}

.faq h3 {
    background: #010f25 !important;
}

.faq-title:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
    transform: rotate(45deg);
    float: right;
    margin-right: 17px;
    margin-top: 2px;
}

.faq .a, .ProductInfo .a {
	display: none;
}

.faq .q:not(:first-child) {
	margin-top: 5px !important;
}

.faq .q {
	cursor: pointer;
}

.faq .a p {
    padding: 15px 2%;
    margin: 0;
}

.default-clsblocks {
    padding: 23px 0 0 0;
}

/*Calendar*/
.Calendar-switch {
    background: transparent;
    border: none;
    color: #010f25;
    display: block;
    font-family: "Lato";
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 auto;
    padding: 20px 60px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 800;
    border-radius: 0;
	outline: 0;
    cursor: pointer;
}

 .CalCalCal {
	max-width: 1112px !important;
}

.contact-form {
    max-width: 50%;
    float: right;
}

.contact-form .clsCfield label {
    margin: 3% 0 4px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
}

.faq .dataList li {
    font-size: 15px;	
}

.faq .dataList li:before {
	content: '+';
	display: inline-block;
    margin-right: 10px;
}

.faq.paddedfaq .a .clsfaq-bloc {
    padding: 1% 2%;
    box-sizing: border-box;
}

.darktext {
    color: #010f25 !important;
}

#main {
min-height: 54.8vh;
}

.clsTfield select.form300 {
    background: #59768e url(../images/black-drop.png) no-repeat 95% 55%;
    font-family: 'Lato';
    border: 1px solid #efefef;
    height: 40px;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0 4%;
    height: 50px;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
}

.volunteer-overlay-slide {
  position: fixed;
  right: 0;
  background: #010f25;
  top: 22vh;
  height: 315px;
  border-radius: 20px 0 0 20px;
  padding: 0 12px 0 15px;
  border: 2px solid #ffc425;
  border-right: 0;
  line-height: 315px;
  cursor: pointer;
  z-index: 9999999999999999999999999999999999999999998;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.45);
}


.volunteer-overlay {
  position: fixed;
  right: 0;
  background: #010f25;
  width: 540px;
  top: 22vh;
  border-radius: 20px 0 0 20px;
  border: 2px solid #ffc425;
  border-right: 0;
  z-index: 9999999999999999999999999999999999999999999;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.45);
  display: none;
}

.volunteer-overlay .tabs {
  position: relative;
  min-height: 315px; /* This part sucks */
  clear: both;
  margin: 0;
  height: auto;
}

.volunteer-overlay .tab {
  width: 100%;
}

.volunteer-overlay .tab [type="radio"] {
  display: none;
}

.volunteer-overlay .content {
  position: absolute;
  top: 40px;
  left: 0;
  background: #010f25;
  right: 0;
  bottom: 0;
  padding: 31px 40px;
  border-radius: 0 0 0 20px;
  opacity: 0;
  transition: opacity 1s;
}

.volunteer-overlay .tab label {
  transition: background-position 1s, color 0.5s, border-radius 2s;
  background-size: 200% 100%;
  background-image: linear-gradient(to left, #FFC425 50%, #010f25 50%);
  background-position: 0;
  color: white;
  height: 40px;
  margin-left: -1px;
  position: absolute;
  left: 1px;
  font-weight: 700;
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  line-height: 38px;
  box-shadow: inset 0 -2px 0 #ffc425;
}

.volunteer-overlay .tab:first-child label {
  background-image: linear-gradient(to left, #FFC425 50%, #010f25 50%);
  background-position: 0;
}

.volunteer-overlay .tab:first-child [type="radio"]:checked ~ label {
  color: #010f25;
  background-position: 100% 0;
  z-index: 2;
}

.volunteer-overlay .tab:nth-child(2) [type="radio"]:checked ~ label {
  background-position: -100% 0;
  color: #010f25;
  z-index: 2;
}

.volunteer-overlay .tab:nth-child(2) [type="radio"] ~ label {
  left: 50%;
}

.volunteer-overlay .tab:first-child [type="radio"] ~ label {
  border-radius: 20px 0 0 0;
}

.volunteer-overlay .tab:first-child [type="radio"]:checked ~ label {
  border-radius: 13px 0 0 0;
}

.volunteer-overlay .tab h1 {
  color: white;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 800;
  margin-top: 0px;
}

.volunteer-overlay .tab p {
  color: white;
  font-size: 14px;
  max-width: 407px;
  margin-bottom: 30px;
}

.volunteer-overlay [type="radio"]:checked ~ label ~ .content {
  z-index: 1;
  opacity: 1;
}

.volunteer-overlay .tab .popupbtn {
  background: #ffc425;
  text-decoration: none;
  color: #010f25;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  padding: 10px 40px;
  border-radius: 30px;
}

.volunteer-overlay .popupnextbtn,
.volunteer-overlay .popupclosebtn {
  position: absolute;
  background: rgb(255, 196, 37);
  color: #010F25;
  right: 25px;
  top: 50%;
  height: 35px;
  width: 34px;
  margin-top: -25px;
  border-radius: 50%;
  line-height: 37.5px;
  padding-left: 1px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 0 6px rgba(255, 196, 37, 0.15), 0 0 0 3px rgba(255, 196, 37, 0.3);
  transition: 0.3s all;
  cursor: pointer;
}

.volunteer-overlay .popupnextbtn:hover,
.volunteer-overlay .popupclosebtn:hover {
  box-shadow: 0 0 0 6px rgba(255, 196, 37, 0.35), 0 0 0 3px rgba(255, 196, 37, 0.45);
}

#pageHTMLArea > div > *:not(.cinema-bnr.bnr) {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 1400px) {
	.volunteer-overlay {
		display: none !important;
	}

	.volunteer-overlay-slide {
		display: none !important;
	}
}

.tic-info-desktop.tic-info-contact th {
    font-size: 15px;
    padding: 11px 20px;
    letter-spacing: 0px;
}


.tic-info-desktop.tic-info-contact tr:first-child th:first-child, .tic-info-desktop.tic-info-contact tr td:first-child {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.tic-info-desktop.tic-info-contact tr:first-child th:last-child, .tic-info-desktop.tic-info-contact tr td:last-child {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.tic-info-desktop.tic-info-contact th:first-child, .tic-info-desktop.tic-info-contact td:first-child {
	padding-right: 10px !important;
}

.tic-info-desktop.tic-info-contact th:last-child,  .tic-info-desktop.tic-info-contact td:last-child {
	padding-left: 10px !important;
}


.tic-info-desktop.tic-info-contact {
    width: 100%;
    margin-bottom: 15px;
}


	.contact-s1-all .entry-content {
		width: 50%;
		max-width: 50%;
	}

.tic-info-desktop.tic-info-contact th {
    background: #0000002b !important;
}

.tic-info-desktop.tic-info-contact td {
     padding-bottom: 13px !important;
   padding-top: 13px !important;
}

@media screen and (max-width: 990px) {
	.contact-form,
	.contact-s1-all .entry-content {
		width: 100%;
		max-width: 100%;
	}
}

.printButton {
    float: right;
    padding: 15px 50px;
    border-radius: 20px;
    background: #ffc426;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: -70px;
}