/*@mixin box-shadow ($value){
	box-shadow: $value;
	-webkit-box-shadow: $value;
	-moz-box-shadow: $value;
	-ms-box-shadow: $value;
	-o-box-shadow: $value;
}*/
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");

.sfBecomeMember {
    display: block;
    margin-top: 15px;
}

.sfBigButton {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 38px;
    line-height: 38px;
    padding: 0 34px;
}

.sfOrangeButton {
    background-color: #fba81a;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

body {
    height: 100vh;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    background: #fff;
    background-size: cover;
    color: #000;
    font-family: 'Lato', sans-serif;
}

/*body{
  background:rgba(0,0,0,1) url("../images/black__abstract_background.png") no-repeat scroll 0 0 / cover ;
  width: 100%;
  height: 100%;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    text-transform: uppercase;
}

a {
    outline: 0;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
}

.sfInputbox::-webkit-placeholder {
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
}

.sfInputbox::-moz-placeholder {
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
}

.sfInputbox::-o-placeholder {
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
}

.sfInputbox::-ms-placeholder {
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
}

/*MARGINS*/
.sfMrgNone {
    margin: 0px;
}

.sfSdMrgTop {
    margin-top: 30px;
}

.sfSdMrgBtm {
    margin-bottom: 30px;
}

.sfSdMrgLft {
    margin-left: 30px;
}

.sfSdMrgRgt {
    margin-right: 30px;
}

.sfPriMrgTop {
    margin-top: 20px;
}

.sfPriMrgBtm {
    margin-bottom: 20px;
}

.sfPriMrgLft {
    margin-left: 20px;
}

.sfPriMrgRgt {
    margin-right: 20px;
}

.sfSecMrgTop {
    margin-top: 15px;
}

.sfSecMrgBtm {
    margin-bottom: 15px;
}

.sfSecMrgLft {
    margin-left: 15px;
}

.sfSecMrgRgt {
    margin-right: 15px;
}

/*PADDINGS*/
.sfPddNone {
    padding: 0px;
}

.sfSdPddTop {
    padding-top: 30px;
}

.sfSdPddBtm {
    padding-bottom: 30px;
}

.sfSdPddLft {
    padding-left: 30px;
}

.sfSdPddRgt {
    padding-right: 30px;
}

.sfPriPddTop {
    padding-top: 20px;
}

.sfPriPddBtm {
    padding-bottom: 20px;
}

.sfPriPddLft {
    padding-left: 20px;
}

.sfPriPddRgt {
    padding-right: 20px;
}

.sfSecPddTop {
    padding-top: 15px;
}

.sfSecPddBtm {
    padding-bottom: 15px;
}

.sfSecPddLft {
    padding-left: 15px;
}

.sfSecPddRgt {
    padding-right: 15px;
}

.sfSecPddAll {
    padding: 12px;
}

.sfSdPddAll {
    padding: 30px;
}

.sfPriPddAll {
    padding: 20px;
}

.sfFloatLeft {
    float: left;
}

.sfFloatRight {
    float: right;
}

.sfInnerwrapper {
    width: 1200px;
    float: none;
}

.primary-color {
    color: #fba81a;
}

.secondary-color {
    color: #d42127;
}

.sfBtn {
    height: 38px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    width: auto;
    padding: 5px 25px;
    border: 2px solid #0077e0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
    background-color: #0077e0;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px !important;
    margin-right: 30px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    float: left;
}

.sfAccountContent.box-bg {
    padding: 0 11px 0 10px;
}

.sfCommonBox {
    background: transparent;
}

.sfPrimaryBtn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-bottom: 2px solid #ffffff;
    border-image: none;
    border-left: 2px solid #ffffff;
    border-radius: 50px !important;
    border-top: 2px solid #ffffff;
    transition: all 0.3s ease 0s;
}

.sfBtn.sfCancel {
    background-color: black;
    border-color: black;
    color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

    .sfBtn.sfCancel:hover {
        background-color: black;
        border-color: black;
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    }

.sfBodyContent {
    padding: 0px 0;
    clear: both;
}

.movieTimeLink {
    background: #fba81a;
    padding: 24px 18px;
    float: left;
}

    .movieTimeLink span {
        float: left;
        color: #000;
        font-size: 18px;
        float: left;
        line-height: 20px;
        font-family: "geosanslightregular";
        font-weight: bold;
        letter-spacing: 2px;
    }

        .movieTimeLink span a {
            color: #000;
            font-size: 18px;
            float: left;
            line-height: 20px;
            font-family: "geosanslightregular";
            font-weight: bold;
            letter-spacing: 2px;
        }

.sfError input,
input.sfError,
.sfError textarea,
textarea.sfError {
    border-color: #ec3935 !important;
    border: 2px solid;
}

.sfError {
    color: #ec3935;
}

.sfInputbox {
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: none;
    border-radius: 0;
    height: 38px;
    padding: 6px 10px;
    @transition (all 0.3s ease);
}

    .sfInputbox:focus {
        border: 2px solid #0077e0;
        box-shadow: none;
    }

    .sfInputbox::placeholder {
        color: #ffffff;
    }

#lblDisplayUserName {
    color: #fff;
    text-transform: uppercase;
}

.sfAccountContent.box-bg {
    width: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    color: #ffffff;
}

    .sfAccountContent.box-bg H3 {
        color: #ffffff;
    }

.sfProfiletableContent > div > label > h6 {
    color: #fff;
}

.login-btn, #loadmore, .box-bg .sfPrimaryBtn, .sfUserRegistrationPage .sfPrimaryBtn, .sfFinish .login-btn.sfBtn.sfPrimaryBtn, .sfBtn:hover, .sfUserRegistration .sfPrimaryBtn, .sfLoginBox .sfPrimaryBtn, .sfBtn:active, .sfBtn:focus, #btnReserveTicket, #btnBack, #btnSubmit, .reservationSmlFrm .sfPrimaryBtn {
    background-color: #0077e0;
    border: 2px solid #0077e0;
    color: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
}

.popup_container {
    padding: 0 0 20px;
    max-width: 300px !important;
}

.popup_message {
    margin: 0 0 20px !important;
}

