/* Minification failed. Returning unminified contents.
(159,7): run-time error CSS1035: Expected colon, found '{'
(757,13): run-time error CSS1035: Expected colon, found '{'
(790,6): run-time error CSS1035: Expected colon, found '{'
(843,19): run-time error CSS1035: Expected colon, found '{'
(1063,6): run-time error CSS1035: Expected colon, found '{'
 */
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
@font-face {
    font-family: 'Nexa Bold';
    src: url('/Content/css/fonts/Nexa Regular.otf');
}
@font-face { 
	font-family: 'Nexa Regular'; 
	src: url('/Content/css/fonts/Nexa Regular.otf'); 
}
.no-margin-top {
    margin-top: 0 !important;
}
.no-margin-btm {
    margin-bottom: 0 !important;
}
.no-margin {
    margin: 0 !important;   
}
.no-padding-right {
    padding-right: 0 !important;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
main {
    flex: 1 0 auto;
}
.collapsible li.active i {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
/** Layout **/
* {
    font-family: 'Nexa Regular', sans-serif;
    -webkit-font-smoothing: antialiased;
}
.brand-logo {
    height: 64px;
}
.brand-logo img {
    width: 220px;
    
    margin-top: 8px;
}
#nav-mobile {
    height: 64px;
}
#nav-mobile li a{
    font-size: 11px;
    height: 64px;
    font-weight: 700;
}

#nav-mobile li a#buytickets{
    font-size: 14px;
    height: 64px;
    font-weight: 900;
}

#buytickets{
	color: yellow;
	font-weight: 900;
}
/*
#nav-mobile li a#buytickets{
    font-size: 11px;
    height: 50px;
    font-weight: 700;
  
}

a#buytickets{
	color: red;
    background-color: white;
    
    border: 10px solid #D50000;
    padding: 6px 6px !important;
    margin-top: 10px !important;
    line-height: 23px;
	margin-left:15px;
}

a#buytickets::before{
	content: '';
	margin-top: -6px;
	margin-left: -6px;
	width: 0%;
	height: 30px;
	z-index: 1;
	opacity: 0;
	position: absolute;
	background-color: #e4e4e4;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#buytickets:hover::before{
	opacity: 0.5;
	width: 105px;
}


#buytickets:hover{
	//font-size: 15px;
   border:9px solid #D50000;
  font-size:12px !important;
   margin-right:2px;
      margin-left:2px;
  border-right:2px;
  border-left:2px;
}
*/


.iframes{
    width:100%;
    height:700px;
  border:0;
}
.others{
    font-size:11px;
    color:#068310;
        text-align: center;
        margin:0;
}

#memoTransaction{
    margin:10px;
    font-size:14px;
}

nav ul a {
    padding: 5px 6.5px !important;
}
.side-nav li a:hover {
    background-color: #ef9a9a;
}
.side-nav li a {
    font-size: 11px;
    font-weight: 700;
}
.side-nav a {
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 12px !important;
}
.manage-cookies-nav{
    width: 500px;
    z-index: 1003;
    li{
          margin: 0 30px;
      }
    .manage-cookies-title{
        font-size: 20px;
        font-weight: 900;
    }
    span{
        color: #000;
    }
    .save-preferences{
        display:flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }
}

