/*Spinner Animation*/
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../../cinestarimages/Preloader_7.gif) center no-repeat #fff;
}

/*Spinner Animation*/
/*CUSTOM CONTAINER*/
@media (max-width: 570px) {
    .current-date-tab + ul, .all-movie-tab + ul {
        max-width: 250px;
    }
}

/*img{
    image-rendering: pixelated;
}*/
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px !important;
}

.bottom_bar.container {
    padding: 0
}

#owl-demo-marquee {
    margin-bottom: 20px;
}

.arena-marquee h4 {
    font-weight: bolder;
}

.ad_div {
    padding: 15px 30px;
    text-align: center !important;
}

.lg-ad-img {
    width: 90%;
}

.sm-ad-img {
    visibility: hidden !important;
    display: none !important;
}

.news-ticker {
    background: rgba(195, 162, 162, 0.15);
}

.arena-marquee {
    border-right: 4px dashed #c50505;
    display: inline-block;
    padding: 0 15px;
}

.arena-marquee h4, .arena-marquee p {
    display: inline-block;
}

#owl-demo-marquee .owl-pagination {
    top: -30px;
}

@media (max-width: 570px) {
    #all-theatre-ul {
        margin-bottom: 17px;
    }

    .owl-pagination {
        display: none;
    }
}

.active-times {
    border-color: #c50505 !important;
}

#all-theatre-ul {
    list-style-type: none;
}

#all-theatre-ul li {
    display: inline;
    position: relative;
    top: 6px;
    padding: 10px 0;
}

#all-theatre-ul li a {
    text-decoration: none;
    font-size: 12px;
    border-bottom: 4px solid #ffcc33;
    padding-bottom: 10px;
    margin-right: 3px;
    color: #000;
}

#all-theatre-ul li a:hover {
    border-color: #c50505;
}

.myanim {
    animation-name: opacity;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
}

@keyframes opacity {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.mov-tim-book {
    background: #c50505;
    padding: 1px 7px;
    border-radius: 26px;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}

.hover-shashka {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transition: all ease 0.3s;
    background: rgba(0, 0, 0, .5);
}

.main-content {
    padding-left: 0px;
    padding-right: 0px;
}

.main_high {
    position: relative;
}

.slider_213 {
    overflow-y: hidden;
    position: absolute;
    width: 100%;
    bottom: -200px;
}

.slider_btn {
    background: #f73a4c;
}

.banner-options {
    width: 100%;
    height: 320px;
}

.tab_li_aw {
    padding-left: 0px;
    margin-right: 5px;
    font-size: 10px;
}

.tab-content_new {
    margin-top: 40px;
}

#target a:hover .pic-icon {
    top: -125px;
}

.movie_img img {
    max-width: 100%;
}

.pic-icon {
    position: absolute;
    top: -21px;
    left: -55px;
    width: 140px;
    color: #fff;
    height: 80px;
    background: #f31d269e;
    transform: rotate(-46deg);
    transition: all ease 0.3s;
}

.pic-icon i {
    position: relative;
    top: 50px;
    font-size: 26px;
}

#target img {
    border: 1px solid #f31d26;
    max-height: 500px;
    max-width: 340px;
    object-fit: cover;
}

.hover-shashka i {
    font-size: 2em;
    color: #fff;
    margin-top: 31%;
}

#target a:hover .hover-shashka {
    transform: scale(1, 1);
}

#target a {
    position: relative;
    margin: 1%;
    display: inline-block;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .container {
        width: 100%
    }
}

@media (min-width: 768px) {
    .custom-gall {
        width: 1000px;
        margin: 60px auto;
    }

    .bla-bla {
        width: 100%;
    }
}

.col-2-half {
    width: 20%;
}

/*CUSTOM CONTAINER*/
.container {
    max-width: 1500px;
}

.container_navbar {
    max-width: 1140px;
}

/*STICKY HEADER*/
.navbar-brand img {
    transition: all ease 0.8s;
    transform: scale(1) translate(0, 0px);
}

.sticky-header .navbar-brand img {
    animation-name: logoanim;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    transition: all ease 0.5s;

}

@keyframes logoanim {
    0% {
        transform: translate(0, -100px) scale(1)
    }
    100% {
        transform: translate(0, -18px) scale(0.7)
    }
}

.remove-pad {
    padding: 0 20px !important;
}

.sticky-header {
    position: fixed !important;
    background: rgba(250, 250, 250, 0.9) !important;
    box-shadow: none !important;
    border-bottom: 1px solid #e4e4e4 !important;
}

/*STICKY HEADER*/
/*THUMB NAV*/
.thumb-nav {
    position: absolute;
    top: 0;
    width: 100%;
}

.thumb {
    position: absolute;
    font-size: 40px;
    top: 60px;
}

.right-thumb {
    right: 0;
    left: auto;
}

.left-thumb {
    left: 0;
    right: auto;
}

/*THUMB NAV*/
body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif !important;
    background: #fafafa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif !important;
}

a {
    color: #000;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    padding: 7px 20px;
}

.navbar-nav > li {
    margin-left: 16px;
}

.navbar-nav > li:first-child {
    margin-left: 0;
}

.navbar-nav > li a:hover + .bar:before, .navbar-nav > li a:hover + .bar:after {
    width: 50%;
}

.navbar-nav > li:nth-child(5) a:focus {
    border: none !important;
}

.navbar-nav > li.active a + .bar:before, .navbar-nav > li.active a + .bar:after {
    width: 50%;
}