/*------------------Header----------------------*/
.sfHeaders {
    background: #332e31;
    padding: 0 !important;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    /*height: 62px;*/
    /*position: absolute;*/
    z-index: 9999;
    /* top:47px;*/
}

    .sfHeaders .sfHeadersWrapper .sfLogos {
        width: 160px;
        padding: 0;
        z-index: 1000;
    }

        .sfHeaders .sfHeadersWrapper .sfLogos .sfLogo {
            padding: 0 10px 0 7px;
            float: left;
            position: absolute;
            background: #fff;
            box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
        }

            .sfHeaders .sfHeadersWrapper .sfLogos .sfLogo a img {
                width: 100%;
                height: auto;
                float: left;
            }

    .sfHeaders .sfHeadersWrapper .sfNav {
        width: -moz-calc(70% - 160px);
        width: -webkit-calc(70% - 160px);
        width: calc(70% - 160px);
        padding: 0;
    }

        .sfHeaders .sfHeadersWrapper .sfNav .sfNavigation ul.sf-menu {
            margin-top: 25px;
            float: left;
        }

            .sfHeaders .sfHeadersWrapper .sfNav .sfNavigation ul.sf-menu li {
                padding: 0;
            }

                .sfHeaders .sfHeadersWrapper .sfNav .sfNavigation ul.sf-menu li a {
                    color: #ffffff;
                    margin: 0;
                    padding: 0;
                    font-size: 14px;
                    line-height: 12px;
                    padding: 0 20px;
                    border-bottom: none;
                    font-family: 'Montserrat', sans-serif;
                }

                    .sfHeaders .sfHeadersWrapper .sfNav .sfNavigation ul.sf-menu li a:after {
                        display: none;
                        border-bottom: none;
                    }

                    .sfHeaders .sfHeadersWrapper .sfNav .sfNavigation ul.sf-menu li a:hover {
                        background: none;
                        color: #94cdfe;
                    }

                .sfHeaders .sfHeadersWrapper .sfNav .sfNavigation ul.sf-menu li:last-child a {
                    border-right: none;
                    padding-right: 0;
                }

                .sfHeaders .sfHeadersWrapper .sfNav .sfNavigation ul.sf-menu li.sfActive a {
                    color: #94cdfe;
                    -webkit-transition: color 0.5s;
                    transition: color 0.5s;
                }

    .sfHeaders .sfHeadersWrapper .sfLoginStatus .sfLogininfo {
        position: relative;
        z-index: 102;
    }

        .sfHeaders .sfHeadersWrapper .sfLoginStatus .sfLogininfo ul.toplinks {
            margin-bottom: 0;
            margin-right: 0px;
        }

            .sfHeaders .sfHeadersWrapper .sfLoginStatus .sfLogininfo ul.toplinks li {
                min-width: 100px;
                line-height: 62px;
                text-align: center;
                padding: 0 14px;
            }

                .sfHeaders .sfHeadersWrapper .sfLoginStatus .sfLogininfo ul.toplinks li a {
                    color: #fff;
                    transition: all 0.3s ease;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    background: none;
                    padding: 0;
                    float: left;
                    font-family: 'Montserrat', sans-serif;
                    width: 100%;
                }

                    .sfHeaders .sfHeadersWrapper .sfLoginStatus .sfLogininfo ul.toplinks li a:hover, .sfHeaders .sfHeadersWrapper .sfLoginStatus .sfLogininfo ul.toplinks li a:focus, .sfHeaders .sfHeadersWrapper .sfLoginStatus .sfLogininfo ul.toplinks li a:active {
                        text-decoration: none;
                    }

                .sfHeaders .sfHeadersWrapper .sfLoginStatus .sfLogininfo ul.toplinks li:first-child {
                    border-right: 0;
                }

                .sfHeaders .sfHeadersWrapper .sfLoginStatus .sfLogininfo ul.toplinks li:last-child {
                    margin-right: 0;
                }

                .sfHeaders .sfHeadersWrapper .sfLoginStatus .sfLogininfo ul.toplinks li:first-child {
                    background: #0071bd;
                }

                .sfHeaders .sfHeadersWrapper .sfLoginStatus .sfLogininfo ul.toplinks li:last-child {
                    background: #213647;
                }

/*---------------------------Introduction---------------------*/
.sfIntro {
    padding-right: 80px;
}

    .sfIntro h2 {
        font: 300 30px/1.16 "Lato", sans-serif;
        margin: 0 0 40px;
    }

        .sfIntro h2 span {
            font-weight: 400;
        }

/*--------------------------Banner Starts-----------------------*/
.sfBanner {
    height: 600px;
    width: 100%;
    overflow: hidden;
    background: peru;
    margin-bottom: 0 !important;
}

    .sfBanner .hdImage-carousel.owl-carousel {
        position: relative;
        height: 600px;
    }

        .sfBanner .hdImage-carousel.owl-carousel .owl-wrapper-outer {
            height: 100%;
        }

            .sfBanner .hdImage-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper {
                height: 100%;
            }

                .sfBanner .hdImage-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
                    height: 100%;
                }

                    .sfBanner .hdImage-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .slideImageHolder {
                        height: 100%;
                        position: relative;
                        z-index: 0;
                    }

                        .sfBanner .hdImage-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .slideImageHolder a {
                            width: 100%;
                            height: 100%;
                            float: left;
                        }

                            .sfBanner .hdImage-carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .slideImageHolder a img {
                                width: 100%;
                                height: 100%;
                                float: left;
                                -webkit-object-fit: cover;
                                -moz-object-fit: cover;
                                -o-object-fit: cover;
                                object-fit: cover;
                                -webkit-object-position: 0 0;
                                -moz-object-position: 0 0;
                                -o-object-position: 0 0;
                                object-position: 0 0;
                            }

    .sfBanner .now-showing-list.fullWidthBanner.owl-carousel {
        position: absolute;
        bottom: 70px;
        height: 262px;
        min-height: 262px;
        left: 50%;
        margin-left: -450px;
        width: 900px;
        z-index: 9999;
    }

        .sfBanner .now-showing-list.fullWidthBanner.owl-carousel .slideLayer {
            width: 100%;
            float: left;
        }

            .sfBanner .now-showing-list.fullWidthBanner.owl-carousel .slideLayer .slideLayerImage {
                width: 170px;
                height: 262px;
                margin-left: 20px;
                float: left;
                position: relative;
            }

                .sfBanner .now-showing-list.fullWidthBanner.owl-carousel .slideLayer .slideLayerImage:before, .sfBanner .now-showing-list.fullWidthBanner.owl-carousel .slideLayer .slideLayerImage:after {
                    content: "";
                    position: absolute;
                    z-index: -2;
                }

                .sfBanner .now-showing-list.fullWidthBanner.owl-carousel .slideLayer .slideLayerImage:before, .sfBanner .now-showing-list.fullWidthBanner.owl-carousel .slideLayer .slideLayerImage:after {
                    bottom: 30px;
                    left: 10px;
                    width: 50%;
                    height: 20%;
                    max-width: 300px;
                    max-height: 100px;
                    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
                    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
                    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
                    -webkit-transform: rotate(-3deg);
                    -moz-transform: rotate(-3deg);
                    -ms-transform: rotate(-3deg);
                    -o-transform: rotate(-3deg);
                    transform: rotate(-3deg);
                }

                .sfBanner .now-showing-list.fullWidthBanner.owl-carousel .slideLayer .slideLayerImage:after {
                    right: 10px;
                    left: auto;
                    -webkit-transform: rotate(3deg);
                    -moz-transform: rotate(3deg);
                    -ms-transform: rotate(3deg);
                    -o-transform: rotate(3deg);
                    transform: rotate(3deg);
                }

                .sfBanner .now-showing-list.fullWidthBanner.owl-carousel .slideLayer .slideLayerImage img {
                    width: 100%;
                    height: 94%;
                }

        .sfBanner .now-showing-list.fullWidthBanner.owl-carousel .slideLayerDetail {
            float: left;
            width: -webkit-calc(100% - 190px);
            width: -moz-calc(100% - 190px);
            width: -o-calc(100% - 190px);
            width: calc(100% - 190px);
        }

            .sfBanner .now-showing-list.fullWidthBanner.owl-carousel .slideLayerDetail .detailBlockBtn {
                width: 100%;
                float: left;
            }

