@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import "../bootstrap.min.css";
@import "animate.css";
@import "../owl.carousel.min.css";
@import "../swiper.min.css";
@import "../font-awesome.min.css";
@import "fonts.css";
@import "yd-reset.less";
//Css Starts here
* {
    margin: 0;
}
html,
body {
    height: 100%;
}
body {
    background: @bodybgColor;
    color: @text-color;
    font-family: @openSansFont;
    &::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: @scroller-color;
    }
    &::-webkit-scrollbar {
        width: 6px;
        background-color: @scroller-color;
    }
    &::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: @darkgray-color;
    }
}
#loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background-color: #000;
    .load {
        position: fixed;
        width: 206px;
        left: 50%;
        margin-left: -103px;
        top: 45%;
        margin-top: -103px;
        .cl {
            left: 50%;
            margin-left: -36px;
            top: 45%;
            margin-top: 63px;
            opacity: 0.8;
            position: absolute;
            img {
                position: absolute;
            }
        }
    }
}
.mainLayout {
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin-top: 5px;
}
.imgBlk {
    width: 100%;
}
.text-red {
    color: @error-color;
}
a:hover,
a:active {
    text-decoration: none;
}
.header {
    background-color: @black-bg-color;
    .navbar {
        padding: 8px 20px;
        margin-bottom: 0px;
        .navbar-brand {
            width: 50px;
            height: auto;
            padding: 3px;
            img {
                width: 100%;
            }
        }
        .navbar-toggle {
            border-color: @darkgray-color;
            margin-top: 18px;
            .icon-bar {
                background-color: @darkgray-color;
            }
        }
        .nav {
            margin: 10px 0 0 35px;
            >li>a {
                font-size: @mainMenuFont;
                color: @actual-link-color;
                font-family: 'Oswald';
                font-weight: 100;
                text-transform: uppercase;
                &:focus,
                &:hover {
                    background-color: transparent !important;
                    color: @white-color;
                }
            }
        }
        .navbar-right {
            padding-top: 15px;
            li {
                display: inline-block;
                .socialIcons a {
                    background: @socialbg-color;
                    color: @white-color;
                    border-radius: 15px;
                    margin: 0 2px;
                    line-height: 30px;
                    width: 30px;
                    height: 30px;
                    display: inline-block;
                    text-align: center;
                    font-size: 14px;
                    &:hover {
                        text-decoration: none;
                        outline: none;
                    }
                }
                &:last-child {
                    border-left: 1px solid #464545;
                    margin-left: 10px;
                }
            }
            li.visitSaregama>a {
                text-transform: inherit;
                padding: 0 10px;
                line-height: 1.4;
                position: relative;
                color: #00b0b5;
                .gtTo {
                    position: absolute;
                    top: -15px;
                    font-size: 16px;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    width: auto;
                    text-align: center;
                    color: #919191;
                }
            }
        }
    }
}

/*Main Container Css*/