@media (max-width: 667px){
    .manage-cookies-nav{
        width: 100%;
    }
}
/*.side-nav li {
    padding: 0 !important;
}*/
#social-container {
    margin-top: 10px;
}
#social-container img {
    height: 16px;
    width: 16px;
    margin-right: 4px;
    background:none;
}
#social-container img:hover {
    -ms-opacity: 0.7;
    opacity: 0.7;
}
.date-time-container {
    display: block;
    margin-top: 10px;
    margin-left: 0 !important;
    font-weight: 500;
    font-size: 11px;
    color: #fff;
    letter-spacing: 1px;
    
}
.date-time-container span {
    font-family: Tahoma, Verdana, Segoe, sans-serif !important;
}
.header-text {
    color: #e80000 !important;
    font-weight: 700;
    font-size: 20px;
}
.sub-header-text {
    color: #e80000; 
    font-size: 9px; 
    border: 1.5px solid #e80000; 
    padding: 2px;
}
/** Footer Navigation **/
.page-footer {
    font-size: 12px;
}
.inline li{
    display: inline;
    list-style-type: none;
}
.inline li a {
    color: #fff;
}
.inline li a:hover {
    color: #ccc !important;
    text-decoration: none;
}
.inline li:after {
    color: #fff;
    content: " |";
}
.inline li:last-child:after {
    content: "";
}
.inline > li {
    padding-left: 0 !important;
    padding-right: 0 !important; 
}
/** Promo Carousel **/
#carousel-promo-header {
    padding-top: 20px;
    padding-bottom: 20px;
}
#carousel-promo {
    padding-bottom: 15px;
}
#carousel-promo .slick-slide {
    margin: 0 8px;
}
#promo-mechanics {
    width: 100%;
}
/** Movie Poster Carousel **/
#now-showing .slick-slide, #advance-ticket .slick-slide, #coming-soon .slick-slide {
    margin: 0 8px;
}
#now-showing .slick-list, #advance-ticket .slick-list, #coming-soon .slick-list {
    margin: 0 -20px;
}
.text-over {
    position: relative; 
    width: 100%; /* for IE 6 */
}
.text-over h5 {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%;
    margin: 0; 
}
.text-over h5 span {
    color: white;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: #D50000;
    -ms-text-shadow: 0 0 1px #000;
    text-shadow: 0 0 1px #000;    
    width: 100%;
    display: block;
    padding: 5px;
}
.text-over h6 {
    position: absolute; 
    bottom: 8px; 
    left: 0; 
    width: 100%;
    margin: 0; 
   
}

.text-over h6 span {
   color: white;
    font-size: 11px;
    /*letter-spacing: 1px;*/
    font-weight: 700;
    background-color: rgba(213, 0, 0, 0.48);
    -ms-text-shadow: 0 0 1px #000;
    text-shadow: 0 0 1px #000;    
    width: 100%;
    display: block;
    padding: 7px;
}
/** Movie Details **/
#m-title-container {
    height: 67px;
    margin-top: 7px;
}
#m-logo img {
    height: 66px;
    width: 190px;
    margin: -67px 0px 27px 0px;
}
#movie-title {
    font-size: 16px;
    font-weight: 700;
    padding: 25px 0 0 10px;
    margin: 0;
    height: 67px;
}
#movie-text {
    padding: 10px;
    text-align: justify;
}
#movie-text div {
    font-size: 14px;
    font-weight: 500;
    font-family: Tahoma, Verdana, Segoe, sans-serif !important;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 15px;
}
#movie-text #movie-trailer a {
    font-size: 14px;
    font-weight: 500;
    font-family: Tahoma, Verdana, Segoe, sans-serif !important;
}
#play-trailer {
    color: #e80000 !important;
}
#youtube-container {
    margin-top: 150px;
}
.chip {
    padding: 3px 12px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -ms-text-shadow: 0 0 1px #000;
    text-shadow: 0 0 1px #000;
    margin-bottom: 0 !important;
}
.card-payment {
    border: 1px solid #858585;
}
.card-payment-text p,
.card-payment-text p span{
    font-family: Tahoma, Verdana, Segoe, sans-serif !important;
    letter-spacing: 1px;
}
.btn-payment {
    letter-spacing: 1px;
    font-size: 9px;
    font-family: Tahoma, Verdana, Segoe, sans-serif !important;
}

/** Select Branch Scroll **/
.select-branch::-webkit-scrollbar, #mobile-demo2::-webkit-scrollbar {
    width: 6px;
}
 
.select-branch::-webkit-scrollbar-track, #mobile-demo2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    background-color:#ccc;
}
 