/*---------------------------Login Status-----------------------*/
/*-------------------Footer Starts-------------------*/
.sfFooter {
    background: #332e31;
    padding: 15px 0;
    float: left !important;
}

    .sfFooter .sfFooterWrapper ul {
        float: none;
        text-align: center;
        border-top: 1px solid #665c5d;
        border-bottom: 1px solid #665c5d;
        margin: 20px 0;
    }

        .sfFooter .sfFooterWrapper ul li {
            float: none;
            display: inline-block;
            width: auto;
            margin: 0 20px;
        }

            .sfFooter .sfFooterWrapper ul li a {
                color: #fff;
                padding: 15px 0;
                font-size: 12px;
                line-height: 12px;
                text-transform: uppercase;
                background: none;
            }

                .sfFooter .sfFooterWrapper ul li a:hover, .sfFooter .sfFooterWrapper ul li a:active, .sfFooter .sfFooterWrapper ul li a:focus {
                    background: none;
                    color: #fba81a;
                }

            .sfFooter .sfFooterWrapper ul li.sfActive a:after {
                display: none;
            }

            .sfFooter .sfFooterWrapper ul li.sfActive a {
                border-bottom: none;
            }

.sfFooterLink {
    float: none;
    text-align: center;
}

    .sfFooterLink p {
        display: inline-block;
        float: none;
        color: #fff;
        margin: 0 0 10px 0;
    }

    .sfFooterLink .sfLink {
        margin-right: 30px;
    }

        .sfFooterLink .sfLink .fa {
            width: 30px;
            height: 30px;
            line-height: 24px;
            text-align: center;
            border-radius: 50%;
            border: 1px solid #fff;
            position: relative;
            z-index: 1;
            color: #000;
            top: -2px;
            margin-right: 5px;
        }

            .sfFooterLink .sfLink .fa:before {
                display: block;
                position: absolute;
                width: 22px;
                height: 22px;
                border-radius: 50%;
                background: #fff;
                z-index: 0;
                top: 3px;
                left: 3px;
            }

    .sfFooterLink .sfPowered {
        margin-right: 30px;
    }

        .sfFooterLink .sfPowered img {
            width: 85px;
            height: auto;
            margin-left: 5px;
            margin-top: -2px;
            float: right;
        }

    .sfFooterLink .sfPartner img {
        width: 128px;
        height: auto;
        margin-left: 2px;
    }

div#lytA_ctl44_divViewWrapper, div#lytA_ctl26_divViewWrapper {
    margin: -20px 0px;
}

