@import "yd-style.less";

@font-face {
    font-family: 'GothamLight';
    src: url('./fonts/GothamLight.eot');
    src: url('./fonts/GothamLight.eot?#iefix') format('embedded-opentype'), url('./fonts/GothamLight.woff') format('woff'), url('./fonts/GothamLight.ttf') format('truetype'), url('./fonts/GothamMedium.svg#GothamLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('./fonts/GothamMedium.eot');
    src: url('./fonts/GothamMedium.eot?#iefix') format('embedded-opentype'), url('./fonts/GothamMedium.woff') format('woff'), url('./fonts/GothamMedium.ttf') format('truetype'), url('./fonts/GothamMedium.svg#GothamMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamRoundedMedium';
    src: url('./fonts/GothamRoundedMedium.eot');
    src: url('./fonts/GothamRoundedMedium.eot?#iefix') format('embedded-opentype'), url('./fonts/GothamRoundedMedium.woff') format('woff'), url('./fonts/GothamRoundedMedium.ttf') format('truetype'), url('./fonts/GothamRoundedMedium.svg#GothamRoundedMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GLECB';
    src: url('./fonts/GLECB.eot');
    src: url('./fonts/GLECB.eot?#iefix') format('embedded-opentype'), url('./fonts/GLECB.woff') format('woff'), url('./fonts/GLECB.ttf') format('truetype'), url('./fonts/GLECB.svg#GLECB') format('svg');
    font-weight: normal;
    font-style: normal;
}

.chamanPage {
    .section_sec {
        width: 100%;
        position: relative;
        height: 100%;
    }

    .video {
        .yd-mainVideo {
            background: #000000;
            position: relative;

            .upperImage {
                display: block;
                width: 100%;
                cursor: default;
                z-index: 1;

                img {
                    width: 100%;
                    display: block;
                    margin: 0 auto;
                }
            }

            .video-container {
                position: relative;
                /* padding-bottom: 56.25%;padding-top: 30px;height: 0;*/
                overflow: hidden;
                width: auto;
                margin: 0 auto 0;
                display: none;

                iframe,
                object,
                embed {
                    position: relative !important;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }
            }
        }

        .video_bg {
            padding: 0;

            .yd-videoThumbs {
                .yd-videoSwiper {
                    background-color: rgba(0, 0, 0, 1);

                    .scrollContBox {
                        padding: 0;

                        .hContainer {
                            padding: 20px;
                            background-color: rgba(0, 0, 0, 1);

                            .titContainer {
                                .tlte {
                                    font-size: 22px;
                                    padding: 8px 0 0 0;
                                    line-height: 1.4;
                                    text-align: center;
                                    margin: 0;
                                    color: #487b9e;
                                    font-family: 'GLECB';
                                }
                            }
                        }
                    }

                    .imgBlkCont {
                        position: relative;
                        padding: 6px;
                    }
                }

                .yd-activeVideo {
                    background: rgba(128, 0, 0, 0.2) linear-gradient(to bottom, rgba(128, 0, 0, 0.4) 50%, rgba(128, 0, 0, 0.5) 100%) repeat scroll 0 0;
                    position: absolute;
                    bottom: 0;
                    height: auto;
                    left: 0;
                    right: 0;
                    text-align: center;
                    top: 0;
                    width: 100%;
                    z-index: 1;
                    border: 2px solid #000;
                }

                .yd-playIco {
                    position: absolute;
                    top: 35%;
                    width: 100%;
                    left: 0%;
                    right: 0;
                    margin: 0 auto;
                    text-align: center;
                    z-index: 2;

                    img {
                        width: 60px;
                    }
                }

                .swiper-yd-next,
                .swiper-yd-prev {
                    background: none;
                }

                .icon-ContLeft,
                .icon-ContRight {
                    color: #fff;
                    font-size: 22px;
                }

                .swiper-yd-prev {
                    left: 32px;
                }

                .swiper-yd-next {
                    right: 20px;
                }

                .swiper-wrapper {
                    text-align: center;
                    margin: 0 auto
                }

                .swiper-slide {
                    display: inline-block;
                }

                .swiper-wrapper.yd-twoVideos {
                    display: table;
                }
            }
        }
    }

    .synopsis {
        background-color: #e6e102;
        padding: 20px 0 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: relative;

        .synopsis_text {
            position: absolute;
            top: 3%;
            left: 0;
            right: 0;
            margin: 0 auto;
            padding: 3% 12% 0;
            text-align: center;

            .text {
                padding: 3% 0;
                font-size: 24px;
                font-family: 'GothamLight';
            }

            .left_text {
                font-family: 'GLECB';
                position: absolute;
                bottom: 0%;
                left: 15%;
                font-size: 30px;
                text-transform: uppercase;
                letter-spacing: 1px;
            }

            .right_text {
                font-family: 'GLECB';
                position: absolute;
                bottom: 0%;
                right: 15%;
                font-size: 30px;
                text-transform: uppercase;
                letter-spacing: 1px;
            }
        }
    }

    .cast {
        background-color: #3f2809;
        padding: 20px 0;
        left: 0;
        right: 0;
        margin: 0 auto;

        .cast_view {
            .owl-carousel-cast {
                .item {
                    text-align: center;

                    p {
                        font-size: 30px;
                        font-family: 'GLECB';
                        margin: 10px 0 0;
                        text-transform: uppercase;
                    }

                    .orange {
                        color: #ff9e00;
                    }

                    .blue {
                        color: #2ea7f4;
                    }

                    .pink {
                        color: #ff4d86;
                    }
                }
            }
        }
    }

    .bio {
        .bio_view {
            position: absolute;
            top: 0;
            width: 100%;
            text-align: center;
            padding: 3% 15% 0;

            .text {
                padding: 3% 15%;
                font-size: 24px;
                font-family: 'GothamLight';
                color: #fff;
            }
        }
    }
}

.footer_buttons {
    position: fixed;
    bottom: 1%;
    z-index: 999;
    width: 100%;
}

.footer_buttons .remindMeCntBtn {
    list-style: none;
    padding: 0;
    text-align: center;
}

.footer_buttons .remindMeCntBtn .rmndMeCol {
    display: inline-block;
    width: 12%;
    border-radius: 6px;
}

.footer_buttons .remindMeCntBtn .rmndMeCol a {
    color: #fff;
    margin-top: -2px;
    padding: 10px 0;
    font-size: 14px;
}

.fbLink {
    background-color: #00b0b5 !important;
    border-color: transparent !important;
}

.redBtn {
    background-color: #e92830 !important;
    border-color: transparent !important;
}

.greenBtn,
.greenBtn:hover,
.greenBtn:active,
.btn-default:active:hover,
.btn-default.focus,
.btn-default:focus {
    background-color: #60a524 !important;
    border-color: transparent !important;
}

.theatre-icon {
    background: url('../../images/yoodlee/theatre-icon.png') no-repeat;
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-right: 5px;
    position: relative;
    top: 1px;
    background-size: cover;
}

.chamanPage .floatRmndMe .tooltipInfo {
    position: absolute;
    font-family: 'OswaldLight' !important;
    background: rgba(233, 40, 48, 1);
    border: 1px solid rgba(233, 40, 48, 0.9);
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 450px;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    z-index: 999999;
}

@media (max-width:767px) {
    .header {
        .navbar {
            .nav {
                margin: 0;
            }
        }
    }

    .chamanPage {
        .synopsis {
            .synopsis_text {
                position: relative;
                padding: 3% 5% 0;

                .synopsis_head {
                    width: 50%;
                }

                .text {
                    font-size: 18px;
                    line-height: 1.4;
                }

                .synopsis_view {
                    width: 100%;
                }

                .left_text {
                    left: 3%;
                    font-size: 13px;
                }

                .right_text {
                    right: 3%;
                    font-size: 13px;
                }
            }

            .synopsis_bg {
                margin-top: -25%;
            }
        }

        .bio {
            .bio_view {
                padding: 3% 5% 0;

                .bio_head {
                    width: 40%;
                }

                .text {
                    font-size: 14px;
                    padding: 2% 5% 0;
                }
            }
        }

        .cast {
            .cast_view {
                .owl-carousel-cast {
                    .item {
                        p {
                            font-size: 20px;
                            margin: 10px 0 20px 0;
                        }
                    }
                }

                .cast_col {
                    height: 230px;
                }
            }
        }
    }

    .yoodlee-footer {
        padding: 15px 15px 65px 15px;

        p {
            font-size: 10px;
        }
    }

    .footer_buttons .remindMeCntBtn .rmndMeCol {
        width: 40%;
    }

    .chamanPage .floatRmndMe .tooltipInfo {
        width: 300px;
        top: -65px;
    }

    #remindMePopup .modal-dialog,
    #movieUnavailablePopup .modal-dialog {
        width: 100%;
        font-family: 'oswald';
    }
}

@media (min-width:529px) and (max-width:900px) {
    .chamanPage {
        .synopsis {
            .synopsis_text {
                padding: 3% 5% 0;

                .synopsis_head {
                    width: 30%;
                }

                .text {
                    font-size: 18px;
                    line-height: 1.4;
                }

                .synopsis_view {
                    width: 80%;
                }

                .left_text {
                    left: 8%;
                    font-size: 20px;
                }

                .right_text {
                    right: 8%;
                    font-size: 20px;
                }
            }
        }

        .bio {
            .bio_view {
                padding: 10% 5% 0;

                .bio_head {
                    width: 50%;
                }

                .text {
                    font-size: 24px;
                    padding: 5% 5% 0;
                }
            }
        }
    }
}

@media (min-width:899px) and (max-width:1023px) {
    .chamanPage {
        .synopsis {
            .synopsis_text {
                padding: 3% 5% 0;

                .synopsis_head {
                    width: auto;
                }

                .text {
                    font-size: 19px;
                    line-height: 1.4;
                }

                .synopsis_view {
                    width: 75%;
                }

                .left_text {
                    left: 8%;
                    font-size: 24px;
                }

                .right_text {
                    right: 8%;
                    font-size: 24px;
                }
            }
        }

        .bio {
            .bio_view {
                padding: 3% 5% 0;

                .bio_head {
                    width: auto;
                }

                .text {
                    font-size: 19px;
                    padding: 2% 20% 0;
                }
            }
        }
    }
}

@media (min-width:1400px) {
    .chamanPage {
        .synopsis {
            .synopsis_text {
                .synopsis_head {
                    width: 25%;
                }

                .text {
                    font-size: 34px;
                }

                .synopsis_view {
                    width: 85%;
                }
            }
        }

        .bio {
            .bio_view {
                padding: 6% 15% 0;

                .bio_head {
                    width: 25%;
                }

                .text {
                    font-size: 34px;
                }
            }
        }
    }
}