@font-face {
	font-family: 'Geometria';
	src: url('../fonts/Geometria.eot');
	src: url('../fonts/Geometria.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Geometria.woff2') format('woff2'),
		url('../fonts/Geometria.woff') format('woff'),
		url('../fonts/Geometria.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('../fonts/Geometria-ExtraBold.eot');
	src: url('../fonts/Geometria-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Geometria-ExtraBold.woff2') format('woff2'),
		url('../fonts/Geometria-ExtraBold.woff') format('woff'),
		url('../fonts/Geometria-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('../Geometria-Bold.eot');
	src: url('../fonts/Geometria-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Geometria-Bold.woff2') format('woff2'),
		url('../fonts/Geometria-Bold.woff') format('woff'),
		url('../fonts/Geometria-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Bold.eot');
    src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff'),
        url('../fonts/CenturyGothic-Bold.ttf') format('truetype'),
        url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


html,
body {
    height: 100%;
}
body{
	font-family: 'Geometria','sans-serif';
	font-weight: normal;
	font-style: normal;
    color: #666666;
}
/*footer {
    bottom: 0;
    position: fixed;
    width: 100%;
}*/
.social_header_container {
font-size:17px;
}
.btn{
font-size: 12px;
text-shadow:none !important;
box-shadow:none;

}

#payment_error_message{
    font-family: 'Geometria','sans-serif' !important;
    font-weight: normal !important;
    font-style: normal !important;
    color: #666666 !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
}

.btn-home{
    background-color: #f5841f;
    padding: 25px 15px;
	font-size:18px;
    box-shadow: 5px 5px 15px #ccc;
    color: #fff !important;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	        -webkit-transition: all 0.3s ease-in-out 0.1s;
        transition: all 0.3s ease-in-out 0.1s;
}
.btn-home:hover {
    background-color: #eb730c;
    border:1px solid #f5841f;
}
i.fa.fa-location-arrow {
    font-size: 18px;
     margin-right: -2px;
}

#location_container h2{
 margin-bottom:5px;
}
#location_container .m-t-b{
 margin-bottom:45px;
}
#location_container {
-webkit-box-shadow: inset 0px -5px 9px 0px rgba(255,255,255,1);
-moz-box-shadow: inset 0px -5px 9px 0px rgba(255,255,255,1);
box-shadow: inset 0px -5px 9px 0px rgba(255,255,255,1);
}

.tickets-block {
    transition: all 2s;
}
.text {
    display: inline-block;
}
.text p{
    font-size:14px;
}
div#screen2 {
    display: none;
}
.screen-controls {
    border-bottom: 2px solid #f5841f;
    overflow: hidden;
}

.intro {
    color: #fff;
    margin: 0px;
    background-color: #f5841f;
    padding: 10px 15px;
	border-bottom: 1px solid transparent;
}
.show-discount{
	height:auto;
}
.partner-discount{
    border-color: #f5841f;
				padding: 15px;
    border: 1px solid #f5841f;

}
.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-orange > .panel-heading {
    color: #fff;
    background-color: #f5841f;
}
.panel-orange {
    border-color: #f5841f;
}

/* FAQ MODAL */
.modal-dialog h2 {
    color:#fff;
}

.footer-menu {
    background-color: #000; /* #333333; */
    padding: 50px 0px 40px;
}
.footer-menu .fa {
    font-size:17px;
}
.no-gutter  {
    padding-right:0 !important;
    padding-left:0 !important;
}
.custom-margin {
    margin-right: 15px!important;
    margin-left: 15px!important;
}
#view-screen2 .col-xs-12.no-gutter.m-b.view-screen-padding {
    padding-left: 103px !important;
}
#view-screen2  {
	position:relative;
}
.movie-info-poster {
    position: absolute;
    top: 160px;
    left: 15px;
    width: 40%;
    z-index: 2;
}
.movie-info-poster img {
        box-shadow: 5px 5px 15px #ccc;
}
.btn-border, .btn-border:hover, .btn-border:visited {
    background: none;
    border: 1px solid #f5841f ;
    padding: 10px 0px;
    color: #f5841f !important;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.btn-full, .btn-full:hover, .btn-full:visited {
    background: #f5841f;
	border: 1px solid #f5841f;
    padding: 10px 0px;
    color: #fff !important;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.custom-gutter {
    padding-right: 5px;
    padding-left: 5px;
}

.no-gutter-left {
    padding-left:0 !important;
	padding-right: 1px !important;
}
.no-gutter-right {
    padding-right:0 !important;
	padding-left:1px !important;
}
.white-block{
    background-color: #fff;
	padding:25px;
    box-shadow: 5px 5px 15px #ccc;

}

.content-block {
    background-color: #efefef;
	padding:25px;
    box-shadow: 5px 5px 15px #ccc;
	display: inline-block;
}
.content-block-float {
	background-color: #efefef;
	padding:25px;
    box-shadow: 5px 5px 15px #ccc;
	min-height:550px;
	display: inline-block;
}
i.fa.custom{
    border: 3px solid #b7b7b7;
    border-radius: 50px;
    color:#cecdce;
    padding: 3px;
    height: 40px;
    width: 40px;
    margin-right: 10px;
    font-size: 21px;
    line-height: 30px
}

i.fa.custom.fa-check {
    background-color:#f5841f;
    color:#fff;
}

span.fa.ticket.fa-exclamation.fa-3x.fa-fw{
    background-color: #f5841f;
	color:#fff;
    border: none;
    border-radius: 50px;
    padding: 3px;
    height: 30px;
    width: 30px;
    margin-right: 10px;
	font-size: 21px;
    line-height: 27px
}
i.fa.ticket {
    background-color: #f5841f;
	border: 3px solid #b7b7b7;
	color:#fff;
    border-radius: 50px;
	box-shadow:0px 0px 0px 1px #fff inset;
    padding: 3px;
    height: 40px;
    width: 40px;
    margin-right: 10px;
	font-size: 21px;
    line-height: 30px
}