.sfCopyright {
    color: #a4a1a3;
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.sfAddress {
    width: 100%;
    margin: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

/*---------------Footer Ends--------------------*/
/*--------------Login Starts--------------------*/
.Loginbox-wrap {
    float: left;
    width: 100%;
    position: relative;
}

    .Loginbox-wrap .loginbox {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        float: none;
        margin: 100px auto;
        width: 350px;
    }

        .Loginbox-wrap .loginbox .sfLoginBox {
            padding: 30px;
            background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
        }

            .Loginbox-wrap .loginbox .sfLoginBox h2 {
                margin: 0 0 30px 0;
                float: left;
                color: #ffffff;
                text-align: center;
                width: 100%;
            }

            .Loginbox-wrap .loginbox .sfLoginBox p.sfError {
                font-size: 12px;
                width: 100%;
                text-align: center;
            }

            .Loginbox-wrap .loginbox .sfLoginBox .sfFormGroup {
                position: relative;
                float: left;
                width: 100%;
                margin-bottom: 20px;
            }

                .Loginbox-wrap .loginbox .sfLoginBox .sfFormGroup .sfInputbox {
                    border: 2px solid rgba(255, 255, 255, 0.8);
                }

                    .Loginbox-wrap .loginbox .sfLoginBox .sfFormGroup .sfInputbox:focus {
                        border: 2px solid rgba(255, 255, 255, 0.8);
                    }

                .Loginbox-wrap .loginbox .sfLoginBox .sfFormGroup .sfErrors {
                    position: absolute;
                    left: 140px;
                    font-size: 12px;
                    top: 35px;
                }

                .Loginbox-wrap .loginbox .sfLoginBox .sfFormGroup .sfErrorMsg {
                    position: absolute;
                    left: 140px;
                    top: 36px;
                    font-size: 11px;
                }

            .Loginbox-wrap .loginbox .sfLoginBox .sfForgotPwd {
                width: 100%;
                float: left;
                text-align: center;
                margin-top: 15px;
            }

                .Loginbox-wrap .loginbox .sfLoginBox .sfForgotPwd a {
                    color: #2b96dc;
                    float: left;
                    width: 100%;
                }

                    .Loginbox-wrap .loginbox .sfLoginBox .sfForgotPwd a:hover {
                        text-decoration: underline;
                    }

            .Loginbox-wrap .loginbox .sfLoginBox .CaptchaField {
                width: 100%;
                float: left;
            }

                .Loginbox-wrap .loginbox .sfLoginBox .CaptchaField img.sfCaptcha {
                    width: -moz-calc(100% - 30px);
                    width: -webkit-calc(100% - 30px);
                    width: calc(100% - 30px);
                    height: 50px;
                    float: left;
                }

                .Loginbox-wrap .loginbox .sfLoginBox .CaptchaField input.sfCaptchadata {
                    width: 15px;
                    float: right;
                    margin-top: 15px;
                }

                .Loginbox-wrap .loginbox .sfLoginBox .CaptchaField .sfInputbox {
                    width: 100%;
                    float: right;
                    border-radius: 0;
                    height: 38px;
                    line-height: 38px;
                    margin: 15px 0;
                    border: 2px solid rgba(0, 0, 0, 0.3);
                }

                    .Loginbox-wrap .loginbox .sfLoginBox .CaptchaField .sfInputbox:focus {
                        border: 2px solid rgba(0, 0, 0, 0.5);
                    }

            .Loginbox-wrap .loginbox .sfLoginBox .sfPrimaryBtn {
                width: 100%;
                margin-right: 0;
            }

        .Loginbox-wrap .loginbox .sfFailureText {
            position: absolute;
        }

.sfMalicious {
    background: #f3f3f3;
    float: none;
    width: 600px;
    padding: 30px;
    display: block;
    margin: 80px auto;
}

/*------------------Login Ends-------------------*/
/*-----------------Registration Starts------------------*/
.sfUserRegistrationPage {
    float: none;
    width: 600px;
    margin: 50px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .sfUserRegistrationPage .sfUserRegistration {
        border-radius: 0;
        background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
        padding: 30px;
        width: 100%;
        margin: 0;
        box-shadow: none;
    }

        .sfUserRegistrationPage .sfUserRegistration h2 {
            color: #fff;
            margin: 0 0 30px;
            float: left;
            width: 100%;
            text-align: center;
        }

        .sfUserRegistrationPage .sfUserRegistration p {
            font-size: 12px;
            margin-bottom: 20px;
        }

        .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper {
            width: 100%;
            float: left;
        }

            .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper > div {
                position: relative;
                float: left;
                width: 100%;
            }

                .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper > div label {
                    width: 160px;
                    float: left;
                }

                    .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper > div label .sfError {
                        padding: 0 0 0 5px;
                    }

                .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper > div .sfInputbox {
                    margin: 0 0 20px 0;
                    border-radius: 0;
                    height: 38px;
                    padding: 0 8px;
                    background: transparent;
                    float: left;
                    border: 2px solid rgba(255,255, 255, 0.5);
                }

                    .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper > div .sfInputbox:focus {
                        border: 2px solid rgba(255, 255, 255, 0.8);
                    }

                    .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper > div .sfInputbox[readonly] {
                        cursor: pointer;
                    }

                    .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper > div .sfInputbox.password {
                        margin-bottom: 0;
                    }

                .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper > div .sfErrorMsg {
                    position: absolute;
                    left: 0px;
                    top: 37px;
                    font-size: 11px;
                    color: #ec3935;
                }

                .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper > div .pstrength-info {
                    position: absolute;
                    top: 35px;
                    width: 100%;
                }

                    .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper > div .pstrength-info span {
                        color: #000 !important;
                    }

                .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper > div .pstrength-bar {
                    position: absolute;
                    top: 55px;
                    width: 100%;
                    border: 1px solid rgba(0, 0, 0, 0.1) !important;
                }

                .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper > div .pstrength-minchar {
                    color: #ffffff;
                    width: 100%;
                    float: right;
                    margin: 22px 0 15px;
                    font-size: 12px;
                }

            .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper .sfFirstName,
            .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper .sfEmail,
            .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper .sfDateOfBirth {
                width: 50%;
                padding-right: 15px;
            }

            .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper .sfLastName,
            .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper .sfPhone,
            .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper .sfUsername {
                width: 50%;
                padding-left: 15px;
            }

            .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper .sfPrimaryBtn {
                width: 100%;
                margin-right: 0;
            }

            .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper .sfCaptcha img.sfCaptcha {
                float: left;
                width: -moz-calc(100% - 30px);
                width: -webkit-calc(100% - 30px);
                width: calc(100% - 30px);
                height: 50px;
            }

            .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper .sfCaptcha input.sfCaptchadata {
                width: 15px;
                float: right;
                margin-top: 15px;
                padding: 0;
            }

            .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper .sfCaptcha .UpdatePanel {
                width: 100%;
                float: right;
                position: relative;
            }

                .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper .sfCaptcha .UpdatePanel .sfError {
                    position: absolute;
                    left: -25px;
                    font-size: 12px;
                    top: -5px;
                }

                .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper .sfCaptcha .UpdatePanel .sfInputbox {
                    width: 100%;
                    margin-top: 20px;
                }

                    .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper .sfCaptcha .UpdatePanel .sfInputbox.sfError {
                        position: relative;
                        left: 0;
                        top: 0;
                    }

    .sfUserRegistrationPage .sfRegConfirm {
        padding: 30px;
        background: #ebebeb;
        float: left;
        color: #000;
    }

        .sfUserRegistrationPage .sfRegConfirm h2 {
            margin: 0 0 30px 0;
            float: left;
            width: 100%;
            text-align: center;
        }

        .sfUserRegistrationPage .sfRegConfirm p {
            float: left;
            width: 100%;
            text-align: center;
        }

        .sfUserRegistrationPage .sfRegConfirm .sfButtonwrapper {
            width: 100%;
            float: left;
            margin-top: 20px;
        }

            .sfUserRegistrationPage .sfRegConfirm .sfButtonwrapper a {
                color: #fff !important;
                width: 130px;
                display: block;
                float: none;
                margin: 0 auto;
            }

    .sfUserRegistrationPage .sfMembershipHolder {
        padding: 30px;
        background-color: #fcd70a;
    }

        .sfUserRegistrationPage .sfMembershipHolder h3 {
            margin: 0 0 15px;
        }

        .sfUserRegistrationPage .sfMembershipHolder p {
            font-size: 13px;
            line-height: 1.4;
        }

            .sfUserRegistrationPage .sfMembershipHolder p:last-child {
                margin-bottom: 0;
            }

/*------------------Privacy---------------*/
.sfPrivacy h3 {
    margin: 0 0 30px;
}

.sfPrivacy h4 {
    margin: 0 0 15px;
}

/*--------------Contact Starts---------------*/
.sfContactWrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.sfContactForm {
    padding: 30px !important;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

    .sfContactForm .cssClassFormWrapper h2 {
        margin: 0 0 20px 0;
    }

    .sfContactForm .cssClassFormWrapper .sfFormGroup .sfInputbox {
        background-color: transparent;
    }

    .sfContactForm .cssClassFormWrapper .sfBtnWrapper {
        margin-top: 20px;
        float: left;
    }

.sfContactDetails {
    margin: 0;
    padding: 30px !important;
    background: #f1f1f1;
}

    .sfContactDetails h2 {
        margin: 0 0 20px 0;
    }

    .sfContactDetails p {
        font-size: 16px;
        margin: 0 0 15px 0;
    }

    .sfContactDetails a {
        color: #46a6eb;
        font-family: 'Montserrat', sans-serif;
    }

        .sfContactDetails a:hover {
            text-decoration: underline;
        }

    .sfContactDetails .sfMaps iframe {
        width: 100%;
        height: 299px;
    }

/*--------------Contact Ends---------------*/
/*---------------Ticket Rate-------------*/
.ticketRate {
    margin: 50px 0 0;
    padding: 5px 10px 10px;
}

    .ticketRate table {
        border: none;
        margin-bottom: 0;
    }

        .ticketRate table thead tr th {
            width: 200px;
            font-size: 15px;
            border: 1px solid rgba(255, 255, 255, 0.8) !important;
            text-align: center;
            background: rgba(46, 204, 113, 0.6) none repeat scroll 0 0;
            font-size: 16px;
            color: #ffffff;
        }

            .ticketRate table thead tr th:first-child {
                border-left: 1px solid rgba(255, 255, 255, 0.8) !important;
                width: 460px;
                border-top: 1px solid rgba(255, 255, 255, 0.8) !important;
                border-bottom: 1px solid rgba(255, 255, 255, 0.8) !important;
            }

        .ticketRate table tbody tr {
            border-bottom: none;
        }

            .ticketRate table tbody tr td {
                border: 1px solid rgba(255, 255, 255, 0.8);
                color: #fff;
                font-size: 14px;
                text-align: center;
            }

            .ticketRate table tbody tr:first-child td {
                color: #0077e0;
                font-weight: 600;
            }

    .ticketRate p {
        font-size: 20px;
        margin: 20px 0 0;
    }


.ticketBookingDetail > p {
    color: #fff;
    font-size: 14px;
}
/*----------------------------------------*/
.iframe-responsive {
    position: relative;
    height: 0;
    overflow: hidden;
}

/* 16x9 Aspect Ratio */
.iframe-responsive {
    padding-bottom: 56.25%;
}

    .iframe-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.modal.size-m {
    width: calc(600px - 17px) !important;
    height: auto !important;
    top: 40%;
}

/*--------------------------------------*/
.sfUpcoming {
    display: block;
    float: none;
}

/*--------------RESPONSIVE----------------------*/
@media all and (max-width: 1366px) {
    .largeCarousel .itemImg,
    .largeCarousel .owl-item,
    .largeCarousel .item img {
        max-height: 500px;
        min-height: 300px;
    }
}

@media all and (max-width: 1200px) {
    /*.movieListWrapper,
.bookingWrap,
.sfCommonBox{
  width: 96%;
}*/
    .sfInnerwrapper {
        width: 96%;
        float: none !important;
    }

    .highslide-galery-wrapper {
        width: 96%;
        margin-left: -48%;
    }

    .dvPlayer_wrapper {
        width: 100% !important;
    }

    .ImageAlbumWarp {
        margin-right: 2.5%;
    }
}

@media all and (max-width: 1080px) {
    .purchaseWrapper .sfBtnWrapper {
        float: left;
        width: 100%;
    }

    .chgPassword .sfNormalContentHolder .sfFormStyleA > p {
        width: 60%;
    }

    .booking-left-panel {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .booking-right-panel {
        margin-left: 0;
        width: 100%;
        float: left;
    }

        .booking-right-panel .seatplan {
            float: left;
            padding: 0;
        }

    .booking-left-panel .pricing-table {
        float: left;
    }

    .booking-left-panel .sfProceedButton {
        float: left;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 180px;
    }
}

@media all and (max-width: 1079px) {
    .sfHeaders .sfHeadersWrapper .sfNav {
        position: absolute;
        right: 15px;
        width: 43px;
        z-index: 101;
        top: -5px;
        padding: 0 !important;
    }

    .sfNavigation {
        top: 5px;
        height: 46px;
    }

    #sfResponsiveNavBtn {
        right: 0;
        top: 25px;
    }

        #sfResponsiveNavBtn span,
        #sfResponsiveNavBtn span::before,
        #sfResponsiveNavBtn span::after {
            background: #fba81a;
            width: 30px;
            height: 3px;
        }

    .sfLoginStatus {
        float: right;
        margin-right: 70px;
        width: calc(100% - 230px);
    }

    .sfFooterWrapper .sfNavigation {
        height: auto;
        top: 0;
    }

    .sfFooterWrapper #sfResponsiveNavBtn {
        display: none;
    }

        .sfFooterWrapper #sfResponsiveNavBtn + .sf-menu {
            position: relative;
            top: 0;
            left: 0;
            background: none;
            box-shadow: none;
            margin-left: 0;
            width: 100%;
            height: auto;
        }

    .sfFooterWrapper .sf-menu > li:first-child {
        margin-top: 0;
    }
}

@media only screen and (max-device-width: 1024px) {
    .sfUpcomingWrapper .item,
    .sfMoviesWrap .item {
        width: 100%;
        padding: 0 !important;
    }
}

@media all and (max-width: 980px) {
    .bookingWrap .booking.sfCol_75 {
        width: 100%;
        margin-bottom: 20px;
    }

    .bookingWrap .selection.sfCol_25 {
        width: 100%;
        margin-top: 0;
        margin-bottom: 40px;
        padding-left: 0 !important;
        float: left !important;
    }

    .booking-right-panel {
        flex-wrap: wrap;
    }

        .bookingWrap .divShoppingCart,
        .booking-right-panel .seatplan {
            width: 100%;
        }

    .bookingWrap .divShoppingCart {
        margin-top: 30px;
    }

    .seat.flex .ulBookedSeats li {
        width: 50px;
    }

    .purchaseWrapper .sfBtnWrapper {
        width: auto;
        float: right;
    }

    #ulBookedSeats li {
        width: 50px;
    }

    .Loginbox-wrap .loginbox {
        width: 85%;
    }

    .ImageAlbumWarp {
        width: 31%;
        margin-right: 3.5%;
    }

        .ImageAlbumWarp:nth-child(4n+4) {
            margin-right: 3.5%;
        }

        .ImageAlbumWarp:nth-child(3n+3) {
            margin-right: 0;
        }

    .sfMovieDetail {
        width: 100% !important;
    }

    .sfNowShowinfSlider {
        width: 100% !important;
    }

    .nowshowing-wrap {
        margin-top: 0 !important;
    }

        .nowshowing-wrap .box {
            width: 50%;
        }

            .nowshowing-wrap .box .movie-info span {
                width: 100%;
                float: left;
            }

    .sfShoppingDetailBottom {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media all and (max-width: 900px) {
    .sfBanner .now-showing-list.fullWidthBanner.owl-carousel {
        width: 90%;
        margin-left: -45%;
    }

    .sfBanner .now-showing-list.fullWidthBanner.owl-carousel {
        bottom: 90px;
    }

    .quickBookingHeaderWrapper,
    .quickBookingInfo,
    .quickBookingInfo {
        width: 90%;
    }
}

@media all and (max-width: 800px) {
    .sfPhotogallery .sfImageholder,
    .highslide {
        margin: 15px 1%;
        width: 31.33%;
    }

    .sfNewArticle {
        width: 46%;
        margin: 15px 2%;
    }

    .purchaseWrapper .sfBtnWrapper {
        width: 100%;
        float: left;
    }

    .booking-left-panel {
        width: 100%;
    }

    .seat-status {
        width: 100%;
        position: relative;
        float: left;
    }

    .seatplan {
        padding: 40px 15px;
    }

    .booking-right-panel {
        margin-left: 0;
    }

    .sfAccountContent {
        padding: 10px 20px;
    }

    ul.sfHorizontalMenuA li > span {
        display: none;
    }

    ul.sfHorizontalMenuA li i {
        font-size: 22px;
    }

    .sfAccountInfo.flex {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

        .sfAccountInfo.flex > div {
            width: 100%;
            padding: 20px;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

    .sfAccountMemberIdDetails.flex {
        padding-top: 0 !important;
    }

    .sfUserRegistrationPage {
        width: 90%;
    }

    .sfContactWrapper {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sfContactForm,
    .sfContactDetails {
        width: 100%;
    }

    .sfContactForm {
        margin-bottom: 0;
        padding-bottom: 0 !important;
    }

    .sfFormStyleA .sfNormalContentHolder1 > div {
        width: 100%;
    }

    .chgPassword .sfNormalContentHolder .sfFormStyleA > p {
        width: 80%;
    }

    .sfCol_70.sfNowShowing {
        width: 100%;
    }

    .sfCol_30.sfAds {
        width: 100%;
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) {
    .sfIntroduction,
    .sfAds {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .sfAds {
        width: 44%;
    }
}

@media all and (max-width: 767px) {
    /*  [class*="sfCol_"], .sfFixed[class*="sfCol_"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }*/
    #sfHeaders,
    #sfHeaders [class*='sfCol_'] {
        float: left;
    }

    .sfFooterWrapper.sfInnerwrapper [class*="sfCol_"] {
        width: 50%;
        float: left;
    }

    .sfHeaders .sfHeadersWrapper .sfLoginStatus {
        padding: 0;
        width: 100%;
        background: #fba81a;
        margin-top: 87px;
    }

    .sfMap {
        margin-top: 30px;
    }

    .detailBlockBtn .movieTimeLink {
        padding: 15px 18px;
    }

    .detailBlock h2,
    .detailBlockBtn h2 a {
        font-size: 26px;
    }

    .booking .book-movie-image {
        width: 200px !important;
    }

    .booking .booking-info {
        width: -webkit-calc(100% - 200px);
        width: -moz-calc(100% - 200px);
        width: -ms-calc(100% - 200px);
        width: -o-calc(100% - 200px);
        width: calc(100% - 200px);
    }

    .sfUserSummary-confirm .summary-wrap,
    .sfUserSummary-confirm #divShoppingCart {
        width: 100%;
    }

    .Loginbox-wrap .loginbox {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 50px auto;
    }

        .Loginbox-wrap .loginbox .sfLoginBox,
        .Loginbox-wrap .loginbox .sfRegisterBox {
            width: 100%;
        }
    /*.largeCarousel .owl-item{
  max-height: 300px;
}*/
    .sfAboutCompanyShortDes .sfImage {
        width: 100%;
        margin-bottom: 30px;
    }

    .sfAboutCompanyShortDes .sfInfo {
        width: 100%;
        padding: 0;
    }

    .RewardPoints .sfGridwrapper {
        width: 100%;
        overflow: auto;
    }

        .RewardPoints .sfGridwrapper table {
            width: 768px;
        }

    .sfShoppingDetailBottom .divShoppingCart,
    .sfShoppingDetailBottom .reservationSmlFrm {
        width: 100%;
    }
    /*-----------------------------*/
    .sfIntroduction {
        position: static;
    }

    #WeekDaysList {
        position: absolute;
        top: 100%;
        left: 0;
    }

    .sfInnerwrapper .sfTopIntro {
        padding-left: 0;
        padding-right: 0;
        margin: 0 15px;
        width: auto;
    }

    .sfInnerwrapper .sfUpcoming {
        padding: 130px 15px 0;
    }

    .sfInnerwrapper .sfIntroduction,
    .sfInnerwrapper .sfAds {
        padding: 0;
    }

    .sfIntro h2 {
        font-size: 20px;
    }

    .slick-list .slick-slide {
        padding-left: 0 !important;
    }

        .slick-list .slick-slide .text-holder {
            width: auto;
        }
}

@media all and (max-width: 640px) {
    .sfHistoryMovieImgThumb {
        margin-bottom: 0;
    }

    .sfProfiletableContent {
        width: 100% !important;
        margin-left: 0;
    }

    .sfAccountContent {
        padding: 10px;
    }

    .sfUserRegistrationPage .sfUserRegistration {
        width: 100%;
    }

    .ImageAlbumWarp {
        width: 47%;
        margin-right: 5%;
    }

        .ImageAlbumWarp:nth-child(3n+3) {
            margin-right: 5%;
        }

        .ImageAlbumWarp:nth-child(2n+2) {
            margin-right: 0;
        }

    .sfMalicious {
        width: 90%;
    }

    .RewardPoints .sfGridwrapper {
        width: 100%;
        overflow: auto;
    }

        .RewardPoints .sfGridwrapper table {
            width: 556px;
        }

    .showDetailBox .book-movie-detail {
        width: 100%;
    }

    .booking-left-panel {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .booking-left-panel .booking-details {
            width: 100%;
        }

            .booking-left-panel .booking-details span {
                width: auto;
                margin-right: 15px;
            }

                .booking-left-panel .booking-details span:last-child {
                    margin-right: 0;
                }

    .sfSummaryDetails > div > h6 {
        float: left;
        width: 80px;
    }

    .sfSummaryDetails > div {
        width: 100%;
        margin-bottom: 10px;
    }

        .sfSummaryDetails > div:last-child {
            margin-bottom: 0;
        }

        .sfSummaryDetails > div > h5,
        .sfSummaryDetails #ulBookedSeats {
            width: -webkit-calc(100% - 80px);
            width: -moz-calc(100% - 80px);
            width: calc(100% - 80px);
            float: left;
        }

    .sfTrailerContent {
        display: block;
    }

        .sfTrailerContent .main-trailer {
            width: 100%;
        }

        .sfTrailerContent .side-trailer {
            width: 100%;
        }

    .booking-right-panel {
        width: 100%;
        overflow: auto;
    }

        .booking-right-panel .seatplan .sfSeatPlanGrid {
            width: 100%;
            overflow: auto;
        }

            .booking-right-panel .seatplan .sfSeatPlanGrid table {
                max-width: 480px;
                width: 480px;
            }
}

@media only screen and (max-width: 639px) {
    .modal.size-m {
        margin-left: 10px !important;
        margin-right: 10px !important;
        left: 0 !important;
        right: 0 !important;
        width: calc(100% - 17px) !important;
    }
}

@media only screen and (max-device-width: 601px) {
    .now-showing-list .movie_poster {
        width: 100%;
    }

    .now-showing-list .movie_details {
        width: 100%;
        height: auto;
    }

    .now-showing-list .owl-controls {
        top: 285px;
    }
}

@media all and (max-width: 520px) {
    .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper .sfFirstName,
    .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper .sfEmail,
    .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper .sfDateOfBirth {
        width: 100%;
        padding-right: 0;
    }

    .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper .sfLastName,
    .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper .sfPhone,
    .sfUserRegistrationPage .sfUserRegistration .sfFormwrapper .sfUsername {
        width: 100%;
        padding-left: 0;
    }

    .sfForgotPasswordPageLeft,
    .sfRecoverPasswordPage .sfLogininside {
        width: 100%;
    }

    .sfForgotPasswordInfo > div.sfBtnWrapper {
        width: 290px;
        display: block;
        float: none;
        margin: 20px auto 0;
    }

    .sfPhotogallery .sfImageholder,
    .highslide {
        width: 46%;
        margin: 15px 2%;
    }

    .sfFooterWrapper.sfInnerwrapper [class*="sfCol_"] {
        width: 100%;
        float: left;
    }

    .sfBanner,
    .sfBanner .hdImage-carousel.owl-carousel {
        height: 300px;
    }
    /*  .sfBanner .now-showing-list.fullWidthBanner.owl-carousel {
    bottom: 244px;
  }*/
    .detailBlockBtn h2 a {
        font-size: 22px;
        padding: 18px 22px;
    }

    .detailBlockBtn .movieTimeLink {
        padding: 18px 22px;
    }

        .detailBlockBtn .movieTimeLink span {
            font-size: 16px;
        }

    .sfBanner .now-showing-list.fullWidthBanner.owl-carousel {
        display: none !important;
    }

    .nowshowing-wrap > h1,
    .nextrelease-wrap > h1,
    .coming-wrap > h1,
    #divBlogs h1,
    .sfPhotogallery > h1 {
        font-size: 26px;
        letter-spacing: 1px;
    }

    .nowshowing-wrap {
        margin: 40px auto;
    }

    .movieListWrapper .nowshowing-wrap {
        margin: 0;
    }

    .sfChangeMovieOption {
        width: 100%;
        margin-bottom: 20px;
    }

    .nowshowing-list .sfImgHolder {
        padding-right: 10px;
    }

        .nowshowing-list .sfImgHolder::after {
            right: 15px;
        }

    .eventListWrapper #divBlogs {
        padding: 30px 15px;
    }

    .sfNewArticle {
        width: 100%;
        margin: 15px 0;
    }

    .sfArticleInfo {
        height: auto;
    }

    .Loginbox-wrap .loginbox,
    .sfUserRegistrationPage .sfUserRegistration,
    .sfForgotPasswordPageLeft,
    .sfRecoverPasswordPage .sfLogininside {
        width: 100%;
    }

    .booking .book-movie-image {
        margin-bottom: 20px;
        width: 100% !important;
    }

    .booking .booking-info {
        width: 100% !important;
        padding-left: 0;
    }

    .booking-info .wrap .booking-info-header {
        margin-left: 0;
    }

    .editProfile.detailActive,
    .chgPassword.detailActive {
        width: 100%;
    }

    .sfUserRegistrationPage {
        width: 100%;
    }

    .sfProfiletableContent > div {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .sfProfiletableContent > div > label {
            width: 100%;
        }

        .sfProfiletableContent > div.sfHistoryMOvieTitleBar {
            height: 85px;
        }

    .sfHistoryMOvieTitleBar div {
        left: 10px;
        top: 45px;
        right: 0;
    }

    .sfStatusPending,
    .sfStatusCompleted {
        float: left;
    }

    .sfCancelOrder {
        float: left;
        margin-right: 10px;
    }

    .sfHorizontalTab.onlineTransationTab .sfProfiletableContent > div {
        width: 100%;
        float: left;
    }

    .nowshowing-wrap .box {
        width: 100%;
    }

    .showDetailBox .book-movie-poster {
        width: 100%;
        margin-bottom: 20px;
    }

    .showDetailBox .book-movie-desc {
        width: 100%;
        padding: 0;
    }

    .sfPurchaseBills {
        width: 100%;
    }
}

@media all and (max-width: 499px) {
    .ticketRateBG {
        width: 100%;
        overflow: auto;
    }

    .ticketRate {
        width: 499px;
    }
}

@media all and (max-width: 500px) {
    .bookingWrap .divShoppingCart .sfBtnWrapper {
        float: left;
        width: 100%;
        margin-top: 15px;
    }
}

@media all and (max-width: 480px) {
    .Loginbox-wrap .loginbox .sfLoginBox .sfFormGroup .sfErrorMsg {
        left: 0;
        top: 63px;
    }

    .sfForgotPasswordInfo > div > label,
    .sfForgotPasswordInfo > div > input,
    .sfForgotPasswordInfo > div > .sfCaptchaWrapper,
    .sfButtonwrapper.sfMarginnone {
        float: left;
        width: 100%;
    }

    .booking-info .wrap > .clearfix > label,
    .booking-form .movie-title > label {
        width: 100%;
        padding-left: 0;
    }

    ul.sfMovieShowtime {
        width: 100%;
    }

    .booking-info .wrap > .clearfix > .form-control,
    .booking-form .movie-title > h3 {
        width: 100%;
    }

    .reservationSmlFrm div > label,
    .reservationSmlFrm div > .sfInputbox {
        float: left;
        width: 100%;
    }

    .sfShoppingDetailBottom .reservationSmlFrm > div .sfBtn {
        margin-left: 0;
    }

    .sfFormStyleA p > label,
    .sfFormStyleA > label {
        width: 100%;
    }

    .sfFormStyleA .sfNormalContentHolder1 > div {
        padding-right: 0;
    }

    .sfFormStyleA p input.sfInputbox,
    .sfFormStyleA p textarea,
    .sfFormStyleA input.sfInputbox,
    .sfFormStyleA p textarea.sfInputbox,
    .sfFormStyleA textarea.sfInputbox {
        width: 100%;
    }

    .sfFormStyleA .sfNormalContentHolder1 > div.sfBtnWrapper .sfBtn {
        margin-left: 0;
    }

    #rdbGender {
        width: 100% !important;
    }

    .sfNormalContentHolder1 br {
        display: none;
    }

    .sfAccountContent table tr td {
        padding-right: 20px;
    }

    .sfRecoverPasswordPage .sfLogininside > div > input {
        width: 100%;
    }

    .sfRecoverPasswordPage .sfLogininside > div > span {
        margin-bottom: 5px;
    }

    .sfRecoverPasswordPage .sfLogininside > div.sfButtonwrapper,
    .sfForgotPasswordInfo > div.sfButtonwrapper {
        margin-left: 0;
        width: 100%;
        float: none;
    }

    .booking-info .wrap > .clearfix > .sfCustomSelect {
        width: 100%;
    }

    .bookingWrap .divShoppingCart .divShoppingCartWrapper .achViewDetail,
    .bookingWrap .divShoppingCart .divShoppingCartWrapper .sfHideDetail {
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 15px;
    }

    .SendmailFormWrapper {
        width: 100%;
        margin-top: 15px;
    }

    .sfPurchaseBills .sfBtnWrapper .sfBtn {
        float: right;
        margin-right: 0;
    }

    .sfPurchaseBills {
        padding: 20px;
    }

    .sfUpcomingWrapper .movie_details,
    .sfMoviesWrap .item .movie_details {
        width: 100%;
        height: auto;
    }

    .sfUpcomingWrapper .movie_poster,
    .sfMoviesWrap .item .movie_poster {
        width: 100%;
        height: 380px;
    }

        .sfUpcomingWrapper .movie_poster a,
        .sfMoviesWrap .item .movie_poster a {
            height: 324px;
        }

            .sfUpcomingWrapper .movie_poster img,
            .sfMoviesWrap .item .movie_poster a img {
                width: 100%;
                height: 100%;
            }

    .sfDropDownListings.sfCustomSelect {
        width: 100%;
        margin-bottom: 15px;
    }

    .now-showing-list .movie_details .sfSchedule {
        width: 100%;
    }

    .movie_details .sfBtn {
        float: left;
    }

    .bookingwrap .booking-header,
    .booking-left-panel .booking-details,
    .booking-left-panel .pricing-table {
        padding: 10px !important;
    }

        .bookingwrap .booking-header h3 {
            font-size: 20px;
        }

        .booking-left-panel .booking-details h3 {
            font-size: 18px;
        }

    .sfPageSliderCloseBtn {
        top: 18px;
    }

    .sfProceedButton #sfProceedTicketing {
        font-size: 18px;
    }

    .chgPassword .sfNormalContentHolder .sfFormStyleA > p > label,
    .chgPassword .sfNormalContentHolder .sfFormStyleA > p > .sfInputbox,
    .chgPassword .sfNormalContentHolder .sfFormStyleA > p {
        width: 100%;
    }

        .chgPassword .sfNormalContentHolder .sfFormStyleA > p.sfBtnWrapper {
            margin-left: 0;
        }

    .sfFormStyleA > p > .sfRequired,
    span.sfError {
        left: 0;
    }

    .sfFooterLink .sfLink {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
}

@media all and (max-width: 414px) {
    .ImageAlbumWarp {
        width: 100%;
        margin-right: 0% !important;
    }
}

@media all and (max-width: 405px) {
    .seat-status ul li {
        width: 50%;
    }
}

@media all and (max-width: 375px) {
    .booking-left-panel .pricing-table {
        width: 100%;
    }

    .booking-left-panel .sfProceedButton {
        width: 100%;
    }

        .booking-left-panel .sfProceedButton span {
            padding: 15px;
            font-size: 20px;
        }
}

@media all and (max-width: 360px) {
    .sfForgotPasswordInfo > div.sfBtnWrapper > input,
    .sfRecoverPasswordPage .sfLogininside > div > input {
        width: 100% !important;
        margin: 0 0 20px 0;
    }

        .sfForgotPasswordInfo > div.sfBtnWrapper > input.sfCancel,
        .sfRecoverPasswordPage .sfLogininside > div > input.sfCancel {
            margin-bottom: 0;
        }

    .sfForgotPasswordInfo > div.sfBtnWrapper,
    .sfRecoverPasswordPage .sfLogininside > div.sfBtnWrapper {
        width: 100%;
    }

    .sfPhotogallery,
    .highslide-galery-wrapper,
    #divBlogs {
        padding: 30px 15px 15px;
    }

        .sfPhotogallery .sfImageholder,
        .highslide,
        .sfNewArticle {
            width: 100%;
            margin: 15px 0 0;
        }

        #divBlogs h1 {
            margin: 10px 0 20px;
        }

    .nowshowing-wrap .sfImgHolder {
        padding: 0;
    }

    .nowshowing-list .sfImgHolder {
        padding: 0px;
    }

        .nowshowing-list .sfImgHolder::after,
        .ComingSoon-list .sfImgHolder::after,
        .nowshowing-wrap .sfImgHolder::after {
            right: 22px;
        }
    /*.sfBorderBtm.sfHistoryMOvieTitleBar .sfStatusPanel{
  position: relative;
}
.sfBorderBtm.sfHistoryMOvieTitleBar .sfStatusPanel span{
  float: left;
  margin-left: 10px;
}*/
}



#ulShowDays > li {
    display: inline-block;
    float: left;
}


    #ulShowDays > li a {
        border: 2px solid #ffffff;
        border-radius: 80px;
        display: inline-block;
        float: left;
        font-size: 14px;
        color: #ffffff;
        margin: 0 0 0 10px;
        padding: 0 10px 0 10px;
    }

        #ulShowDays > li a.active {
            border: 2px solid #00a2ff;
            color: #00a2ff;
        }