.navbar-nav > li.active a {
    background: none !important;
}

.navbar-inverse {
    background: none;
    border-radius: 0;
    border: 0;
    width: 100%;
    position: absolute;
    z-index: 8000;
    color: #fff;
    -webkit-box-shadow: inset 0px 103px 38px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 103px 38px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 103px 38px 0px rgba(0, 0, 0, 0.75);
    transition: all ease 0.5s;
}

.navbar-inverse .navbar-nav li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.3s;
}

.navbar-inverse .navbar-nav li.head_social a:first-child:hover {
    color: #3b5998 !important;
    border-bottom: none !important;
}

.navbar-inverse .navbar-nav li.head_social a:nth-child(2):hover {
    color: #00bbf4 !important;
    border-bottom: none !important;
}

.navbar-inverse .navbar-nav li.head_social a:nth-child(3):hover {
    color: #096aff !important;
    border-bottom: none !important;
}

.navbar-inverse .navbar-nav li.head_social a:last-child:hover {
    color: #c32f2b !important;
    border-bottom: none !important;
}

.navbar-inverse .navbar-nav li.dropdown .dropdown-menu a {
    color: #fff;
    background: #f73a4c !important;
}

.navbar-inverse .navbar-nav li.dropdown .dropdown-menu .active a, .navbar-inverse .navbar-nav li.dropdown .dropdown-menu a:hover {
    background: #b7202b !important;
}

.navbar-nav {
    padding: 35px 5px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: #f73a4c;
    background: transparent !important;
}

.head_social {
    display: flex !important;
}

.head_social a {
    background: none !important;
    padding: 10px 8px !important;
}

.head_social a i {
    font-size: 25px;
}

.banner_bg1 {
    position: relative;
    min-height: 732px;
    padding-top: 250px;
}

.banner_text {
    text-align: center;
    color: white;
}

.banner_text h1 {
    font-size: 48px;
    text-shadow: 1px 2px 2px #272727;
    font-weight: 600;
}

.banner_text p {
    font-size: 18px;
    text-shadow: 0px 2px 2px #000;
    line-height: 22px;
}

.movie_img img {
    height: 220px;
}

.banner_text button, .banner_text a {
    border: 2px solid #fff;
    padding: 18px 35px;
    text-align: center;
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.55);
    box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.55);
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 16px;
    color: white;
    background: #f73a4c;
    margin-right: 5px;
    transition: all ease 0.3s;
}

.banner_text button:hover, .banner_text a:hover {
    background: #c10b1c;
    color: white;
    text-decoration: none;
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.55);
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.55);
}

.watch_trailer_link {
    padding: 18px 35px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 16px;
    color: white;
    background: #f73a4c;
    margin-right: 5px;
    background: none;
    border: 2px solid #fff;
}

.box_shadow_container {
    box-shadow: 0px 1px 20px #b9b9b9;
}

.hide-bullets {
    list-style: none;
    position: absolute;
    bottom: -74px;
    text-align: center;
    padding-left: 0;
}

.hide-bullets .col-sm-2 {
    padding: 0;
    display: inline-block;
    margin: -5px -2px;
}

.hide-bullets .thumbnail {
    height: 100px;
    border: none;
    padding: 0;
    margin-bottom: 0;
}

.thumbnail img {
    width: 100%;
    height: 100%;
}

.lightgrey_bg {
    background: #fafafa;
}

.visit_time_sec {
    background: white;
    width: 100%;
    box-shadow: 0px 5px 10px #e2dede;
}

.main_heading {
    color: #c50505;
    font-size: 28px;
    font-weight: bold;
}

.main_heading span {
    color: #000;
    font-weight: 400;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
    border-bottom: 4px solid #ffcc33
}

.movie_sec .main_heading {
    padding: 0 22px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li > a {
    border: none;
    border-bottom: 4px solid #ffcc33;
    margin-right: 5px;
    font-size: 12px;
    padding-left: 7px;
    line-height: 14px;
}

.nav-tabs > li > a:hover {
    background: none;
    border-color: #c50505;
    color: #000;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
    background: none;
    border-color: #c50505;
    color: #000;
}

.nav-tabs > li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #acacac;
    color: #acacac;
    line-height: 10px;
    font-size: 10px;
    position: relative;
    left: 15px;
}

.movie_sec {
    padding-top: 30px;
}

.movie_sec h2 {
    margin-bottom: 20px;
}

/*.movie_img{
    float: left;
}*/
.movie_description {
    height: 220px;
}

.movie_description h3 {
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.movie_description h1 {
    margin-top: 0;
    color: #c50505;
    font-weight: 700;
    margin-bottom: 0;
}

.movie_description h1 i {
    color: #ffcc33;
    margin-right: 5px;
    font-size: 22px;
}

.movie_description h1 span {
    font-size: 16px;
    color: #000;
}

.movie_description span.digital {
    background: #c50505;
    border-radius: 50px;
    color: white;
    padding: 2px 15px;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

.movie_description p {
    font-size: 16px;
    color: #4b4b4b;
    margin-bottom: 4px;
    line-height: 15px;
}

.movie_description p i {
    font-size: 22px;
    margin-right: 5px;
    color: #808080;
}

.showing_theater {
    padding: 15px 20px;
}

.gretBG {
    background: #f1f1f1;
    padding-bottom: 60px;
}

.site_in_city h4 {
    font-size: 20px;
    color: #c50505;
    border-bottom: 2px solid #d2d2d2;
    font-weight: 600;
    line-height: 1.5em;
}

.site_in_city span {
    color: #4b4b4b;
    font-size: 20px;
}

.site_in_city span sub {
    vertical-align: super;
    top: 6px;
}

.event_description {

}

.event_description p {
    color: #4b4b4b;
    margin-bottom: 5px;
}

.event_description p i {
    color: #9b9b9b;
}

.event_description h5 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 0;
}

.event_description a {
    display: inline-block;
    margin-top: 0px;
    font-size: 14px;
    color: #c50505;
    border-bottom: 2px solid #f19191;
    line-height: 15px;
}

.latest_prom {
    padding: 0 20px;
}

.news_event {
    padding: 0 20px;
    background: #fafafa;
}

.nav-tabs > li span i {
    line-height: 20px;
    font-size: 10px;
}

#owl-demo_4 .owl-wrapper-outer .owl-wrapper .owl-item {
    width: 197px !important;
}