/*==========  Mobile First Method  ==========*/
.float-section-right,.float-section-left,.float-section-date-time {
	z-index:1;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	.bodyHeader h2 {
		margin-top: -200px;
	}
    .link {
        padding-left: 0px;
    }

    .linkCard {
        padding-left: 15px !important;
        padding-right: 15px;
        height: 39px;
    }

    #home_slider .owl-theme .owl-nav .owl-prev {
        zoom: 0.7;
    }

    #home_slider .owl-theme .owl-nav .owl-next {
        zoom: 0.7;
    }

    #home_slider .item div {
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        height: 100%;
        margin: auto;
        position: absolute;
    }

    #page-section{
        margin-top:90px !important;
        position:relative;
    }

    .custom-gutter {
        padding-left: 15px;
        padding-right: 15px;
    }

    h1, h2, h3, h4, h5, h6 {
      margin-top: 15px;
      margin-bottom: 10px;
      font-family: inherit;
    }
    h3{
        margin-top: 0px;
        margin-bottom: 5px;
    }

    p {
      font-size: 11px;
    }

    h1 {
      font-size: 20px;
    }

    h2 {
      font-size: 18px;
    }
    h3 {
      font-size: 14px;
    }

    h2.or-text{
        overflow: hidden;/
        text-align: center;
    	  font-size: 18px;
    }
    h2.or-text:before,
    h2.or-text:after {
        background-color: #dddddd;
        content: "";
        display: inline-block;
        height: 2px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }
    h2.or-text:before {
        right: 0.5em;
        margin-left: -50%;
    }
    h2.or-text:after {
        left: 0.5em;
        margin-right: -50%;
    }
    .fs-12{
    font-size:12px;
    }
    .footer-menu h3 {
      font-size: 18px;
    }
    .footer-menu p {
      font-size: 18px;
    }
    h4 {
      font-size: 10px;
    }

    .movie_content p {
        font-size: 14px;
    }
    p.movie-details{
      font-size:12px !important;
      margin-bottom:0px;
      line-height: 1.2;
    }

    a, a:focus {
    	text-decoration:none;
        color:#666;
    }
    a:hover {
    	text-decoration:none;
        color: #f5841f;
    }

    .no-gutter-mobile {
        padding-right: 5px;
        padding-left: 5px;
    }
    .btn-genre{
        background-color: #efefef;
        padding: 10px 25px;
        font-size: 14px;
    	margin-bottom: 10px;
    	font-weight: 700;
        box-shadow: 2px 2px 10px #ccc;
        color: #666666 !important;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
    }
    .btn-genre:hover {
        background-color: #f5841f;
        color: #fff !important;
    }
    .navbar-nav > li > a {
        text-shadow: none;
    }
    hr {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 2px solid rgba(215, 215, 215, 0.45)
    }
    .m-b-0{
    	margin-bottom:0px;
    }
    .m-t-b{
    	margin-top:15px;
    	margin-bottom:15px;
    }
    .m-t{
    	margin-top:15px;
    }
    .m-b{
    	margin-bottom:10px;
    }
    .m-b-l{
    	margin-bottom:25px;
    }
    .m-b-xl{
    	margin-bottom:280px;
    }
    .m-b-xl-2{
    	margin-bottom:280px;
    }
    .p-t{
    	padding-top:15px;
    }
    .p-b{
    	padding-bottom:15px;
    }
    .col-xs-6.col-md-3.m-b {
        padding-right:8px;
        padding-left:8px;
    }
    .col-xs-6.col-sm-4.col-md-2{
        padding-right:5px;
        padding-left:5px;
    }
    .date-time-block {
        background-color: #efefef;
    	padding:25px;
        box-shadow: 5px 5px 15px #ccc;
        overflow: auto;
    }
    .outer {
      overflow: hidden;
    }
    .inner {
      border: 1px solid #e0e0e0;
    }
    .inner i {
      width: 40px;
      height: 40px;
      border: 1px solid #e0e0e0;
      border-radius: 50%;
      background-color: #fff;
    }
    .inner .top {
      margin-top: -20px;
      box-shadow: inset 0px 0px 6px 0px #ccc;
    }
    .inner .bottom {
      margin-top: -20px;
      margin-bottom: -22px;
      box-shadow: inset 0px 0px 6px 0px #ccc;
    }
    .inner .left {
      float: left;
      margin-left: -20px;
      box-shadow: inset 0px 0px 6px 0px #ccc;
    }
    .inner .right {
      float: right;
      margin-right: -20px;
      box-shadow: inset 0px 0px 6px 0px #ccc;
    }
    .content {
      background-color: #e7e7e7;
      background-image: url(../images/star-bg.png);
        background-position: 145% 34%;
        background-repeat: no-repeat;
        background-size: 66%;
      box-shadow: inset 0px 0px 6px 0px #ccc;
    }
    img.tickets_experience {
        padding-top: 25px;
        width: auto !important;
    }
    .tickets_thumbnail{
        height: 150px;
        display: block;
        background-image: url(../images/wonder-woman-card.png);
        background-repeat: no-repeat;
        background-position: center 23%;
        background-size: cover;
    }
    .tickets_content{
        padding: 10px 12px;
    }

    .tickets_content .btn-default {
        background: #45484d !important;
        border:1px solid #45484d;
        padding:7px 20px;
        margin-top:0px;
        color:#fff !important;
        border-radius:0px;
        -moz-border-radius:0px;
        -webkit-border-radius:0px;
    }
    .tickets_content .btn-default:hover{
        background:none!important;
        color: #f5841f !important;
        border:1px solid #f5841f;
    }
    .tickets_content h1,.tickets_content h2,.tickets_content h4{
        margin-top:0px;
    }
    h4.tickets-location{
        margin-bottom:0px;
    }
    .error_bg{
    	background-color:#f5841f;
    	padding:150px 0px 80px;
    	color:#fff;
    	position: relative;
    	margin-top: 0px;
        min-height: 104px;
        display: block;
        background-image: url(../images/404-mobile.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }
    .error_bg .form-control {
        height: 39px;
    }
    .footer-menu a:hover {
        color: #f5841f;
    }
    #content.n-m-t{
        margin-top: -45px;
    }

    #main_nav {
        background-color: #000000; /* #f5841f; */
        min-height:60px;
        transition: all 1s ease 0.1s;
        -webkit-transition: all 1s ease 0.1s;
    	box-shadow: rgba(0, 0, 0, 0.34) 5px 5px 15px;
        max-height: 60px;
    }
    .collapsing {
    transition:opacity 0.3s linear;
    -webkit-transition:opacity 0.3s linear;
    -moz-transition:opacity 0.3s linear;
    -o-transition:opacity 0.3s linear;
    }

    .navbar-collapse.collapse.in{
    opacity:1.0;
    transition:opacity 0.3s linear;
    -webkit-transition:opacity 0.3s linear;
    -moz-transition:opacity 0.3s linear;
    -o-transition:opacity 0.3s linear;
    }

    .navbar-collapse.collapse{
    transition:opacity 0.3s linear;
    -webkit-transition:opacity 0.3s linear;
    -moz-transition:opacity 0.3s linear;
    -o-transition:opacity 0.3s linear;
    }
    .collapsed> .menu-overflow{
    	display:none;
    }
    .navbar-collapse {
        opacity: 0;
    	width: auto;
        height: auto !important;
    	max-height: none;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 0px 15px;
    }
    .menu-label{
    	font-size:inherit;
    	color:#f5841f;
    	font-weight:bold;
    	padding: 10px 0px 15px;

    }
    .orange{
    	color:#f5841f !important;
    	font-weight:bold;
    }
    .pink{
    	color:#f05b72 !important;
    	font-weight:bold;
    }
    .white{
    	color:#fff !important;
    	font-weight:bold;
    }
    .turquoise{
    	color:#43bda0 !important;
    	font-weight:bold;
    }

    .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    box-shadow: 5px 5px 15px #ccc;
    }
    .embed-container img {
        width:100%;
    }
    .embed-container iframe, .embed-container object, .embed-container embed {
    position:
    absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
    i.fa.fa-angle-left, i.fa.fa-angle-right {
        color:#f5841f;
        font-size: 65px;
        font-weight: 100;
    	text-shadow: #ffffff 0px 0px 30px;
    }
    #date-carousel i.fa.fa-angle-left,#date-carousel i.fa.fa-angle-right {
        font-size: 55px;
        font-weight: 100;
    	color:#cccccc;
    }
    .menu-overflow {
        overflow-y: scroll;
        height: calc(100vh - 0px);
    }
    .site-header-small {
        background-color:#000 !important; /* rgba(254, 143, 55, 0.9) !important; */
        min-height:75px !important;
        transition: all 1s ease 0.1s;
        -webkit-transition: all 1s ease 0.1s;
    }
    .site-header-small #page_banner  {
        margin-top: 60px !important;    transition: all 1s ease 0.1s;
        -webkit-transition: all 1s ease 0.1s;
    }
    .navbar-default .navbar-toggle{
        border: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle .icon-bar:focus {
        background-color: red;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    	 background: none;
    }
    .site-info p{
    	font-size:9px;
    	margin-bottom:0px;
    }

    .collapse.in, .navbar-collapse{
    	border: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100vh - 0px);
        max-height: calc(100vh - 0px);
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.92)
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 13px;
        margin-right: 5px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    nav.navbar.navbar-default.navbar-fixed-top {
        border: none;
    }
    #page_banner {
        display: block;
        margin-top: 90px !important;
        min-height: 250px;
        overflow: hidden;
        position: relative;
        text-align: center;
    }
    #page_banner>div {
        /*margin: 0 auto;*/
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        height: 100%;
        margin: auto;
    }
    .banner_link, .banner_link:hover, .banner_link:visited {
        background: none;
        border: 1px solid #fff;
        padding: 10px 0px;
        padding: 6px 40px;
        color: #fff !important;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
    }
    .banner_link{
    	position:absolute;
        top: 55px;
        right: 11px
    }
    .back-to-top {
        position: absolute;
        top: -66px;
        right: 26px;
        width: 30px;
        height: 30px;
        padding: 4px;
        line-height: 2.2;
        z-index: 100;
        display: none;
        text-decoration: none;
        color: #ffffff;
        background-color: rgba(255, 144, 0, 0.8);
    	border-radius:0px;
    	-webkit-transition: all 1s ease 0.1s;
    }
    .back-to-top:hover {
        background-color: rgb(255, 144, 0);
    }
    .panel-heading {
        padding: 10px 15px;
        border-radius: 0px;

    }
    .seat_movie-title{
    	margin-top: 10px;
        margin-bottom: 5px;
    }

    .heading_info {
    	margin-top: 0px;
    }
    .float-section-right a{
        font-size: 12px;
    }
    .content-block-float {
    	background-color: #efefef;
    	padding:25px;
        box-shadow: 5px 5px 15px #ccc;
    	min-height:250px;
    }
    .movie_item {
        background-color: #efefef;
        box-shadow: 5px 5px 15px #ccc;
    	padding:0;
    }
    .movie_exp-overlay {
        position: absolute;
    	width:100%;
        padding: 3px 3px 5px 3px;
        bottom: 0px;
        background-color: rgba(0, 0, 0, 0.30);
    }
    .movie_exp-overlay.gno .exp_text {
        color: #FFF;
        font-family: 'Century Gothic';
        text-transform: uppercase;
    }
    .movie_exp-overlay.gno .exp_text span {
        color: rgb(250, 1, 129);
    }
    .movie_exp-overlay.gno {
        align-items: center;
        background-color: rgba(39, 4, 28, 0.80) !important;
        display: flex;
        /*height: 50px;*/
        text-align: center;
    }