.selectShowDays > ul {
    color: #ffffff;
    list-style: outside none none;
}

.selectShowDays {
    float: right;
    padding: 10px 10px 0 0;
}



.sfContainer.sfCol_100.sfBodyContent {
    background: rgba(0,0,0,1) url("../images/bodybg.jpg") no-repeat scroll 0 0 / cover;
    min-height: 700px;
}

.movie-poster img {
    height: 370px;
    width: 90%;
}

.sfOverlay {
    background: url("../images/bgPattern.png");
    padding: 0 0 20px;
}

.show-detail {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    min-height: 110px;
    padding: 10px;
    position: absolute;
    width: 90%;
}

#divNextRelease .show-detail {
    min-height: 50px;
}

.show-detail h3 {
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 5px;
}

.menu-trigger {
    border: 2px solid #24f43c;
    border-radius: 20px;
    color: #24f43c;
    font-size: 13px;
    padding: 4px;
}

    .menu-trigger:hover {
        color: #ffffff;
    }

    .show-times .inactive .fa.fa-clock-o, .menu-trigger .fa.fa-clock-o {
        display: none;
    }

.show-times .inactive {
    border: 2px solid #f33223;
    border-radius: 20px;
    color: #f33223;
    font-size: 13px;
    padding: 4px 3px;
}