.select-branch::-webkit-scrollbar-thumb, #mobile-demo2::-webkit-scrollbar-thumb {
    background-color:#000;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/ 
}
#select-branch-md,
#select-type-bm,
#select-schedule-bm {
    background-color: #ccc;
    border: 1px solid #858585;
}
#select-branch-md option,
#select-type-bm option,
#select-schedule-bm option {
    background-color: #fff;
}
#select-schedule-bm .dropdown-schedule-list{
    color:#747264;
    font-weight: bold;
}
.select-height {
    height: 34px;
}
select, select option {
    font-size: 12px;
    font-weight: 500;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.feedback-select ul {
    height: 250px;
}
.select-branch{
    height: 200px;
    width: auto !important;
}

/*VIP CINEMA*/
.select-vip{
    margin: 0 7px 0 5px;
}
.select-branch li a:hover {
    background-color: #ef9a9a;
}
.select-branch li a {
    text-align: center;
    color: #000;
    height: 30px !important;
    padding: 5px !important;
}
.select-branch.dropdown-content li {
    min-height: 30px !important;
}
/** Terms and Condition **/
.terms-header, .policy-header {
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}
.terms-text p, .policy-text p{
    font-size: 14px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    -webkit-font-smoothing: antialiased;
}
/** Faqs **/
#faqs-container p {
    font-size: 16px;
    color: #e80000 !important;
    font-family: 'Nexa Bold', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}
#faqs-container p span {
    font-size: 14px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    -webkit-font-smoothing: antialiased;
}
/** Other Products **/
#op-title {
    font-size: 16px;
    color: #e80000 !important;
    font-family: 'Nexa Regular', sans-serif !important;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}
#op-text {
    color: #000;
    font-size: 14px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
}
/** BookMovie **/
#select-type-bm:focus option:first-of-type,
#select-schedule-bm:focus option:first-of-type,
#select-branch-md:focus option:first-of-type {
    display: none;
}
input#tix-qty {
    height: 30px;
    width: 100px;
    margin: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none;
}
#free-guaranteed * {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    letter-spacing: 1px;
    z-index: 1004 !important;
}

#get-snack-qty {
    font-size: 11px;
}
.ui-widget.ui-widget-content {
    border: 2px solid #c5c5c5 !important;
}
#datepicker {
    font-size: 12px;
    font-weight: 500;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    -webkit-font-smoothing: antialiased;
    height: 34px;
    background-color: #ccc;
    border: 1px solid #858585;
    -ms-border-radius: 2px;
    border-radius: 2px;
    text-indent: 8px;
    cursor: pointer;
    margin-bottom: 0 !important;
}
/** Seat Layout **/
.branch-details div {
    font-family: Tahoma, Verdana, Segoe, sans-serif !important;
    letter-spacing: 1px;
}

#seat-plan {
    margin: auto;
    width: auto;
}
#seat-plan td{
    padding: 0!important;
}

#seat-plan tr td div {
    width: 24px;
    height: 32.5px;
}

#seat-container {
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    margin: 0;
}

