@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700,900);


body {
    background: #f3f1f2;
    font-family: 'Lato', sans-serif;
    color: #333;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #333;
}

.hidden-xs {
    display: none;
}

.hidden-sm {
    display: none;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt50 {
    margin-top: 50px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb25 {
    margin-bottom: 25px;
}

.pad70 {
    padding-top: 70px;
}

.pad15 {
    padding: 15px !important;
}

.np {
    padding: 0px !important;
}

.nm {
    margin: 0px !important;
}

a {
    color: #333;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

    a:hover, a:focus {
        color: #14aad5;
        text-decoration: none;
    }

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.clearfix {
    clear: both !important;
}

/*Header*/

#header {
    display: inline-block;
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #FFF;
    border-bottom: 1px solid RGBA(83, 17, 156, 0.30);
}

.home_header {
    width: 100%;
    position: relative;
    background: #14aad5;
    z-index: 99;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.header_bg {
    background-color: #f2f6f9;
}

.navbar-inverse {
    background-color: transparent !important;
    border-color: transparent !important;
}

.navbar {
    min-height: 80px;
    margin-bottom: 0px;
}

.navbar-brand {
    height: 80px;
    padding: 0px 15px;
    max-width: 168px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    line-height: 45px;
}

.mvThumb {
    padding: 0px;
    margin: 0px;
}

.top_link a {
    color: #333 !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #53119c !important;
}

.navbar-inverse .navbar-nav > li > a:after {
    color: #53119c !important;
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.navbar-inverse .navbar-nav > li > a:hover:after {
    color: #53119c !important;
    width: 100%;
    background: #53119c;
}

.navbar-right {
    margin-right: 0px;
    margin-top: 0px;
}

.top_btn {
    color: #53119c !important;
    font-weight: 400 !important;
    padding: 5px 10px !important;
    background-color: #F1F1F1;
    border: none;
    line-height: 66px !important;
    font-size: 16px;
}

    .top_btn .top_btn:focus, .top_btn:hover {
        background-color: #F1F1F1 !important;
    }

.support_btn {
    color: #FFF !important;
    background-color: #14aad5 !important;
    font-weight: 400 !important;
    padding: 5px 10px !important;
    border: none;
    line-height: 66px !important;
    font-size: 16px;
}

    .support_btn .support_btn:focus, .support_btn:hover {
        color: #FFF !important;
        background-color: #14aad5 !important;
    }

.top_btn > i {
    color: #53119c;
    font-size: 22px;
    margin-right: 5px;
}

.white_txt {
    color: #FFF !important;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }

.navbar-toggle .icon-bar {
    width: 25px;
    height: 3px;
}

.top_logo_area {
    padding: 30px 0;
}

    .top_logo_area li {
        float: left;
        color: #000;
        font-weight: 700;
        padding-left: 18px;
        list-style: none;
        text-align: right !important;
    }

.banner {
    padding-top: 76px;
}

.slider_banner {
    width: 100%;
    height: 470px;
    background: #000;
}

    .slider_banner img {
        width: 100%;
        background-size: cover;
        height: 470px !important;
        /*opacity: 0.5;*/
    }
/** LIst Page**/
.search_area {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 120px;
    left: 0px;
    z-index: 6;
}

    .search_area h1 {
        color: #385461;
        text-align: center;
    }

.search_field {
    background-color: rgba(255, 255, 255, 0.3) !important;
    border: none;
    padding: 10px;
    color: #FFF !important;
    font-weight: 500;
    height: 50px;
    border-radius: 50px;
}

    .search_field option {
        background-color: #14aad5;
    }

.search_btn {
    color: #FFF !important;
    font-weight: 700 !important;
    font-size: 25px;
    padding: 8px 20px !important;
    background-color: #2da896;
    border: none;
    border-radius: 6px;
}

    .search_btn:hover {
        background-color: #36bda9;
        border: none;
    }

.select-down-new {
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    background: url(../images/drop_arrow.png) no-repeat right 5px center;
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
    cursor: pointer;
}

.select-down-new2 {
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    background: url(../images/drop_arrow2.png) no-repeat right 5px center;
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
    cursor: pointer;
}

.feature_module {
    border: 1px solid #ced1d6;
    border-bottom: none;
    padding: 10px 0px;
    color: #C3C3C3 !important;
    font-size: 18px;
}

.search_panel {
    margin: 70px auto 20px;
    max-width: 600px;
}

    .search_panel p {
        font-size: 28px;
        color: #FFF;
    }

    .search_panel i {
        color: #1890b2;
        font-size: 38px;
    }
/** Home Page**/
.carousel-indicators li {
    background-color: #7A33CA;
    border: none;
    height: 16px;
    width: 16px;
}

.carousel-indicators .active {
    background-color: #14aad5;
    height: 20px;
    width: 20px;
}

.home_blue_btn {
    color: #FFF !important;
    font-weight: 400 !important;
    font-size: 20px;
    padding: 8px 0px !important;
    border-radius: 50px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    background: #14aad5 !important;
}

    .home_blue_btn:hover {
        background-color: #0e9ac2 !important;
        color: #FFF !important;
    }

/** Movie Page**/
.movie_area {
    padding: 30px 0px 30px 0px;
    background: #FFF;
}

.movie_area_mod {
    position: relative;
    border: 1px solid #ececec;
    height: auto;
}

.movie_area_mod_img {
    width: 100%;
    height: 140px;
    border-bottom: 4px solid #14aad5;
}

    .movie_area_mod_img img {
        width: 100%;
        min-height: 136px;
        height: 100%;
        background-size: cover;
    }

.movie_area_mod_text {
    padding: 10px;
    position: relative;
}

    .movie_area_mod_text h3 {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: #48197b;
        margin: 0px !important;
    }

    .movie_area_mod_text p {
        color: #e10303;
        font-size: 12px;
    }

.movie_area_rate {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 87px;
    padding: 5px;
    color: #FFF;
    line-height: 16px;
    font-size: 13px;
    text-align: center;
    background: url(../images/show_tkt_bg.png) top center no-repeat;
}

.buyticket_btn {
    color: #14aad5;
    font-weight: 400;
    font-size: 18px;
    padding: 5px 25px;
    border-radius: 0px;
    width:;
    margin: 15px auto;
    text-align: center;
    background: #FFF;
    border: 1px solid #48197b;
    text-transform: uppercase;
}

    .buyticket_btn:hover {
        background-color: #FFF;
        color: #48197b;
    }

.overlay-wrap {
    position: relative;
    min-height:;
}

    .overlay-wrap .overlay-wrap-inner {
        width: 100%;
        margin: 0 auto;
    }

.overlay-wrap-inner-btn {
    padding: 10px 20px;
    margin: 20% 4px 0;
    font-size: 16px;
    border: 3px solid #14aad5;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 600;
}

.overlay-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    vertical-align: middle;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

    .overlay-wrap .overlay .preview {
        display: inline-block;
        /*background:#FFF;*/
        text-align: center;
        color: #fff;
    }

.overlay-wrap:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*Biswa Modal DIV*/
#overlay {
    visibility: visible;
    position: fixed;
    left: 0px;
    top: 80px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-image: url('../images/modalcity_bg.png');
    background-repeat: repeat;
}

    #overlay div {
        margin: 10% auto 4% auto;
        background-color: #fff;
        padding: 15px;
        max-width: 300px;
        min-width: 300px;
        border-radius: 4px;
        box-shadow: 0px 0px 7px 2px #999;
    }

.modalBtn {
    padding: 0px;
    margin: 10px 0px 0px 0px;
}

.header_class {
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 15px 0px;
    font-size: 15px;
    color: #0066CC;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #0033CC;
}

.home_tab {
    width: 404px;
    margin: 0 auto;
}

    .home_tab > li {
        width: 200px;
        text-align: center;
    }

        .home_tab > li.active > a, .home_tab > li.active > a:focus, .home_tab > li.active > a:hover {
            color: #fff;
            background-color: #14aad5;
        }

        .home_tab > li > a {
            border: 1px solid #96a6a7;
            text-transform: uppercase;
            border-radius: 0px;
            font-weight: 400;
        }

/** Features Page**/
.features_area {
    padding: 10px 0px;
    background: url(../images/service_bg.png) top center #48197b;
}

.features_box {
    padding: 10px;
    height: 120px;
    color: #FFF;
    cursor: pointer;
    text-align: center;
}

    .features_box:hover {
        background-color: #55218d;
    }

    .features_box h1 {
        font-size: 16px;
        font-weight: 600;
        color: #FFF;
        text-transform: uppercase;
    }

    .features_box p {
        font-size: 15px;
        color: #FFF;
    }

.smallgray {
    color: #bdc2c9;
}

/** Activity Section**/
.activity_sec {
    margin-top: 20px;
    padding: 40px 0px;
    background-color: #f3f1f2;
}

.activity_mod {
    position: relative;
    height: 420px;
    background: #e9e7e8;
}

    .activity_mod h1 {
        background: #14aad5;
        color: #FFF;
        margin: 0px;
        font-size: 20px;
        font-weight: 400;
        padding: 15px;
    }

.scroll_wraper {
    height: 340px;
    margin: 15px;
}

    .scroll_wraper ul {
        width: 100%;
        padding: 0px;
        list-style: none;
    }

    .scroll_wraper li {
        padding: 0px 0px 10px 30px;
        margin-bottom: 10px;
        background: url(../images/news_sec_icon.png) no-repeat top 3px left;
        border-bottom: 1px dashed #909090;
    }

.ad_img {
    height: 202px;
    background: #FFF;
    border: 1px solid #ccc;
    padding: 5px;
}

    .ad_img img {
        width: 100%;
        background-size: cover;
        height: 100%;
    }

/** Associate Page**/
.associate_area {
    padding: 40px 0px;
    background: #FFF;
}

    .associate_area h1 {
        position: relative;
        color: #14aad5;
        margin: 0px;
        font-size: 26px;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
    }

.associate_title_line {
    background: #48197b;
    width: 70px;
    height: 2px;
    margin: 10px auto;
}


/* Footer */

#footer {
    background: #242424;
    clear: both;
    color: #909090;
}

    #footer h3 {
        color: #14aad5;
        font-weight: 400;
        line-height: 26px;
        font-size: 16px;
        text-transform: uppercase;
    }

    #footer ul {
        padding: 0px;
    }

    #footer li {
        list-style: none;
        color: #909090;
        line-height: 26px;
    }