.mainContainer {
    position: relative;
    width: 100%;
    height: auto;
}
.homePage {
    .block {
        padding-left: 0px;
        .image {
            position: relative;
            .overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.7);
                margin: 0 auto;
                text-align: center;
                display: none;
                /* Safari */
                -webkit-transition-delay: display 2s;
                /* Safari */
                transition-delay: display 2s;
                .know_more {
                    color: @white-color;
                    padding: 8px 15px;
                    border-radius: 20px;
                    background-color: @error-color;
                    display: inline-block;
                    vertical-align: middle;
                    position: relative;
                    top: 30%;
                    a {
                        color: @white-color;
                    }
                }
            }
            &:hover .overlay {
                display: block;
            }
            .caption {
                background-color: @black-color;
                position: relative;
                font-family: 'oswald';
                font-weight: 300;
                .caption-name {
                    list-style: none;
                    padding: 0;
                    li {
                        display: inline-block;
                        color: @white-color;
                        &:first-child {
                            width: 49%;
                        }
                        &:last-child {
                            width: 49%;
                            text-align: right;
                            padding-right: 5px;
                            font-size: 90%;
                            img {
                                padding-left: 5px;
                                width: 65px;
                            }
                        }
                        h3 {
                            margin: 0;
                            padding: 10px 8px;
                            color: @white-color;
                            font-size: 100%;
                            text-transform: uppercase;
                        }
                    }
                }
            }
        }
    }
}
.aboutPage {
    background-color: @black-color;
    font-family: 'oswald';
    .firstSec {
        padding-top: 15px;
        padding-bottom: 45px;
        .yd-about {
            .yoodlee {
                font-size: 220%;
                color: #b01319;
                display: block;
                padding-left: 14px;
                font-weight: 700;
            }
            .about-heading {
                font-size: 130%;
                text-transform: uppercase;
                color: #a4a4a4;
                padding: 20px 0 10px;
                line-height: 130%;
                padding-bottom: 39px;
            }
            .about-heading2 {
                font-size: 130%;
                text-transform: uppercase;
                color: #a4a4a4;
                padding: 20px 0 10px;
                line-height: 130%;
            }
            .body_text {
                font-size: 120%;
                color: #a4a4a4;
                padding: 0 0 5px 0;
                font-weight: 100;
                margin-bottom: 0;
            }
        }
    }
    .videoSection {
        .yd-mainVideo {
            background: #000000;
            position: relative;
            overflow: hidden;
            height: 620px;
            .upperImage {
                display: block;
                width: 100%;
                position: absolute;
                top: 95px;
                cursor: pointer;
                z-index: 1;
                img {
                    width: 100%;
                    display: block;
                    margin: 0 auto;
                }
            }
            .video-container {
                position: relative;
                overflow: hidden;
                width: auto;
                margin: 0 auto 0;
                height: 620px;
                iframe,
                object,
                embed {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }
            }
        }
    }
    .videoSliderSection {
        background: #2d2d2d;
        .yd-videoThumbs {
            position: relative;
            padding: 20px 5%;
            .yd-videoSwiper {
                .scrollContBox {
                    padding: 0;
                    .hContainer {
                        .titContainer {
                            .tlte {
                                font-size: 14px;
                                padding: 8px 0 0 0;
                                line-height: 16px;
                                font-family: 'oswald';
                                color: #fff;
                                text-align: center;
                                font-weight: 100;
                                margin-top: 10px;
                            }
                        }
                    }
                    .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: 40%;
            left: 0;
            right: 0;
            text-align: center;
            z-index: 2;
            img {
                width: 40px;
            }
        }
        .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;
            width: auto;
            height: auto;
        }
        .swiper-wrapper.yd-twoVideos {
            display: table;
        }
    }
}
#iframe_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.yoodlee-footer {
    background-color: @black-color;
    text-align: center;
    padding: 15px 15px 65px;
    p {
        margin-bottom: 0;
        color: @white-color;
        font-family: 'oswald';
        font-weight: 100;
    }
}

/*Remind Page Starts Here*/