#seat-container {
    overflow: auto;
    margin: 0 !important;
}
.seat {
	width: 24px;
	height: 24px;
}
#movie-screen {
    font-size: 14px;
    font-weight: 700;
    padding: 3px;
    margin: 0 auto 10px;
}
.movie-screen-panel {
    background-color: #ccc;
}
.header-panel {
    background-color: #ccc;
    padding: 6px;
    font-size: 12px;
    font-weight: 700;
}
#legend-container ul li {
    display: inline;
    margin: 10px 30px;
}
#legend-container ul li img {
    height: 24px;
    width: 24px;
}
.snack-collection {
    border: 1px solid #cccccc;
}
/*.snack-collection:hover {
    -ms-opacity: 0.7;
    opacity: 0.7;
}*/
#snack-chip {
    margin: 3px;
}
/** CHECKOUT **/
#checkout-container *{
    font-family: Tahoma, Verdana, Segoe, sans-serif !important; 
    letter-spacing: 1px;
}
#checkout-container h5 {
    padding: 20px 10px 20px 10px;
    font-size: 18px;
}
.payment-icon {
    height: 32px;
    width: 90px;
/*border: 1px solid #9e9e9e;*/
    border: 1px solid #9e9e9e;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

#payment-method {
    font-size: 11px;
}
#terms-condition-payment {
    height: 200px;
    padding: 0 15px 0 15px;
    overflow: auto;
    border: 1px solid #ccc;
}
#terms-condition-payment ul li {
    font-size: 12px;
}
#payment-img {
    text-align: center;
}
#payment-img li {
    display: inline;
}
#payment-img li img {
    height: 40px;
    width: 90px;
    margin-right: 5px;
    border: 1px solid #ccc;
}
.payment-card {
    height: 50px;
    width: 120px;
}
/** CONTACT US **/
 label {
    width: 100%;
}
.input-field label {
    font-size: 0.8rem;
    -webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    transform: translateY(-140%);
}
#form-container {
    /*font-family: Tahoma, Verdana, Segoe, sans-serif !important;*/ 
	/*color: black !important;*/
    font-family: 'Nexa Regular', sans-serif !important;

}
#feedback-send {
    font-size: 11px;
}
#form-container h5 {
    padding: 20px 10px 20px 10px;
    font-size: 18px;
    letter-spacing: 1px;
}
.payment-text {
    color: #000;
}
#feedback-form input {
    font-size: 12px;
}
#feedback-form .dropdown-content li > span {
    font-size: 12px;
    color: #000;
}
.dropdown-content::-webkit-scrollbar {
    width: 6px;
}
.dropdown-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    background-color:#ccc;
}
.dropdown-content::-webkit-scrollbar-thumb {
    background-color:#000;
}
/** Payment **/
.pay-img {
    height: 150px;
    width: 250px;
    border: 1px solid #ccc;
}
.pay-img:hover {
    -ms-opacity: 0.8;
    opacity: 0.8;
    cursor: pointer;
}
/** Promo Alert **/
#promo-alert *{
    font-family: Tahoma, Verdana, Segoe, sans-serif !important; 
}
#sign-up-btn {
    font-size: 11px;
}
#promo-alert h5 {
    font-size: 18px;
}
.promo-error-msg {
    margin-left: 10px;
    font-size: 10px;
    color: red;
}
#snack-spinner {
    border: none;
}
#snack-spinner a {
    color: #424242;
    font-weight: 700;
    font-size: 11px;
}
#snack-spinner input {
    margin-bottom: 0 !important;
    width: 20px !important;
    height: 10px !important;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
    background-color: #757575;
    color: #fff;
    padding: 4px !important;
    font-family: Tahoma, Verdana, Segoe, sans-serif !important;
}
.qty-wrapper {
    background-color: #424242;
    color: #fff !important;
    padding: 2px;
    width: 35px;
}
.payment-status *{
    font-family: Tahoma, Verdana, Segoe, sans-serif !important;
}

@media(max-width:600px){
     .brand-logo img {
    /*width: 220px;*/
     width: 180px;
    margin-top: 10px;
}
  }

.buysellads.buysellads-demo {
    bottom: 20px;
    right: 60px;
    position: fixed;
    padding: 10px;
    background-color: white;
    z-index: 1000;
    width:320px;
    font-size:11px;

    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
}

.manage-cookies-nav-items{
    display: flex;

    .btn-close
            {
                background-color: transparent !important;
                box-shadow: none !important;
                justify-content: center;
                align-items: center;
            }
}

.cookietitle{
     font-size: 11px;
    color: #524a4a;
    text-align: center;
    font-weight: bolder;
}

.sellbody a{
    color:red;
}
.sellbody{
    font-weight:800;
}

#gotit {
    width: 70%;
}
.gotit {
    display: flex;
    justify-content: center;
    align-items: center;
}
.manage-cookies{
    font-weight: 900;
    text-decoration: underline;
    a{
         color: black;
     }
}

.text-small{
    font-size:11px;
}

   iframe.gw-proxy-number,iframe.gw-proxy-nameOnCard,iframe.gw-proxy-expiryMonth,iframe.gw-proxy-expiryYear,iframe.gw-proxy-securityCode {
      border-bottom: 1px solid black !important;
      font-style:italic !important;
    }


   input[type=text][readonly="readonly"]{
       color:black !important;
   }

   .font-14{
       font-size:14px !important;
   }

.heading-text {
    text-align: center;
    color: #4a4a4a;
    font-size: 150%;
    font-weight:600;
    max-width: 1200px;
    margin: auto;
}

.bNeBody {
    margin-top:50px;
    color: #858585;
    font-size: 20px;
}

.grab-success-logo {
    margin-bottom: -7px;
    max-width: 60px;
}

.schedule-date {
    font-weight: bold;
    color: black;
}
#familyCinemaPoster {
    top: 10 !important;
    width: 30%;
    max-height: 100%;
    z-index: 1005 !important;

    .modal-fit-img{
        max-width: 100%;
        width: auto;
        height: 100%;
        object-fit: contain;
        display: block;
    }
    .modal-content {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    a {
        position: absolute;
        top: 10px;
        right: 0px;
        z-index: 1000;
        
        i{
             color: #fff !important;
         }
    }
}