.footer_social {
    background-color: #333;
    color: #909090;
    padding: 15px 20px 155px;
}

    .footer_social li {
        list-style: none;
        margin-right: 20px;
        float: left;
    }

.icon {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 0;
    text-indent: -9999px;
}

.icon-mono {
    /*background: url('../images/multipleimg.png');*/
    background-image: url('../images/multipleimg.png');
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

    /* facebook */
    .icon-mono.facebook {
        background-position: 0 0;
        background-color: #3b5998;
    }

        .icon-mono.facebook:hover {
            background-color: #FFF;
            background-position: 0 -32px;
        }

    /* twitter */
    .icon-mono.twitter {
        background-position: -32px 0;
        background-color: #4099ff;
    }

        .icon-mono.twitter:hover {
            background-color: #FFF;
            background-position: -32px -32px;
        }

    /* google plus */
    .icon-mono.googleplus {
        background-position: -64px 0;
        background-color: #d34836;
    }

        .icon-mono.googleplus:hover {
            background-color: #FFF;
            background-position: -64px -32px;
        }
/* linkdin */
.footer_copyright {
    background-color: #333;
    padding: 10px;
    text-align: center;
    color: #a2a2a2;
    font-size: 13px;
}

    .footer_copyright ul {
        margin: 10px auto;
        list-style: none;
        border-bottom: 1px solid #454545;
        margin-bottom: 15px;
    }

    .footer_copyright li {
        display: inline-block;
        padding: 0px 10px;
        text-align: center;
        color: #a2a2a2;
        border-right: 1px solid #454545;
        margin-bottom: 15px;
    }

        .footer_copyright li:last-child {
            border-right: none;
        }

        .footer_copyright li > a {
            color: #a2a2a2;
        }

            .footer_copyright li > a:hover {
                color: #14aad5;
            }

.blue_txt {
    color: #14aad5;
}

/* Selected movie */
.mve_name_bg {
    background: url(../images/service_bg.png) top center #48197b;
    min-height: 50px;
    margin-top: 120px;
    margin-bottom: 15px;
}

.mvename {
    background: url(../images/camera_icon.png) left no-repeat;
    font-weight: 700;
    font-size: 22px;
    margin: 15px 0 0;
    color: #FFF;
    padding-left: 38px;
    background-size: 3%;
}

.search_field2 {
    background-color: #6B409A;
    border: 1px solid rgb(20, 170, 213);
    padding: 10px;
    color: #FFF !important;
    font-weight: 500;
    height: 40px;
    border-radius: 0px;
    margin: 5px 0 0;
    box-shadow: none;
}

    .search_field2 option {
        background-color: rgb(20, 170, 213);
    }

    .search_field2:hover {
        box-shadow: none;
    }

.selected_mve_mod {
    position: relative;
    margin-bottom: 30px;
    background: #FFF;
    border: 1px solid #E6E3E3;
    padding: 15px;
}

.seat_selection_mod {
    border: 1px solid #E6E3E3;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.seat_selection_img {
    min-height: 250px;
    max-height: 250px;
    background-size: cover;
    width: 100%;
}

.seat_selection_mod h1 {
    background: #14aad5;
    color: #FFF;
    margin: 0px;
    font-weight: 400;
    padding: 7px;
    font-size: 16px;
}

.seat_selec_bg {
    background: #E6F7FF;
}

.grn_txt {
    color: #59A406 !important;
}

.red_txt {
    color: #FF0000;
}

.seat_selection_mod a {
    color: #4f177d;
}

    .seat_selection_mod a:hover {
        color: #14aad5;
    }

.thmbview { /*CSS for enlarged image*/
    position: relative;
    color: #4f177d;
    margin: 0px;
    padding: 7px;
    font-size: 16px;
}

    .thmbview p { /*CSS for enlarged image*/
        position: absolute;
        background-color: #FFF;
        padding: 5px;
        min-width: 120px;
        left: 0px;
        border: 1px dashed #48197b;
        visibility: hidden;
        color: #000;
        text-decoration: none;
        font-size: 14px !important;
    }

    .thmbview:hover p { /*CSS for enlarged image*/
        visibility: visible;
        top: -180%;
        left: 20%; /*position where enlarged image should offset horizontally */
        z-index: 9999;
    }

/* Seat Selection */
.section_topmargin {
    margin-top: 120px;
}

.seat_top_txt {
    position: relative;
}

    .seat_top_txt h2 {
        color: #53119c;
        margin: 0px 0 10px 15px;
        font-weight: 400;
        font-size: 18px;
    }

.seat_module {
    overflow: scroll;
    margin: 25px 0 15px;
}

.table, td {
    border-top: 0px !important;
    margin-bottom: 0px;
    padding: 0px !important;
}

.selected_mve_deatils {
    position: relative;
    margin-bottom: 10px;
    background: #FFF;
    border: 1px solid #E6E3E3;
}

    .selected_mve_deatils h1 {
        background: #53119c;
        color: #FFF;
        margin: 0px;
        font-weight: 400;
        padding: 10px 15px;
        font-size: 18px;
        text-transform: uppercase;
    }

    .selected_mve_deatils img {
        margin-top: 1px;
        min-height: 140px;
        width: 100%;
        background-size: cover;
    }

.selected_mve_content {
    position: relative;
    padding: 15px;
}

    .selected_mve_content h2 {
        color: #14aad5;
        margin: 0px;
        font-size: 18px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

    .selected_mve_content p {
        margin: 0px 0 5px;
    }

.prpl_txt {
    color: #53119c !important;
}

.big_prpl_txt {
    color: #53119c !important;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.proceed_btn {
    color: #FFF !important;
    font-weight: 400 !important;
    font-size: 18px;
    padding: 10px 0px !important;
    border-radius: 0px;
    width: 100%;
    text-align: center;
    background: #14aad5 !important;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/* Checkout */
.checkout_form_title {
    background: url(../images/service_bg.png) top center #48197b;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #FFF;
    padding: 13px;
}

.checkout_field {
    padding: 15px;
}

.coutdown_time {
    width: 200px;
    height: 150px;
    margin: 0 auto;
}

.inner_header {
    background: url(../images/service_bg.png) top center #14aad5;
    color: #FFF;
    margin: 0px 0 20px;
    font-weight: 400;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
}


/* POPUP */

.modal-dialog {
    margin: 80px auto !important;
}

.modal-header {
    border-bottom: none !important;
}

.modal-content {
    border: 1px solid #14aad5 !important;
    padding-bottom: 40px;
    font-size: 15px;
}

.modal-lg {
    max-width: 1100px !important;
}

.modal-md {
    max-width: 450px !important;
}

.modal-body h2 {
    color: #14aad5;
    margin-top: 0 !important;
    font-size: 20px;
    margin-bottom: 15px;
}

.close_btn {
    opacity: 1 !important;
    font-size: 21px !important;
    width: 25px !important;
}

    .close_btn img {
        width: 100% !important;
    }

    .close_btn:focus, close_btn:hover {
        opacity: 0.3 !important;
    }

.wid100 {
    width: 100px !important;
}

.login_separator {
    position: relative;
    width: 35px;
    margin: 0 auto;
}

.login_separator_line {
    width: 3px;
    margin: 0 auto;
    max-height: 600px;
    min-height: 300px;
    background-color: #14aad5;
}

.login_separator_text {
    position: absolute;
    background-color: #14aad5;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    color: #FFF;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    top: 46%;
    left: 0px;
}

.login_field {
    border: 1px solid #48197b;
    padding: 6px 10px 8px;
    color: #48197b !important;
    width: 100%;
    border-radius: 0px;
    outline: none;
    background: #f8f8f8;
    margin-bottom: 10px;
}

    .login_field:focus {
        border-color: #14aad5 !important;
        box-shadow: none !important;
        ;
    }

.ticket_modal {
    width: 450px;
}
/* Media */
@media (max-width: 480px) {
    .search_area {
        padding: 20px 0px 60px;
    }

    .top_logo_area {
        padding: 30px 0px 0px;
    }

    .home_tab {
        width: 100%;
    }

        .home_tab > li {
            width: 100%;
        }

    .ticket_modal {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .navbar-inverse .navbar-nav > li > a {
        line-height: 30px;
    }

    .search_btn {
        width: 100%;
    }

    .search_area {
        padding: 0px;
    }

        .search_area h1 {
            font-size: 30px;
            margin-top: 0px;
        }

    .navbar-collapse {
        margin-top: 10px;
    }

    .footer_social {
        width: 100%;
        background-color: #333;
        color: #909090;
        padding: 15px 20px 70px;
    }

    .top_logo_area li {
        padding-left: 13px;
    }

    .search_panel {
        margin: 0px auto;
        width: 100%;
    }

    .banner {
        padding-top: 80px;
    }

    .slider_banner {
        height: 360px;
    }

        .slider_banner img {
            height: 320px !important;
        }
}

@media (min-width: 320px) and (max-width: 767px) {
    .login_separator {
        position: relative;
        width: 100%;
        height: 35px;
        margin: 40px auto 10px;
    }

    .login_separator_line {
        width: 100%;
        max-height: 0px;
        min-height: 3px;
        background-color: #14aad5;
    }

    .login_separator_text {
        position: absolute;
        background-color: #14aad5;
        border-radius: 100%;
        width: 35px;
        height: 35px;
        color: #FFF;
        font-weight: 600;
        text-align: center;
        line-height: 30px;
        top: -45%;
        left: 45%;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .nav > li > a {
        padding: 10px 10px;
    }

    .banner {
        padding-top: 158px;
    }

    .slider_banner {
        height: 360px;
    }

        .slider_banner img {
            height: 360px !important;
        }

    .search_panel {
        margin: 100px auto 20px;
    }

    .mve_name_bg {
        margin-top: 200px;
    }

    .section_topmargin {
        margin-top: 200px;
    }
}

/*Maharaja_Old Style*/

.upcomingmvImage {
    width: 130px;
    height: 160px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 2px;
    float: left;
    border: 1px solid #CCC;
}

.upcomingmvdetails {
    float: right;
    width: 85%;
    height: auto;
    padding: 2px;
    margin-right: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: right;
}

    .upcomingmvdetails p {
        padding: 0px;
        margin-top: 5px;
        margin-right: 0px;
        margin-bottom: 5px;
        margin-left: 0px;
    }

#mvRevew_mvdes {
    width: 100%;
    padding: 5px;
}

    #mvRevew_mvdes ul li a {
        text-decoration: none;
        line-height: 22px;
    }

    #mvRevew_mvdes h2 {
        background-image: url(images/review_icon.png);
        background-repeat: no-repeat;
        padding-left: 40px;
        padding-top: 10px;
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: #CCC;
        padding-bottom: 2px;
    }
/*thrumbnil*/


#gallery1 {
    padding-top: 40px;

    @media screen and (min-width: 991px) {
        padding: 60px 30px 0 30px;
    }
}

.img-wrapper1 {
    position: relative;
    margin-top: 15px;
    img

{
    width: 100%;
}

}

.img-overlay1 {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    i

{
    color: #fff;
    font-size: 3em;
}

}

#overlay1 {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    // Removes blue highlight -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    img

{
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;

    @media screen and (min-width:768px) {
        width: 60%;
    }

    @media screen and (min-width:1200px) {
        width: 50%;
    }
}

}

#nextButton1 {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    &:hover

{
    opacity: 0.7;
}

@media screen and (min-width:768px) {
    font-size: 3em;
}

}

#prevButton1 {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    &:hover

{
    opacity: 0.7;
}

@media screen and (min-width:768px) {
    font-size: 3em;
}

}

#exitButton1 {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
    &:hover

{
    opacity: 0.7;
}

@media screen and (min-width:768px) {
    font-size: 3em;
}
}
