@charset "UTF-8";
/* CSS Document */

@font-face {}

body {
    background-color: #040508;
    background-position: top center, top center;
    background-repeat: no-repeat, repeat-x;
    min-height: 150vh;
    font-family: "Open Sans", san serif;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

@media (max-width: 2560px) {
    body {
        background-size: contain;
    }
}

@media (max-width: 1950px) {
    body {
        background-size: calc(100% + 300px) auto;
    }
}

@media (max-width: 1300px) {
    body {
        background-size: auto;
    }

    .col-md-12.moviedetail {
        margin-top: 610px;
    }
}

@media (max-width: 640px) {
    body {
        background-position: top center;
        background-size: 80vh;
        min-height: 150vh;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", san serif;
    font-weight: 300;
    color: #fbc031;
}

a,
a:hover,
a:visited,
a:focus,
a:active {
    color: #fbc031;
}

td {
    vertical-align: top;
}

#element::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar {
    display: none;
}

.copyright {
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/* Navbar */

.navbar-inverse {
    background-color: rgba(20, 20, 20, 0.9);
    border-bottom: 3px solid #ff9900;
}

.navbar-brand {
    left: 5px;
}

.getapp {
    right: 5px;
}

@media (max-width: 640px) {
    .navbar-inverse {
        height: 40px;
    }

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

    .navbar-brand img {
        height: 24px !important;
    }

    .getapp img {
        margin-top: 5px;
        width: 130px;
    }
}

/* FB Movie Details Page starts here */
.buy {
    position: relative;
    top: 740px;
    text-align: center;
}

.buy .btn-default {
    width: 250px;
    color: #fff;
    background-color: #ff9a00;
    font-weight: 400;
    letter-spacing: 0.1em;
    border: none;
    text-transform: uppercase;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}


.moviedetail {
    margin-top: 555px;
    padding: 40px 40px;
    background: none;
    border: none;
    font-weight: 400;
    color: #e8e8e8;
    font-size: 14px;
    line-height: 22px;
    z-index: 9;
}

.synopsis p {
    font-size: 16px;
    line-height: 26px;
}

.gallery {
    margin: 0px -40px;
}

.bg-footer {
    position: absolute;
    bottom: 0;
    background: url(bg-footer.jpg);
    left: 0;
    z-index: 1;
    height: 120vh;
    width: 100%;
    background-size: cover;
}

@media (max-width: 640px) {
    .buy {
        top: 630px;
    }

    .col-md-12.moviedetail {
        margin-top: 540px;
        padding: 20px;
        height: initial;
    }

    .synopsis p {
        font-size: 14px;
        line-height: 24px;
    }

    .gallery {
        margin: 0px -20px;
        padding: 0 20px !important;
    }

    .thumbnail {
        display: none;
        margin-bottom: 20px;
    }
}

.title-block {
    margin: 20px auto;
    width: 80%;
}

.release-date {
    color: #fbc031;
    font-size: 24px;
    padding: 20px 0px 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.moviedetail h1,
.moviedetail h2,
.moviedetail h3,
.moviedetail h4 {
    color: #fbc031;
    font-family: "Open Sans", san-serif;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 400;
}

.moviedetail h2 {
    font-size: 22px !important;
}

.moviedetail h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px 10px #000;
}

#yt-container {
    margin-top: 50px;
}

.moviedetail b {
    font-weight: 600;
}

.moviedetail .thumb img {
    width: 100%;
    margin-top: 20px;
}

.moviedetail hr {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.moviedetail table {
    margin-bottom: 5px;
}

.moviedetail .table thead>tr>th,
.moviedetail .table tr>td {
    xborder-bottom: 1px solid #f4f4f4;
}

.moviedetail .panel-group {
    margin-bottom: -6px;
}

.moviedetail .panel-group hr {
    margin: 5px 0px;
}

.moviedetail .footer {
    margin-top: 100px;
}

.footer,
.footer-xs {
    font-family: "FutMedCon", sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    width: 100%;
    display: block;
    margin: 40px 0px 20px;
}

.footer-xs {
    position: static;
    padding: 20px 0px 0px;
    margin: 0px;
}

.footer a,
.footer-xs a {
    display: inline;
    margin: 20px 10px;
}

@media (max-width: 640px) {
    .moviedetail h3 {
        font-size: 20px;
    }

    #yt-container {
        margin-top: 0;
    }

    .footer-xs {
        position: static;
        margin: 0px;
        padding: 20px 0px 20px;
        font-size: 13px;
        margin-bottom: -40px;
    }
}

.showtimes {
    padding: 20px 20px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
}

.showtimes h1 {
    color: #fff;
    font-size: 35px;
    margin: 0px 20px 30px;
}

.showtimes p {
    color: #fff;
    font-size: 16px;
}

.reminder {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px;
    border-radius: 5px;
}

.reminder h3 {
    font-weight: 600;
}

@media (max-width: 1024px) {
    .showtimes {}

    .showtimes h1 {
        font-size: 24px;
        margin: 0px 10px 10px;
    }
}

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

    .showtimes h1 {
        font-size: 20px;
        margin: 0px 10px 20px;
    }
}