@media only screen and (max-width: 900px) {
    #familyCinemaPoster {
        width: 90% !important;
        max-height: 90%; /* optional, controls height */
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    #familyCinemaPoster .modal-content {
        height: 100%;
    }

    #familyCinemaPoster .modal-fit-img {
        max-width: 100%;
        width: auto;
        height: 100%;
        object-fit: contain;
        display: block;
    }
}

@media (min-width: 992px) {
    #now-showing-mobile {
        display: none !important;
    }
    #advance-ticket-mobile {
        display: none !important;
    }
    #coming-soon-mobile {
        display: none !important;
    }
    #happening-mobile {
        display: none !important;
    }
}

@media (max-width: 991px) {
    #now-showing {
        display: none !important;
    }
    #advance-ticket {
        display: none !important;
    }
    #coming-soon {
        display: none !important;
    }
    .movie-mobile {
        display: grid;
        overflow: hidden;
        justify-content: center;
        grid-template-columns: 44% 44%;
    }
    .movie-poster {
        margin: 10px;
        text-align: center;
        display: inline-block;
    }
    .name {
        font-size: 9.5px;
    }
    .mtrcb-chip {
        padding: 4px 2px 0px 2px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -ms-text-shadow: 0 0 1px #000;
        text-shadow: 0 0 1px #000;
        margin-bottom: 0 !important;
        font-size: 8px;
    }
    #happening-mobile {
        display: grid;
        justify-content: center;
        grid-template-columns: auto auto;
    }
    #happening-mobile ul {
        margin: 15px;
        text-align: center;
    }
    #happening-mobile a {
        color: #444;
        font-size: 11px;
        font-weight: 700;
    }
  
}
@media (max-width: 600px) {
    #select-branch-md {
        /*        margin: auto;
        transform: translateY(-152px);
        transform: translateX(-109px);
        position: absolute;
        left: 0px;
        right: 0px;
        width: 95vw;*/
        z-index: 995;
        position: absolute;
        left: 0;
        margin: 10px;
        margin: 0px 11px 0px 11px;
        width: 95vw;
    }

    #seat-plan-container {
        top: 276px;
        position: absolute !important;
        left: 0px;
        right: 0px;
        margin: 2px;
    }

    #movie-img {
        display: grid;
        justify-items: center;
        /*margin-bottom: 50px;*/
    }

    .branch-schedule {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 80px
    }

    .branch {
        margin-top: 180px;
    }

    .proceed-payment {
        transform: translateY(-40px);
        position: absolute;
    }
    #legend-container ul li {
        display: inline;
        margin: auto;
        padding: 1vw;
    }
    #movie-rating,
    #movie-genre,
    #movie-director,
    #movie-cast,
    #movie-synopsis{
        font-size: 12px !important;
    }
    #movie-title{
        font-size: 13px !important;
    }
    #movie-synopsis {
/*        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;*/
    }
    .chip {
        padding: 0px 3px 28px !important;
        height: 25px !important
    }
    #movie-text div{
        margin-bottom: 2px;
    }
    #movie-text {
        padding: 0px !important;
    }
    .movie-details{
        padding: 0px !important;
    }
    #payment-section{
        margin-top: 30px;
    }

    
}

.promo-alert-modal{
    width: 100% !important;
    max-height: 90% !important;
    padding: 30px;
}
.promo-alert-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
}

.promo-checkbox {
    margin-left: 30px;
}

.contact-us-consent{
    padding-left: 35px;
}

.payment-consent {
    
    p{
        text-align: justify;
    }
    .payment-consent-checkbox{
        margin-left: 30px;
    }
}

.payment-button-proceed {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .hide-on-netbook {
        display: none !important;
    }
    .visible-on-netbook {
        display: block !important;
    }
}
@media only screen and (max-width: 1280px) {
    .hide-on-notebook {
        display: none !important;
    }
    .visible-on-notebook {
        display: block !important;
    }
}