.owl-theme .owl-controls .owl-page span {
    background: #c50505;
    border: 2px solid #c50505;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #c50505;
}

#owl-demo_3 .owl-pagination {
    margin-top: 0;
    top: -28px;
}

.owl-pagination {
    position: absolute;
    top: -45px;
    right: 20px;
}

.owl-theme .owl-controls .owl-page span {
    height: 15px;
    width: 15px;
}

.events #owl-demo_2 .owl-pagination {
    margin-top: 17px;
}

#owl-demo_2.owl-theme .owl-controls .owl-page.active span,
#owl-demo_2.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #c50505;
    border: none;
}

#owl-demo_2.owl-theme .owl-controls .owl-page span {
    border: 2px solid #c50505;
}

/*****************SCHDEULE CSS END****************/

.mrg_tp_30 {
    margin-top: 30px;
}

.mrg_btm_30 {
    margin-bottom: 30px;
}

.mrg_tp_60 {
    margin-top: 60px;
}

footer {
    background: #0c0000;
    padding-top: 30px;
    margin-top: 30px;
}

.footer_section {
    padding: 0 20px;
}

footer p {
    font-size: 16px;
    color: #fff5f5;
    margin-bottom: 5px;
}

.footer_sec p.footer_head {
    margin-bottom: 25px;
    margin-top: 0;
}

footer .footer_head {
    font-size: 26px;
    color: #fff;
}

footer .footer_head span {
    font-size: 26px;
    font-weight: bold;
}

.footer_sec .form-group input {
    border-radius: 0 !important;
    height: 35px !important;
    margin-bottom: 10px;
    border: 1px solid #808080;
    box-shadow: none;

}

.footer_sec button {
    border: 1px solid #fff;
    padding: 10px 20px;
    background: none;
    outline: none !important;
    background: #808080 !important;
    border-radius: 50px;
    color: white;
    font-size: 15px;
    width: 115px;
    transition: all 0.3s;
}

.footer_sec button:hover {
    background: none;
    color: #3e0a0a;
    border: 1px solid #808080;
}

.footer_sec h6 {
    font-size: 13px;
    color: #4b4b4b;
    margin-top: 10px;
}

.footer_address_sec i {
    width: 7%;
    display: inline-block;
    color: #27c2d9;
}

.footer_address_sec span {
    width: 90%;
    display: inline-block;
    vertical-align: top;
}

footer .navigation a {
    text-transform: uppercase;
    color: #808080;
    display: block;
    font-size: 16px;
    font-weight: 400;
}

footer .navigation a img {
    margin-right: 4px;
}

.footer_heading {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

footer .follow_us a {
    display: block;
    font-size: 16px;
    color: #808080;
    margin-bottom: 7px;
    text-decoration: none;
}

footer .follow_us a:nth-of-type(2) span {
    margin-left: 15px;
}

footer .follow_us a span {
    margin-left: 25px;
}

footer .follow_us a i {
    font-size: 22px;
    vertical-align: middle;
}

footer .follow_us a i.fa-facebook {
    color: #3a589b;
}

footer .follow_us a i.fa-twitter {
    color: #55acee;
}

footer .follow_us a i.fa-youtube {
    color: #c02929;
}

footer .download_app {
    text-align: left;
    margin-top: 40px;
}

footer .download_app a {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 10px;
}

.bottom_bar p {
    margin-bottom: 0;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    background: #0c0000;
    text-transform: capitalize;
    font-weight: 400;
    color: #777575;
    border-top: 1px solid;
}

.bottom_bar p a {
    color: #337ab7;

}

.our_sponser {
    text-align: center;
    margin: 50px 0 30px 0
}

.our_sponser p {
    border-bottom: 1px dotted #868686;
    padding-bottom: 20px;
    width: 250px;
    margin: auto;
}

.brand_logo {
    margin-top: 30px;
}

.brand_logo img {
    width: 80%;
}

#owl-demo_4 .owl-pagination {
    display: none;
}

.latest_news {
    background: #1dbfd7;
    padding: 30px 0;
}

.latest_news h1 {
    color: white;
    font-size: 28px;
    margin: 0;
}

.latest_news .form-group {
    margin-bottom: 0;
}

.latest_news input {
    border: none;
    border-radius: 50px;
    height: 45px;
}

.latest_news .input-group span {
    padding: 0;
    border: 0;
    background: none;
    position: relative;
    z-index: 999;
    left: -40px;
}

.latest_news .input-group button {
    padding: 8px 40px;
    background: #e63c3c;
    color: white;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 400;
}

.cus_active {
    transform: scale(1.4);
    position: relative;
    z-index: 9999;
    transform-origin: bottom;
    transition: all 0.3s;
}