#movie-content-pg .movie_thumbnail {
    position: relative;
	width: 100%;
    /*min-height: 140px;*/
    display: block;
    background-size: cover !important;
}

#movie-content-pg .movie_thumbnail {
    padding-top: 56%!important;
}

#movie-content-pg .movie_exp-overlay {
	right:0;
	position: absolute;
    width: 10%;
    padding: 5px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.61);
    height: 100%;
}
#movie-content-pg .movie_exp-overlay  img {
	display: block;
    margin-right: auto;
    margin-left: auto;
}

    input.form-control,
    select.form-control {
        font-size: 12px;
        background-color: #e0e0e0;
        border: 1px solid #e0e0e0;
        border-radius: 0;
        padding-left:10px;
    }

    .movie_item .movie_content {
        padding: 15px 10px 0;
    }

    /* Page Section Top */
    #top-section{
    	margin-top:140px;
    	margin-bottom: 25px;
    	position:relative;
    }
    #page-section{
    	margin-top:130px;
    	position:relative;
    }
    img.img-responsive.hover {
        margin-top: 20px;
        position: absolute;
        top: -44px;
        right: 10px;
    	padding-right: 0px;
    }
    img.img-responsive.hover-pay {
        margin-top: 20px;
        top: 0px;
        right: 10px;
    	padding-right: 0px;
    }
    .m-b-xl{
    	margin-bottom:50px;
    }.m-b-xl-2{
    	margin-bottom:50px;
    }
    .experience_thumbnail{
    	border-bottom: 1px solid #f5841f;
    	padding-bottom:0px;
    	margin-bottom:20px;
    }

    .overlaybuttoninf {
        display: block;
        position: absolute;
        z-index: 20;
        background: rgba(0, 38, 61, .80);
        overflow: hidden;
        transition: all 0.5s;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 0;
        text-align: center;
        color: #FFFFFF !important;
    }
    .overlaybuttoninf p {
        color: #FFFFFF !important;
        padding: 20px 20px 0px 20px;
    }
    .overlaybuttoninf a {
        padding: 4px 25px 0px 25px;
        border: 2px solid #B4A064;
        width: 150px;
        height: 33px;
        color: #ffffff;
        background-color: #B4A064;
        cursor: pointer;
        border-radius: 0px;
        outline: 0 !important;
        box-shadow: none !important;
        font-weight: normal !important;
        margin-top: 13px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-decoration: none;
    }


    a.btn-experience {
    	transition: all 0.3s ease;
        text-decoration: none;
        color: #666666 !important;
        background-color: #efefef;
        padding: 15px;
        box-shadow: 5px 5px 15px #ccc;
        height: 400px;
    }
    a.btn-experience:hover {
        color: #666666 !important;
        background-color: #f5841f;
    	border-color:#fff !important;
        padding: 15px;
        box-shadow: 5px 5px 15px #ccc;
    	 -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .movie_item{
        transition: all .5s;
    }

    .disabled-movie.movie_item{
    	cursor: default;
    	pointer-events: none;
    }
    .disabled-movie.movie_item:hover{
    	 -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .disabled-movie.movie_item:hover .movie_thumbnail:before {
        content: "";
        position: relative;
        top: 0;
        font-size: 18px;
        font-weight: bold;
        left: 0;
        background-image: none;
        background-repeat: no-repeat;
        background-size: normal;
        background-position: 50% 32%;
        background-color: rgba(0,0,0,.6);
        width: 100%;
        height: 100%;
        text-align: center;
        color: #FFF;
        padding-top: 73%;
    }
    .disabled-movie.movie_item:hover .movie_exp-overlay img{
        filter: none;
    }

    .disabled-movie.movie_item:hover p{
        color: #666666 !important;
    }
    .disabled-movie.movie_item:hover h4.orange{
        color: #f5841f !important;
    }
    .disabled-movie.movie_item:hover{
        background-color: #efefef;
    	cursor: default;
    	pointer-events: none;
    }
    .movie_item:hover{
        background-color: #f5841f;
    	cursor: pointer;
    }
    .movie_item:hover h4.orange,
    .movie_item:hover p{
        color: #FFF !important;
    }
    p.exp-show {
    opacity:0;
    }

    a.btn-experience:hover p.exp-show{
    opacity:1;
    color:#fff;
    margin-top:45px;
    text-align:center;
    }
    a.btn-experience:hover p.exp-hide{
    display:none;
    }
    a.btn-experience:hover .experience_thumbnail{
    border-bottom: 1px solid #fff;
    }
    .now-showing{
        display: block;
        background-image: none;
        background-repeat: no-repeat;
        background-position: center center;
        -moz-transition: all .9s ease-in-out;
        -webkit-transition: all .9s ease-in-out;
        transition: all .9s ease-in-out;
    	padding: 20px 0px;
    }
    .scene-club-bg .container{
    	position:relative;
    }
    .scene-club-bg{
        display: block;
        background-image: url(../images/lines-top-bg.png), url(../images/lines-bottom-bg.png);
        background-position: right bottom, left top;
        background-repeat: no-repeat, no-repeat;
        background-size: contain;
        background-color: #000;
        margin: 40px 0px;
    }
    .scene-club-bg img{
        display: block;
    	position:absolute;
        top: -30px;
        left: -2px;
        width: 35%;
    }
    .scene-club-bg h1{
        margin-top:0px;
        margin-bottom:0px;
        font-size:14px;
    }
    .scene-club-bg h3{
         margin-top:0px;
    }
    .transform{
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }



    .cinema-tbl th{
        background-color: #f5841f;
        color: #fff;
        font-size: 14px;
    }
    .cinema-tbl  > thead > tr > th{
    	border-bottom: 1px solid #f5841f;
    }
    .cinema-tbl td{
        font-size: 11px;
    }
    i.fa.fa-caret-down {
        font-size: 14px !important;
    }
    .cinema-tbl {
        border: 1px solid #f5841f;
    }
    .navbar-toggle2 {
        float: right;
        font-size: 55px;
        font-weight:600;
        margin-top: 0px;
        position: relative;
        z-index: 10;
    }
    .navbar-brand-toggle img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .top-nav{
    	text-align:center;
    	float:none;
    }
    .owl-carousel.owl-theme.home_banner.owl-loaded.owl-drag .owl-dots {
        position: absolute;
        margin: 0;
        width: 100%;
        bottom: 1%;
    }
    .owl-carousel .owl-item img {
        display: block;
        width: auto;
    }
    /* Slider on the homepage */
    #home_slider {
        margin-top:89px;
        display:block;
        /*background-color: #c15c33;*/
    }

    #home_slider .owl-carousel {}

    #home_slider .owl-theme .owl-nav {
        height: 0;
        overflow: visible;
        position: absolute;
        top: 180px;
        width:100%;
    }

    #home_slider .owl-theme .owl-dots {
        position: absolute;
        margin: 0;
        width: 100%;
        bottom: 1%;
    }

    #home_slider .owl-theme .owl-dots .owl-dot span {
        background:#9a9493;
    }

    #home_slider .owl-theme .owl-dots .owl-dot.active span {
        background:#f5841f;
    }

    #home_slider .owl-theme .owl-dots .owl-dot:hover span {
        background:#333333;
    }

    #home_slider .owl-theme .owl-nav .owl-prev,
    #home_slider .owl-theme .owl-nav .owl-next {
        display:block;
        width:95px;
        height:125px;
    }
    #home_slider .owl-theme .owl-nav .owl-prev {
        float:left;
        background-color: transparent;
        background:url('../images/slider_previous_nav.png') no-repeat;
        background-position: 0px -15px;
        margin-left:10px;
        margin-top: -50px;
    }
    #home_slider .owl-theme .owl-nav .owl-next {
        float:right;
        background-color: transparent;
        background:url('../images/slider_next_nav.png') no-repeat;
        background-position: 0px -15px;
        margin-right:10px;
        margin-top: -50px;
    }

    #home_slider .owl-theme .owl-nav .owl-prev:hover {
        background-color: transparent;
        background-position: 0px -142px;
    }

    #home_slider .owl-theme .owl-nav .owl-next:hover {
        background-color: transparent;
        background-position: 0px -142px;
    }

    #home_slider .owl-carousel .item {
        display: block;
        min-height: 400px;
        overflow: hidden;
        position: relative;
        text-align: center;
    }
    #home_slider .owl-carousel .item>div {
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
        position: absolute;
    }

    #home_slider .owl-carousel .item .slide_content {
        position:absolute;
        top:232px;
        left:15px;
    }
    #home_slider .owl-carousel .item .slide_content .movie_title,
    #home_slider .owl-carousel .item .slide_content .movie_categories,
    #home_slider .owl-carousel .item .slide_content .movie_details {
        color:#fff;
    }
    .slide.container {
        position: relative;
    }
    h1.movie_title{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #home_slider .movie_title {
        font-weight:bold;
    }

    /* current movies homepage */
    #home_current_movies {
        position:relative;
    }
    #home_current_movies .movie_item {
        max-width: 310px;
        min-width: 150px;
        min-height: 340px;
        box-shadow: 5px 5px 15px #ccc;
		margin-bottom:10px;
    }
    .movie_item .movie_thumbnail {
        position: relative;
        width: 100%;
        padding-top: 140%;
        display: block;
        background-color: #000;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover !important;
    }