/* MOBILE */
@media only screen and (min-width: 360px) and (max-width: 360px) {
    /* HOMEPAGE */
    #now-showing img, #advance-ticket img, #coming-soon img {
        height: 400px;
        width: 100%;
        cursor: pointer;
    }
    body {
        overflow-x:hidden;
    }
    #now-showing .slick-slide, 
    #advance-ticket .slick-slide,
    #coming-soon .slick-slide {
        margin: 0 20px;
    }
    .rs-data-img {
        height: 140px !important;
        width: 100%;
        cursor: pointer;
    }
}
@media only screen and (min-width: 600px) and (max-width: 600px) {
     #now-showing img, #advance-ticket img, #coming-soon img {
        height: 220px;
        width: 100%;
        cursor: pointer;
    }
    .rs-data-img {
        height: 250px !important;
        width: 100%;
        cursor: pointer;
    }
    #now-showing .slick-slide, 
    #advance-ticket .slick-slide,
    #coming-soon .slick-slide {
        margin: 0 2px;
    }
    body {
        overflow-x:hidden;
    }
}
@media only screen and (min-width: 720px) and (max-width: 720px) {
    #now-showing img, #advance-ticket img, #coming-soon img {
        height: 200px;
        width: 100%;
        cursor: pointer;
    }
    .rs-data-img {
        height: 200px !important;
        width: 100%;
        cursor: pointer;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
    #now-showing img, #advance-ticket img, #coming-soon img {
        height: 320px;
        width: 100%;
        cursor: pointer;
    }
    .rs-data-img {
        height: 250px !important;
        width: 100%;
        cursor: pointer;
    }
}

/* DESKTOP */
@media only screen and (min-width: 480px) and (max-width: 480px) {
    #now-showing img, #advance-ticket img, #coming-soon img {
        height: 170px;
        width: 100%;
        cursor: pointer;
    }
    .rs-data-img {
        height: 170px !important;
        width: 100%;
        cursor: pointer;
    }
}
@media only screen and (min-width: 840px) and (max-width: 840px) {
    #now-showing img, #advance-ticket img, #coming-soon img {
        height: 200px;
        width: 100%;
        cursor: pointer;
    }
    .rs-data-img {
        height: 200px !important;
        width: 100%;
        cursor: pointer;
    }
}
@media only screen and (min-width: 960px) and (max-width: 960px) {
    #now-showing img, #advance-ticket img, #coming-soon img {
        height: 260px;
        width: 100%;
        cursor: pointer;
    }
    .rs-data-img {
        height: 200px !important;
        width: 100%;
        cursor: pointer;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1280px) {
    #now-showing img, #advance-ticket img, #coming-soon img {
        height: 400px;
        width: 100%;
        cursor: pointer;
    }
    #now-showing-2 img, #advance-ticket-2 img, #coming-soon-2 img {
        height: 320px;
        width: 100%;
        cursor: pointer;
    }
    /* Per Branch */
    .poster-branch-img {
        height: 400px !important;
        width: 100%;
        cursor: pointer;
    }
}

/* DEFAULT */
@media only screen and (min-width: 1200px) {
    #now-showing img, #advance-ticket img, #coming-soon img {
        height: 400px;
        width: 100%;
        cursor: pointer;
    }
    #now-showing-2 img, #advance-ticket-2 img, #coming-soon-2 img {
        height: 320px;
        width: 100%;
        cursor: pointer;
    }
    #carousel-promo img {
        width: 100%;
        height: 340px;
    }

     #carousel-products img {
        width: 100%;
        height: 340px;
           padding-left:150px;
        padding-right:150px;
    }
      .slide-caption {
      
        padding-left:150px;
        padding-right:150px;
    }
    .book-movie-img {
        height: 360px !important;
        width: 100%;
    }
     /* Per Branch */
    .poster-branch-img {
        height: 320px !important;
        width: 100%;
        cursor: pointer;
    }
    /* Movie Details */
    .book-movie-img {
        height: 400px !important;
        width: 100%;
        margin-top: 7px;
    }
}
/*test rey*/
@media only screen and (max-width: 1255px) {
    #nav-mobile {
        display: none !important;
    }
   
}
/*//rey*/
@media only screen and (max-width: 1450px) {
    #nav-btn-collapse {
        display: block !important;
    }

    .topnav-hide {
        display: none !important;
    }
   
}