.hide-bullets li:hover {
    transform: scale(1.4);
    position: relative;
    z-index: 9999;
    transform-origin: bottom;
    transition: all 0.3s;
}

/**************MEDIA QURIES********************/

@media (max-width: 1199px) {
    .nav > li > a {
        font-size: 15px !important;
    }

    .navbar-nav {
        padding: 0px 0px 35px 140px;
    }

    .navbar-nav > li {
        margin-left: 15px;
    }

    .navbar-inverse .navbar-nav li:last-child {
        margin-left: 0;
    }
}

@media (max-width: 1024px) {
    .head_social a {
        padding: 8px 3px !important;
    }

    .head_social a i {
        font-size: 18px;
    }

    #owl-demo_2 .owl-item {
        margin-right: 10px;
    }

    #owl-demo_2 .owl-item .item img {
        width: 100% !important;
    }

    .latest_news .input-group input {
        width: 105%;
    }

    .latest_news .input-group {
        margin-top: 15px;
    }

    .visit_time_sec .choose_ticket h5 {
        font-size: 16px;
    }

    .visit_time_sec .membership h5 {
        font-size: 16px;
    }

    .visit_time_sec .today_visit h3 {
        font-size: 20px;
    }

    .visit_time_sec .today_visit h4 {
        font-size: 16px;
    }

    .visit_time_sec .today_visit p {
        font-size: 16px;
    }

    .de_tab.tab_style_4 .de_nav li {
        min-width: 120px;
        border-right: none;
    }

    .nav > li > a {
        padding: 9px 7px;
    }

    .navbar-nav {
        float: none;
        padding-left: 115px;
    }

    .navbar-brand {
        height: 20px;
        padding-top: 5px;
    }

    .navbar-brand {
        width: 70%;
    }

    .navbar-brand img {
        width: 100%;
    }

    .collapse.navbar-collapse {
        padding: 0;
    }

    .navbar-inverse .navbar-nav li:last-child a {
        padding: 7px 10px;
    }

    .navbar {
        min-height: 85px;
    }

    .navbar-nav {
        padding: 20px 0px 20px 90px;
    }

    .navbar-nav > li {
        margin-left: 4px;
    }
}

@media (max-width: 1024px) {
    .latest_news .input-group span {
        left: 0 !important;
    }
}

@media (max-width: 991px) {
    .latest_news .input-group span {
        left: 0 !important;
    }

    .latest_news .input-group .form-control {
        width: 115%;
    }
}

@media (max-width: 767px) {
    .sticky-header .navbar-collapse {
        background: rgba(255, 255, 255, 0.4);
    }

    .navbar-collapse {
        background: rgba(0, 0, 0, 0.6);
    }

    .navbar-inverse .navbar-toggle {
        border-color: #fff;
        background: #000000;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar {
        background: #000000 !important;
    }

    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #000 !important;
    }

    .head_social {
        display: none !important;
    }

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
    }

    .calendar table {
        border: none !important;
    }

    .get_ticket_box img {
        margin-top: 0
    }

    .get_ticket_box {
        margin-bottom: 40px;
    }

    .visit_time_sec {
        text-align: center;
        padding-bottom: 20px;
    }

    .schedule-item .sc-info h3 {
        font-size: 18px;
    }

    .schedule-item .sc-time {
        width: 100%;
        padding-bottom: 20px;
        float: none;
    }

    .schedule-item .sc-name {
        padding-top: 5px;
    }

    .schedule-item .sc-info {
        float: none;
        display: block;
        width: 100%;
        clear: both;
        padding-top: 30px;
    }

    .de_tab.tab_style_4 .de_nav li:first-child,
    .de_tab.tab_style_4 .de_nav li:last-child {
        /* border-radius: 0; */
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .de_tab.tab_style_4 .de_nav {
        /* border-radius: 0; */
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .dolphin_img img {
        margin-top: 0;
    }

    .navbar-brand {
        width: auto;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav {
        padding-left: 20px;
    }

    .navbar-collapse {
        margin-top: 50px;
        padding-left: 7px !important;
    }

    .navbar {
        min-height: 100px;
    }

    .navbar-toggle {
        margin-top: 40px;
        margin-right: 20px;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #101010;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #fff;
        color: black;
    }

    .de_tab .de_nav li {
        width: 100%;
    }

}

@media (max-width: 785px) {
    #owl-demo .owl-pagination .owl-page:last-child {
        display: none;
    }

    #owl-demo .owl-pagination .owl-page:nth-child(7) {
        display: none;
    }

    #owl-demo .owl-pagination .owl-page:nth-child(6) {
        display: none;
    }

    #owl-demo .owl-pagination .owl-page:nth-child(5) {
        display: none;
    }

    #owl-demo .owl-pagination .owl-page:nth-child(4) {
        display: none;
    }

    #owl-demo .owl-pagination .owl-page:last-child {
        display: none;
    }
}

@media (max-width: 763px) {
    #owl-demo_2 .owl-pagination {
        display: none;
    }

    #owl-demo_dine_in .owl-pagination {
        display: none;
    }

    #owl-demo_3 .owl-pagination {
        display: none;
    }

}

@media (max-width: 684px) {
    .mrg_tp_60 {
        margin-top: 20px;
    }

    .customer_experience h2 {
        line-height: 1;
    }

    .customer_experience {
        padding-top: 45px;
    }

    .owl-pagination {
        margin-top: 0;
    }

    .customer_experience .col-md-6 p {
        border-bottom: none;
        width: 100%;
        padding: 0;
        line-height: 32px;
        position: relative;
        margin-bottom: 20px;
    }

    .customer_experience .col-md-6 p:before {
        display: none;
    }
}