#movie-content-pg .movie_item .movie_thumbnail {
        position: relative;
        width: 100%;
        padding-top: 56%;
        display: block;
        background-color: #efefef;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain !important;
        /* cant use cover, poster sizes arn't 100% same aspect ratio */
    }
    #home_current_movies .movie_item .movie_thumbnail {
        width:100%;
        /* min-height:218px; */
        display:block;
        background-size:cover !important;
    }
    #home_current_movies .movie_item .movie_thumbnail.beauty_beast {
        background:#000 url('../images/movies/beauty_beast.jpg') center center no-repeat;
        filter: grayscale(0);
    }
    #home_current_movies .movie_item .movie_thumbnail.jack_sparrow {
        background:#000 url('../images/movies/jack_sparrow.jpg') center center no-repeat;
        filter: grayscale(0);
    }
    #home_current_movies .movie_item .movie_content {
        padding:10px 10px 20px 10px;
    }
    #home_current_movies .movie_item .movie_content h4{
	margin-top:0px;
	margin-bottom:5px;
    }
    #home_current_movies .prev_nav_overlay,
    #home_current_movies .next_nav_overlay {
        max-width: 310px;
        min-width: 218px;
        min-height: 350px;
        background-color:#999999;
        opacity: 0.5;
        position:absolute;
        z-index:500;
        display:none;
    }
    #home_current_movies .prev_nav_overlay {
        left:0;
        top:0;
    }
    #home_current_movies .next_nav_overlay {
        right:0;
        top:0;
    }

    #home_current_movies .owl-theme .owl-nav {
        margin-top:0px;
    }
    #home_current_movies .owl-theme .owl-nav .owl-prev,
    #home_current_movies .owl-theme .owl-nav .owl-next {
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 0;
        display: block;
        height: 100%;
        position: absolute;
        top: 20px;
        width: 16.3%;
    }

    #home_current_movies .owl-theme .owl-nav .owl-prev {
        left: 0;
    }
    #home_current_movies .owl-theme .owl-nav .owl-next {
        right: 0;
    }
    #home_current_movies .owl-theme .owl-nav [class*='owl-'] {
        margin: 0;
        padding: 0;
    }

    #home_current_movies i.fa {
        margin-bottom: 100%;
        margin-top: 220px;
    }

    .n-experience img {
        width:14px;
        margin-top:-4px;
    }

    .or-class {
        margin-top:0px !important;
        margin-bottom:35px !important;
    }

    .movie_item .movie_content {
        padding:10px 10px 20px 10px;
    }
    .movie_item .movie_content h4{
	margin-top:0px;
	margin-bottom:5px;
	font-size:18px;
    }
     #date-carousel.owl-theme .owl-nav .owl-prev {
        position:absolute;
        top: -13px;
        left:-80px;
        background-color: transparent;
        margin-left: 10px;
        display: block;
        width: 37px;
        height: 45px;
    }
    #date-carousel.owl-theme .owl-nav .owl-next {
        position:absolute;
        top: -13px;
        right:-27px;
        float:right;
        background-color: transparent;
        margin-left: 10px;
        display: block;
        width: 37px;
        height: 45px;
    }
    #date-carousel .owl-prev.disabled {
        display: none !important;
    }
    #date-carousel p,#date-carousel h2{
        margin:0;
    }
    #date-carousel h2{
        font-size: 24px !important;
    }
    #date-carousel p{
        font-size: 13px !important;
    }
    #date-carousel .item a{
        line-height: 0.98;
        text-align:center;
    }
    #date-carousel a.disabled,#date-carousel a.disabled p ,#date-carousel a.disabled h2  {
        color: gray;
        cursor:default;
        opacity: 0.5;
        padding:0px;
        background:none !important;
    }
    #date-carousel a:focus.disabled{
        color: gray;
        cursor:default;
        opacity: 0.5;
    }
    #date-carousel a:focus {
        text-decoration: none;
        color: #f5841f;
    }
    #home_current_movies .owl-theme .owl-dots {
        padding-top:30px;
    }

    #home_current_movies .owl-theme .owl-dots .owl-dot span {
        background:#e1e1e1;
    }

    #home_current_movies .owl-theme .owl-dots .owl-dot.active span {
        background:#f5841f;
    }

    #home_current_movies .owl-theme .owl-dots .owl-dot:hover span {
        background:#333333;
    }
    #home_current_movies .owl-stage-outer.owl-height	{
	    overflow: visible;
	}
	#home_current_movies .owl-stage-outer.owl-height	{
	    overflow: visible;
	}
	#movie-carousel{
    	overflow: hidden;
        margin-top: -45px;
        padding-top: 25px;
	}
    #movie-carousel .owl-stage-outer {
        overflow: visible;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 375px) {

    .linkCard {
        padding-left: 0px;
        height: 39px;
    }

    .m-b{
        margin-bottom:10px;
    }

    #page-section{
        margin-top:95px !important;
        position:relative;
    }

    .site-info p{
        font-size:10px;
        margin-bottom:0px;
    }
    .scene-club-bg img{
        width: 32%;
    }
    .scene-club-bg h1{
        font-size:16.5px;
    }
    .scene-club-bg h3{
        margin-top:0px;
    }


}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 425px) {

    .linkCard {
        padding-left: 0px;
        height: 39px;
    }

    .m-b{
        margin-bottom:10px;
    }

    #page-section{
        margin-top:95px !important;
        position:relative;
    }

    .scene-club-bg img{
        width: 30%;
    }
    .scene-club-bg h1{
        font-size:18px;
    }
    .banner_link{
        top: 55px;
    }


}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

    .linkCard {
        padding-left: 0px;
        height: 39px;
    }

    .m-b{
        margin-bottom:10px;
    }

    .col-xs-6.col-sm-4.col-md-2 {
        padding-right:15px;
        padding-left:15px;
    }


}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 600px) {

    .m-b{
        margin-bottom:10px;
    }

    h4 {
      font-size: 14px;
    }
    h3 {
      font-size: 16px;
        margin-top: 0px;
        margin-bottom: 5px
    }
    .no-gutter-mobile {
        padding-right: 15px;
        padding-left: 15px;
    }
    .tickets_content{
        padding: 10px 25px;
    }
    .firstActiveItem {
        filter: grayscale(1);
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        transition-property: filter;
        transition-duration: 1s;
        opacity: 0.5;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
    }
    .lastActiveItem {
        filter: grayscale(1);
        filter:brightness(400%);
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        transition-property: filter;
        transition-duration: 1s;
        opacity: 0.5;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
    }
    .btn-genre{
        box-shadow: 5px 5px 15px #ccc;
        margin-bottom: 15px;
    }
    .content {
        background-color: #e7e7e7;
        background-image: url(../images/star-bg.png);
        background-position: 119% 50%;
        background-size: initial;
        background-repeat: no-repeat;
        box-shadow: inset 0px 0px 6px 0px #ccc;
    }
    .now-showing{
        display: block;
        background-image: none;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        -moz-transition: all .9s ease-in-out;
        -webkit-transition: all .9s ease-in-out;
        transition: all .9s ease-in-out;
        padding: 20px 0px;
    }
    .now-showing:hover{
        background-size: 110%;
    }
}