.remindMePage .middlContent {
    background: #333230;
    padding-bottom: 10px;
}
.remindMePage .yoodlee-footer {
    padding-bottom: 10px
}
.remindMeCont .list-group-item {
    height: auto;
    min-height: 220px;
    border: 0;
    border-top: 30px solid #333230;
    background: none;
    border-radius: 0;
    font-weight: normal;
    padding: 20px 0;
    background: #000000;
}
.remindMeCntBtn {
    padding: 0;
    margin: 20px 0;
}
.remindMeCont .rmndMeCol {
    padding: 0;
    float: left;
    margin-right: 20px;
    width: 40%;
}
.remindMeCont .list-group-item.active,
.remindMeCont .list-group-item.active:focus,
.remindMeCont .list-group-item.active:hover {
    background: none;
}
.remindMeCont a.list-group-item.active small {
    color: #fff;
}
.remindMeCont .seeAllSec {
    text-align: left;
}
.remindMeCont .seeAllBtn:hover,
.remindMeCont .seeAllBtn:visited,
.remindMeCont .seeAllBtn:link,
.remindMeCont .seeLessBtn:hover,
.remindMeCont .seeLessBtn:visited,
.remindMeCont .seeLessBtn:link {
    background: rgba(0, 0, 0, 0.7);
    color: #d72732;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid #d72732;
    padding: 6px 26px;
}
.remindMeCont .textCenter {
    text-align: center;
}
.remindMeCont .media {
    padding: 0;
}
.ydNwsCont .bannLnk {
    display: block;
}
.ydNwsCont .bannLnk .media-object {
    display: block;
    width: 100%;
}
.remindMeCont .textCenter .media-object {
    display: block;
}
.remindMeCont .media-object {
    margin: 0 auto;
}
.remindMeCont .list-group-item-heading {
    color: #e92830;
    font-size: 27px;
    line-height: 1.4;
    padding-top: 15px;
}
.remindMeCont .list-group-item-text {
    line-height: 1.4;
    font-size: 19px;
    color: rgba(255, 255, 255, 0.8);
}
.remindMeCont .grayBtn {
    background: #aeaeae;
    border: 1px solid #aeaeae;
    color: #ffffff;
    text-transform: uppercase;
}
.remindMeCont .redBtn {
    background: #e92830;
    border: 1px solid #e92830;
    color: #ffffff;
    text-transform: uppercase;
}
.remindMeCntBtn .blackBtn {
    background: #000;
    border: 1px solid #000;
    color: #ffffff;
    text-transform: uppercase;
}
.remindMeCont .greenBtn,
.remindMeCont .greenBtn:active {
    background: #60a524;
    border: 1px solid #60a524;
    color: #ffffff;
    text-transform: uppercase;
}
.floatRmndMe .redBtn {
    background: #e92830;
    border: 1px solid #000000;
    color: #ffffff;
    text-transform: uppercase;
}
.floatRmndMe .greenBtn,
.floatRmndMe .greenBtn:active {
    background: #60a524;
    border: 1px solid #000000;
    color: #ffffff;
    text-transform: uppercase;
}
.fbLink {
    /*border: 1px solid rgba(255,255,255,0.4);*/
    background: #00b0b5;
    color: #ffffff;
}
.fbLink:hover {
    color: #ffffff;
}
#remindMePopup .modal-header .close,
#movieUnavailablePopup .modal-header .close {
    font-size: 21px;
}
#remindMePopup .modal-dialog,
#movieUnavailablePopup .modal-dialog {
    width: 50%;
    font-family: 'oswald';
}
#remindMePopup .modal-content,
#movieUnavailablePopup .modal-content {
    background: #b1b1b1;
    width: 100%;
    border-radius: 0;
    border: 0;
    font-size: 17px;
}
#remindMePopup .modal-header,
#movieUnavailablePopup .modal-header {
    background: #e92830;
    border: 0;
    color: #ffffff;
    text-align: center;
    padding: 32px 10px 20px;
}
#remindMePopup .modal-header h4,
#movieUnavailablePopup .modal-header h4 {
    font-size: 16px;
}
#remindMePopup .modal-header p,
#movieUnavailablePopup .modal-header p {
    color: #000000;
    padding-top: 5px;
    font-size: 15px;
}
#remindMePopup .modalForm,
#movieUnavailablePopup .modalForm {
    width: 70%;
    margin: 0 auto;
}
#remindMePopup .modal-header .close,
#movieUnavailablePopup .modal-header .close {
    font-size: 31px;
    position: absolute;
    right: 5px;
    top: 3px;
}
#remindMePopup .form-control,
#movieUnavailablePopup .form-control {
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border: 0;
    border-radius: 0;
}
#remindMePopup .errorMsg,
#movieUnavailablePopup .errorMsg {
    color: #e92830;
    font-size: 13px;
    font-style: normal;
}
.modalBtn {
    background: #353535;
    color: #ffffff;
    border: 0;
    border-radius: 0;
    display: block;
    margin: 50px auto 10px;
    height: 40px;
    padding: 6px 12px;
    width: 60%;
    font-size: 16px;
}
#movieUnavailablePopup .modal-dialog {
    margin-top: 10%
}
#movieUnavailablePopup .modal-body {
    text-align: center;
    font-size: 120%;
}
.modalBtn:hover,
.modalBtn:active,
.modalBtn:focus {
    background: #353535;
    border: 0;
    color: #ffffff;
}
.floatRmndMe {
    position: fixed;
    bottom: 0;
    z-index: 13;
    background: none;
    padding: 15px 2px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    /*440px*/
    text-align: center;
}
.floatRmndMe .remindMeCntBtn {
    margin: 0;
    float: inherit;
    text-align: center;
}
.floatRmndMe .rmndMeCol.last_col {
    width: auto;
}
.floatRmndMe .rmndMeCol.last_col .btn {
    padding: 10px 15px;
    width: 100%;
}
.floatRmndMe .rmndMeCol .btn {
    padding: 10px 5px;
    width: 100%;
}
.floatRmndMe .rmndMeCol .fa {
    padding-right: 5px;
}
.floatRmndMe .rmndMeCol .btn:hover {
    color: #ffffff;
}
.floatRmndMe .tooltipInfo {
    position: absolute;
    background: rgba(233, 40, 48, 0.5);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid rgba(233, 40, 48, 0.5);
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 355px;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
}
.floatRmndMe .tooltipInfo.bg-yellow {
    background: rgba(255, 255, 0, 0.8);
    border: 1px solid rgba(255, 255, 0, 0.8);
    color: #000;
}
.floatRmndMe .tooltipInfo .fa {
    padding-right: 5px;
}
.floatRmndMe .tooltipInfo .fa-times-circle {
    padding: 0;
    position: absolute;
    top: -9px;
    right: -9px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

/*Remind Page Ends Here*/