.owl-buttons .fa {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #ffffff;
    height: 35px;
    padding: 10px 0 0;
    text-align: center;
    width: 35px;
}

    .owl-buttons .fa:hover {
        color: #24f43c;
    }

.owl-prev {
    bottom: 50%;
    left: -17px;
    position: absolute;
}

.owl-next {
    bottom: 50%;
    position: absolute;
    right: 0;
}

.buyTickets a {
    background: #0071bd none repeat scroll 0 0;
    border: 2px solid;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    left: 114px;
    margin: 0 auto;
    overflow: hidden;
    padding: 2px 15px;
    position: relative;
    top: 56px;
}

.buyTickets {
    text-align: center;
    position: absolute;
    left: 38%;
    top: -28px;
}

.ticketRate h2, .sfContactInfo > h2, .contact-form-wrapper {
    color: red;
}

    .ticketRate h2 span, .sfContactInfo > h2 span, .contact-form-wrapper span {
        color: #0077e0;
    }


.sfContactDetails {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    color: #ffffff;
}

.sfContactForm {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}


.ticketRateBG h3 {
    color: #ffffff;
}


@media all and (max-width: 980px) {

    .buyTickets a {
        left: 0px;
        top: 10px;
    }

    ul.sfHorizontalMenuA li > span {
        display: block;
    }

    ul.sfHorizontalMenuA li {
        padding: 0 10px;
    }
}

@media all and (max-width: 600px) {
    #ulShowDays > li a {
        font-size: 11px;
        padding: 0 5px;
    }

    .sfTrailerWrapper {
        padding: 0 0 0 1px;
        width: 100%;
    }
}







.loading {
    padding: 120px 0 160px;
    text-align: center;
}

    .loading > img {
        width: 120px;
    }

#sfBodyContentWrapper .sfHtmlview {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    color: #ffffff;
    padding: 22px 10px 5px;
}

#sfContactDetails .sfHtmlview {
    background: transparent;
}

.sfPurchaseBills .sfBtnWrapper {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    justify-content: center;
}

#lblPrint {
    margin-right: 5px;
    background: #0077e0;
    border: 2px solid #fff;
}

#btnSendEmail {
    background: #0077e0;
    border: 2px solid #fff;
}


/* Booking Section Buttons */
div#divShoppingCart .purchase.from .sfBtn:hover {
    box-shadow: none;
}

div#divShoppingCart .purchase.from .sfBtn {
    background: transparent;
    border: none;
    margin: 0;
    padding: 8px 10px;
}