@media only screen and (max-width: 1000px) {
    #home_current_movies .owl-theme .owl-nav .owl-prev,
    #home_current_movies .owl-theme .owl-nav .owl-next {
        width: 24.5%;
    }
}
@media only screen and (max-width: 600px) {
    #home_current_movies .owl-theme .owl-nav .owl-prev,
    #home_current_movies .owl-theme .owl-nav .owl-next {
        width: 10%;
    }
}
@media only screen and (max-width: 375px) {
    #home_current_movies .owl-theme .owl-nav .owl-prev,
    #home_current_movies .owl-theme .owl-nav .owl-next {
        width: 11%;
    }
}
@media only screen and (max-width: 320px) {
    #home_current_movies .owl-theme .owl-nav .owl-prev,
    #home_current_movies .owl-theme .owl-nav .owl-next {
        width: 13%;
    }
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    #home_slider .owl-theme .owl-nav .owl-prev {
        zoom: 1;
    }

    #home_slider .owl-theme .owl-nav .owl-next {
        zoom: 1;
    }

    .m-b{
        margin-bottom:10px;
    }

    #page-section{
        margin-top:160px !important;
        position:relative;
    }

    h1, h2, h3, h4, h5, h6 {
      font-family: inherit;
    }

    p {
      font-size: 14px;
    }

    h1 {
      font-size: 38px;
    }

    h2 {
      font-size: 26px;
    }
    .movie_item .movie_content h4{
        margin-top:0px;
        margin-bottom:5px;
        font-size:14px;
    }