.nav-tabs {
    border-bottom: none;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -moz-box;
    height: 63px;
    width: 100%;
}

.nav-tabs>li {
    width: auto;
    margin-right: 1px;
    margin-left: 0px;
    float: none;
    min-width: 80px;
}

.nav>li>a {
    padding: 10px 15px;
}

.nav-tabs>li h5 {
    font-size: 16px;
    color: #fbc031;
    text-shadow: 1px 1px 3px #000;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: rgba(0, 0, 0, 0.8);
    border: none;
    color: #fff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    margin-bottom: 0px;
    border-radius: 0px;
}

.nav-tabs>li>a {
    background: rgba(0, 0, 0, 0.4);
    border: none;
    color: #fff important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1px;
    border-radius: 0px;
}

.nav-tabs>li>a:hover {
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 0px;
}

.tabtable {
    margin: 0px 5px;
}

.tab-content {
    background: rgba(20, 20, 20, 0.7);
    background-blend-mode: multiply;
}

.moviedetail .tab-pane {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.tab-content p {
    font-size: 16px;
    color: #999;
    background: none;
    padding: 10px;
}

.panel-group .panel {
    border-radius: 0px;
}

.panel-default .panel-heading {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0px;
    border: none;
}

.panel-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
}

.panel {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 0px;
    border: none;
}

.panel-group {
    margin-bottom: 0px;
}

.moviedetail .panel-body {
    padding-top: 5px;
}

.row .cinemashowtimes {
    margin-top: 15px;
    padding: 15px;
    border: 1px solid rgba(50, 50, 50, 0.5);
    border-radius: 5px;
}

.panel-body {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.panel-body hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cinemaname {
    color: #fbc031;
    padding: 5px 0px 10px 15px;
    font-weight: 400;
    font-size: 14px;
}

.nav-pills li a {
    width: 75px;
    background-color: rgba(200, 200, 200, 0.1);
    border-radius: 3px;
    padding: 5px 2px;
    margin-left: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 100%;
    text-transform: uppercase;
}

@media (max-width: 640px) {
    .nav-pills li a {
        font-size: 12px;
    }
}

.nav-pills a:hover {
    color: #222;
    background-color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-weight: 400;
}

.noshowtimes {
    margin-top: 25px;
    padding: 120px 0px;
    text-align: center;
    background-color: rgba(30, 30, 30, 0);
    border-radius: 5px;
    color: #fff;
}

.noshowtimes h1 {
    font-size: 40px;
    color: #fff;
}

/* Youtube Responsive Embed Styles */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 20px 0px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Open Android App Dialog box */

#dialog {
    background-color: rgba(20, 20, 20, 0.90);
    padding: 40px;
    position: fixed;
    z-index: 10000;
    display: none;
    width: 100%;
    height: 100vh;
    text-align: center;
}