#owl-demo .owl-item, #owl-demo_3 .owl-item {
    padding: 0 10px;
}

@media (max-width: 500px) {
    #owl-demo .owl-item {
        padding: 0;
    }
}

@media (max-width: 570px) {
    .showing_theater .nav.nav-tabs li {
        width: 100%;
    }

    .showing_theater .nav.nav-tabs li a {
        margin-right: 0;
    }

    .showing_theater .nav-tabs > li span {
        float: right;
        margin-right: 7px;
    }
}

@media (max-width: 496px) {
    .banner_bg1 {
        padding-top: 175px;
    }

    footer .download_app a {
        width: 49%;
        margin-right: 0;
    }

    footer .download_app a img {
        width: 100%;
    }

    #owl-demo .owl-item .item img {
        width: 100%;
    }

    #owl-demo .owl-pagination .owl-page {
        display: none;
    }

    #owl-demo_2 .owl-pagination {
        top: -105px;
    }

    #owl-demo_2 .owl-pagination .owl-page:nth-child(3) {
        display: none;
    }

    #owl-demo_2 .owl-pagination .owl-page:nth-child(7) {
        display: none;
    }

    #owl-demo_2 .owl-pagination .owl-page:nth-child(6) {
        display: none;
    }

    #owl-demo_2 .owl-pagination .owl-page:nth-child(5) {
        display: none;
    }

    #owl-demo_2 .owl-pagination .owl-page:nth-child(4) {
        display: none;
    }

    #owl-demo_2 .owl-pagination .owl-page:last-child {
        display: none;
    }

    #owl-demo_3 .owl-pagination .owl-page:nth-child(3) {
        display: none;
    }

    #owl-demo_3 .owl-pagination .owl-page:nth-child(4) {
        display: none;
    }

    #owl-demo_3 .owl-pagination .owl-page:nth-child(5) {
        display: none;
    }

    #owl-demo_3 .owl-pagination .owl-page:nth-child(6) {
        display: none;
    }

    #owl-demo_3 .owl-pagination .owl-page:nth-child(7) {
        display: none;
    }

    #owl-demo_3 .owl-pagination .owl-page:nth-child(8) {
        display: none;
    }

    #owl-demo_3 .owl-pagination .owl-page:nth-child(9) {
        display: none;
    }

    #owl-demo_3 .owl-pagination .owl-page:nth-child(10) {
        display: none;
    }

    #owl-demo_3 .owl-pagination .owl-page:nth-child(11) {
        display: none;
    }

    #owl-demo_3 .owl-pagination .owl-page:nth-child(12) {
        display: none;
    }

    #owl-demo_3 .owl-pagination .owl-page:nth-child(13) {
        display: none;
    }

    #owl-demo_3 .owl-pagination .owl-page:nth-child(14) {
        display: none;
    }

    #owl-demo_3 .owl-pagination .owl-page:nth-child(15) {
        display: none;
    }

    #owl-demo_3 .owl-pagination .owl-page:last-child {
        display: none;
    }
}

@media (max-width: 415px) {
    .banner_text button {
        font-size: 7px;
    }

    .banner_text a {
        font-size: 7px;
    }
}

@media (max-width: 390px) {
    .latest_prom .nav-tabs > li > a {
        margin-right: 10px;
    }

    .main_heading {
        font-size: 22px;
    }

    .brand_logo img {
        margin: 20px 100px;
    }

    .navigation {
        float: none !important;
    }

    .follow_us {
        float: none !important;
    }
}

@media (max-width: 320px) {
    .banner_bg1 {
        padding-top: 175px;
    }

    .ad_div {
        padding: 10px 30px;
    }

    .sm-ad-img {
        height: 175px;
        width: 215px;
    }
}

.calendar header {
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

h3 {
    font-size: 30px;
}

.calendar .btn-prev,
.calendar .btn-next {
    top: 0;
    line-height: 28px;
    font-size: 24px;
    position: absolute;
    color: #323232;
    cursor: pointer;
}

.item_1 h4 {
    font-size: 24px;
    font-weight: bold;
}

.calendar .btn-prev {
    left: 2px;
}

.calendar .btn-next {
    right: 5px;
}

.calendar table {
    width: 100%;
    margin-top: 40px;
}

.calendar thead {
    font-weight: 700;
    text-transform: uppercase;
}

.calendar td {
    padding: 15px 5px;
    font-size: 18px;
    text-align: center;
}

.calendar .current-day {
    color: #f6f8f8;
    position: relative;
}

.calendar tbody td:hover {
    cursor: pointer;
    color: #3cbeee;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

td.current-day:after {
    content: '';
    display: block;
    width: 32px !important;
    height: 32px !important;
    background: #3cbeee;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 50%;
    z-index: -1;
}

@media (max-width: 350px) {
    #owl-demo_2 .owl-pagination {
        right: -10px;
    }
}

#owl-demo_2.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item img {
    width: 100%;
}

#owl-demo_dine_in.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item img {
    width: 100%;
}

#owl-demo_3.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item img {
    width: 100%;
}

.slider_control .glyphicon {
    font-family: "FontAwesome";
}

.slider_control .glyphicon-chevron-left:before {
    content: "\f053" !important;
}

.slider_control .glyphicon-chevron-right:before {
    content: "\f054" !important;
}

.dropdown-menu {
    padding: 0px;
}