/*    .movie_item:hover .movie_exp-overlay {
        background-color: #000;
    }
    */
    .movie_item:hover{
        /*-webkit-transform: scale(1.05);*/
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    /*.movie_item:hover .movie_thumbnail{
        opacity: .5;
    }*/
/*    .movie_item:hover .movie_thumbnail {
        position: relative;
    }
    .movie_item:hover .movie_thumbnail:after {
        color: #FFF;
        content: "\f0c1";
        display: block;
        font-family: "FontAwesome";
        font-size: 300%;
        position: absolute;
        text-align: center;
        top: 30%;
        width: 100%;
    }
    .movie_item:hover .movie_thumbnail:before {
        content: "view more";
        position: absolute;
        top: 0;
        font-size: 18px;
        font-weight: bold;
        left: 0;*/
        /*background-image: url(../images/view-link-icon.png);*/
/*        background-repeat: no-repeat;
        background-size:40%;
        background-position: 50% 32%;
        background-color: rgba(0,0,0,.6);
        width: 100%;
        height: 100%;
        text-align: center;
        color: #FFF;
        padding-top: 73%;
    }
    .movie_item:hover .movie_exp-overlay img{
        filter: brightness(0) invert(1);
    }*/
#movie-content-pg .movie_thumbnail{
    position: relative;
	width: 100%;
    /*min-height: 140px;*/
    display: block;
    background-size: cover !important;
}
#movie-content-pg .movie_thumbnail{
    padding-top: 150%!important;
}
#movie-content-pg .movie_exp-overlay {
    position: absolute;
	width:100%;
    padding: 2px 5px;
    bottom: 0px;
	height: 50px;
    background-color: rgba(0, 0, 0, 0.30);
}
    .btn-genre{
        padding: 10px 15px;
    }

    .m-t-b{
            margin-top:25px;
            margin-bottom:25px;
    }
    .site-info p{
            font-size:10px;
            margin-bottom:0px;
    }
    .top-nav{
            text-align:right;
            float:right;
    }
    #page_banner {
        margin-top: 114px !important;
    }
	.error_bg{
		background-color:#f5841f;
		padding:150px 0px 80px;
		color:#fff;
		position: relative;
		margin-top: 0px;
		min-height: 1125px;
		display: block;
		background-image: url(../images/404-desktop.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
	}
    .banner_link{
        top: 171px;
    }
    .navbar-collapse {
        opacity: 1;
    }

    #main_nav {
        background-color:#000000; /* #f5841f; */
        min-height:81px;
        transition: all 1s ease 0.1s;
        -webkit-transition: all 1s ease 0.1s;
            box-shadow: rgba(0, 0, 0, 0.34) 5px 5px 15px;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 0px;
        margin: 0px 5px;
    }
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
    .menu-overflow {
            overflow-y: visible;
        height: initial;
    }
    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        border-color:  #fff !important;
        -webkit-transition: all 0.3s ease-in-out 0.1s;
        transition: all 0.3s ease-in-out 0.1s;
    }

    .dropdown-menu{
            min-width:100%;
            border: none;
    }

    a.dropdown-toggle{
            color:#fff !important;
            margin:0px;
    }

    .dropdown-menu > li > a:hover {
        background: none;
            color:#f5841f;
    }
    .dropdown-menu > li > a {
        display: block;
        padding: 0px  0px 5px 15px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: normal;
        font-size: 13px;
    }
    ul.navbar-nav li a.dropdown-toggle:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 5px;
        bottom: -5px;
        left: 0;
        background-color: transparent;
        visibility: hidden;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
            background-color:#fff;
            background-image:none;
            color:#f5841f !important;
    }
    a.dropdown-toggle:hover {
            background-color:#fff!important;
            color:#f5841f !important;

    }
    .collapse.in, .navbar-collapse{
            border: none;
        position: relative;
        width: auto;
        height: auto;
        max-height: none;
        z-index: 10;
        background-color: inherit;
    }
    .navbar-toggle2 {
        display: none;
    }
    .navbar-brand-toggle {
        display: none;
    }
    .site-header-small {
        background-color: #000000 !important; /* rgba(254, 143, 55, 0.9) !important; */
        min-height:75px !important;
        transition: all 1s ease 0.1s;
        -webkit-transition: all 1s ease 0.1s;
    }
    .site-header-small #page_banner  {
        margin-top: 60px !important;
            transition: all 1s ease 0.1s;
        -webkit-transition: all 1s ease 0.1s;
    }
    .heading_info {
        margin-top: 0px;
    }
    #home_slider {
            margin-top:80px;
            /*min-height:400px;*/
            display:block;
            /*background-color: #c15c33;*/
    }
    i.fa.fa-angle-left, i.fa.fa-angle-right {
        font-size: 65px;
        font-weight: 100;
        color:#f5841f;
        text-shadow: #ffffff 0px 0px 30px;
    }
    .back-to-top {
        position: absolute;
        top: -66px;
        right: 10px;
        width: 30px;
        height: 30px;
        padding: 4px;
        line-height: 2.2;
        z-index: 100;
        display: none;
        text-decoration: none;
        color: #ffffff;
        background-color: rgba(255, 144, 0, 0.8);
            border-radius:0px;
    }
    .scene-club-bg{
        display: block;
            background-image: url(../images/lines-top-bg.png), url(../images/lines-bottom-bg.png);
        background-position: right bottom, left top;
        background-repeat: no-repeat, no-repeat;
        background-size: contain;
        background-color: #000;
            margin: 40px 0px;
            padding: 25px 0px;

    }
    .scene-club-bg img{
        display: block;
            position:absolute;
        top: -52px;
        left: -8px;
        width: 36%;
    }
    .scene-club-bg h1{
        margin-top:0px;
        margin-bottom:0px;
        font-size:26px;
    }
    .scene-club-bg h3{

    }
    .seat_movie-title{
        font-size: 1.4em;
            color: #666666;
            margin-top: 20px;
        margin-bottom: 5px;
    }
    img.img-responsive.hover-pay {
        margin-top: 20px;
        position: relative;
        top: 0px;
        right: 0px;
            padding-right: 0px;
    }
    .m-b-xl{
            margin-bottom:50px;
    }
    .m-b-xl-2{
            margin-bottom:50px;
    }
    .content-block-float {
        min-height: 235px;
    }
    img.img-responsive.hover {
        margin-top: 20px;
        position: absolute;
        top: -64px;
        left: 10px;
        padding-right: 0px;
    }
    #home_slider .owl-carousel .item .slide_content {
        position:absolute;
        top:205px;
        left:50px;
    }