#dialog .btn-primary {
    color: #fff;
    background-color: #ff9a00;
    font-weight: 300;
    xletter-spacing: 0.1em;
    border: none;
    text-transform: uppercase;
}

#dialog .btn-default {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(0, 0, 0, 0.2);
    font-weight: 300;
    border: 1px solid rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    opacity: 0.7;
}

.popcorn-icon {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin: 0px auto 20px;
    background-color: #ff9900;
    background-image: url(http://www.popcorn.app/apple-touch-icon-152x152.png);
    background-size: contain;
}

/* bootstrap hack: fix content width inside hidden tabs */

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: block;
    /* undo display:none          */
    height: 0;
    /* height:0 is also invisible */
    overflow: hidden;
    /* no-overflow                */
}

.tab-content>.active,
.pill-content>.active {
    height: auto;
    /* let the content decide it  */
}

/* Slick slide */
.slick-slide img {
    min-height: 500px;
    max-height: 500px;
    object-fit: cover;
    padding: 20px;
}

@media (max-width: 640px) {
    .slick-slide img {
        padding: 7px;
        min-height: 200px;
        max-height: 200px;
        object-fit: cover;
    }

    .bg-footer {
        height: 300px;
    }
}

.slick-prev:before {
    content: "<";
    color: #fbc031;
    xfont-size: 50px;
    xfont-family: "CasAntiq", Baskerville, "Times New Roman", "serif";
}

.slick-next:before {
    content: ">";
    color: #fbc031;
    xfont-size: 50px;
    xfont-family: "CasAntiq", Baskerville, "Times New Roman", "serif";
}

/* Modal */

.modal-backdrop.in {
    z-index: 10000 !important;
    background-color: #000;
    opacity: 0.85 !important;
}

.modal {
    z-index: 11000 !important;
    text-align: center;
    padding: 0 !important;
}

.modal .mdi {
    color: #fbc031;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 12000;
    pointer-events: none;
}

@media (max-width: 640px) {
    .modal .mdi {
        top: 10px;
        right: 0px;
    }
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-body {
    padding: 0px;
}

.modal-content,
.modal-content h1 {
    border-radius: 0px;
    background: none;
    color: #fbc031;
}

.modal-content p {
    font-size: 18px;
    line-height: 22px;
}

@media (max-width: 767px) {
    body {
        background-size: auto;
    }

    .modal-content p {
        font-size: 14px;
        line-height: 18px;
    }
}

.cast {
    margin: 10px 0px 20px;
    color: #94702e;
    font-size: 18px;
}

@media (max-width: 767px) {
    .modal-lg {
        width: 90%;
    }

    .moviedetail h2 {
        font-size: 18px !important;
    }
}

@media (min-width: 768px) {
    .modal-lg {
        width: 90%;
    }
}

@media (min-width: 1240px) {
    .modal-lg {
        width: 1200px;
    }
}

/* Material Design Icons style for Bootstrap */

.mdi::before {
    font-size: 24px;
    line-height: 14px;
}

.btn .mdi::before {
    position: relative;
    top: 4px;
}

.btn-xs .mdi::before {
    font-size: 18px;
    top: 3px;
}

.btn-sm .mdi::before {
    font-size: 18px;
    top: 3px;
}

.dropdown-menu .mdi {
    width: 18px;
}

.dropdown-menu .mdi::before {
    position: relative;
    top: 4px;
    left: -8px;
}

.nav .mdi::before {
    position: relative;
    top: 4px;
}

.navbar .navbar-toggle .mdi::before {
    position: relative;
    top: 4px;
    color: #FFF;
}

.breadcrumb .mdi::before {
    position: relative;
    top: 4px;
}

.breadcrumb a:hover {
    text-decoration: none;
}

.breadcrumb a:hover span {
    text-decoration: underline;
}

.alert .mdi::before {
    position: relative;
    top: 4px;
    margin-right: 2px;
}

.input-group-addon .mdi::before {
    position: relative;
    top: 3px;
}

.navbar-brand .mdi::before {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.list-group-item .mdi::before {
    position: relative;
    top: 3px;
    left: -3px
}
