@import "yd-style.less";
@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,300i,400,600,600i,700,900,900i');
@font-face {
    font-family: 'Razing';
    src: url('fonts/Razing.eot');
    src: url('fonts/Razing.eot?#iefix') format('embedded-opentype'), url('fonts/Razing.woff') format('woff'), url('fonts/Razing.ttf') format('truetype'), url('fonts/Razing.svg#Razing') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    overflow-x: hidden !important;
}
.habaddiPage {
    padding-top: 90px !important;
    .section_sec {
        width: 100%;
        position: relative;
        height: 100%;
        font-family: 'Source Sans Pro', sans-serif;
        overflow: hidden;
    }
    .bio {
        .top_ribbon {
            position: absolute;
            top: -7px;
            width: 100%;
            z-index: 999;
        }
        .bio_pic {
            width: 25%;
        }
        .bio_text {
            width: 40%;
            top: 45%;
            .heading {
                color: #821803;
                span {
                    font-size: 18px;
                    color: #03477c;
                }
            }
            p {
                font-size: 18px;
                color: #03477c;
            }
        }
    }
    .video {
        background: #fff url('../../images/yoodlee/habaddi/habaddi_bg.jpg') no-repeat;
        background-size: cover;
        position: relative;
        .yd-mainVideo {
            background: #000000;
            position: relative;
            .upperImage {
                display: block;
                width: 100%;
                position: absolute;
                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;
                iframe,
                object,
                embed {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }
            }
        }
        .video_bg {
            padding:2%;
            .yd-videoThumbs {
                position: relative;
                z-index: 998;
                .yd-videoSwiper_habaddi {
                    .scrollContBox {
                        padding: 0;
                        width: 35%;
                        margin: 0 auto;
                        .hContainer {
                            padding: 20px;
                            background-color: rgba(255, 255, 255, 0.5);
                            .titContainer {
                                .tlte {
                                    font-size: @commonFontSize;
                                    padding: 8px 0 0 0;
                                    line-height: 1.4;
                                    text-align: center;
                                    margin: 0;
                                    color: #487b9e;
                                }
                            }
                        }
                    }
                    .imgBlkCont {
                        position: relative;
                        padding: 0;
                    }
                    .imgBlkCont a {
                        display: block;
                    }
                }
                .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;
                    right: 0;
                    left:0;
                    margin: 0 auto;
                    text-align: center;
                    top:40%;
                    z-index: 2;
                    img {
                        width: auto;
                    }
                }
                .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 {
            padding: 4% 15% 7%;
            text-align: center;
            z-index: 99;
            p {
                font-weight: 600;
                font-size: @contentFontSize;
                color: #487b9e;
                line-height: 1.4;
                margin-bottom: 6%;
            }
            h3 {
                text-transform: uppercase;
                font-size: @h2FontSize;
                color: #ad5b00;
                font-family: 'Razing';
            }
        }
        .players {
            padding: 10% 12% 40%;
            z-index: 99;
            .player_shadow {
                position: relative;
                left: 9px;
                margin-top: -48px;
                width: 109%;
                z-index: 99;
            }
            .smoke {
                width: 100%;
                position: absolute;
                top: 4%;
                left: 0;
                z-index: 997;
            }
            .hero {
                position: absolute;
                bottom: 12%;
                width: 34%;
                margin: 0 auto;
                left: 0;
                right: 0;
                z-index: 999;
                padding: 0% 1%;
            }
            .hero_shadow {
                position: absolute;
                bottom: 27%;
                width: 42%;
                left: 22%;
                right: 0;
                margin: 0 auto;
            }
        }
        .cast {
            padding: 7% 0 0 0;
            .cast_list {
                list-style: none;
                padding: 0;
                margin-bottom: -4px;
                text-align: center;
                padding-left: 10%;
                li {
                    padding: 0;
                    text-align: center;
                    width: 24%;
                    display: inline-block;
                    position: relative;
                    p.cast_name {
                        font-size: @H1FontSize;
                        color: #fff;
                        width: 140px;
                        margin: 0 auto 30px;
                        text-shadow: 1px 1px 1px #000;
                    }
                }
                li.karan {
                    z-index: 989;
                    img {
                        width: 100%;
                    }
                }
                li.vedashree {
                    z-index: 956;
                    left: -4%;
                    img {
                        width: 97%;
                    }
                }
                li.mayur {
                    z-index: 936;
                    left: -10%;
                    p {
                        margin-left: 36%;
                    }
                    img {
                        width: 130%;
                    }
                }
                li.rupesh {
                    z-index: 906;
                    left: -12%;
                    img {
                        width: 104%;
                    }
                }
            }
        }
    }
}
.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;
}
.habaddiPage .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;
}