/*    .float-section-date-time {
        margin-left: 15px;
        margin-right: 15px;
    }*/
}
/* Small Devices, Tablets */
@media (min-width:768px) and (max-width:991px) {

    #home_slider .owl-theme .owl-nav .owl-prev {
        zoom: 1;
    }

    #home_slider .owl-theme .owl-nav .owl-next {
        zoom: 1;
    }

    .m-b{
        margin-bottom:10px;
    }

    .custom-gutter {
        padding-right: 5px;
        padding-left: 5px;
    }

	.btn-home{
		font-size:14px;
	}
    .movie_item .movie_thumbnail {
        padding-top: 140%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 991px) {

    #home_slider .owl-theme .owl-nav .owl-prev {
        zoom: 1;
    }

    #home_slider .owl-theme .owl-nav .owl-next {
        zoom: 1;
    }

    .m-b{
        margin-bottom:10px;
    }

    .custom-gutter {
        padding-right: 5px;
        padding-left: 5px;
    }

    .movie_item .movie_thumbnail {
        padding-top: 140%;
    }
    .movie_item:hover .movie_thumbnail:before {
        background-position: 50% 29%;
        background-size: initial;
    }
    #home_slider {
        margin-top:80px;
    }
	.widget_container ul li a{
        font-size:12px;
    }
    .date-time-block {
        padding:15px 80px 15px 25px;
    }
    .date-time-block p {
        line-height:1.2;
    }
    .float-section-right {
        position: absolute;
        top: 60px;
        right: 0px;
    }
    .float-section-date-time {
        position: absolute;
        top: 60px;
        right: 0px;
    }
    .scene-club-bg{
        margin: 40px 0px;
        height:190px;
    }
    .scene-club-bg img{
        top: -84px;
        left: -21px;
        width:auto;
    }
    .col-xs-6.col-md-3.m-b {
        padding-right:15px;
        padding-left:15px;
    }
    .left-spacer{
        padding-left:120px;
    }
    .float-section-left {
        position: absolute;
        top: 60px;
        left: 0px;
    }
    .heading_info {
        margin-top: 20px;
    }
    /* Page Section Top */
    #top-section{
        margin-top:200px;
        margin-bottom: 25px;
        position:relative;
    }
    #page-section{
        margin-top:150px;
        position:relative;
    }
    .m-b-xl{
        margin-bottom:380px;
    }
    .m-b-xl-2{
        margin-bottom:460px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1024px) {

    #home_slider .owl-theme .owl-nav .owl-prev {
        zoom: 1;
    }

    #home_slider .owl-theme .owl-nav .owl-next {
        zoom: 1;
    }

    .m-b{
        margin-bottom:10px;
    }

    .custom-gutter {
        padding-right: 5px;
        padding-left: 5px;
    }

    #home_slider {
        margin-top:80px;
        /*min-height:400px;*/
        display:block;
        /*background-color: #c15c33;*/
    }
    .social_footer_container a {
        margin: 5px 10px;
    }
    .float-section-right {
        top: 30px;
    }
    .float-section-date-time {
        top: 0px;
    }
    .float-section-left {
        top: 30px;
    }
    .content-block-float {
        min-height: 476px;
    }
    .back-to-top {
        position: absolute;
        top: -66px;
        right: -16px;
        width: 30px;
        height: 30px;
        padding: 4px;
        line-height: 2.2;
        z-index: 100;
        display: none;
        text-decoration: none;
        color: #ffffff;
        background-color: rgba(255, 144, 0, 0.8);
        border-radius:0px;
    }
    #home_slider .owl-theme .owl-nav .owl-prev {
        float:left;
        background-color: transparent;
        background:url('../images/slider_previous_nav.png') no-repeat;
        background-position: 0px -15px;
        /*margin-left:253px;*/
    }
    #home_slider .owl-theme .owl-nav .owl-next {
        float:right;
        background-color: transparent;
        background:url('../images/slider_next_nav.png') no-repeat;
        background-position: 0px -15px;
        /*margin-right:253px;*/
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {


    #home_slider .owl-theme .owl-nav .owl-prev {
        zoom: 1;
    }

    #home_slider .owl-theme .owl-nav .owl-next {
        zoom: 1;
    }

    .m-b{
        margin-bottom:10px;
    }

    .custom-gutter {
        padding-right: 5px;
        padding-left: 5px;
    }

    .movie_item:hover .movie_thumbnail:before {
        background-position: 50% 40%;
        background-size: initial;
    }
    .movie_content p {
        font-size: 17px;
    }
    .float-section-right {
        top: 60px;
    }
    .float-section-left {
        top: 60px;
    }
    .content-block-float {
        min-height: 550px;
    }
    #home_slider {
        margin-top:114px;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1500px) {
    #home_slider .owl-theme .owl-nav .owl-prev {
        zoom: 1;
    }

    #home_slider .owl-theme .owl-nav .owl-next {
        zoom: 1;
    }

    .m-b{
        margin-bottom:10px;
    }

    .custom-gutter {
        padding-right: 5px;
        padding-left: 5px;
    }

    .container {
        width: 1410px;
    }
    .movie_datetime {
        margin-top: 65px;
    }
}

