﻿/*****************************************Movie Showcase************************************************/

.sfMovieShowcase .sfMovieShowcaseContent .sfInfo h2.sfTitle {
    line-height: 30px;
    font-size: 24px;
}

.sfMovieShowcase .sfMovieShowcaseContent .sfInfo a:hover {
    text-decoration: none;
}

.sfMovieShowcase .sfMovieShowcaseContent .sfInfo a h2.sfTitle:hover {
    color: #d5b170;
}

.sfMovieShowcase .sfMovieShowcaseContent .sfInfo h2 span.sfSuperscript {
    position: relative;
    top: -13px;
    font-size: 16px;
}

.sfMovieShowcase .sfMovieShowcaseContent .sfInfo h5 {
    font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
}

.sfMovieShowcase .sfMovieShowcaseContent .sfInfo .sfShowtime {
    border-top: 1px solid #3c362c;
    border-bottom: 1px solid #3c362c;
    padding: 20px 0px;
}

    .sfMovieShowcase .sfMovieShowcaseContent .sfInfo .sfShowtime .sfShowtimeList {
    }

.sfMovieShowcase .sfMovieShowcaseContent .sfInfo .sfTrailor {
    background: url(../image/trailor-title.png) no-repeat left center;
    padding-left: 45px;
}

ul.sfTrailorGrid {
}

    ul.sfTrailorGrid li {
        position: relative;
        display: block;
        background: url(../image/no-image-small.png) no-repeat center center #0f0f0f;
        float: left;
        overflow: hidden;
        margin-right: 10px;
        width: auto;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        cursor: pointer;
        -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.5);
        box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.5);
    }

        ul.sfTrailorGrid li img {
            width: 63px;
            height: 93px;
        }

        ul.sfTrailorGrid li span {
            background: url(../image/sprite-img.png) no-repeat -80px 0px;
            display: inline-block;
            width: 36px;
            height: 36px;
            position: absolute;
            z-index: 3;
            top: 26px;
            left: 15px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            opacity: 0.8;
            filter: alpha(opacity=80);
            /* For IE8 and earlier */
        }

            ul.sfTrailorGrid li span:hover {
                opacity: 1;
                filter: alpha(opacity=100);
                /* For IE8 and earlier */
            }

/*Popup Video */

.popupboxvideo {
    background-color: #fff;
    min-height: 100px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 17px 40px rgba(0, 0, 0, 0.35);
    box-shadow: 0 17px 40px rgba(0, 0, 0, 0.35);
    display: none;
    left: 50%;
    padding: 15px;
    position: fixed;
    top: 50%;
    width: 395px;
    z-index: 9999;
}

#fadevideo {
    display: none;
    background: #2e2335;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    z-index: 300;
}

.video-overlay {
    display: none;
}

    .video-overlay.is-visible {
        display: block;
        position: fixed;
        height: 100%;
        /* width: calc(100% - 100px); */
        background: rgba(0,0,0,00.9);
        top: 0;
        bottom: auto;
        right: 0;
        left: 0px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.5s linear;
        transition: 0.5s linear;
        z-index: 9999;
        padding: 0;
        overflow: auto;
    }

#main-video.is-visible {
    box-shadow: none;
    transform: translateY(-50%);
    height: auto;
    /* padding: 0 0 30px 0; */
    margin: 0 auto;
    position: relative;
    top: 50%;
}

.overflow-hidden {
    overflow: hidden;
}

#main-video {
    overflow: auto;
    background: none;
    width: 650px;
}

.sfPageSliderCloseBtn {
    cursor: pointer;
    background: url(../image/cancel.png) no-repeat 50% 50%;
    width: 20px;
    height: 18px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.video-panel {
}

.video-frame {
    text-align: center;
}