.js-remove-number {
    padding: 10px !important;
}

.nav > li:nth-child(6) > a:hover, .nav > li:nth-child(6) > a:focus {
    border-bottom: none !important;
}

/*------------------------------------------------------------------------------HOME PAGE ANIMATION PLUS ALL CSS FOR HOMEPAGE-------------------------------------------------------*/

/*Animation*/

.jelly-anim {
    -webkit-animation: jellyanim 2000ms linear infinite both;
    animation: jellyanim 2000ms linear infinite both;
}

@-webkit-keyframes jellyanim {
    0% {
        -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    3.4% {
        -webkit-transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    4.7% {
        -webkit-transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    6.81% {
        -webkit-transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    9.41% {
        -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    10.21% {
        -webkit-transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    13.61% {
        -webkit-transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    14.11% {
        -webkit-transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    17.52% {
        -webkit-transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    18.72% {
        -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    21.32% {
        -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    24.32% {
        -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    25.23% {
        -webkit-transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    29.03% {
        -webkit-transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    29.93% {
        -webkit-transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    35.54% {
        -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    36.74% {
        -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    41.04% {
        -webkit-transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    44.44% {
        -webkit-transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    52.15% {
        -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    59.86% {
        -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    63.26% {
        -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    75.28% {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    85.49% {
        -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    90.69% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes jellyanim {
    0% {
        -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    3.4% {
        -webkit-transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    4.7% {
        -webkit-transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    6.81% {
        -webkit-transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    9.41% {
        -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    10.21% {
        -webkit-transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    13.61% {
        -webkit-transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    14.11% {
        -webkit-transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    17.52% {
        -webkit-transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    18.72% {
        -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    21.32% {
        -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    24.32% {
        -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    25.23% {
        -webkit-transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    29.03% {
        -webkit-transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    29.93% {
        -webkit-transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    35.54% {
        -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    36.74% {
        -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    41.04% {
        -webkit-transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    44.44% {
        -webkit-transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    52.15% {
        -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    59.86% {
        -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    63.26% {
        -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    75.28% {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    85.49% {
        -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    90.69% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

/*Animation*/

/*---------------------------------------------------------------------------------------Spin Animation---------------------------------------------------------------------------------------------------------*/
.spin-anim {
    -webkit-animation: spinanim 2000ms linear infinite both;
    animation: spinanim 2000ms linear infinite both;
}

@-webkit-keyframes spinanim {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    3.2% {
        -webkit-transform: matrix3d(0.763, 0.652, 0, 0, -0.501, 0.871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.763, 0.652, 0, 0, -0.501, 0.871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    4.3% {
        -webkit-transform: matrix3d(0.614, 0.797, 0, 0, -0.649, 0.768, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.614, 0.797, 0, 0, -0.649, 0.768, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    6.41% {
        -webkit-transform: matrix3d(0.325, 0.953, 0, 0, -0.853, 0.534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.325, 0.953, 0, 0, -0.853, 0.534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    8.61% {
        -webkit-transform: matrix3d(0.083, 1.002, 0, 0, -0.961, 0.296, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.083, 1.002, 0, 0, -0.961, 0.296, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    12.71% {
        -webkit-transform: matrix3d(-0.149, 0.992, 0, 0, -1.003, -0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(-0.149, 0.992, 0, 0, -1.003, -0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    12.91% {
        -webkit-transform: matrix3d(-0.154, 0.991, 0, 0, -1.003, -0.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(-0.154, 0.991, 0, 0, -1.003, -0.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    17.22% {
        -webkit-transform: matrix3d(-0.181, 0.984, 0, 0, -0.994, -0.111, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(-0.181, 0.984, 0, 0, -0.994, -0.111, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    18.92% {
        -webkit-transform: matrix3d(-0.163, 0.987, 0, 0, -0.994, -0.116, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(-0.163, 0.987, 0, 0, -0.994, -0.116, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    25.23% {
        -webkit-transform: matrix3d(-0.066, 0.998, 0, 0, -0.998, -0.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(-0.066, 0.998, 0, 0, -0.998, -0.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    28.33% {
        -webkit-transform: matrix3d(-0.028, 1, 0, 0, -0.999, -0.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(-0.028, 1, 0, 0, -0.999, -0.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    31.43% {
        -webkit-transform: matrix3d(-0.004, 1, 0, 0, -1, -0.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(-0.004, 1, 0, 0, -1, -0.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    39.44% {
        -webkit-transform: matrix3d(0.013, 1, 0, 0, -1, 0.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.013, 1, 0, 0, -1, 0.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    56.46% {
        -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    61.66% {
        -webkit-transform: matrix3d(-0.001, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(-0.001, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    81.48% {
        -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    83.98% {
        -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes spinanim {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    3.2% {
        -webkit-transform: matrix3d(0.763, 0.652, 0, 0, -0.501, 0.871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.763, 0.652, 0, 0, -0.501, 0.871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    4.3% {
        -webkit-transform: matrix3d(0.614, 0.797, 0, 0, -0.649, 0.768, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.614, 0.797, 0, 0, -0.649, 0.768, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    6.41% {
        -webkit-transform: matrix3d(0.325, 0.953, 0, 0, -0.853, 0.534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.325, 0.953, 0, 0, -0.853, 0.534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    8.61% {
        -webkit-transform: matrix3d(0.083, 1.002, 0, 0, -0.961, 0.296, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.083, 1.002, 0, 0, -0.961, 0.296, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    12.71% {
        -webkit-transform: matrix3d(-0.149, 0.992, 0, 0, -1.003, -0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(-0.149, 0.992, 0, 0, -1.003, -0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    12.91% {
        -webkit-transform: matrix3d(-0.154, 0.991, 0, 0, -1.003, -0.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(-0.154, 0.991, 0, 0, -1.003, -0.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    17.22% {
        -webkit-transform: matrix3d(-0.181, 0.984, 0, 0, -0.994, -0.111, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(-0.181, 0.984, 0, 0, -0.994, -0.111, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    18.92% {
        -webkit-transform: matrix3d(-0.163, 0.987, 0, 0, -0.994, -0.116, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(-0.163, 0.987, 0, 0, -0.994, -0.116, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    25.23% {
        -webkit-transform: matrix3d(-0.066, 0.998, 0, 0, -0.998, -0.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(-0.066, 0.998, 0, 0, -0.998, -0.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    28.33% {
        -webkit-transform: matrix3d(-0.028, 1, 0, 0, -0.999, -0.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(-0.028, 1, 0, 0, -0.999, -0.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    31.43% {
        -webkit-transform: matrix3d(-0.004, 1, 0, 0, -1, -0.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(-0.004, 1, 0, 0, -1, -0.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    39.44% {
        -webkit-transform: matrix3d(0.013, 1, 0, 0, -1, 0.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.013, 1, 0, 0, -1, 0.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    56.46% {
        -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    61.66% {
        -webkit-transform: matrix3d(-0.001, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(-0.001, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    81.48% {
        -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    83.98% {
        -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

/*---------------------------------------------------------------------------------------Spin Animation---------------------------------------------------------------------------------------------------------*/

#no-more-tables table thead tr th:last-child {
    text-align: center;
}

#no-more-tables .fa.fa-calendar, #no-more-tables .fa.fa-calendar-check-o {
    color: #1fd2fd;
}

#no-more-tables .fa.fa-clock-o {
    color: #00f94f;
    font-size: 20px;
}

#no-more-tables .fa.fa-film {
    color: #fffa13;
}

.bottom_bar span a {
    color: #9e0007;
    text-decoration: none;
}

.bottom_bar span a:hover {
    color: #ff8f94;
}

.bottom_bar p a:hover {
    color: #5DBCD2;
}

#owl-demo .item {
    position: relative;
    overflow: hidden;
}

#owl-demo .item img {
    width: 100%;
    transition: all ease 0.6s;
}

#owl-demo .item:hover .upcoming-img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

#owl-demo .item:hover .hover-upcoming-trailer {
    background: rgba(0, 0, 0, 0.5);
}

#owl-demo .item:hover .hover-upcoming-trailer + a {
    transform: translate(0);
    display: block;
}

.hover-upcoming-trailer {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    transition: all ease 0.6s;
}

.hover-upcoming-trailer + a:hover {
    color: #fff;
}

.hover-upcoming-trailer + a {
    color: #ff1e28;
    left: 50%;
    top: 50%;
    position: absolute;
    font-size: 51px;
    margin-top: -36px;
    margin-left: -25px;
    display: none;
    transition: all ease 0.6s;
}

@media (max-width: 600px) {
    .hover-upcoming-trailer + a {
        color: #ff1e28;
        left: 50%;
        top: 50%;
        position: absolute;
        font-size: 51px;
        margin-top: -36px;
        margin-left: -25px;
        display: block;
        transition: all ease 0.6s;
    }
}

.hover-upcoming-trailer + a:focus {
    outline-color: rgba(0, 0, 0, 0);
}

@media (max-width: 768px) {
    .navbar-nav {

    }

    /*.week-sch-modal > div{*/
    /*display: flex;*/
    /*padding: 0 15px;*/
    /*}*/
}

@media (max-width: 580px) {
    .ad_div {
        padding: 15px 20px;
    }

    .lg-ad-img {
        visibility: hidden !important;
        display: none !important;
    }

    .sm-ad-img {
        visibility: visible !important;
        display: block !important;
        height: 250px;
        width: 300px;
    }

}

@media (max-width: 475px) {
    a.all-theater-tab.tab_li_aw {
        visibility: hidden !important;
        display: none !important;
    }
}

@media (max-width: 360px) {
    .ad_div {
        padding: 10px 20px;
    }

    .sm-ad-img {
        height: 215px;
        width: 275px;
    }

    .table-condensed {
        border-spacing: 0px 15px;
    }
}

.movie-times span {
    border-right: 2px solid #ffcc33;
    padding: 3px;
}

.movie-times span:last-child {
    border-right: none;
}

.card ul li.active a {
    border-bottom: 4px solid #838ace !important;
}

.fancybox img {
    object-fit: cover;
}

#myAlbum {
    text-align: center;
}

.titlepick img {
    object-fit: cover;
}

.thumbs-scale-hover a img {
    transition: all ease 0.3s;
    transform: translate(0, 20px);
    cursor: pointer;
}

.thumbs-scale-hover a img:hover {
    transform: scale(1.2, 1.2);
}

/*#slider-thumbs table td img.active{
    height: 400px !important;
    -webkit-filter: none;
    filter: none;
}*/
#owl-demo_2 img, #owl-demo_dine_in img {
    width: 90% !important;
}

.slick-slide {
    /*text-align: center;*/
}

.titlepick {
    position: relative;
    display: block;
    float: left;
}

.titlepick:hover .overlay-info {
    height: 100%;
}

.slick-list {
    background-color: transparent !important;
}

.slick-dots {
    position: absolute;
    top: 0px;
    text-align: right;
    right: 30px;
    display: block;
}

.slick-dots li button:before {
    font-size: 18px;
    color: #c50505;
}

.slick-dots li.slick-active button:before {
    font-size: 18px;
    color: #c50505;
}

.slick-dots .active {
    background: #c50505;
}

#move-on-hover {
    transition: all ease 0.3s;
    position: relative;
    display: -webkit-inline-flex;
    left: 0;
    width: 100%;
}

/*.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}*/
.navbar .navbar-collapse {
    text-align: center;
}

.thumbs-scale-hover img, .item img {
    object-fit: cover;
}

.fancybox-skin {
    padding: 2px !important;
    background: #f31d26 !important;
}

.fancybox-lock .fancybox-overlay, .modal-open .modal {
    z-index: 8001;
}

.week-sch-modal > div > div {
    background-color: rgba(62, 23, 23, 0.80);
    color: #fff;
    margin-top: 5%;
    border: none;
}

.week-sch-modal > div {
    overflow: auto;
}

.modal-lg-affix {
    width: 100%;
    margin: 0 auto;
    float: none;
    display: block;
    padding: 0 50px;
}

.tabing li {
    background-color: #c50505;
    border-radius: 10px;
    margin: 0 15px 20px 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
    background: none;
    color: #000;
}

.tabing li a {
    background: none;
    border-bottom: 0;
    color: #fff;
    padding: 15px;
    font-size: 20px;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px;
    font-size: 25px;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 10px 25px;
}

.nav-tabs-affix12 > li.active > a, .nav-tabs-affix12 > li.active > a:hover, .nav-tabs-affix12 > li.active > a:focus {
    border: none;
    border-bottom: 0;
    background: transparent;
    color: white;
}

.site_in_city h2 {
    font-size: 20px;
    color: #c50505;
    border-bottom: 2px solid #d2d2d2;
    font-weight: 600;
    padding-bottom: 10px;
}

.titlepick img {
    object-fit: cover;
    width: 100%;
    box-shadow: 5px 5px 5px #cac2c2;
    height: 250px;
}

.bla-bla a b {
    padding-left: 10px;
    font-size: 18px;
    display: flex;
}

.bla-bla {
    display: inline-block;
    width: 48%;
    border: solid 1px #f73a4c;
    padding: 4px;
    margin: 10px;
}

.events-home {
    display: inline-block;
    width: 100%;
    border: solid 1px #f73a4c;
    padding: 4px;
    margin: 10px;
}

div#owl-demo_3 {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .main-content {
        margin-top: 0;
    }
}

.text-number {
    color: #c14a4a;
    font-size: 16px;
}

#trailerModal .modal-body {
    min-height: 350px;
}

#trailerModal .modal-content {
    border: 5px solid #fff;
}

.table-condensed {
    border-collapse: separate;
    border-spacing: 15px 15px;
}

.table-condensed th, .table-condensed td {
    border-right: 2px solid #fff;
}

/*.table-condensed th:last-child, .table-condensed td:last-child{
    border-right: none;
}*/
.table-condensed tr {
    line-height: 30px;
}

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before, .bar:after {
    content: '';
    height: 3px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #f73a4c;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

.bla-bla img {
    object-fit: cover;
    width: 100%;
    height: 290px;
}

#home .owl-item {
    padding: 0 5px;
}

/*------------------------------------------------------------------------------HOME PAGE ANIMATION PLUS ALL CSS FOR HOMEPAGE-------------------------------------------------------*/

#carousel-bounding-box .banner_bg1 {
    width: 100%;
    height: auto;
}

#carousel-bounding-box .banner_bg1 .home-slider-image {

    width: 100%;
    z-index: -100;
}

#carousel-bounding-box .carousel-inner {
    height: auto !important;
}

/*
@media(max-width: 991px) {

    #carousel-bounding-box .banner_bg1 {
        width: 100%;
        height: 60%;
    }
    
    #carousel-bounding-box .banner_bg1 .home-slider-image {
    
        width: 100%;
        z-index: -100;
    }
    
    #carousel-bounding-box .carousel-inner {
        height: auto !important;
    }

} */

/*


/* ///////////////LOGO FIX */
.navbar-brand img {
    margin-top: 10px;
}

@media (min-width: 1014px) {
    .navbar-brand img {
        width: 90px;
    }
}

@media (max-width: 800px) {
    .navbar-brand img {
        width: 90px;
    }
}

.footer_sec .pull-left.js-add-number,
.footer_sec .pull-right.js-remove-number {
    width: 100px !important;
}

.home-play-btn {
    fill: #fff;
    transform: translate(-11px, -5px);
    width: 70px !important;

}


/*Carres Page Styling*/
html {
        scroll-behavior: smooth !important;
    }

    .box_shadow_container .col-md-4 .button-container {
        position: relative !important;
        bottom: 0 !important;
        display: inline-block !important;
    }

    .form-horizontal .form-group {
        margin-right: -8px !important;
        margin-left: -8px !important;
    }

    .checkbox-section label {
        font-weight: 400 !important;
    }

    .checkbox-section label span {
        padding-left: 5px !important;
    }

    .referral-div .col-sm-3, .referral-div .col-sm-2,  .referral-div .col-sm-1 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    input[type="date"].form-control {
        line-height: 22px !important;
    }

    .question-text {
        font-size: 13px !important;
    }

    .education-header {
        font-size: 13px !important;
    }