#experience_container>div {
    margin-right: 35px;
}
#we-accept-visa-mastercard-node{
    position: relative;
    top:0;
    left: -12px;
}
#we-accept-visa-mastercard-node img{
    width:42px;
}
#experience_container {
    padding-left: 30px;
}

@media only screen and (max-width : 1199px) {
    #page_banner {
        min-height: 156px;
    }
    #home_slider .owl-carousel .item {
        min-height: 251px;
    }
    #home_slider .owl-theme .owl-nav .owl-prev,
    #home_slider .owl-theme .owl-nav .owl-next {
        margin-top: -100px;
    }

}
@media only screen and (max-width : 767px) {
    #page_banner {
        min-height: 100px;
    }
    #home_slider .owl-carousel .item {
        min-height: 434px;
    }
    #home_slider .owl-theme .owl-nav .owl-prev,
    #home_slider .owl-theme .owl-nav .owl-next {
        margin-top: 0;
    }
}
@media only screen and (max-width : 449px) {
    #page_banner {
        min-height: 59px;
    }
    #home_slider .owl-carousel .item {
        min-height: 254px;
    }
    #home_slider .owl-theme .owl-nav .owl-prev,
    #home_slider .owl-theme .owl-nav .owl-next {
        margin-top: -120px;
    }
}

#PayWithLoyaltyPointsOnlyResponse{
    display:block;
    margin:10px 0 10px 0;
}

#continueWithoutPayment{
    min-width:234px;
}

.popover.bottom > .arrow::after{
    border-bottom-color:#E1E1E1 !important;
}

.popover{
    background-color:#E1E1E1 !important;
    border-radius:0 !important;
}
