﻿::selection {
    background: #394750;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #394750;
    color: #fff;
    text-shadow: none;
}

::-moz-placeholder {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

::-web-placeholder {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    *:before, *:after {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #050505;
    line-height: normal;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    overflow-x: hidden;
}

a {
    outline: none;
    border: 0px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-shadow: none;
}

    a:active, a:hover, a:focus {
        outline: none;
        text-decoration: none;
        color: #007acc;
        box-shadow: none;
        box-shadow: none;
    }

input, button, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
    font-family: 'Open Sans', sans-serif;
    outline: none;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;
    list-style: none;
    letter-spacing: 0px;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 40px;
    color: #171515;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 300;
}

    h2 span {
        color: #ed1c24;
        font-weight: 700;
    }

h3 {
    font-size: 36px;
    color: #171515;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 300;
    border-bottom: 1px solid #df614b;
    padding-bottom: 15px;
}

    h3 span {
        color: #ed1c24;
        font-weight: 700;
    }

h4 {
    font-size: 22px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

sup {
    font-size: 55%;
    top: -0.6em;
}

p {
    line-height: normal;
}

.sits-areawidth img {
    max-width: 100%;
}

.row {
    display: block;
}

    .row:before, .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

    .row:last-child {
        margin-bottom: 0px;
    }

.container {
    width: 1366px;
}


.pullright {
    float: right;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.btn {
    color: #ed1c24;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    border: 1px solid #ed1c24;
    text-transform: uppercase;
    padding: 0px 20px;
}

    .btn:hover {
        background: #ed1c24;
        color: #FFF;
    }

.navbar {
    margin-bottom: 0px;
    border: 0px;
}

.navbar-wrapper {
    background: #f1f1f1;
}

    .navbar-wrapper > .container {
        width: auto;
        padding: 0px;
    }

.navbar-brand {
    height: auto;
    padding: 13px 25px 13px 15px;
    border-right: 1px solid #f1f1f1;
    background: #fff;
}

.navbar-nav > li > a {
    text-align: center;
    color: #525252;
    padding: 15px 19px;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-nav [class^="icon-"], [class*=" icon-"] {
    font-size: 37px;
    display: block;
    margin-bottom: 12px;
}

.nav > li > a:focus, .nav > li > a:hover, .nav > li.active > a {
    background: #f8f8f8;
    color: #ed1c24;
}

.headerright {
    float: right;
    padding: 25px 0px;
}

    .headerright a {
        color: #000000;
        padding: 0px 20px;
        text-transform: uppercase;
        font-weight: 600;
    }

        .headerright a i {
            margin-right: 5px;
            font-size: 16px;
            font-weight: bold;
        }

        .headerright a.btn {
            color: #ed1c24;
            background: #fff;
        }

            .headerright a.btn:hover {
                background: #ed1c24;
                color: #FFF;
            }

.footer {
    border-top: 1px solid #e0e0e0;
    background: #f4f4f4;
}

.footerrow1 {
    background: #fff;
}

.footernav li {
    border-right: 1px solid #e0e0e0;
}

.navbar-nav.footernav [class^="icon-"], [class*=" icon-"] {
    font-size: 46px;
    margin-bottom: 7px;
}

.nav.footernav > li > a:focus, .nav.footernav > li > a:hover, .nav.footernav > li.active > a {
    background: none;
    color: #ed1c24;
}

.footerinfo {
    padding-top: 15px;
}

    .footerinfo .phone, .footerinfo .email {
        display: inline-block;
        vertical-align: top;
        font-size: 17px;
        font-weight: 300;
        line-height: 60px;
        margin-left: 22px;
    }

        .footerinfo .phone a {
            color: #050505;
        }

        .footerinfo .email a {
            color: #000000;
        }

    .footerinfo i {
        width: 60px;
        height: 60px;
        display: inline-block;
        background: url(/Content/image/footericon.png) no-repeat;
        content: "";
        vertical-align: top;
        margin-right: 5px;
    }

        .footerinfo i.iconphone {
            background-position: 0px 0px;
        }

        .footerinfo i.iconemail {
            background-position: 0px -60px;
        }

.footerrow2 {
    padding: 20px 0px;
}

    .footerrow2 .footerlogo, .footerrow2 .linkscopy {
        display: inline-block;
        vertical-align: top;
    }

    .footerrow2 .linkscopy {
        padding: 10px 0px;
        width: calc(100% - 130px);
    }

    .footerrow2 .footerlogo {
        margin-right: 25px;
        width: 90px;
    }

    .footerrow2 .footerlinks {
        margin-bottom: 10px;
    }

.footerlinks li {
    display: inline-block;
    font-weight: 600;
    border-right: 1px solid #4f4f4d;
    padding: 0px 5px;
    margin: 5px 0px;
}

    .footerlinks li a {
        color: #252523;
    }

.copyright span.red {
    color: #f04950;
    font-weight: 800;
}


.sociallinks {
    margin-bottom: 5px;
}

    .sociallinks a {
        font-size: 20px;
        color: #f04950;
        display: inline-block;
        padding: 0px 3px;
    }

.designed span.red {
    color: #f04950;
    font-weight: 800;
}


.contentarea {
}

    .contentarea h2 {
    }

.bannerrow {
    display: flex;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.banner {
    display: inline-block;
    border-right: 1px solid #f1f1f1;
    padding: 0px;
    width: calc(100% - 426px);
}

    .banner .carousel-inner > .item {
        text-align: center;
        height: 600px;
    }

        .banner .carousel-inner > .item > img {
            height: 100%;
            object-fit: fill;
            display: inline-block;
            max-height: 600px;
        }

.bannerright {
    width: 425px;
    float: right;
    background: #f9f9f9;
    max-height: 600px;
}

.bannerrightpt1 {
    position: relative;
    height: calc(100% - 252px);
    overflow-y: auto;
}

.bannerright ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.bannerright li {
    display: flex;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    cursor: pointer;
    font-size: 17px;
    color: #302d2d;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-direction: row;
}

    .bannerright li:hover, .bannerright li.active {
        background: #d9363c;
        color: #fff;
    }

    .bannerright li .playicon {
        width: 110px;
        background: #f1f1f1;
        color: #5f5e5e;
        font-size: 35px;
        text-align: center;
        padding: 11px 0px;
        flex: 0 1 auto;
    }

    .bannerright li:hover .playicon, .bannerright li.active .playicon, .bannerright li:hover .playicon span, .bannerright li.active .playicon span {
        background: #cb272d;
        color: #fff;
    }

    .bannerright li .playicon span {
        display: block;
        font-size: 12px;
        color: #6d6d6d;
        text-transform: uppercase;
    }

    .bannerright li .movietitle {
        padding: 15px 10px 15px 20px;
        flex: 0 1 auto;
        width: calc(100% - 110px);
        text-transform: uppercase;
    }

        .bannerright li .movietitle span {
            display: block;
            font-size: 14px;
            text-transform: inherit;
        }

.banner .carousel-indicators li {
    width: 20px;
    height: 20px;
    margin: 0px 3px;
}

.bannerrightpt2 img {
    display: block;
}

.homerow1, .homerow2, .homerow3, .movierow, .imagesgallery, .staticcontent, .weprovide, .foodbeveragesrow, .downloadticketrow, .onlineticketicon {
    padding: 50px 0px;
}

.homerow1, .homerow3, .movierow, .weprovide, .downloadticketrow {
    background: #f1f1f1;
}

.showingblock {
    background: #ffffff;
    padding: 15px;
    display: flex;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.moviephoto {
    width: 204px;
    margin-right: 15px;
    display: inline-block;
    max-width: 204px;
}

    .moviephoto img {
        max-width: 100%;
    }

.moviedetails {
    width: calc(100% - 204px);
}

    .moviedetails h4 {
        border-bottom: 1px solid #f1f1f1;
        font-size: 20px;
        color: #ed1c24;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

.showimgtime {
    font-size: 14px;
}

    .showimgtime .timebtn {
        color: #000000;
        background: #f0f0f0;
        padding: 8px 8px;
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 2px;
        width: 78px;
    }

.homerow1 .carousel-control {
    width: 70px;
}

    .homerow1 .carousel-control.left {
        background-image: none;
        margin-left: -35px;
    }

        .homerow1 .carousel-control.left img {
            position: absolute;
            top: 50%;
            margin-top: -35px;
            left: 0px;
        }

    .homerow1 .carousel-control.right {
        background-image: none;
        margin-right: -35px;
    }

        .homerow1 .carousel-control.right img {
            position: absolute;
            top: 50%;
            margin-top: -35px;
            right: 0px;
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
        }

.homerow2 .carousel-indicators {
    position: relative;
    width: 190px;
    float: left;
    left: 0px;
    margin-left: 0px;
    padding: 0px 45px;
    z-index: 9;
    top: 0px;
    bottom: inherit;
}

    .homerow2 .carousel-indicators li {
        width: 90px;
        height: 90px;
        display: block;
        margin-bottom: 20px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        border: 0px;
        text-align: center;
        line-height: 90px;
        text-indent: inherit;
    }

        .homerow2 .carousel-indicators li i {
            font-size: 55px;
            color: #000;
            line-height: 90px;
        }

        .homerow2 .carousel-indicators li.active {
            background: #ed1c24;
        }

            .homerow2 .carousel-indicators li.active i {
                color: #fff;
            }

.homerow2 .carousel-inner {
    margin-left: 190px;
    width: calc(100% - 190px);
}

.homerow2 .amenitiesrow {
    display: flex;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}

.amenitiesrow .amenitiesleft {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    margin-right: 15px;
    align-self: flex-start;
}

    .amenitiesrow .amenitiesleft img {
        max-width: 100%;
    }

.amenitiesrow .amenitiesright {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    margin-left: 15px;
    color: #171515;
    text-align: left;
}

    .amenitiesrow .amenitiesright i {
        font-size: 55px;
        color: #bbbaba;
        line-height: normal;
        margin-bottom: 40px;
        display: inline-block;
    }

    .amenitiesrow .amenitiesright h3 {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .amenitiesrow .amenitiesright p {
        line-height: 24px;
    }

    .amenitiesrow .amenitiesright .btn {
        margin-top: 25px;
    }

.homerow3 {
}

    .homerow3 .row, .footerbanner .row {
        margin-left: 0px;
        margin-right: 0px;
    }

        .homerow3 .row [class*="col-lg"], .footerbanner .row [class*="col-lg"] {
            padding: 0px;
        }

.movietickets {
    background: url(/Content/image/movietickets-bg.jpg) no-repeat left top;
    background-size: cover;
    height: 268px;
    font-size: 18px;
    color: #ffffff;
    display: block;
    vertical-align: middle;
    padding: 65px 30px 0px 30px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 10px;
}

    .movietickets span.yellow {
        color: #fff10b;
        font-weight: 700;
    }

    .movietickets span.white {
        color: #fff;
        font-weight: 800;
        font-size: 40px;
        display: block;
    }

    .movietickets .btn {
        border: 2px solid #fff;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 40px;
        margin-top: 20px;
    }

.mobileapp {
    background: url(/Content/image/mobileapp-bg.jpg) no-repeat left top;
    background-size: cover;
    height: 268px;
    font-size: 18px;
    color: #ffffff;
    display: block;
    vertical-align: middle;
    padding: 85px 30px 0px 30px;
    margin-right: 10px;
    margin-left: 10px;
}

    .mobileapp span.white {
        color: #fff;
        font-weight: 800;
        font-size: 34px;
        display: block;
    }

    .mobileapp .availableapps {
        font-size: 14px;
        color: #fff;
        margin-top: 20px;
    }

        .mobileapp .availableapps .appsicon {
            display: block;
            color: #fff;
            font-size: 19px;
            margin-top: 5px;
        }

            .mobileapp .availableapps .appsicon a {
                color: #fff;
            }

.downloadsms {
    background: url(/Content/image/smsbg.png) no-repeat left top;
    background-size: cover;
    height: 170px;
    border: 1px solid #e3c49e;
    font-size: 18px;
    color: #403d3e;
    display: block;
    vertical-align: middle;
    padding: 30px 65px 0px 30px;
    margin-top: 20px;
    margin-right: 10px;
    text-align: right;
}

    .downloadsms span.red {
        color: #ed1c24;
        font-weight: 800;
        font-size: 20px;
    }

.smsblock {
    max-width: 440px;
    text-align: center;
    display: inline-block;
}

.downloadsms .smssubscribe {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #000;
    max-width: 330px;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}

.smssubscribe .subscribe {
    display: block;
}

    .smssubscribe .subscribe input.inputfield {
        display: inline-block;
        width: 65%;
        border: 1px solid #4a4a4a;
        height: 37px;
        line-height: 37px;
        padding: 0px 5px;
        vertical-align: top;
        background: transparent;
        font-style: normal;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
    }

    .smssubscribe .subscribe input.send {
        display: inline-block;
        background: #ed1c24;
        border: 0px;
        border: 1px solid #ed1c24;
        height: 37px;
        line-height: 37px;
        padding: 0px 30px;
        vertical-align: top;
        font-style: normal;
        color: #fff;
        width: 35%;
        margin-left: -5px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
    }

.smssubscribe .agree {
    margin-top: 10px;
}

.footerbanner {
    background: #fff;
    padding: 0px 0px 50px 0px;
}

.innersmsbg {
    background: url(/Content/image/inner-smsbg.jpg) no-repeat left top;
    background-size: cover;
    height: 268px;
    margin-top: 0px;
    font-size: 25px;
    padding: 30px 30px 0px 30px;
    text-align: center;
    margin-left: 10px;
}

    .innersmsbg span.red {
        display: block;
        font-size: 27px;
        font-weight: 800;
    }

    .innersmsbg .smssubscribe {
        margin-top: 30px;
    }

    .innersmsbg .subscribe input.inputfield {
        background: #e9ddcb;
    }

    .innersmsbg .agree {
        margin-top: 20px;
    }

.facebookwidget {
    padding: 40px 20px;
    border: 1px solid #d1cfcf;
    background: #fff;
    margin-left: 10px;
}


.header-banner {
    text-align: center;
    position: relative;
}

    .header-banner:after {
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        left: 0;
        top: 0;
    }

.header-title {
    position: relative;
    z-index: 11;
    padding: 106px 0;
}

    .header-title .title1 {
        font-size: 55px;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        display: block;
    }

    .header-title .title2 {
        font-size: 25px;
        color: #fff;
        font-weight: 300;
    }

.movie {
    background: url(/Content/image/movie.jpg) no-repeat left top;
    background-size: cover;
}

.rewards {
    background: url(/Content/image/reward.jpg) no-repeat left top;
    background-size: cover;
}

.aboutus {
    background: url(/Content/image/aboutus.jpg) no-repeat left top;
    background-size: cover;
}

.foodcourt {
    background: url(/Content/image/foodcourt.jpg) no-repeat left top;
    background-size: cover;
}

.food-beverages {
    background: url(/Content/image/food-beverages.jpg) no-repeat left top;
    background-size: cover;
}

.imagegallery {
    background: url(/Content/image/imagegallery.jpg) no-repeat left top;
    background-size: cover;
}

.downloadticket {
    background: url(/Content/image/downloadticket.jpg) no-repeat left top;
    background-size: cover;
}

.restaurant {
    background: url(/Content/image/restaurant-bg.png) no-repeat left top;
    background-size: cover;
}

.banquet {
    background: url(/Content/image/banquet.jpg) no-repeat left top;
    background-size: cover;
}

.bookseat {
    background: url(/Content/image/bookseat.jpg) no-repeat left top;
    background-size: cover;
}

.cafe {
    background: url(/Content/image/cafe.png) no-repeat left top;
    background-size: cover;
}

.bookseat.header-banner:after {
    display: none;
}


.rewardsrow {
    margin-top: 50px;
    margin-bottom: 50px;
}

.rewardsblock {
    max-width: 640px;
    margin: 0px auto;
    overflow: auto;
}

.rewardstable {
    margin-left: 0;
    width: 100%;
    border: 1px solid #e2e2e2;
}

    .rewardstable th {
        background: #231f20;
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        padding: 10px 25px 10px 25px;
        text-transform: uppercase;
    }

    .rewardstable thead tr {
        height: auto;
    }

    .rewardstable tbody tr:nth-child(odd) {
        background: #fff;
    }

    .rewardstable tbody tr:nth-child(even) {
        background: #f9f9f9;
    }

    .rewardstable tbody tr:hover {
        background: #eeeeee;
    }

    .rewardstable td {
        padding: 10px 25px 10px 25px;
        color: #191919;
        border-right: 1px solid #ececec;
        white-space: nowrap;
    }

    .rewardstable tr td:last-child {
        border-right: 0px solid #ececec;
    }

    .rewardstable tr td a {
        color: #ed1c24;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 16px;
    }

.earned td {
    position: relative;
    padding-left: 75px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    color: #525252;
    font-weight: 600;
    white-space: nowrap;
}

    .earned td i {
        position: absolute;
        left: 20px;
        top: 15px;
        display: inline-block;
        font-size: 48px;
        color: #b1b1b1;
    }

    .earned td span {
        font-size: 13px;
        display: block;
    }


.rewarttable-total td {
    background: #ececec;
    font-size: 16px;
    color: #484444;
    text-transform: uppercase;
    font-weight: 700;
}

    .rewarttable-total td span {
        color: #ed1c24;
        font-weight: 800;
        font-size: 30px;
    }

.staticcontent {
    color: #050505;
}

    .staticcontent p {
        margin-bottom: 25px;
        line-height: 24px;
        font-weight: 600;
    }

    .staticcontent img {
        max-width: 100%;
    }

.weprovide {
    padding: 80px 0px;
}

.weprovideblock {
    max-width: 1150px;
    margin: 0px auto;
}

.weprovide ul {
    display: flex;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    float: none;
    flex-wrap: wrap;
}

    .weprovide ul li {
        float: none;
        flex: 1;
        padding: 0px 12px;
    }

        .weprovide ul li a {
            background: #fff;
            color: #171515;
            font-size: 16px;
            padding: 25px;
            font-weight: 400;
            text-align: center;
        }

.weprovide .navbar-nav [class^="icon-"], [class*=" icon-"] {
    font-size: 55px;
    margin-bottom: 25px;
    display: block;
    margin-right: 0px;
}

.weprovide .nav > li > a:focus, .weprovide .nav > li > a:hover, .weprovide .nav > li.active > a {
    background: #ed1c24;
    color: #fff;
}

.imagesgallery {
    overflow: hidden;
}

    .imagesgallery .bxslider {
        margin-left: 25%;
        margin-right: 25%;
    }

        .imagesgallery .bxslider .slide {
            padding: 0px 15px;
        }

            .imagesgallery .bxslider .slide:before {
                position: absolute;
                left: 15px;
                top: 0px;
                right: 15px;
                bottom: 0px;
                background: rgba(0,0,0,0.7);
                content: "";
            }

        .imagesgallery .bxslider img {
            width: 100%;
            max-width: inherit;
        }

        .imagesgallery .bxslider .slide.active-slide:before {
            background: none;
        }

    .imagesgallery .bx-controls-direction {
    }

        .imagesgallery .bx-controls-direction a {
            width: 92px;
            height: 95px;
            margin-top: -47px;
            position: absolute;
            top: 50%;
            text-indent: -9999px;
            z-index: 9999;
        }

        .imagesgallery .bx-controls-direction .bx-prev:after, .imagesgallery .bx-controls-direction .bx-next:after {
            display: none;
        }

        .imagesgallery .bx-controls-direction .bx-prev {
            background: url(../Content/image/gallery-arrow.png) no-repeat;
            left: 26px;
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

        .imagesgallery .bx-controls-direction .bx-next {
            background: url(../Content/image/gallery-arrow.png) no-repeat;
            right: 26px;
        }

    .imagesgallery .bx-next:hover {
        background-position: 0px 0px;
    }

/*-------------------------------------------------- Login Sign Up Popup ------------------------------------------------------*/
.login-form p {
    position: relative;
}

.input {
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    position: relative;
}

    .input:focus + .underline {
        transform: scale(1);
    }

.underline {
    background-color: #333333;
    display: inline-block;
    height: 2px;
    margin-top: -3px;
    position: absolute;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.modal-backdrop.in {
    opacity: 0.74;
}

.modal-content {
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.5);
    box-shadow: 0 0px 0px rgba(0,0,0,.5);
    border-radius: 0px;
    border: 0px;
}

.modal-body {
    padding: 30px;
}

.singintab {
    margin-bottom: 35px;
    margin-top: 10px;
}

    .singintab .popup-logo {
        display: inline-block;
    }

    .singintab .nav-tabs {
        float: right;
        margin-top: 35px;
        padding: 0px;
    }

    .singintab .nav > li {
        margin-right: 20px;
    }

        .singintab .nav-tabs, .singintab .nav > li > a {
            border: 0px;
            font-size: 36px;
            text-transform: uppercase;
            font-weight: 300;
            color: #d4d4d4;
            padding: 0px 0px 5px 0px;
            border-bottom: solid 3px #FFF;
        }

            .singintab .nav-tabs, .singintab .nav > li > a span {
                color: #fad5d5;
                font-weight: bold;
            }

            .singintab .nav > li > a:hover, .singintab .nav > li.active > a {
                border: 0px;
                background: none;
                color: #171515;
                border-bottom: solid 3px #ed1c24;
            }

                .singintab .nav > li > a:hover span, .singintab .nav > li.active > a span {
                    color: #ed1c24;
                }

.login-form p {
    margin: 0px 0px 15px 0px;
    display: block;
}

    .login-form p input {
        border: 0px;
        border-bottom: solid 1px #adadad;
        font-size: 17px;
        padding: 20px 0px;
        width: 100%;
    }

.remember {
    display: block;
    text-align: right;
    padding-top: 10px;
    margin-bottom: 5px;
}

    .remember label {
        display: inline-block;
        font-weight: normal;
    }

.button-popup {
    display: block;
    text-align: center;
    padding: 40px 0px;
}

    .button-popup button {
        border: solid 1px #ed1c24;
        color: #ed1c24;
        background: #FFF;
        font-weight: bold;
        text-transform: uppercase;
        margin-left: 10px;
        border-radius: 4px;
        padding: 10px 50px;
        display: inline-block;
        font-size: 16px;
        border: solid 1px #ed1c24;
        margin: 10px;
        height: 51px;
    }

        .button-popup button:hover {
            background: #ed1c24;
            color: #FFF;
            border: solid 1px #ed1c24;
        }

.forgot {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

    .forgot a {
        display: inline-block;
        font-size: 17px;
        color: #000;
    }

        .forgot a:hover {
            color: #ed1c24;
        }

.checkbox input[type=checkbox]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

    .checkbox input[type=checkbox]:not(old) + label {
        display: inline-block;
        margin-left: -2em;
        line-height: 1.5em;
        font-weight: 500;
    }

        .checkbox input[type=checkbox]:not(old) + label > span {
            display: inline-block;
            width: 18px;
            height: 18px;
            margin: 0.25em 0.5em 0.25em 0.25em;
            border: 1px solid #c1c1c1;
            border-radius: 2px;
            background: transparent;
            vertical-align: bottom;
        }

    .checkbox input[type=checkbox]:not(old):checked + label > span:before {
        content:'✓';
        display: block;
        width: 15px;
        color: #1d1d1d;
        font-size: 13px;
        line-height: 1.2em;
        text-align: center;
        font-weight: bold;
    }
/*-------------------------------------------------- Login Sign Up Popup end ------------------------------------------------------*/
.login-form p {
    position: relative;
}

.input {
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    position: relative;
}

    .input:focus + .underline {
        transform: scale(1);
    }

.underline {
    background-color: #333333;
    display: inline-block;
    height: 2px;
    margin-top: -3px;
    position: absolute;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.modal-dialog {
    max-width: 645px;
}

.promofix-div {
    margin: 100px auto 30px;
}

.modal-content.promocode {
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.5);
    box-shadow: 0 0px 0px rgba(0,0,0,.5);
    border-radius: 0px;
    border: 0px;
    background: #f5f5f5;
    position: relative;
}

    .modal-content.promocode button.close2 {
        font-size: 33px;
        font-weight: bold;
        text-transform: uppercase;
        color: #FFF;
        background: none;
        border: 0px;
        position: absolute;
        top: -50px;
        left: 50%;
        margin-left: -77px;
        background: url(/Content/image/close.png) top left no-repeat;
        padding-left: 55px;
        line-height: 34px;
        opacity: 0.9;
    }

    .modal-content.promocode button:hover.close2 {
        opacity: 100;
    }

.modal-body {
    padding: 30px;
}

.singintab {
    margin-bottom: 35px;
    margin-top: 10px;
}

    .singintab .popup-logo {
        display: inline-block;
    }


.promo-code {
    float: right;
    border: 0px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0px 0px 5px 0px;
    background: none;
    color: #171515;
    margin-top: 35px;
}

    .promo-code span {
        color: #ed1c24;
        font-weight: bold;
    }

.promo-form {
    padding-top: 20px;
    margin-bottom: 40px;
}

    .promo-form p {
        margin: 0px 0px 15px 0px;
        display: block;
        position: relative;
    }

        .promo-form p input {
            border: 0px;
            border-bottom: solid 1px #adadad;
            font-size: 17px;
            padding: 20px 0px;
            width: 100%;
        }

        .promo-form p a {
            position: absolute;
            top: 0px;
            right: 0px;
            font-weight: bold;
            text-transform: uppercase;
            margin-left: 10px;
            border-radius: 4px;
            padding: 12px 25px;
            display: inline-block;
            font-size: 16px;
            border: solid 1px #ed1c24;
            background: #ed1c24;
            margin-left: 20px;
            height: 51px;
            color: #FFF;
        }

.promodiv {
    background: #FFF;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.04);
    margin-bottom: 25px;
}

    .promodiv:last-child {
        margin-bottom: 0px;
    }

.promo-details {
    display: block;
}

    .promo-details .promo-left {
        float: left;
        width: 130px;
        padding-top: 30px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 24px;
    }

        .promo-details .promo-left span {
            display: block;
            line-height: 48px;
        }

    .promo-details .promo-right {
        margin-left: 130px;
        padding: 15px 15px 25px 15px;
        border-left: solid 1px #e8e8e8;
    }

        .promo-details .promo-right p {
            display: block;
            margin-bottom: 10px;
            line-height: 20px;
        }

            .promo-details .promo-right p.promo-title {
                font-size: 17px;
                font-weight: bold;
                line-height: 25px;
            }

        .promo-details .promo-right a {
            font-weight: bold;
            color: #ed1c24;
            text-decoration: underline;
        }

.promo-apply {
    display: block;
    text-align: center;
}

    .promo-apply a {
        padding: 8px 0px;
        display: block;
        border-top: solid 1px #e8e8e8;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        color: #ed1c24;
    }

        .promo-apply a:hover {
            background: #f7f7f7;
            color: #ed1c24;
        }

.modal-dialog.orderview-div {
    max-width: 1336px;
    margin: 100px auto 30px;
    width: 100%;
}

.order-table {
    margin-bottom: 30px;
}

.orderviewbody {
    display: block;
}

.order-summeryid {
    font-size: 26px;
    color: #484444;
    text-align: center;
    margin-top: -5px;
    margin-bottom: 25px;
}

    .order-summeryid span {
        font-weight: bold;
        color: #484444;
    }

.ordertable-left {
    float: left;
    width: 100%;
    max-width: 621px;
    border: solid 1px #e2e2e2;
    margin-left: 32px;
}

    .ordertable-left:first-child {
        margin-left: 0px;
    }

h1.ticket {
    font-weight: 450;
    color: #525252;
    padding: 20px 0px 20px 60px;
    border-bottom: solid 1px #e2e2e2;
    line-height: 35px;
    min-height: 77px;
}

    h1.ticket i {
        font-size: 40px;
        color: #bbbbbb;
        margin-right: 40px;
        float: left;
    }

.view-table {
    padding: 30px;
    min-height: 450px;
}

    .view-table h2 {
        font-size: 20px;
        color: #ed1c24;
        text-align: left;
        font-weight: bold;
        margin-bottom: 20px;
    }

        .view-table h2 span {
            font-size: 14px;
            color: #b1b1b1;
            display: block;
            padding-bottom: 10px;
            font-weight: normal;
        }

    .view-table table tr td, .view-table table tr th {
        font-size: 14px;
        color: #b1b1b1;
        padding: 10px 5px;
        text-transform: uppercase;
    }

        .view-table table tr td span.inter {
            display: block;
            font-size: 10px;
        }

        .view-table table tr td strong {
            font-weight: bold;
            font-size: 17px;
            color: #484444;
        }

            .view-table table tr td strong img {
                float: left;
                margin-right: 5px;
                margin-top: 7px;
            }

.top-margintable {
    margin-top: 30px;
}

.bottomtable {
    background: #ececec;
    padding: 15px 30px;
}

    .bottomtable div {
        float: left;
    }

        .bottomtable div.width10 {
            width: 10%;
        }

        .bottomtable div.width20 {
            width: 20%;
        }

        .bottomtable div.width30 {
            width: 30%;
        }

        .bottomtable div.width40 {
            width: 40%;
        }

        .bottomtable div.width50 {
            width: 50%;
        }

        .bottomtable div.width60 {
            width: 60%;
        }

        .bottomtable div.width70 {
            width: 70%;
        }

        .bottomtable div.width80 {
            width: 80%;
        }

        .bottomtable div.width90 {
            width: 90%;
        }

        .bottomtable div.width100 {
            width: 100%;
        }

    .bottomtable .total {
        display: inline-block;
        font-weight: bold;
        font-size: 16px;
        color: #484444;
    }

    .bottomtable .tamount {
        display: inline-block;
        font-size: 30px;
        font-weight: bold;
        color: #ed1c24;
        line-height: 22px;
        margin-left: 30%;
    }

.grandtotlediv {
    text-align: center;
    background: url("/Content/image/booking-summary-div.png") center center no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

.grandtotal {
    font-size: 21px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}

.ConcessionSummary {
    font-size: 21px;
    color: #484444;
    font-weight: bold;
    text-transform: uppercase;
}

.grandtotalamount {
    font-size: 70px;
    line-height: 70px;
    color: #ed1c24;
    font-weight: bold;
    text-transform: uppercase;
}

    .grandtotalamount img {
        display: inline-block;
        margin-top: -10px;
    }

.ticketcharge {
    color: #7a7676;
    font-size: 16px;
}
/*---------------------------------------------------------------- Profile page --------------------------------------------------------*/
.profile-dropdown {
    position: relative;
    float: left;
    margin-right: -15px;
}

    .profile-dropdown a img {
        border: solid 2px #e1e1e1;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        float: left;
        margin-top: -5px;
    }

    .profile-dropdown a {
        line-height: 45px;
        position: relative;
    }

        .profile-dropdown a span.profiletitle {
            position: relative;
        }

        .profile-dropdown a span.arrow {
            float: right;
            background: url(/Content/image/arrowtop.png) right 0px no-repeat;
            position: absolute;
            top: 6px;
            right: 0px;
            width: 11px;
            height: 7px;
        }

    .profile-dropdown ul.dropdown-menu {
        top: 73px;
        left: auto;
        background: #ed1c24;
        padding: 0px;
        border-radius: 0px;
        min-width: 250px;
    }

        .profile-dropdown ul.dropdown-menu li {
            display: block;
            border-bottom: solid 1px #ef7478;
        }

            .profile-dropdown ul.dropdown-menu li:last-child {
                border: 0px;
            }

            .profile-dropdown ul.dropdown-menu li a {
                display: block;
                padding: 10px 20px;
                color: #FFF;
                text-transform: none;
            }

                .profile-dropdown ul.dropdown-menu li a:hover {
                    background: #f62b33;
                }

.profile {
    background: url(/Content/image/profile.png) no-repeat left top;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 0;
}

.profilerow {
    margin: 0px 0px 50px 0px;
}

.profile-div {
    display: block;
    text-align: center;
}

    .profile-div .photo {
        display: inline-block;
        border: solid 4px #FFF;
        -webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.16);
        -moz-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.16);
        box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.16);
        border-radius: 50%;
        overflow: hidden;
        margin-top: -40px;
        z-index: 2;
        position: relative;
    }

.profilename {
    font-size: 26px;
    color: #383737;
    font-weight: bold;
    margin: 40px 0px;
}

.profileform {
    display: block;
    text-align: center;
}

.profilefix {
    display: inline-block;
    max-width: 1044px;
    width: 100%;
    margin: 0px auto;
}

    .profilefix div {
        margin: 4px 2px 4px 2px;
    }

.profileform .gender, .profileform .dob, .profileform .contactno, .profileform .email {
    border: solid 1px #e7e7e7;
    width: 100%;
    max-width: 250px;
    padding: 20px 10px;
    display: inline-block;
    box-sizing: border-box;
}

    .profileform .gender .label-title, .profileform .dob .label-title, .profileform .contactno .label-title, .profileform .email .label-title {
        font-size: 14px;
        color: #b1b1b1;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

.editprofile {
    padding: 10px 20px;
}

    .editprofile input {
        border: 1px solid #d7d7d7;
        background: #fff;
        padding: 0px 10px;
        height: 32px;
        line-height: 32px;
    }

.gender label {
    margin: 0px 10px;
    font-size: 17px;
    color: #484444;
}

.date {
    position: relative;
}

    .date input {
        font-size: 17px;
        font-weight: bold;
        color: #484444;
        text-align: center;
        background: url(/Content/image/calender.png) right center no-repeat;
        width: 100%;
    }

.contactno {
    display: block;
}

    .contactno input {
        font-size: 17px;
        font-weight: bold;
        color: #484444;
        text-align: center;
        width: 100%;
        border: 0px;
    }

    .contactno a {
        color: #484444;
    }

.email {
    display: block;
}

    .email input {
        font-size: 17px;
        font-weight: bold;
        color: #484444;
        text-align: center;
        width: 100%;
        border: 0px;
    }

.profile-button {
    margin: 50px 0px 20px 0px;
    display: block;
}

    .profile-button a, .profile-button button {
        font-weight: bold;
        text-transform: uppercase;
        margin-left: 10px;
        border-radius: 4px;
        width: 100%;
        max-width: 280px;
        padding: 10px 0px;
        display: inline-block;
        font-size: 16px;
        border: solid 1px #ed1c24;
        color: #ed1c24;
        margin: 0px 10px;
        height: 51px;
        line-height: 30px;
        text-align: center;
        background: #FFF;
    }

        .profile-button a:hover, .profile-button button:hover {
            background: #ed1c24;
            color: #FFF;
        }

.gray {
    background: #f1f1f1;
    border: 0px !important;
}

    .gray .text {
        font-size: 17px;
        font-weight: bold;
        color: #484444;
        text-align: center;
    }

/*----------------------------------------------- */

.orderhistory {
    max-width: 900px;
    margin: 0px auto;
    overflow: auto;
}

.yourorderrow {
    margin-bottom: 50px;
    position: relative;
}

.yourorderleft, .yourorderright, .yourorder, .yourorderlinks {
    display: inline-block;
    vertical-align: top;
}

.yourorder {
    font-size: 21px;
    color: #000000;
    font-weight: 300;
    line-height: 52px;
    vertical-align: top;
    text-transform: uppercase;
    margin-right: 50px;
}

    .yourorder span {
        font-size: 48px;
        color: #ed1c24;
        font-weight: 700;
        vertical-align: top;
        margin-left: 20px;
    }

.yourorderlinks {
    font-size: 17px;
    color: #000000;
    font-weight: 600;
    line-height: 52px;
}

    .yourorderlinks a {
        color: #000000;
    }

.yourorderrow .skip {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 18px;
    color: #484444;
    font-weight: 600;
    line-height: 52px;
}

    .yourorderrow .skip a {
        color: #484444;
    }

    .yourorderrow .skip i {
        font-size: 15px;
        color: #000000;
        margin-right: 12px;
    }

.foodbeveragesrow {
}

.foodbeveragesblock .row {
    margin-bottom: 30px;
}

.foodbeveragesbox {
    background: #f1f1f1;
    position: relative;
    width:100%;
    float:left;
    margin-bottom:15px;
}

.foodtitlerow {
    margin-bottom: 20px;
    padding: 20px 20px;
    width:100%;
    float:left;
}
.foodimg {width:100%;
    float:left;}

    .foodtitlerow h6 {
        display: inline-block;
        color: #ed1c24;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 21px;
    }

        .foodtitlerow h6 span {
            display: block;
            font-size: 18px;
            font-weight: 700;
            text-transform: none;
            color: #484444;
            margin-top: 5px;
        }

    .foodtitlerow .foodprice {
        float: right;
        font-size: 32px;
        color: #ed1c24;
        font-weight: 700;
    }

.foodbeveragesbox .foodimg img {
    max-width: 100%;
    display: block;
}

.foodbeveragesbox .foodhover {
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    height: 100%;
    position: absolute;
    width: 100%;
    background: rgba(51,51,51,.5);
    color: #fff;
    text-align: center;
    top: 0px;
}

    .foodbeveragesbox .foodhover .qtyrow, .foodbeveragesbox .foodhover .pricetotle, .foodbeveragesbox .foodhover .addtocart {
        top: 100%;
        transition: all .3s;
    }

    .foodbeveragesbox .foodhover .pricetotle {
        transition-delay: .1s;
    }

    .foodbeveragesbox .foodhover .addtocart {
        transition-delay: .1s;
    }
    .itemcounter .minius, .itemcounter .plus {
    background: #dcd9d2;
    display: inline-block;
    float: left;
    padding: 0 7px;
    color: #201818;
    font-size: 26px;
    font-weight: 600;
    width:28px;
    text-align: center;
    line-height:28px;
}
.itemcounter {
    width:100%;
    float:left;
    text-align:center;
    background:#f1f1f1;
    padding-bottom:20px;
}
.itemcounter .itemcounterqty { margin:0px auto; display:inline-block;} 
.itemcounter .item {
    background: #ffffff;
    display: inline-block;
    float: left;
    padding: 0px;
    width:30px;
    text-align: center;
    border-top:1px solid #dcd9d2;
    border-bottom:1px solid #dcd9d2;
}
.itemcounter .item span {
   display:block;
}
    .itemcounter .item input {
        background: none;
        border: none;
        font-size:16px;
        color: #fe505a;
        width: 100%;
        text-align: center;
        padding: 0;
        line-height:26px;
        height:26px;
    }

    /*.foodbeveragesbox .qtyrow {
        display: inline-block;
        font-size: 35px;
        color:#fff;
        font-weight: 300;
        padding-top: 8%;
        padding-bottom: 8%;
        position: relative;
        margin:0px auto;
    }

.qtyrow .minius, .qtyrow .item, .qtyrow .plus {
    display: inline-block;
    color: #fff;
    width: 20%;
    background:#ed1c24;
    float:left;
    margin-left:1px;
}

.qtyrow .item {
    width: 40%;
}

    .qtyrow .item input {
        border: 0px;
        background: none;
        text-align: center;
        font-weight: 300;
        width: 100%;
    }*/

.foodbeveragesbox .foodhover .pricetotle {
    font-size: 70px;
    font-weight: 700;
    position: relative;
}

.foodbeveragesbox .foodhover .addtocart {
    padding-top: 7%;
    position: relative;
}

    .foodbeveragesbox .foodhover .addtocart a {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        border: 1px solid #fff;
        height: 50px;
        line-height: 50px;
    }

        .foodbeveragesbox .foodhover .addtocart a i {
            margin-right: 10px;
            font-size: 24px;
            vertical-align: top;
            display: inline-block;
            line-height: 50px;
        }

.foodbeveragesbox:hover .foodhover {
    visibility: visible;
    opacity: 1;
    background: rgba(51,51,51,.9);
    top: 0px;
}

    .foodbeveragesbox:hover .foodhover .qtyrow, .foodbeveragesbox:hover .foodhover .pricetotle, .foodbeveragesbox:hover .foodhover .addtocart {
        top: 0%;
    }

.downloadticketrow .container {
    max-width: 1100px;
    margin: 0px auto;
}

.downloadticketrow .successrow {
    font-size: 24px;
    color: #484444;
    text-align: center;
    line-height: 60px;
    margin-bottom: 50px;
    position: relative;
}

    .downloadticketrow .successrow i {
        color: #4dc340;
        font-size: 60px;
        vertical-align: top;
        display: inline-block;
        margin-right: 20px;
    }



.onlineticket {
    display: flex;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.onlineticketleft, .onlineticketright {
    flex: 0 1 auto;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    margin: 0px 2px;
}

.onlineticketright {
    width: 261px;
}

.patternscontent {
    background: #fff;
    padding: 60px 15px 40px 40px;
    height: 380px;
    position: relative;
}

    .patternscontent .tickettitle {
        position: absolute;
        display: inline-block;
        left: 0px;
        top: -37px;
        background: #231f20;
        font-size: 37px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        padding: 10px 40px;
        border-radius: 25px 0px 0px 0px;
    }

.smallpatterns {
    background: #fff;
    padding: 25px 20px;
    text-align: center;
    height: 380px;
}

.patterns img {
    width: 100%;
}

.ticketrow {
    display: block;
    margin-bottom: 15px;
}

.ticketleft {
    display: inline-block;
}

.ticketright {
    float: right;
    font-size: 17px;
    color: #484444;
    font-weight: 700;
    text-transform: uppercase;
}

    .ticketright p.ticketlogo {
        margin-top: 50px;
    }

.ticketrow label {
    display: inline-block;
    float: left;
    color: #b1b1b1;
    font-weight: 400;
    text-transform: uppercase;
}

.ticketrow .labelvalue {
    margin-left: 180px;
    font-size: 15px;
    color: #484444;
    font-weight: 600;
}

.selectseat {
    font-size: 23px;
    color: #525252;
    font-weight: 700;
    margin-bottom: 10px;
}

    .selectseat span {
        font-size: 100px;
        display: block;
        line-height: 60px;
        margin-bottom: 15px;
    }

.qrcodeblock {
    font-size: 17px;
    color: #484444;
    font-weight: 700;
    text-transform: uppercase;
}

    .qrcodeblock p {
        margin-bottom: 15px;
        display: block;
    }

.onlineticketicon {
    text-align: center;
}

    .onlineticketicon ul {
        display: inline-block;
    }

        .onlineticketicon ul li {
            display: inline-block;
            margin: 0px 0px;
            border-right: 1px solid #c1c1c1;
            padding: 0px 60px;
        }

            .onlineticketicon ul li a {
                color: #231f20;
                font-size: 17px;
                font-weight: 700;
                text-transform: uppercase;
            }

                .onlineticketicon ul li a i {
                    font-size: 72px;
                    display: block;
                    margin-bottom: 25px;
                }

            .onlineticketicon ul li:hover a {
                color: #ed1c24;
            }



/*------------------------------------------------- Contact Us --------------------------------------------*/
.contact-us-row {
    margin-top: 80px;
    margin-bottom: 135px;
    text-align: center;
}

.reach-out {
    background: url(/Content/image/quote.png) top center no-repeat;
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    display: inline-block;
    text-transform: uppercase;
    padding-top: 60px;
    padding-bottom: 90px;
    margin-bottom: 40px;
}

    .reach-out span {
        display: block;
        font-weight: bold;
        line-height: 48px;
    }

    .reach-out p {
        font-size: 20px;
        text-transform: none;
        font-weight: normal;
        margin: 20px 0px;
    }

    .reach-out a {
        font-weight: bold;
        text-transform: uppercase;
        margin-left: 10px;
        border-radius: 4px;
        width: 100%;
        max-width: 190px;
        padding: 10px 0px;
        display: inline-block;
        font-size: 16px;
        border: solid 1px #ed1c24;
        color: #ed1c24;
        margin: 0px 10px;
        height: 51px;
        line-height: 30px;
        text-align: center;
        background: #FFF;
    }

        .reach-out a:hover {
            background: #ed1c24;
            color: #FFF;
        }

.contact-form {
    background: #ed1c24;
    padding: 39px 15px;
}

.address {
    background: url(/Content/image/contact-img.png) center center no-repeat;
    background-size: cover;
}

.contact-div {
    text-align: center;
    padding: 95px;
}

.contact-text {
    margin-top: 95px;
    font-size: 18px;
}

    .contact-text:first-child {
        margin: 0px;
    }

    .contact-text a {
        color: #050505;
    }

    .contact-text p {
        margin: 15px 0px;
        line-height: 28px;
    }

.inquiry-from {
    text-align: left;
}

    .inquiry-from h3 {
        color: #FFF;
        border: 0px;
        margin: 0px;
    }

        .inquiry-from h3 span {
            color: #FFF;
        }

.login-form a.btn {
    border: solid 1px #FFF;
    background: #FFF;
    color: #ed1c24;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
    height: 51px;
    width: 190px;
}

.login-form a:hover {
    color: #000;
}

.inquiry-from .login-form p textArea {
    height: 154px;
}

.login-form p select {
    margin: 35px 0px 10px;
    border-bottom: solid 1px #ffffff;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.login-form p.buttonsubmit {
    margin-top: 30px;
}

/*------------------------------------------------- Cafe --------------------------------------------*/

.cafecup {
    float: right;
}

    .cafecup img {
        width: 100%;
    }

.cafe-coffe {
    margin-right: 40px;
    margin-top: 70px;
}


.bookmovie-days {
    margin-top: 40px;
    position: relative;
}

    .bookmovie-days .bx-wrapper {
        max-width: 100%!important;
    }

.days-panel a span {
    font-size: 50px;
    font-weight: 700;
    display: block;
    color: #000;
}

.days-panel a {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    display: block;
    padding-top: 24px;
    padding-bottom: 15px;
    border-top: 4px solid transparent;
}

    .days-panel a.today, .days-panel a:hover {
        background: #f1f1f1;
        color: #ed1c24;
        border-top: 4px solid #ed1c24;
    }

        .days-panel a.today span, .days-panel a:hover span {
            color: #ed1c24;
        }

.order-step-area {
    background: #f1f1f1;
}

    .order-step-area .container {
        padding: 0 100px;
    }

    .order-step-area .order-step {
        font-size: 18px;
        position: relative;
        width: 25%;
        float: left;
        color: #fff;
        padding: 35px 20px;
        text-align: center;
        display: table;
    }

        .order-step-area .order-step.active {
            background: #ed1c24;
        }

        .order-step-area .order-step.complete .title, .order-step-area .order-step.disable .title {
            display: none;
        }

        .order-step-area .order-step.complete i, .order-step-area .order-step.disable i {
            display: block;
            margin: 0 auto;
            text-align: center;
            color: #b1b1b1;
        }

        .order-step-area .order-step.active i {
            margin-right: 20px;
            float: left;
        }

        .order-step-area .order-step i {
            font-size: 50px;
        }

        .order-step-area .order-step .title {
            margin: 0;
            position: absolute;
            top: 50%;
            left: 40%;
            transform: translate(-20%, -50%);
            -webkit-transform: translate(-20%, -50%);
            -ms-transform: translate(-20%, -50%);
        }

        .order-step-area .order-step.complete .icon-complete {
            background: url(/Content/image/complete-icon.png) no-repeat;
            width: 26px;
            height: 26px;
            display: block;
            position: absolute;
            right: 33%;
            top: 16px;
        }

.days-slide .bx-controls-direction a {
    font-size: 0;
    position: absolute;
    top: 34%;
    color: #646363;
}

.days-slide .bx-controls-direction .bx-next:after, .days-slide .bx-controls-direction .bx-prev:after {
    font-family: icomoon!important;
    font-size: 55px;
    content: "\e917";
}

.days-slide .bx-controls-direction .bx-prev {
    left: -46px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.days-slide .bx-controls-direction .bx-next {
    right: -46px;
}

.bookmovie-days .days-slide {
    padding: 0 60px;
    margin: 0 60px;
}

.movierow .row > div {
    margin-bottom: 30px;
}

.tickettype {
    margin: 5px 5px -98px;
    position: absolute;
    left: -3px;
    float: left;
    width: 268px;
    bottom: 0;
    display: none;
    background: #000;
    z-index: 1;
}

.time-select .time-select__item:hover > .tickettype {
    display: block;
}

.time-select .time-select__item.time-disable:hover > .tickettype {
    display: none;
}

.tickettype-box {
    padding: 8px 0;
    background: #000;
    color: #fff;
    width: 89px;
    float: left;
    text-align: center;
}

    .tickettype-box a {
        color: #fff;
    }

    .tickettype-box:hover {
        background: #242323;
        cursor: pointer;
        color: #fff;
    }

.time-select li {
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
}

.tickettype-box i {
    font-size: 25px;
    display: block;
}

.time-select .seat-type {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    margin: 5px 0 0;
}

.time-select .available {
    font-size: 11px;
    color: #47bd18;
    display: block;
}

.time-select .notavailable {
    font-size: 11px;
    color: #fb2d35;
    display: block;
    font-weight: 600;
}

.time-select li:hover .timebtn {
    background: #ed1c24;
    color: #fff;
    position: relative;
}

    .time-select li:hover .timebtn:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 7.5px 0;
        border-color: #ed1c24 transparent transparent;
        position: absolute;
        bottom: -8px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.choose-sits .choose-sits__info {
    display: block;
    margin-bottom: 100px;
    font-size: 16px;
    font-weight: 700;
}

.choose-sits {
    text-align: center;
    margin: 100px auto;
    padding: 0 15px;
}

    .choose-sits .choose-sits__info li {
        color: #5b5b5b;
        display: inline-block;
        padding: 0 35px 0 30px;
        position: relative;
    }

        .choose-sits .choose-sits__info li:before {
            content: '';
            width: 17px;
            height: 17px;
            position: absolute;
            top: 3px;
            left: 0;
        }

.sits .choosen-place:before, .sits .sits__row .sits__place:before {
    content: "\e912";
    font-family: icomoon!important;
}

.choose-sits .choose-sits__info .available-sits:before {
    /*background: #828282;*/
    background: #d9dde2;
}

.choose-sits .choose-sits__info .reserved-sits:before {
    background: #f20606;
}

.choose-sits .choose-sits__info .your-platinum:before {
    background: #57b603;
}

.sits .sits__indecator {
    display: block;
    width: 33px;
    height: 45px;
    border: 1px solid #dadada;
    font-size: 21px;
    color: #b1b1b1;
    line-height: 41px;
    margin-top: -1px;
}

.sits .sits__line {
    width: 33px;
    float: left;
}

.sits .choosen-place:before {
    margin-bottom: 10px;
    font-size: 0px;
    color: #57b603;
    display: none;
}

.sits .sits__row {
    font-size: 8px;
    margin-left: 66px;
    margin-top: -1px;
    display: block;
}

    .sits .sits__row .sits__place {
        margin: 0px 4px 0px 4px;
        height: 45px;
        width: 25px;
        line-height: 41px;
        display: inline-block;
        cursor: pointer;
        position: relative;
        text-align: center;
    }

        .sits .sits__row .sits__place.sits-state--your {
            color: #57b603;
        }

        .sits .sits__row .sits__place:before {
            font-size: 25px;
            color: #d9d9d9;
            position: absolute;
            left: 0px;
            bottom: 0px;
        }

    .sits .sits__row .sits-state--your:before {
        color: #57b603;
    }

    .sits .sits__row .sits__place.sits-price--blank {
        cursor: not-allowed;
        pointer-events: none;
    }

        .sits .sits__row .sits__place.sits-price--blank:before {
            opacity: 0;
            visibility: hidden;
        }

.checked-place .choosen-place {
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    font-size: 24px;
    color: green;
    font-weight: 500;
    margin-bottom: 3px;
}

.sits .sits__row .sits-state--not:before {
    content: "\e910";
    font-family: icomoon!important;
    font-size: 25px;
    color: #f20606;
}

.choose-seat-rightside {
    border-top: 0px solid #f1f1f1;
    text-align: left;
    padding: 0px 0px 30px 0px;
}

    .choose-seat-rightside .moveinfo {
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 25px;
    }

        .choose-seat-rightside .moveinfo h4 {
            font-size: 20px;
            color: #ed1c24;
            text-transform: uppercase;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .choose-seat-rightside .moveinfo span {
            font-size: 17px;
            font-weight: 700;
            color: #484444;
            margin-bottom: 20px;
            display: block;
        }

    .choose-seat-rightside .showdatetime {
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 25px;
    }

        .choose-seat-rightside .showdatetime > span:nth-child(1), .choose-seat-rightside .showdatetime > span:nth-child(3) {
            width: 20%;
        }

        .choose-seat-rightside .showdatetime > span:nth-child(2), .choose-seat-rightside .showdatetime > span:nth-child(4), .choose-seat-rightside .showdatetime > span:nth-child(5) {
            width: 20%;
        }

.checked-result:after, .showdatetime:after {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

.choose-seat-rightside .showdatetime > span {
    width: 50%;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #b1b1b1;
    margin-bottom: 38px;
}

    .choose-seat-rightside .showdatetime > span span {
        font-size: 17px;
        color: #484444;
        font-weight: 700;
        text-transform: initial;
        display: block;
        margin-top: 10px;
    }

.checked-place {
    min-height: 130px;
    margin-bottom: 25px;
    margin: -33px 8px 16px 75px;
}

.checked-result .sitslist {
    font-size: 14px;
    color: #b1b1b1;
    float: left;
    margin-top: 11px;
}

.showdatetime span span.totalprice {
    font-size: 30px;
    color: #ed1c24;
    font-weight: 700;
}

    .showdatetime span span.totalprice:before {
        content: '₹';
        margin-right: 7px;
        display: inline-block;
        font-weight: 500;
        font-size: 28px;
    }

.checked-result {
    margin-bottom: 50px;
}

.choose-seat-rightside .btn-block {
    width: auto;
}

    .choose-seat-rightside .btn-block .btn {
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 18px;
    }

.btn.btn-default {
    border: 1px solid #b2b2b2;
    color: #b2b2b2;
}

    .btn.btn-default:hover {
        color: #fff;
    }

.eye-screen img {
    display: block;
    text-align: center;
    margin: 0 auto 20px;
}

.sits-area {
    overflow: auto;
    margin-bottom: 50px;
}

.sits-areawidth {
    width: 1336px;
    padding-bottom: 20px;
}

.sits-part {
    margin-bottom: 110px;
    width: 1336px;
}

.choose-sits .row > div {
    padding: 0;
}

.choose-sits .nav-tabs {
    border-bottom: 4px solid #f1f1f1;
    margin-bottom: 50px;
}

    .choose-sits .nav-tabs > li.active > a, .choose-sits .nav-tabs > li.active > a:focus, .choose-sits .nav-tabs > li.active > a:hover, .choose-sits .nav-tabs > li > a:hover {
        border: 4px solid #f1f1f1;
        background: 0 0;
    }

    .choose-sits .nav-tabs > li {
        float: none;
        margin-bottom: -4px;
        display: inline-block;
    }

        .choose-sits .nav-tabs > li > a {
            font-size: 16px;
            border-radius: 0;
            color: #525252;
            padding: 15px 30px;
            line-height: normal;
            border: 4px solid transparent;
        }

            .choose-sits .nav-tabs > li > a span {
                margin-left: 5px;
                display: inline-block;
                font-weight: 700;
                color: #000;
            }

.yourorderlinks {
    position: relative;
    float:right;
}

    .yourorderlinks .dropdown-menu {
        min-width: 500px;
        border: 5px solid rgba(255,255,255,0);
        border-radius: 0;
        box-shadow: 0 5px 20px 6px rgba(0,0,0,.29);
        padding: 15px;
        min-height: 300px;
        left: -80%;
    }

        .yourorderlinks .dropdown-menu:before {
            background: url(/Content/image/arrow.png) no-repeat;
            width: 66px;
            height: 33px;
            content: '';
            position: absolute;
            left: 0;
            top: -33px;
            right: 0;
            margin: 0 auto;
        }

    .yourorderlinks .cart-item-image {
        float: left;
        width: 18%;
    }

    .yourorderlinks .cart-item-detail {
        float: left;
        width: 80%;
        padding-right: 1.2678em;
        line-height: normal;
    }

        .yourorderlinks .cart-item-detail .name {
            font-size: 17px;
            display: block;
            line-height: normal;
        }

        .yourorderlinks .cart-item-detail .amount {
            font-size: 20px;
            font-weight: 600;
            color: #484444;
            margin-top: 6px;
            display: block;
        }

            .yourorderlinks .cart-item-detail .amount span {
                border: 1px solid #bababa;
                width: 35px;
                height: 28px;
                display: inline-block;
                text-align: center;
                line-height: 26px;
            }

            .yourorderlinks .cart-item-detail .amount i {
                font-style: normal;
                font-size: 18px;
                margin-right: 2px;
            }

    .yourorderlinks .dropdown-menu li {
        position: relative;
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .yourorderlinks .dropdown-menu li:after {
            clear: both;
            display: block;
            content: '';
        }

    .yourorderlinks .dropdown-menu .cancel-icon {
        position: absolute;
        right: 0;
        padding: 0;
        background: #e21b1b;
        color: #fff;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        text-align: center;
        font-size: 10px;
        line-height: 25px;
        text-shadow: 2px 2px 4px rgba(0,0,0,.82);
    }

.checkoutpage {
    margin: 60px 0;
}

    .checkoutpage table tr:nth-of-type(even) {
        background-color: #f9f9f9;
    }

    .checkoutpage .view-table {
        padding: 0;
        min-height: inherit;
        overflow: auto;
    }

    .checkoutpage table tr th {
        padding-bottom: 15px;
    }

        .checkoutpage table tr td:first-child, .checkoutpage table tr th:first-child {
            padding-left: 30px;
        }

    .checkoutpage .view-table h2 {
        padding: 30px 30px 0;
    }

    .checkoutpage .top-margintable {
        margin-top: 64px;
    }

    .checkoutpage .bottomtable {
        margin-top: 50px;
    }

    .checkoutpage .ordertable-left {
        min-height: 352px;
        float: inherit;
        max-width: inherit;
    }

    .checkoutpage h1.ticket {
        font-weight: 600;
        padding: 20px;
    }

        .checkoutpage h1.ticket i {
            margin-right: 25px;
            float: left;
        }

    .checkoutpage .grandtotlediv {
        padding: 72px 15px;
    }

    .checkoutpage .choose-payment {
        margin-top: 40px;
    }

        .checkoutpage .choose-payment a {
            border: 1px solid #fff;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
        }

        .checkoutpage .choose-payment .or {
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            margin: 0 15px;
        }

    .checkoutpage .profile-button {
        background: #f1f1f1;
        margin: 0;
        padding: 34px 0;
    }

/******************************/
.list {
    margin-bottom: 25px;
}

    .list li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 30px;
    }

        .list li:before {
            content: "\e921";
            font-family: 'icomoon' !important;
            margin-right: 15px;
            display: inline-block;
            font-size: 13px;
            font-weight: 600;
            position: absolute;
            left: 0px;
            top: 5px;
        }

.staticcontent p {
    text-align: justify;
}

.inquiry-from {
    background: #ed1c24;
    padding: 30px;
}

    .inquiry-from .login-form p .input {
        border-bottom: solid 1px #ffffff;
        color: white;
        background-color: #ed1c24;
        font-size: 17px;
        font-weight: 400;
        text-align: left;
    }

    .inquiry-from .login-form p .input {
        resize: none;
        width: 100%;
    }

        .inquiry-from .login-form p .input::-webkit-input-placeholder {
            color: #fff;
        }

        .inquiry-from .login-form p .input::-moz-placeholder {
            color: #fff;
        }

        .inquiry-from .login-form p .input:-ms-input-placeholder {
            color: #fff;
        }

        .inquiry-from .login-form p .input:-moz-placeholder {
            color: #fff;
        }

    .inquiry-from .login-form .underline {
        background-color: #fff;
    }

    .inquiry-from .login-form .date input {
        background: url(/Content/image/calenderw.png) right center no-repeat;
    }

.sub-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: inherit;
}


#loading_layer {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    margin-left: -25px;
    margin-top: -25px;
}

.profile-button input, .profile-button button {
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 10px;
    border-radius: 4px;
    width: 100%;
    max-width: 280px;
    padding: 10px 0px;
    display: inline-block;
    font-size: 16px;
    border: solid 1px #ed1c24;
    color: #ed1c24;
    margin: 0px 10px;
    height: 51px;
    line-height: 30px;
    text-align: center;
    background: #FFF;
}

    .profile-button input:hover, .profile-button button:hover {
        background: #ed1c24;
        color: #FFF;
    }

.days-slide .bx-wrapper .bx-wrapper .bx-controls {
    display: none;
}

.dash {
    width: 34px;
    margin-right: 7px;
    height: 43px;
    background: url("/Content/Image/dash.png") no-repeat scroll 0 0 / 35px auto transparent;
    float: left;
    margin-left: 0;
    position: relative;
}

    .dash .digit {
        font-size: 16pt;
        font-weight: bold;
        float: left;
        width: 17px;
        text-align: center;
        font-family: Times;
        color: #555;
        position: relative;
        margin-top: 0;
    }

.dash_title {
    position: absolute;
    display: block;
    bottom: 0px;
    right: 3px;
    font-size: 9pt;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.dev_comment {
    font-size: 14pt;
    color: #777;
    text-align: center;
    font-style: italic;
    margin: 40px 10px;
}

.card-number {
    max-width: 600px;
    margin: 30px auto 0px auto;
}

    .card-number input {
        border: 0px;
        border-bottom: solid 1px #ffffff;
        color: #fff;
        font-size: 17px;
        font-weight: 400;
        text-align: left;
        background: none;
        width: 100%;
    }

#dvCounter {
    text-align: center;
    margin-top: 20px;
}

.countblock {
    display: inline-block;
    width: 100px;
}

.starcast {
    font-size: 13px;
    color: #888;
    display: block;
    margin-top: 5px;
}

.imagegalleryrow {
    max-width: 80%;
    margin: 80px auto;
}

    .imagegalleryrow .row {
        margin-bottom: 50px;
    }

    .imagegalleryrow .galleryitem {
        padding-top: .15625in;
    }

    .imagegalleryrow .galleryitemdetails {
        overflow: hidden;
        position: relative;
        margin: 0px 15px;
    }

        .imagegalleryrow .galleryitemdetails img {
            width: 100%;
        }

        .imagegalleryrow .galleryitemdetails [class~=dtl] {
            -webkit-transition: all .3s;
            visibility: hidden;
            opacity: 0;
            left: 0;
            top: 0;
            height: 100%;
            position: absolute;
            width: 100%;
            text-align: center;
            background: rgba(0,0,0,0.5);
        }

.galleryitemdetails .centerdiv {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.galleryitemdetails:hover .dtl {
    visibility: visible;
    opacity: 1;
    text-align: center;
}

.galleryitemdetails [class~=dtl] h3 {
    color: #fff;
    padding-top: .104166667in;
    padding-bottom: .104166667in;
    transition: all .3s;
    opacity: 0;
    transform: scale(0);
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 0px;
}

    .galleryitemdetails [class~=dtl] h3 span {
        font-size: 12px;
        display: block;
    }

.galleryitemdetails:hover [class~=dtl] h3 {
    position: relative;
    transform: scale(1);
    opacity: 1;
    margin-bottom: 7.5pt;
    margin-top: 20px;
}

.galleryitemdetails .dtl p {
    transition-delay: .1s;
    line-height: 1.2;
    font-size: 10.5pt;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all .3s;
    position: relative;
}

    .galleryitemdetails .dtl p a {
        background: #fff;
        border: 1px solid #b2181d;
        color: #b2181d;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        padding: 10px 30px;
        display: inline-block;
        text-transform: uppercase;
    }

.galleryitemdetails:hover [class~=dtl] p {
    transform: scale(1);
    opacity: 1;
}


.mfp-close {
    opacity: 1;
}

.ValidateButton {
    border: solid 1px #ed1c24;
    color: #ed1c24;
    background: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 10px;
    border-radius: 4px;
    padding: 10px 50px;
    display: inline-block;
    font-size: 16px;
    border: solid 1px #ed1c24;
    margin: 10px;
    height: 51px;
}

.ValidateTextBox {
    border: 0px;
    border-bottom: solid 1px #adadad;
    font-size: 17px;
    padding: 20px 0px;
    width: 100%;
    background-color: whitesmoke;
}

.ValidateButton-button input:hover, .ValidateButton-button button:hover {
    background: #ed1c24;
    color: #FFF;
}


.reach-order {
    background: url(/Content/image/quote.png) top center no-repeat;
    text-align: center;
    font-size: 0px;
    font-weight: 300;
    display: inline-block;
    text-transform: uppercase;
  padding-right:10px;
    margin-bottom: 0px;
    float:right;
}

    .reach-order span {
        display: block;
        font-weight: bold;
        line-height: 48px;
    }

    .reach-order p {
        font-size: 20px;
        text-transform: none;
        font-weight: normal;
        margin: 20px 0px;
    }

    .reach-order a {
        font-weight: bold;
        text-transform: uppercase;
        margin-left: 10px;
        border-radius: 4px;
        width: 100%;
        max-width: 250px;
        padding: 10px 0px;
        display: inline-block;
        font-size: 16px;
        border: solid 1px #ed1c24;
        color: #ed1c24;
        margin: 0px 10px;
        height: 51px;
        line-height: 30px;
        text-align: center;
        background: #FFF;
    }

        .reach-order a:hover {
            background: #ed1c24;
            color: #FFF;
        }

        .reach-order a.orderbeverages{
      animation: colorchange 2s infinite;
      -webkit-animation: colorchange 2s infinite; 
      color:#fff;
      border:0px;
    }

    @keyframes colorchange
    {
      0%   {background: #231f20;}
      50% {background: #ed1c24;}
      100% {background: #231f20;}
    }

    @-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
    {
      0%   {background: #231f20;}
      50% {background: #ed1c24;}
      100% {background: #231f20;}
    }



