﻿body {
    background-color: #660066;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}

body, html {
    overflow-x: hidden;
}

* {
    outline: none;
    word-wrap: break-word;
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none !important;
}

.error-style {
    color: #e74c3c !important;
    /*display:none;*/
    font-size: 13px;
    margin-top: 10px;
}

.success-msg {
    color: #fff !important;
    font-size: 13px;
}

.session-msg {
    color: #e74c3c !important;
    text-align: center;
}

fieldset img {
    width: 16px;
    margin-right: 5px;
}

.video-section .video-list a:hover .title, .movie-review-section .review-list a:hover .title {
    color: #ff4dff !important;
    word-break: break-all;
}
/* ----------------BTN LOADER---------------- */
.navbar-form .loader-btn {
    padding: 4px 23px !important;
}

.input-group-addon .loader-btn {
    padding-left: 20px;
    padding-right: 20px;
}

.loader-btn img {
    width: auto !important;
}
/* ----------------GLOBAL---------------- */

.btn-yellow {
    background-color: #ff4dff;
    transition: 0.30s;
    border: 2px solid #ff4dff;
}

.btn-orange {
    background-color: #d0620d;
    transition: 0.30s;
}

.btn-green {
    background-color: #14883f;
    transition: 0.30s;
}

.btn-gray {
    background-color: #d7d7d7;
    transition: 0.30s;
}

.btn-green-d {
    background-color: #0b8e3b;
    transition: 0.30s;
}

.btn-red-d {
    background-color: #aa0421;
    transition: 0.30s;
}

.btn-yellow:hover {
    background-color: #c09b09;
}

.btn-orange:hover {
    background-color: #b95609;
}

.btn-green:hover {
    background-color: #086f2e;
}

.btn-gray:hover {
    background-color: #afadad;
}

.btn-green-d:hover {
    background-color: #076e2d;
}

.btn-red-d:hover {
    background-color: #91021b;
}

.btn, .form-control {
    border-radius: 1;
}

.heading {
    font-family: 'Raleway', sans-serif;
}

.blue-bar {
    background: #4b68a5;
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

.skyblue-bar {
    background: #00abdc;
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

.yellow-bar {
    background: #f7ca18;
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
    color: #1d1e20 !important;
}

.green-bar {
    background: #14883f;
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

.red-bar {
    background: #f86739;
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

.gray-bar {
    background: #424242;
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

.video-section .main-title .link > a, .celebs-module .gray-bar a {
    background: #136029;
}

.dark-red-bar {
    background: #e84a4a;
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

.main-content {
    margin: 145px 0 0;
}

.content-margin {
    margin-top: 130px;
}

.main-title {
    padding: 12px 0 12px 15px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

    .main-title .link {
        float: right;
    }

        .main-title .link > a {
            color: #fff;
            display: block;
            font-size: 15px;
            height: 42px;
            margin-top: -12px;
            padding: 13px 10px;
        }

.video-section .main-title .link > a, .celebs-module .gray-bar a {
    background: #800080;
}

    .video-section .main-title .link > a:hover, .celebs-module .gray-bar a:hover {
        background: #800080;
    }

.movie-review-section .main-title .link > a {
    background: #b53a3a;
}

    .movie-review-section .main-title .link > a:hover {
        background: #c92626;
    }

.login-header .form-control {
    border: 1px solid #222;
}

/*font color*/
.f-yellow {
    color: #f7ca18;
}

.f-white {
    color: #fff;
}
/*font color end*/


/*-------------margin-------------*/
.m-b-20 {
    margin-bottom: 20px;
}

.m-r-15 {
    margin-right: 15px;
}
/* ----------------DISABLE MENU---------------- */
.disable-menu .navbar-nav > .active > a, .disable-menu .navbar-nav > .active > a:hover, .disable-menu .navbar-nav > li > a:hover {
    background: none !important;
}

.disable-menu .nav > li > a {
    color: #ccc !important;
}

.disable-menu .navbar-brand img {
    opacity: 0.4;
}

.disable-menu .select-cst .form-control {
    border: solid 1px #ccc !important;
    color: #ccc !important;
}

.disable-menu .select-cst:after {
    content: "";
    border-top: 7px solid #ccc !important;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.disable-menu .nav > li > a:focus, .disable-menu .nav > li > a:hover {
    background: none !important;
}

.disable-topbar .user-profile .dropdown-menu > li:nth-child(1) > a, .disable-topbar .user-profile .dropdown-menu > li:nth-child(2) > a, .disable-topbar .user-profile .dropdown-menu > li:nth-child(3) > a {
    color: #666 !important;
    background: none !important;
}

.disable-topbar ul.sub-menu {
    display: none !important;
}

.disable-topbar .search .input-group-addon {
    background: #ccc !important;
}

.disable-footer .yellow-bar, .disable-footer .release-date, .disable-footer .green-bar {
    background: #ccc !important;
    color: #666 !important;
}

.disable-footer .upcoming-movies, .disable-footer .sitemap {
    background: #666 !important;
}

    .disable-footer .movie-name, .disable-footer .sitemap a {
        color: #ccc !important;
    }
/* PRELOADER */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0,0,0,0.95);
    display: block;
    /*justify-content:center;
	align-items:center;*/
    text-align: center;
}

.sk-wave {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    margin: 0 auto;
    display: inline-block;
}

    .sk-wave .sk-rect {
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
        animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
        background-color: #F5C818;
    }

    .sk-wave .sk-rect1 {
        -webkit-animation-delay: -1.2s;
        animation-delay: -1.2s;
    }

    .sk-wave .sk-rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-wave .sk-rect3 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-wave .sk-rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-wave .sk-rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
/* ----------------CONTACT US POPUP---------------- */
.policy-page {
    width: 800px;
    margin: 20px auto;
    font-family: "Raleway",sans-serif;
    line-height: 1.8;
}

.modal-dialog {
    /*   width: 40%;
*/ max-width: 35%;
    /*    min-width:55%;
*/ margin: 20px auto;
    font-family: "Raleway",sans-serif;
}

.modal-content {
    border-radius: 0;
    background: #3E3E3E;
    border-top: 5px solid #f7ca18;
    box-shadow: 0 1px 5px #000;
}

.modal-title {
    color: #f7ca18;
    font-size: 18px;
    font-weight: 600;
}

.modal-content .form-group {
    margin-bottom: 20px;
}

    .modal-content .form-group label {
        font-weight: normal;
        color: #f7ca18;
        font-weight: 500;
        font-size: 15px;
    }

    .modal-content .form-group .form-control {
        background: #5b5b5b;
        border: none;
        color: #fff;
    }

        .modal-content .form-group .form-control:focus {
            border: 1px solid #999999;
            box-shadow: none;
        }

.modal-content .btn {
    background: #f7ca18 none repeat scroll 0 0;
    border: 2px solid #f7ca17;
    color: #000;
    font-size: 16px;
    padding: 4px 12px;
    transition: 0.30s;
    margin-top: 2px;
}

    .modal-content .btn:hover {
        background: #e0b712 none repeat scroll 0 0;
    }

.modal-header {
    border-bottom: none;
    padding: 12px;
}

.modal-body {
    padding: 0 15px 15px;
}

textarea {
    resize: vertical;
}

    textarea:focus {
        cursor: vertical-text;
    }

.modal-content .close {
    text-shadow: none;
    color: #666;
    opacity: 1;
    font-size: 28px;
    transition: all 200ms;
}

    .modal-content .close:hover {
        color: #f7ca18;
    }

.modal-content1 .close {
    text-shadow: none;
    color: #666;
    opacity: 1;
    font-size: 28px;
    transition: all 200ms;
}

    .modal-content1 .close:hover {
        color: #f7ca18;
    }

/* Login label*/
.login-header .navbar-form #SignInLabel {
    display: inline-block;
}
/* ----------------GO TO TOP---------------- */
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(247,202,24,1) url('/Content/Images/cd-top-arrow.png') no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 9;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        visibility: visible;
        opacity: 1;
    }

.no-touch .cd-top:hover {
    background-color: #f7ca18;
    opacity: 1;
}

/*checkbox*/
.check-checkBox input[type=checkbox] {
    display: none;
}

.check-checkBox label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    left: 0;
    bottom: 1px;
    border: 2px solid #F7CA18;
    bottom: 2px;
}

.check-checkBox input[type=checkbox]:checked + label:before {
    content: "\2713";
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 12px;
}

.check-checkBox a.f-yellow:hover {
    color: #f7ca18;
}



/*checkbox end*/



/* ----------------LOGIN HEADER---------------- */
.login-header .navbar {
    max-height: 85px;
    min-height: 85px;
    background: #fff;
    border-bottom: solid 3px #f7ca18;
}

.login-header .navbar-brand {
    height: auto;
    padding: 17px 15px;
}

.login-header .navbar-form {
    padding: 15px 15px !important;
    font-family: 'Raleway', sans-serif;
}

    .login-header .navbar-form .btn {
        background: #F7CA18;
        position: relative;
        padding: 4px 12px;
        height: 34px;
        border: 2px solid #f7ca17;
        transition: 0.20s;
        color: #222;
    }

        .login-header .navbar-form .btn:hover {
            background-color: #E0B712;
            color: #000;
        }

    .login-header .navbar-form .form-control {
        min-width: 180px;
    }

        .login-header .navbar-form .form-control:focus {
            box-shadow: none;
            border: solid 1px #f7ca18;
        }

.login-header .password-grp {
    position: relative;
}

    .login-header .password-grp .link {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -20px;
        font-size: 12.5px;
        color: #000;
        text-decoration: underline;
        transition: 0.30s;
    }

        .login-header .password-grp .link:hover {
            color: #222;
        }

.login-header .navbar-form .btn, .login-header .navbar-form .form-group {
    margin-left: 10px;
}

.change-lang .nav > li > a {
    padding: 0;
    font-size: 14px;
    color: #000;
}

.change-lang .nav > li > button {
    padding: 0;
    font-size: 14px;
    color: #000;
}

    .change-lang .nav > li > a:hover, .change-lang .nav > li > a:focus, .change-lang .nav .open > a, .change-lang .nav .open > a:focus, .change-lang .nav .open > a:hover, .change-lang .nav > li > button:focus {
        background: none;
    }

.change-lang .dropdown-menu {
    min-width: 100%;
    border-radius: 0;
    padding: 0;
    margin: 14px 0 0;
    border: none;
    box-shadow: 0 1px 2px #ccc;
    background: #F7CA18;
}

    .change-lang .dropdown-menu > li > a {
        padding: 2px 12px;
    }

        .change-lang .dropdown-menu > li > a:focus, .change-lang .dropdown-menu > li > a:hover {
            background: none;
            font-weight: bold;
        }

    .change-lang .dropdown-menu::before {
        border-bottom: 6px solid #F7CA18;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: block;
        height: 0;
        left: 66%;
        position: absolute;
        top: -6px;
        width: 0;
    }
/* ----------------LOGIN SECTION---------------- */
.login-bg, .forgot-pwd-page {
    /*	background: rgba(0, 0, 0, 0) url('/Content/Images/login-bg.jpg') no-repeat scroll;
*/ background-size: cover;
    height: 100%;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    padding-top: 95px;
    background-position: 0 70px;
    overflow: auto;
    position: fixed;
}

.login-sec h2 {
    color: #f7ca18;
    text-align: center;
    font-size: 24px;
}

#msform {
    margin: 10% auto;
    text-align: center;
    position: relative;
    min-height: 50%;
}

    #msform ul {
        padding: 0;
    }

    #msform fieldset {
        background: #3e3e3e;
        border-top: #f7ca18 solid 5px;
        padding: 20px 30px;
        margin: 0 12%;
        /*position: absolute;*/
        width: 75%;
        box-shadow: 0 1px 5px #000;
    }

        #msform fieldset:not(:first-of-type) {
            display: none;
        }

.login-sec .form-sec label {
    color: #f7ca18;
    font-weight: 500;
}

.login-sec .form-sec .form-control {
    background: #5b5b5b;
    color: #fff;
    border: none;
}

    .login-sec .form-sec .form-control:focus {
        box-shadow: none;
        border: solid 1px #999999;
    }

.login-sec .form-sec .btn {
    background: #F7CA18;
    color: #000;
    font-size: 16px;
    border: 2px solid #F7CA17;
    transition: 0.20s;
    padding: 4px 12px;
}

    .login-sec .form-sec .btn:hover {
        background: #E0B712;
    }

.login-sec .form-sec .form-group {
    margin-bottom: 10px;
    text-align: left;
}

.form-group .input-group-addon {
    border-radius: 0;
    padding: 0;
    background: #5b5b5b;
    border: none;
    width: 2%;
}

.form-group a {
    text-decoration: none;
}

.verify {
    background: #e84a49;
    color: #fff;
    display: block;
    padding: 10px 6px;
    text-decoration: none;
    font-size: 13px;
}

    .verify:hover, .verify:focus {
        background: #fb6f6e;
        color: #fff;
    }

.c-code .form-control {
    border-right: 5px solid #3E3E3E !important;
    padding-left: 0px;
    padding-right: 5px;
    width: 105px;
}

    .c-code .form-control:focus {
        border: none !important;
        border-right: 5px solid #3E3E3E !important;
    }

.plus-sign {
    width: 25px;
    font-size: 30px;
    color: #999;
    background: #5B5B5B !important;
}

.radio-cst label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    color: #fff !important;
    margin-top: 10px;
}

.radio-cst input[type=radio] {
    display: none;
}

.radio-cst label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #5b5b5b;
}

.radio-cst label:before {
    border-radius: 8px;
}

.radio-cst input[type=radio]:checked + label:before {
    content: "\2022";
    color: #F7CA17;
    font-size: 50px;
    text-align: center;
    line-height: 17px;
}

.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1;
    color: #F7CA18;
    font-weight: 600;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}

    #progressbar li {
        list-style-type: none;
        color: white;
        text-transform: uppercase;
        font-size: 12px;
        width: 33.33%;
        float: left;
        position: relative;
    }

        #progressbar li::before {
            background: white none repeat scroll 0 0;
            border-radius: 50%;
            color: #333;
            content: counter(step, decimal);
            counter-increment: step;
            display: block;
            font-size: 12px;
            height: 23px;
            margin: 0 auto 5px;
            padding: 3px;
            position: relative;
            text-align: center;
            width: 24px;
            z-index: 1;
        }

        #progressbar li::after {
            content: "";
            height: 2px;
            left: -50%;
            position: absolute;
            top: 11px;
            width: 100%;
            background-color: #fff;
        }

        #progressbar li:first-child:after {
            content: none;
        }

        #progressbar li.active:before, #progressbar li.active:after {
            background: #F7CA18;
            color: #000;
        }

.resend-link a {
    color: #999;
    font-size: 13px;
}

    .resend-link a:hover {
        color: #f7ca18;
    }

fieldset .submit {
    margin-top: 20px;
}
/* NETWORK PROVIDER DROPDOWN ARROW */
.network select::-ms-expand {
    display: none;
}

.network .select-cst {
    position: relative;
}

    .network .select-cst:before {
        content: "";
        background: #fff;
        top: 1px;
        right: 1px;
        bottom: 1px;
        position: absolute;
        pointer-events: none;
    }

    .network .select-cst:after {
        content: "";
        border-top: 7px solid #fff;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        position: absolute;
        right: 10px;
        top: 14px;
        z-index: 10;
        pointer-events: none;
    }

    .network .select-cst .form-control {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
/* ----------------FORGOT PASSWORD---------------- */
.forgot-password {
    margin-top: 20px;
}

    .forgot-password .heading {
        color: #f7ca18;
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }

    .forgot-password p {
        width: 80%;
        margin: 0 auto;
        line-height: 24px;
        text-align: center;
    }

    .forgot-password .form {
        background: #3e3e3e none repeat scroll 0 0;
        border-top: 5px solid #f7ca18;
        box-shadow: 0 1px 5px #000;
        margin: 6% 12%;
        padding: 20px 30px;
    }

    .forgot-password label {
        color: #f7ca18;
        font-weight: 500;
    }

    .forgot-password .form-group {
        margin-bottom: 20px;
    }

    .forgot-password .form-control {
        background: #5b5b5b;
        color: #fff;
        border: none;
    }

        .forgot-password .form-control:focus {
            box-shadow: none;
            border: solid 1px #999999;
        }

    .forgot-password .btn {
        font-size: 18px;
        color: #222;
        padding: 3px 12px;
    }

.forgot-pwd-page .cancel-process {
    text-align: center;
    margin-top: 20px;
}

    .forgot-pwd-page .cancel-process a {
        color: #F7CA18;
    }
/* ----------------CHANGE PASSWORD---------------- */
.change-pwd {
    margin: 50px 0;
}

    .change-pwd .heading {
        color: #f7ca18;
        font-size: 30px;
        text-align: center;
        margin-bottom: 30px;
    }

    .change-pwd .form {
        background: #3e3e3e none repeat scroll 0 0;
        border-top: 5px solid #f7ca18;
        box-shadow: 0 1px 5px #000;
        margin: 0 15%;
        padding: 20px 30px;
    }

    .change-pwd label {
        color: #f7ca18;
        font-weight: 500;
    }

    .change-pwd .form-group {
        margin-bottom: 20px;
    }

    .change-pwd .form-control {
        background: #5b5b5b;
        color: #fff;
        border: none;
    }

        .change-pwd .form-control:focus {
            box-shadow: none;
            border: solid 1px #999999;
        }

    .change-pwd .btn {
        font-size: 18px;
        color: #222;
    }
/* ----------------SEARCH RESULT---------------- */
.search-result p {
    font-size: 24px;
    color: #F7CA18;
    font-family: "Raleway",sans-serif;
    font-size: 34px;
}

.search-result .categories {
    margin-top: 25px;
}

    .search-result .categories .list {
        margin-bottom: 40px;
    }

        .search-result .categories .list .title {
            color: #F7CA18;
            font-family: "Raleway",sans-serif;
            font-size: 20px;
        }

        .search-result .categories .list ul {
            list-style: none;
            padding: 0;
        }

            .search-result .categories .list ul li:before {
                content: "-";
                float: left;
                margin-right: 5px;
            }

        .search-result .categories .list a {
            text-decoration: none;
            color: #fff;
            margin: 15px 0;
            display: block;
            line-height: 24px;
        }

            .search-result .categories .list a:hover {
                color: #F7CA18;
            }

.search-result .audiojs {
    width: 75%;
    margin-left: 50px;
}
/* ----------------TOPBAR---------------- */
.topbar {
    background: #800080;
}

    .topbar .call-to-action {
        position: relative;
        margin: 10px 0;
        float: left;
    }

        .topbar .call-to-action a {
            font-size: 12px;
            color: #fff;
        }

            .topbar .call-to-action a span {
                display: inline-block;
                margin: 5px 20px 5px 25px;
            }

                .topbar .call-to-action a span:hover {
                    color: #f7ca18;
                }

.dot {
    background: #f7ca18 none repeat scroll 0 0;
    border-radius: 50%;
    height: 6px;
    left: 7px;
    position: absolute;
    top: 7px;
    width: 6px;
}

.ring {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    background-color: transparent;
    -webkit-animation-name: ani;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 3s;
    -webkit-animation-direction: normal;
    animation-name: ani;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-direction: normal;
    border: solid 2px #f7ca18;
}

@-webkit-keyframes ani {
    0% {
        -webkit-transform: scale(0.01);
        opacity: 0
    }

    1% {
        -webkit-transform: scale(0.01);
        opacity: 0.8
    }

    95% {
        -webkit-transform: scale(1);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes ani {
    0% {
        transform: scale(0.01);
        opacity: 0
    }

    1% {
        transform: scale(0.01);
        opacity: 0.8
    }

    95% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

#r2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

#r3 {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.topbar .search {
    width: 353px;
    float: left;
    margin: 6px 0;
}

.fa-search::before {
    content: "\f002";
}

.topbar .search .form-control {
    height: 32px;
    background: #303030;
    color: #fff;
    border: 1px solid #303030;
}

    .topbar .search .form-control:focus {
        box-shadow: none;
        border: 1px solid #ff99ff;
    }

.topbar .search .input-group-addon {
    background: #ffe6ff;
    border: none;
    border-radius: 0;
    padding: 0;
}

    .topbar .search .input-group-addon a {
        color: #000;
        padding: 6px 10px;
    }

.topbar .social-media {
    margin: 0 20px;
    float: left;
}

    .topbar .social-media a {
        color: #fff;
        float: left;
        font-size: 18px;
        height: 45px;
        padding: 12px 0;
        text-align: center;
        width: 45px;
    }

    .topbar .social-media .fb {
        background: #325c94;
    }

        .topbar .social-media .fb:hover {
            background: #4171b2;
        }

    .topbar .social-media .twitter {
        background: #00abdc;
    }

        .topbar .social-media .twitter:hover {
            background: #17bbea;
        }

    .topbar .social-media .tiktok:hover {
        background: #b928ad;
    }

.topbar .user-profile {
    padding: 0;
    float: right;
    margin-top: 0;
}

    .topbar .user-profile img {
        height: 32px;
        width: 32px;
        border-radius: 50%;
    }

    .topbar .user-profile .name {
        font-size: 13px;
        color: #fff;
        position: relative;
    }

        .topbar .user-profile .name:after {
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 7px solid #fff;
            content: "";
            position: absolute;
            right: -16px;
            top: 8px;
        }
    /*SUBMENU*/
    .topbar .user-profile .sidebar-nav {
        padding: 9px 0;
    }

    .topbar .user-profile .dropdown-menu .sub-menu {
        margin-top: 30px;
        position: absolute;
        top: 0;
        visibility: hidden;
        left: 36%;
        border: none;
        background: #fff;
    }

        .topbar .user-profile .dropdown-menu .sub-menu a {
            color: #000;
            padding: 5px 20px;
        }

        .topbar .user-profile .dropdown-menu .sub-menu:before {
            border: none !important;
        }

    .topbar .user-profile .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .topbar .user-profile .dropdown:hover .dropdown-menu {
        display: block;
    }

    .topbar .user-profile .nav-pills .dropdown-menu:before {
        position: absolute;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 9px solid #800080;
        top: -8px;
        left: 40%;
    }

    .topbar .user-profile .dropdown-menu > li > a:focus, .topbar .user-profile .dropdown-menu > li > a:hover {
        background: #f7ca18;
        color: #000;
    }

    .topbar .user-profile .nav-pills > li > a {
        border-radius: 0;
        /*        padding: 22px 26px 15px 10px;
*/ padding: 22px 8px 15px 0px;
        margin-top: -8px;
        /*width:100px;*/
        text-align: right;
    }

        .topbar .user-profile .nav-pills > li > a:hover, .topbar .user-profile .nav .open > a:focus, .topbar .user-profile .nav .open > a {
            background: #800080;
        }

    .topbar .user-profile .dropdown-menu {
        border-radius: 0;
        min-width: auto;
        padding: 0;
        border: none;
        background: #800080;
        border-top: 10px solid #fff;
        margin-top: 0;
    }

        .topbar .user-profile .dropdown-menu i {
            font-size: 13px;
            margin-right: 7px;
        }

        .topbar .user-profile .dropdown-menu .fa-caret-right {
            margin-left: 35px;
        }

        .topbar .user-profile .dropdown-menu > li > a {
            color: #fff;
            padding: 8px;
        }

.fa-caret-right::before {
    content: "\f0da";
}

.fa-power-off::before {
    content: "\f011";
}
/*SUBMENU END*/
/* ----------------NAV---------------- */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

    .main-header .navbar {
        background: #fff;
        margin-bottom: 0;
        border-radius: 0;
        border-bottom: solid 4px #ffb3ff;
        height: 70px;
        border-top: none;
    }

    .main-header .navbar-nav {
        margin-left: 40px;
    }

    .main-header .navbar-brand {
        height: auto;
        padding: 10px 15px;
    }

.nav > li > a:focus, .nav > li > a:hover {
    background: #ffb3ff;
}

.main-header .navbar-nav > .active > a, .main-header .navbar-nav > .active > a:hover, .main-header .navbar-nav > li > a:hover {
    background: #ffb3ff !important;
}

.main-header .nav > li > a {
    color: #000;
}

.main-header .navbar-nav > li > a {
    padding: 24px 22px;
    text-transform: uppercase;
    font-size: 14px;
}

.main-header .navbar-form {
    margin-top: 16px;
}

    .main-header .navbar-form .select-cst .form-control {
        height: 32px;
        border: solid 1px #000;
        padding: 0 20px 0 6px;
        font-size: 13px;
    }

        .main-header .navbar-form .select-cst .form-control:focus {
            border: solid 1px #000;
            box-shadow: none;
        }

.fa-home::before {
    content: "\f015";
    font-size: 20px;
    line-height: 0;
}
/* CUSTOM DROPDOWN ARROW */
select::-ms-expand {
    display: none;
}

.select-cst {
    position: relative;
}

    .select-cst:before {
        content: "";
        background: #fff;
        top: 1px;
        right: 1px;
        bottom: 1px;
        position: absolute;
        pointer-events: none;
    }

    .select-cst:after {
        content: "";
        border-top: 7px solid #000;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        position: absolute;
        right: 10px;
        top: 14px;
        z-index: 10;
        pointer-events: none;
    }

    .select-cst .form-control {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
/* ----------------FOOTER---------------- */
footer {
    background: #330033;
    /*    padding: 45px 0 0;
   border-top: solid 3px #f7ca18;
*/
}

    footer .abt {
        font-size: 13px;
        line-height: 22px;
        color: #bbbbbb;
    }

        footer .abt img {
            margin-bottom: 20px;
        }

    footer .main-title {
        margin-bottom: 0;
        padding: 12px 15px;
    }

.fa-android::before {
    content: "\f17b";
}

.app-link {
    margin-bottom: 25px;
}

    .app-link .card {
        background: #303030;
        padding: 16px 20px;
        box-shadow: 0 2px 2px rgba(0,0,0,0.4);
    }

    .app-link a {
        color: #fff;
    }

        .app-link a i {
            color: #a4c639;
            font-size: 40px;
            vertical-align: middle;
            margin-right: 12px;
        }

.advt-mail .card {
    background: #303030;
    padding: 15px 20px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

.fa-arrow-right::before {
    content: "\f061";
}

.advt-mail p {
    font-size: 13px;
    line-height: 22px;
    color: #bbbbbb;
}

.advt-mail .form-control:focus {
    box-shadow: none;
    border: solid 1px #f7ca18;
}

.advt-mail .input-group-addon {
    background: #f7ca18;
    padding: 0;
    border-radius: 0;
    border: none;
}

    .advt-mail .input-group-addon a {
        color: #303030;
        padding: 9px 12px;
        text-decoration: none;
        display: block;
    }

footer .upcoming-movies {
    background: #303030;
    padding: 15px 20px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

    footer .upcoming-movies .list {
        min-height: 65px;
        margin-bottom: 10px;
    }

    footer .upcoming-movies .release-date {
        float: left;
        width: 30%;
        background: #f7ca18;
        padding: 14px 0;
        color: #000;
        font-size: 10px;
        text-align: center;
        height: 65px;
        width: 65px;
    }

        footer .upcoming-movies .release-date span {
            display: block;
            font-size: 20px;
            margin-bottom: 3px;
        }

    footer .upcoming-movies .movie-name {
        float: right;
        width: 70%;
        color: #fff;
        padding: 10px;
        font-size: 14px;
    }

        footer .upcoming-movies .movie-name .name {
            margin-bottom: 10px;
        }

footer .sitemap {
    background: #303030 none repeat scroll 0 0;
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
    padding: 15px 20px;
}

    footer .sitemap ul {
        padding-left: 0;
    }

        footer .sitemap ul li {
            list-style-type: none;
            padding: 7.5px 0;
        }

    footer .sitemap a {
        color: #fff;
        font-size: 14px;
    }

        footer .sitemap a:hover {
            color: #F7CA18;
        }

.copyright {
    border-top: solid 2px #191a1c;
    /*Css updaded by sumit padding cmmented*/
    /*padding: 20px 0;*/
    color: #797979;
    font-size: 14px;
    bottom: 0px;
    /*	position:fixed;
*/ width: 100%;
    /*    margin-top: 45px;
*/
}

.copyright1 {
    border-top: solid 2px #191a1c;
    padding: 20px 0;
    color: #797979;
    font-size: 12px;
    bottom: 0px;
    width: 100%;
    /*	margin-top:45px;
*/
}
/* ----------------HOME---------------- */
.slider {
    margin-bottom: 30px;
}

    .slider img {
        width: 100%;
        height: 344px;
        object-fit: cover;
    }

.read-more {
    height: auto !important;
    margin-top: -50px;
    padding: 0;
    background: none !important;
    font-size: 13px;
}

#featured {
    width: 100%;
    position: relative;
    height: 345px;
    background: #424242;
}
/*added by bhagyashree*/
#banner {
    position: relative;
    width: 100%;
    background: #800080;
    /*min-height: 345px;*/
    /* margin-bottom: 30px;
*/
}

    #banner video {
        /*width: 100%;*/
        object-fit: unset;
        /*height: 345px;*/
        width: 100%;
        /*position: relative;
        width: 100%;
        height: auto;
        background-size: cover;
        transition: 1s opacity;
        object-fit: cover;*/
    }

#uploadbanner {
    position: relative;
    width: 100%;
    height: 400px;
    background: #424242;
}

    #uploadbanner video {
        position: relative;
        width: 100%;
        height: 400px;
        background-size: cover;
        transition: 1s opacity;
        object-fit: unset;
    }

#dropArea {
    background: #b5b5b5;
    border: black dashed 1px;
    height: 30px;
    text-align: center;
    color: #fff;
}

.active-drop {
    background: #77bafa;
    border: blue solid 2px;
    height: 30px;
    opacity: .5;
    color: black;
}

#featured ul.ui-tabs-nav {
    list-style: outside none none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 32%;
}

    #featured ul.ui-tabs-nav li {
        padding: 0;
        border-bottom: solid 1px #282b2e;
        font-size: 12px;
        color: #666;
    }

        #featured ul.ui-tabs-nav li img {
            float: left;
            margin: 2px 5px;
            background: #fff;
            padding: 2px;
            border: 1px solid #eee;
        }

        #featured ul.ui-tabs-nav li span {
            line-height: 18px;
        }

            #featured ul.ui-tabs-nav li span h2 {
                font-size: 16px;
                margin: 0;
                color: #fff;
                line-height: 25px;
            }

            #featured ul.ui-tabs-nav li span p {
                font-size: 13px;
                margin-top: 3px;
            }

#featured li.ui-tabs-nav-item a {
    display: block;
    height: 114px;
    text-decoration: none;
    color: #ccc;
    line-height: 20px;
    outline: none;
    padding: 15px;
}

    #featured li.ui-tabs-nav-item a:hover {
        background: #f5c818;
        color: #ccc;
    }

.ui-tabs-nav-item:hover .read-more {
    color: #444 !important;
}

    .ui-tabs-nav-item:hover .read-more:hover {
        color: #fff !important;
    }

.ui-tabs-active:hover .read-more:hover {
    color: #444 !important;
}

#featured li.ui-tabs-nav-item a:hover h2 {
    color: #000;
}
/*#featured li.ui-tabs-selected a:before, #featured li.ui-tabs-active a:before{ 
	background:url('../img/selected-item.gif') top right no-repeat;
	position:absolute;
	content:"";
}*/
#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a, #featured ul.ui-tabs-nav li.ui-tabs-selected a h2, #featured ul.ui-tabs-nav li.ui-tabs-active a h2 {
    background: #f5c818;
    color: #000;
}

#featured .ui-tabs-panel {
    width: 68%;
    height: 345px;
    position: relative;
}

    #featured .ui-tabs-panel .info {
        position: absolute;
        bottom: 0;
        left: 0;
        height: auto;
        display: none;
    }

        #featured .ui-tabs-panel .info a.hideshow {
            position: absolute;
        }

#featured .info h2 {
    color: #000;
    padding: 5px;
    margin: 0;
    font-weight: normal;
    overflow: hidden;
}

#featured .info a {
    text-decoration: none;
    color: #000;
}

    #featured .info a:hover {
        text-decoration: underline;
    }

#featured .ui-tabs-hide {
    display: none;
}

.home-news-section .news {
    background: #3e3e3e;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
}

    .home-news-section .news .image img {
        width: 100%;
        height: 170px;
        object-fit: cover;
        margin-bottom: 0;
    }

    .home-news-section .news .title {
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        padding: 8px 10px;
        height: 58px;
    }

    .home-news-section .news a:hover .title {
        color: #F7CA18;
    }

.video-section .video {
    background: #800080;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
}

    .video-section .video a:hover .title, .video-section .video a:hover .description {
        color: #F7CA18;
    }

    .video-section .video .image .play-icon {
        position: absolute;
        left: 37%;
        top: 20%;
    }

    .video-section .video .image .video-img {
        height: 175px;
        width: 100%;
        object-fit: fill;
        /*        object-fit: cover;
*/ ss
    }

    .video-section .video .info {
        height: 195px;
        padding: 20px 12px;
        line-height: 20px;
    }

        .video-section .video .info .title {
            color: #fff;
            font-size: 16px;
            margin-bottom: 6px;
        }

        .video-section .video .info .status {
            color: #febf00;
            font-size: 13px;
            margin-bottom: 6px;
        }

        .video-section .video .info .description {
            color: #fff;
            font-size: 13px;
        }

.video-section .video-list .media, .movie-review-section .review-list .media {
    background: #424242 none repeat scroll 0 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    height: 85px;
    margin-bottom: 10px;
}

.video-section .video-list .media-left, .movie-review-section .review-list .media-left {
    float: left;
    width: 35%;
}

    .video-section .video-list .media-left .video-thumb, .movie-review-section .review-list .media-left img {
        height: 85px;
        width: 100%;
        object-fit: contain;
    }

    .video-section .video-list .media-left .play-icon {
        position: absolute;
        width: 34px;
        left: 14%;
        margin-top: 30px;
    }

.video-section .video-list .media-body, .movie-review-section .review-list .media-body {
    padding: 1px 4px;
    width: 65%;
}

    .video-section .video-list .media-body .title, .movie-review-section .review-list .media-body .title {
        font-size: 14px;
        line-height: 18px;
    }

    .video-section .video-list .media-body .time, .movie-review-section .review-list .media-body .time {
        font-size: 13px;
    }

.video-section .video-list a, .movie-review-section .review-list a {
    color: #fff;
}

    .video-section .video-list a:hover .title, .movie-review-section .review-list a:hover .title {
        color: #f5c818;
    }

.fa-star-o::before {
    content: "\f006";
}

.movie-review-section .review {
    background: #3e3e3e;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
}

    .movie-review-section .review a:hover .title, .movie-review-section .review a:hover .description {
        color: #f5c818;
    }

    .movie-review-section .review .image img {
        height: 185px;
        width: 100%;
        object-fit: cover;
    }

    .movie-review-section .review .info {
        height: 205px;
        padding: 20px 12px;
        line-height: 20px;
    }

        .movie-review-section .review .info .title {
            color: #fff;
            font-size: 16px;
        }

            .movie-review-section .review .info .title .review-title {
                float: left;
                width: 70%;
                display: inline-block;
            }

            .movie-review-section .review .info .title .rating {
                width: auto;
                float: right;
                display: inline-block;
                background: #f7ca1b;
                font-size: 14px;
                padding: 2px 5px;
                color: #000;
            }

                .movie-review-section .review .info .title .rating i {
                    margin-right: 3px;
                }

        .movie-review-section .review .info .status {
            color: #febf00;
            font-size: 13px;
            margin-bottom: 6px;
            clear: both;
            padding-top: 6px;
        }

        .movie-review-section .review .info .description {
            color: #fff;
            font-size: 13px;
        }

            .movie-review-section .review .info .description span {
                font-size: 13px !important;
            }

            .movie-review-section .review .info .description b {
                font-weight: normal !important;
            }

            .movie-review-section .review .info .description i {
                font-style: normal !important;
            }

            .movie-review-section .review .info .description u {
                text-decoration: none !important;
            }

            .movie-review-section .review .info .description p {
                float: left;
                margin-left: 0;
            }
/* ----------------VIDEO SEARCHBAR---------------- */
.video-searchbar {
    height: 40px;
    background: #ff99ff;
    margin-bottom: -120px;
    margin-top: 115px;
    padding: 0;
}

    .video-searchbar .search-nav {
        float: left;
        padding: 10px 0;
    }

        .video-searchbar .search-nav span {
            color: #000;
            font-weight: 600;
            font-size: 14px;
            vertical-align: top;
            float: left;
            text-transform: uppercase;
        }

        .video-searchbar .search-nav ul {
            float: left;
        }

        .video-searchbar .search-nav .nav > li > a {
            color: #000;
            padding: 0 20px;
            text-transform: uppercase;
            font-size: 14px;
        }

        .video-searchbar .search-nav .dropdown-menu {
            border-radius: 0;
            background: #ff99ff;
            border: none;
            box-shadow: none;
            min-width: 140px;
            padding: 0px 0 5px 0;
        }

            .video-searchbar .search-nav .dropdown-menu li a {
                padding: 5px 20px;
            }

            .video-searchbar .search-nav .dropdown-menu > li > a:focus, .video-searchbar .search-nav .dropdown-menu > li > a:hover {
                background: none;
            }

        .video-searchbar .search-nav .dropdown span {
            font-weight: normal;
            text-transform: uppercase;
        }
/* ----------------VIDEO---------------- */
.video-target {
    background: #e600e6;
    /*    height: 400px;
*/ height: 550px;
    width: 100%;
}

.video-info {
    /*    margin-bottom: 20px;
*/ background: #b300b3;
    padding: 15px;
    line-height: 20px;
    font-size: 15px;
}

.video-primary-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 5%;
}

.video-primary-info-dislike {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 2%;
}

.video-primary-info a {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.video-primary-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #b300b3;
    padding: 15px;
    margin-bottom: 5%;
}

.video-section .video-card {
    background: #b300b3;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
}

.video-card .play-icon {
    height: auto !important;
    left: 37%;
    position: absolute;
    top: 20%;
    width: auto !important;
}

.video-section .video-card .image img {
    height: 185px;
    width: 100%;
    object-fit: fill;
}

.video-section .video-card .info {
    padding: 15px 12px;
    line-height: 24px;
    height: 155px;
}

    .video-section .video-card .info .title {
        color: #fff;
        font-size: 16px;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
    }

        .video-section .video-card .info .title span {
            margin-left: 5px;
        }

    .video-section .video-card .info p {
        color: #fff;
        font-size: 13px;
        margin-top: 6px;
    }

.video-section .video-card a:hover p, .video-section .video-card a:hover .title {
    color: #F7CA18;
}

/*Comment Panel*/
.LikeVideo, .DislikeVideo, .CommentVideo {
    width: 45%;
}

.video-count {
    display: contents;
    font-size: 15px;
}

.comment-count {
    display: contents;
    font-size: 15px;
}

/*Cooment box*/
@import url(//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css);

.detailBox {
    border: 1px solid #bbb;
    background-color: #330033;
    margin-bottom: 5%;
}

.titleBox {
    background-color: #330033;
    padding: 10px;
}

    .titleBox label {
        color: white;
        margin: 0;
        display: inline-block;
    }

    .titleBox .close {
        color: white;
    }

.commentBox {
    padding: 10px;
    border-top: 1px dotted #bbb;
}

.replySection {
    margin-top: 2%;
    margin-bottom: 2%;
}

.commentLikeUnlike {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 2;
    margin-bottom: 1%;
}

.comment-submenu {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 4%;
}

.comment-submenu-text {
    margin-left: 1%;
}

.comment-submenu a {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.comment-submenu1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 13%;
}

    .comment-submenu1 a {
        text-decoration: none;
        color: white;
        /*        cursor: pointer;
*/
    }

.commentText label {
    color: white;
    font-size: 14px;
}

    .commentText label a {
        text-decoration: none;
        color: white;
        cursor: pointer;
    }

.commentText .UserInfo {
    line-height: 1;
    font-size: 20px;
}

.commentBox .form-group:first-child, .actionBox .form-group:first-child {
    width: 80%;
    margin-right: 1%;
}

.commentBox .form-group:nth-child(2), .actionBox .form-group:nth-child(2) {
    width: 18%;
    display: inline-flex;
}

.actionBox .form-group * {
    width: 100%;
}

.form-group button {
    margin-right: 2px;
}

.taskDescription {
    margin-top: 10px 0;
}

.commentList {
    padding: 0;
    margin: 20px;
    list-style: none;
    /*    max-height: 200px;
    overflow: auto;*/
}

    .commentList li {
        margin: 0;
        margin-top: 10px;
    }

        .commentList li ul {
            margin: 0;
            margin-left: 10%;
            list-style: none;
        }

        .commentList li > div {
            /*            display: table-cell;
*/
        }

.commenterImage {
    width: 30px;
    margin-right: 15px;
    height: 100%;
    float: left;
}

    .commenterImage img {
        width: 100%;
        border-radius: 50%;
    }

.commentText p {
    margin: 0;
    line-height: 2;
}

.sub-text {
    color: #aaa;
    font-family: verdana;
    font-size: 11px;
    line-height: 3;
}

.actionBox {
    border-top: 1px dotted #bbb;
    padding: 10px;
}

/*End comment box*/


/* ----------------PHOTOS---------------- */
.gallery {
    background: #424242;
    margin-bottom: 30px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

    .gallery a {
        color: #fff;
        text-decoration: none;
    }

        .gallery a:hover {
            text-decoration: none;
        }

            .gallery a:hover .gallery-title {
                color: #F7CA18;
            }

.gallery-img img {
    width: 100%;
    height: 125px;
    object-fit: cover;
}

.gallery-title {
    font-size: 14px;
    text-align: center;
    padding: 8px 10px;
    height: 55px;
    line-height: 20px;
}

.show-more-link {
    margin-bottom: 30px !important;
}

    .show-more-link a {
        color: #F7CA18;
        font-size: 14px;
    }

        .show-more-link a:hover {
            text-decoration: underline;
        }

.fa-angle-double-down::before {
    content: "\f103";
}
/* ----------------DETAILS PAGE---------------- */
.details-page .title {
    font-size: 34px;
    line-height: 42px;
}

.details-page .details {
    font-size: 14px;
    margin: 15px 0 20px;
    color: #fff;
}

    .details-page .details .date {
        float: left;
        margin-bottom: 20px;
        margin-right: 20px;
        margin-top: 7px;
    }

    .details-page .details .category {
        display: inline-block;
        margin-top: 7px;
    }

    .details-page .details span {
        color: #f7ca18;
    }

.details-page .description {
    line-height: 30px;
    text-align: justify;
    clear: both;
}

.all-photos {
    margin-top: 30px;
}

    .all-photos .gallery-img {
        margin-bottom: 30px;
    }

.recommend a {
    color: #fff;
}
/* ----------------ADEVRT DETAILS---------------- */
.advert-img > img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.advert-details .list {
    clear: both;
    padding: 0 0 10px;
}

    .advert-details .list .title {
        color: #f7ca18;
        float: left;
        font-size: 16px;
        font-weight: normal;
        line-height: 26px;
        width: inherit;
    }

    .advert-details .list .name {
        line-height: 26px;
        overflow: hidden;
        width: inherit;
        padding-left: 10px;
    }

/* ----------------NEWS DETAILS---------------- */
.news-img {
    margin-top: 30px;
    margin-bottom: 20px;
}

    .news-img img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

.news-description {
    margin-bottom: 50px;
}
/* ----------------COMIN SOON---------------- */
.coming-soon {
    font-size: 42px;
    text-align: center;
    margin: 230px 0;
}
/* ----------------BREADCRUMB---------------- */
.main-breadcrumb {
    background: #f7ca18 none repeat scroll 0 0;
    border-radius: 0;
    height: 40px;
    margin-bottom: -120px;
    margin-top: 115px;
    padding: 0;
}

    .main-breadcrumb .breadcrumb {
        background: none;
        padding: 8px 0;
    }

.breadcrumb ol {
    margin-bottom: 0;
}

.breadcrumb li {
    text-transform: uppercase;
    font-size: 13px;
}

    .breadcrumb li a {
        color: #000;
    }

.breadcrumb > li + li::before {
    content: ">";
    color: #000;
}

.breadcrumb > .active {
    color: #000;
    font-weight: 600;
}
/* ----------------SIDEBAR---------------- */
.sidebar .media {
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
    background: #424242;
    height: 85px;
    margin-bottom: 10px;
}

.sidebar-news .media-left, .sidebar-newly-added .media-left {
    width: 35%;
    float: left;
}

    .sidebar-news .media-left img, .sidebar-newly-added .media-left img {
        width: 100%;
        height: 85px;
        object-fit: cover;
    }

.sidebar-news .media-body, .sidebar-newly-added .media-body {
    width: 65%;
    padding: 1px 2px;
}

    .sidebar-news .media-body .title, .sidebar-newly-added .media-body .title {
        font-size: 14px;
        line-height: 18px;
        word-break: break-all;
    }

    .sidebar-news .media-body .time, .sidebar-newly-added .media-body .time {
        font-size: 13px;
    }

.sidebar-news a, .sidebar-newly-added a {
    color: #fff;
    text-decoration: none;
}

    .sidebar-news a:hover .title, .sidebar-newly-added a:hover .title {
        color: #F7CA18;
    }

.sidebar-ad {
    margin: 20px 0;
}

    .sidebar-ad img {
        width: 100%;
        height: 229px !important;
        object-fit: cover;
    }

    .sidebar-ad .carousel-indicators {
        display: none;
    }

.sidebar-social-media .card {
    box-shadow: 0 2px 2px rgba(0,0,0,0.4);
    background: #424242;
    padding: 10px;
}

.sidebar-social-media a {
    color: #fff;
    font-size: 22px;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 10px;
}

.sidebar-social-media .fb:hover {
    background: #4d6baa;
    border-radius: 4px;
}

.sidebar-social-media .twitter:hover {
    background: #5EA9DD;
    border-radius: 4px;
}

.fa-facebook::before {
    content: "\f09a";
}

.fa-twitter::before {
    content: "\f099";
}

.sidebar-social-media {
    margin-bottom: 20px;
}
/*STYLE FOR NEWLY ADDED HOVER*/
.sidebar-newly-added .media-left {
    position: relative;
}

    .sidebar-newly-added .media-left img {
        width: 100%;
        vertical-align: top;
    }

    .sidebar-newly-added .media-left:after {
        content: "\f14c";
        font-family: 'FontAwesome';
        position: absolute;
        width: 90%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(247,202,24,0.6);
        opacity: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        padding: 32% 35%;
        font-size: 25px;
        color: #fff;
    }

.sidebar-newly-added a:hover .media-left:after {
    opacity: 1;
}

.sidebar-newly-added a .media-left.reviews:after {
    content: "\f008";
    font-family: 'FontAwesome';
    padding: 32% 33%;
}

.sidebar-newly-added a .media-left.celebs:after {
    content: "\f007";
    font-family: 'FontAwesome';
    padding: 34% 35%;
    font-size: 28px;
}

.sidebar-newly-added a .media-left.gallary:after {
    content: "\f030";
    font-family: 'FontAwesome';
    padding: 32% 33%;
}

.sidebar-newly-added a .media-left.music:after {
    content: "\f001";
    font-family: 'FontAwesome';
    padding: 32% 35%;
    font-size: 28px;
}

.sidebar-newly-added a .media-left.videos:after {
    content: "\f03d";
    font-family: 'FontAwesome';
    padding: 32% 34%;
}

.sidebar-newly-added a .media-left.trivia:after {
    content: "\f059";
    font-family: 'FontAwesome';
    padding: 32% 34%;
    font-size: 28px;
}
/*STYLE FOR NEWLY ADDED HOVER END*/
/*SLIDEMENU*/
body.slide-active {
    overflow-x: hidden;
    position: fixed;
}

    body.slide-active .navbar-form, body.slide-active .navbar-brand {
        display: none;
    }

    body.slide-active #featured .ui-tabs-panel .info {
        z-index: 0;
    }

.no-margin-top {
    margin-top: 0px !important
}

#page-content {
    position: relative;
    left: 0;
}

    #page-content.slide-active {
        padding-top: 0
    }

#slide-nav .navbar-toggle {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    float: left;
    line-height: 0;
    margin: 0;
    padding: 16px 9px;
    position: relative;
    width: 41px;
    z-index: 99;
}

    #slide-nav .navbar-toggle > .icon-bar {
        width: 100%;
        display: block;
        height: 3px;
        margin: 4px 0;
        background: #000;
    }

    #slide-nav .navbar-toggle.slide-active .icon-bar {
        background: #000;
    }

.navbar-header {
    position: relative;
}

.navbar.navbar-fixed-top.slide-active {
    position: relative;
    background: rgb(247,202,27);
}

#page-content.slide-active::before {
    background: #000;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: -40px;
    opacity: 0.6;
    padding: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.navbar-header.slide-active {
    background: #000 none repeat scroll 0 0 !important;
}
/*SLIDEMENU END*/
/* ----------------MOVIE REVIEW---------------- */
.review-img-crew {
    margin: 20px 0 20px 0;
}

.details-page .rating {
    margin-top: 15px;
}

.crew-details .movie-name {
    font-size: 26px;
    margin-bottom: 15px;
    color: #F7CA18;
    line-height: 40px;
}

.crew-details .list {
    padding: 0;
    clear: both;
}

.review-img > img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.crew-details .list .title {
    color: #F7CA18;
    font-size: 16px;
    float: left;
    width: 36%;
    line-height: 1;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 10px;
}

.crew-details .list .name {
    line-height: 26px;
    width: 64%;
    overflow: hidden;
    margin-bottom: 10px;
}

.details-page .awards {
    margin: 20px 0 40px;
}

    .details-page .awards p {
        white-space: pre-line;
        line-height: 30px;
    }

    .details-page .awards .title {
        color: #F7CA18;
        font-size: 16px;
        line-height: 1;
        font-weight: normal;
    }
/* ----------------SUBSCRIPTION---------------- */
.subscription {
    font-family: 'Raleway', sans-serif;
    margin: 50px 0;
}

    .subscription .heading {
        color: #F7CA18;
        font-size: 30px;
    }

    .subscription .end-date {
        background: #303030;
        text-align: center;
        width: 200px;
        margin: 30px auto;
    }

        .subscription .end-date .heading {
            color: #fff;
            text-transform: uppercase;
            font-size: 16px;
            padding: 10px 0;
        }

    .subscription .referralCount {
        background-position: center;
        text-align: center;
        width: 200px;
        margin: 30px auto;
        height: 180px;
        background-image: url('/Content/Images/referralLogo4.jpg');
        border-radius: 100%;
    }

        .subscription .referralCount .heading {
            color: #fff;
            text-transform: uppercase;
            font-size: 16px;
            padding: 10px 0;
        }

        .subscription .referralCount .date {
            padding-top: 30px;
            font-size: 60px;
        }

.d-m-y {
    padding: 10px 15px 20px;
}

.subscription .end-date .date {
    font-size: 60px;
}

.subscription .end-date .month {
    margin: 10px 0;
    text-transform: uppercase;
}

.fa-smile-o::before {
    content: "\f118";
}

.unscubscribe {
    margin: 120px 0 0;
    color: #999;
}

    .unscubscribe a {
        color: #F7CA18;
        text-decoration: none;
    }

        .unscubscribe a:hover {
            text-decoration: underline;
        }
/* ----------------UNSUBSCRIPTION---------------- */
.unsubscribe {
    font-family: 'Raleway', sans-serif;
    margin: 80px 0 0;
}

    .unsubscribe .heading {
        color: #fff;
        text-transform: uppercase;
        font-size: 26px;
    }

    .unsubscribe .form-sec {
        background: #3e3e3e none repeat scroll 0 0;
        border-top: 5px solid #f7ca18;
        box-shadow: 0 1px 5px #000;
        margin: 50px 80px 120px;
        padding: 20px 30px;
    }

        .unsubscribe .form-sec .form-group {
            margin-bottom: 20px;
        }

        .unsubscribe .form-sec .form-control {
            background: #5B5B5B;
            color: #fff;
            border: none;
        }

            .unsubscribe .form-sec .form-control:focus {
                border: none;
                box-shadow: none;
            }

    .unsubscribe .title {
        color: #f7ca18;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .unsubscribe label {
        font-weight: normal;
        margin-bottom: 5px;
        color: #f7ca18;
    }

    .unsubscribe .btn {
        background: #F7CA18;
        color: #000;
        font-size: 18px;
        border: 2px solid #F7CA17;
        transition: 0.20s;
        padding: 4px 12px;
    }

        .unsubscribe .btn:hover {
            background: #E0B712;
        }
/* ----------------CELEBS---------------- */
.list-nav {
    margin-bottom: 30px;
}

    .list-nav ul {
        list-style: none;
        display: inline-block;
    }

        .list-nav ul li {
            float: left;
        }

            .list-nav ul li a {
                background: #424242;
                color: #fff;
                display: block;
                font-size: 14px;
                margin-right: 8px;
                padding: 3px 5px;
                text-align: center;
                text-transform: uppercase;
            }

                .list-nav ul li a:hover, .list-nav ul li.active a {
                    background: #F7CA18;
                    color: #000;
                }

.celeb-info {
    margin: 20px 0 20px 0;
}

.celeb-img > img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.gallery-link {
    margin-bottom: 20px;
}

    .gallery-link a {
        text-transform: uppercase;
        font-size: 14px;
        color: #000;
        text-align: center;
        padding: 10px;
    }

.fa-angle-double-right:before {
    content: "\f101";
}

.celeb-details .list {
    padding: 0 0 10px 0;
    clear: both;
}

    .celeb-details .list .title {
        color: #F7CA18;
        font-size: 16px;
        float: left;
        width: 32%;
        line-height: 1;
        line-height: 26px;
        font-weight: normal;
    }

    .celeb-details .list .name {
        line-height: 26px;
        width: 68%;
        overflow: hidden;
    }
/* ----------------MUSIC SEARCHBAR---------------- */
.searchbar {
    height: 40px;
    background: #F7CA18;
    margin-bottom: -120px;
    margin-top: 115px;
    padding: 0;
}

    .searchbar .search-nav {
        float: left;
        padding: 10px 0;
    }

        .searchbar .search-nav span {
            color: #000;
            font-weight: 600;
            font-size: 14px;
            vertical-align: top;
            text-transform: uppercase;
        }

    .searchbar ul {
        list-style: none;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        .searchbar ul li {
            float: left;
        }

            .searchbar ul li a.active {
                font-weight: bold;
            }

            .searchbar ul li a {
                color: #000;
                text-transform: uppercase;
                font-size: 14px;
                padding: 0 20px;
                display: block;
                text-decoration: none;
            }
/* ----------------MUSIC---------------- */
.music-card {
    height: 92px;
    background: #424242;
    margin-bottom: 30px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

    .music-card .music-img {
        width: 35%;
        height: 92px;
        float: left;
    }

        .music-card .music-img img {
            width: 100%;
            height: 92px;
            object-fit: cover;
        }

    .music-card .music-info {
        float: left;
        height: 92px;
        padding: 5px 10px 10px;
        position: relative;
        width: 65%;
    }

        .music-card .music-info .info {
            width: 83%;
            float: left;
        }

        .music-card .music-info .add-playlist {
            float: right;
            width: 17%;
            text-align: center;
            padding: 20px 0;
        }

        .music-card .music-info .info {
            font-size: 16px;
            font-family: 'Raleway', sans-serif;
            font-weight: 600;
            color: #fff;
            display: block;
            margin-bottom: 5px;
            line-height: 20px;
        }

            .music-card .music-info .info:hover {
                color: #F7CA18;
            }

            .music-card .music-info .info .movie-name {
                bottom: 7px;
                font-size: 13px;
                position: absolute;
            }

.add-playlist {
    position: absolute;
    right: 5%;
    top: 18%;
    width: auto;
}

    .add-playlist .btn {
        background: none;
        border: none;
    }

        .add-playlist .btn:focus, .add-playlist .btn:hover {
            box-shadow: none;
            border: none;
            outline: none;
        }

    .add-playlist .tooltip-inner {
        background: #fff;
        color: #000;
        border-radius: 0;
        min-width: 95px;
    }

    .add-playlist .tooltip-arrow {
        border-bottom-color: #fff !important;
    }
/*STYLE FOR MUSIC HOVER*/
.music-card .music-img {
    position: relative;
}

    .music-card .music-img img {
        width: 100%;
        vertical-align: top;
    }

    .music-card .music-img:after {
        content: "\f04b";
        font-family: 'FontAwesome';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(247,202,24,0.6);
        opacity: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        padding: 25% 40%;
        font-size: 30px;
        color: #fff;
    }

    .music-card .music-img:hover:after {
        opacity: 1;
    }
/*STYLE FOR MUSIC HOVER END*/
/*MUSIC PLAYER*/
.music-player {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
    background: #424242;
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.4);
}

.audiojs audio {
    position: absolute;
    left: -1px;
}

.audiojs {
    background: #424242 none repeat scroll 0 0;
    bottom: 0;
    float: left;
    font-family: monospace;
    font-size: 12px;
    height: 70px;
    overflow: hidden;
    padding: 34px 0;
    width: 70%;
    z-index: 9;
}

    .audiojs .play-pause {
        float: left;
        overflow: hidden;
        margin-top: -14px;
        width: 50px;
    }

    .audiojs p {
        display: none;
        width: 25px;
        height: 40px;
        margin: 0px;
        cursor: pointer;
    }

    .audiojs .play {
        display: block;
    }

    .audiojs .scrubber {
        position: relative;
        float: left;
        width: 80%;
        background: #232528;
        height: 5px;
        border-left: 0px;
        border-bottom: 0px;
        overflow: hidden;
        cursor: pointer;
    }

    .audiojs .progress {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 5px;
        width: 0px;
        background: #F7CA18;
        z-index: 1;
        border-radius: 0;
    }

    .audiojs .loaded {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 14px;
        width: 0px;
        background: #000;
    }

    .audiojs .time {
        float: left;
        color: #ddd;
        margin-top: -4px;
        margin-left: 15px;
    }

        .audiojs .time em {
            padding: 0px 2px 0px 0px;
            color: #f9f9f9;
            font-style: normal;
        }

        .audiojs .time strong {
            padding: 0px 0px 0px 2px;
            font-weight: normal;
        }

    .audiojs .error-message {
        float: left;
        display: none;
        margin: 0px 10px;
        height: 36px;
        width: 400px;
        overflow: hidden;
        line-height: 36px;
        white-space: nowrap;
        color: #fff;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -icab-text-overflow: ellipsis;
        -khtml-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
    }

        .audiojs .error-message a {
            color: #eee;
            text-decoration: none;
            padding-bottom: 1px;
            border-bottom: 1px solid #999;
            white-space: wrap;
        }

    .audiojs .play {
        background: url("player-graphics.gif") -2px -1px no-repeat;
    }

    .audiojs .loading {
        background: url("player-graphics.gif") -5px -36px no-repeat;
        background-size: 35px;
    }

    .audiojs .error {
        background: url("player-graphics.gif") -2px -61px no-repeat;
    }

    .audiojs .pause {
        background: url("player-graphics.gif") -2px -91px no-repeat;
    }

.playing .pause {
    display: block;
}

.loading .play,
.loading .pause,
.loading .error {
    display: none;
}

.loading .loading {
    display: block;
}

.error .time,
.error .play,
.error .pause,
.error .scrubber,
.error .loading {
    display: none;
}

.error .error {
    display: block;
}

.error .play-pause p {
    cursor: auto;
}

.error .error-message {
    display: block;
}

#volume-container {
    width: 180px;
}

#volume-slider {
    display: inline;
    width: 120px;
    cursor: pointer;
}

#volume-slider {
    vertical-align: center;
}

.audiojs {
    float: left !important;
}

#extended-controls-pre,
#extended-controls-post {
    float: left;
    background-color: #424242;
    height: 70px;
}

#extended-controls-pre {
    bottom: 0;
    cursor: pointer;
    font-size: 24px;
    left: 0;
    padding: 22px 10px;
    width: 8%;
}

#extended-controls-post {
    bottom: 0;
    float: left;
    padding: 25px 0;
    width: 15%;
    z-index: 9;
}

    #extended-controls-pre .glyphicon,
    #extended-controls-post .glyphicon {
        color: white;
        padding: 10px 3px;
    }

#volume-container i {
    font-size: 24px;
    vertical-align: middle;
}

p.play,
p.pause {
    margin: 5px 0;
    font-size: 24px;
    background: none !important;
}

p.loading,
p.error {
    margin-left: -4px;
}

p.pause {
    margin-left: -2px;
    margin-top: -2px;
}

p.play:after {
    color: white;
    font-family: 'FontAwesome';
    content: "\f04b";
}

p.pause:after {
    color: white;
    padding: 10px 3px;
    font-family: 'FontAwesome';
    content: "\f04c";
}

#playlist-info-container {
    font-style: italic;
    margin-bottom: 1em;
    display: none;
}

    #playlist-info-container span {
        font-weight: bold;
    }

.popover-content {
    padding: 0;
}

.popover.top {
    margin-top: -19px;
}

.popover-content .heading {
    background: #424242 none repeat scroll 0 0;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 7px;
}

.popover-content ol {
    padding: 0px;
    margin: 0px;
    list-style: none;
    padding: 10px 12px;
    height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .popover-content ol li {
        position: relative;
        margin: 0px;
        cursor: pointer;
        padding: 9px 0;
        border-bottom: solid 1px #333;
        width: 94%;
    }

        .popover-content ol li:first-child {
            padding-top: 0;
        }

        .popover-content ol li:last-child {
            padding-bottom: 0;
            border-bottom: none;
        }

        .popover-content ol li a {
            display: inline;
            color: #ccc;
            padding-right: 20px;
            font-size: 13px;
        }

.popover-content .delete {
    float: right;
    background: none;
    font-size: 20px;
    padding: 0;
    line-height: 0;
    margin-top: -31px;
}

    .popover-content .delete:hover, .popover-content .delete:focus {
        color: #dbb210;
        outline: none;
    }

.popover-content li.playing {
    color: #F7CA18;
}

    .popover-content li.playing a {
        color: #F7CA18;
    }

        .popover-content li.playing a:before {
            content: "\f04b";
            font-family: 'FontAwesome';
            margin-right: 10px;
            font-size: 12px;
        }

#extended-controls-pre i {
    padding: 0 10px;
}

span.track-duration {
    display: block;
    float: right;
    margin: 0 2em;
}

.clear-float {
    clear: both;
}

input[type="range"] {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: 8px;
    margin: 0 0.5em;
    border: none;
    padding: 1px 2px;
    border-radius: 14px;
    background: #232528;
    outline: none; /* no focus outline */
}

    input[type="range"]::-moz-range-track {
        border: inherit;
        background: transparent;
    }

    input[type="range"]::-ms-track {
        border: inherit;
        color: transparent;
        /* don't drawn vertical reference line */
        background: transparent;
    }

    input[type="range"]::-ms-fill-lower,
    input[type="range"]::-ms-fill-upper {
        background: transparent;
    }

    input[type="range"]::-ms-tooltip {
        display: none;
    }

    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 12px;
        height: 12px;
        border: none;
        border-radius: 50%;
        background: #F0F0F0;
    }

    input[type="range"]::-moz-range-thumb {
        width: 12px;
        height: 12px;
        border: none;
        border-radius: 50%;
        background: #F0F0F0;
    }

    input[type="range"]::-ms-thumb {
        width: 12px;
        height: 12px;
        border: 0;
        border-radius: 50%;
        background: #F0F0F0;
    }

.fa-volume-up:before {
    content: "\f028";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.user-playlist {
    float: right;
    width: 7%;
    padding: 20px 0;
}

.fa-list-ul:before {
    content: "\f0ca";
}

.user-playlist .btn {
    border: none;
    background: none;
}

    .user-playlist .btn.focus, .user-playlist .btn:focus, .user-playlist .btn:hover {
        color: #fff;
        outline: none;
    }

    .user-playlist .btn i {
        font-size: 24px;
    }

.popover {
    background: #242521;
    border-radius: 3px;
    right: 0 !important;
    min-width: 600px !important;
    max-width: 600px !important;
}

    .popover.top > .arrow {
        display: none;
    }

#playlist {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.music-module ol {
    list-style: none;
    padding: 0;
}

.audiojs.playing .play {
    margin-top: -37px;
}
/*MUSIC PLAYER END*/
/* ----------------TRIVIA---------------- */
.trivia-searchbar {
    height: 40px;
    background: #F7CA18;
    margin-bottom: -120px;
    margin-top: 115px;
    padding: 0;
}

    .trivia-searchbar .search-nav {
        float: left;
        padding: 10px 0;
    }

        .trivia-searchbar .search-nav span {
            color: #000;
            font-weight: 600;
            font-size: 14px;
            vertical-align: top;
            float: left;
            text-transform: uppercase;
        }

        .trivia-searchbar .search-nav ul {
            float: left;
        }

        .trivia-searchbar .search-nav .nav > li > a {
            color: #000;
            padding: 0 20px;
            text-transform: uppercase;
            font-size: 14px;
        }

    .trivia-searchbar .nav .open > a, .trivia-searchbar .nav .open > a:focus, .trivia-searchbar .nav .open > a:hover {
        background: none;
    }

    .trivia-searchbar .search-nav .dropdown-menu {
        border-radius: 0;
        background: #F7CA18;
        border: none;
        box-shadow: none;
        min-width: 140px;
        padding: 14px 0 5px 0;
    }

        .trivia-searchbar .search-nav .dropdown-menu li a {
            padding: 5px 20px;
        }

        .trivia-searchbar .search-nav .dropdown-menu > li > a:focus, .trivia-searchbar .search-nav .dropdown-menu > li > a:hover {
            background: none;
        }

    .trivia-searchbar .search-nav .dropdown span {
        font-weight: normal;
        text-transform: uppercase;
    }

.trivia-report option {
    padding: 5px 0;
}

.trivia-card {
    background: #424242 none repeat scroll 0 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    height: 225px;
}

    .trivia-card a {
        color: #fff;
        text-decoration: none;
    }

    .trivia-card .image img {
        width: 100%;
        height: 165px;
        object-fit: cover;
    }

    .trivia-card .title {
        font-size: 14px;
        height: 55px;
        line-height: 20px;
        padding: 8px 10px;
        text-align: center;
    }

.score {
    background-color: #f7ca18;
    color: #242521;
    font-size: 12px;
    height: 35px;
    left: -35px;
    overflow: hidden;
    padding: 5px 29px;
    position: absolute;
    text-transform: uppercase;
    top: 22px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    white-space: nowrap;
    width: 140px;
    box-shadow: 0 1px 3px #000;
    text-align: center;
}

    .score div {
        display: block;
        padding-top: 2px;
    }

        .score div span {
            margin: 0 2px;
        }

.trivia-img {
    margin: 50px 0 30px;
    position: relative;
}

    .trivia-img img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .trivia-img .btn {
        color: #000;
        height: 40px;
        left: 50%;
        margin-left: -125px;
        position: absolute;
        text-align: center;
        top: -20px;
        width: 250px;
        font-size: 16px;
    }
/* ----------------QUIZ---------------- */
.quiz-section {
    margin: 20px 0;
}

.quiz-info {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
}

    .quiz-info .quiz-score span {
        color: #f7ca18;
    }

.quiz-card {
    overflow: hidden;
    margin: 30px 0 0;
}

    .quiz-card .item {
        background: #303030;
        overflow: hidden;
        padding: 20px;
    }

    .quiz-card .question {
        font-size: 22px;
        line-height: 32px;
        font-family: "Raleway",sans-serif;
        text-align: center;
        padding-bottom: 20px;
        border-bottom: solid 1px #f7ca18;
    }

    .quiz-card .carousel-control {
        position: static;
        width: 100%;
        opacity: 1;
        margin: 30px 0 0;
    }

        .quiz-card .carousel-control.right {
            text-align: center;
            display: block;
            background: none;
            font-size: 16px;
            transition: 0.20s;
            text-shadow: none;
        }

            .quiz-card .carousel-control.right:hover {
                color: #f7ca18;
            }

    .quiz-card .options ul {
        padding: 0;
    }

    .quiz-card .options li {
        list-style: none;
        background: none;
        border: solid 2px #fff;
        width: 47%;
        margin-top: 30px;
        padding: 12px 0;
        height: 85px;
        text-align: center;
        cursor: pointer;
        color: #fff;
        position: relative;
        transition: 0.20s;
        line-height: 20px;
        display: table;
    }

        .quiz-card .options li span {
            display: table-cell;
            vertical-align: middle;
        }

        .quiz-card .options li:hover {
            background: #f7ca18;
            color: #000;
            border: solid 2px #f7ca18;
        }

        .quiz-card .options li:nth-child(odd) {
            float: left;
        }

        .quiz-card .options li:nth-child(even) {
            float: right;
        }

.cancel-quiz {
    margin: 20px 0;
    text-align: center;
}

.quiz-card .item .popup {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

    .quiz-card .item .popup.correct {
        background-image: url('/Content/Images/smiley-3.png');
        background-repeat: no-repeat;
        background-position: center 20%;
    }

    .quiz-card .item .popup.incorrect {
        background-image: url('/Content/Images/smiley-1.png');
        background-repeat: no-repeat;
        background-position: center 20%;
    }

.popup span {
    position: absolute;
    bottom: 5%;
    color: #f7ca18;
    width: 100%;
    text-align: center;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.cancel-quiz a {
    color: #fff;
    font-size: 13px;
    text-decoration: underline;
    text-transform: uppercase;
    transition: 0.20s;
}

    .cancel-quiz a:hover {
        color: #f7ca18;
        text-decoration: underline !important;
    }

.get-result {
    text-align: center;
}

    .get-result a {
        color: #000;
        padding: 6px 20px;
        display: inline-block;
    }

.quiz-result {
    font-family: "Raleway",sans-serif;
    margin: 50px 0;
}

    .quiz-result .card {
        background: #303030;
        overflow: hidden;
        padding: 50px 20px;
    }

.final-score {
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0 20px;
    text-transform: uppercase;
}

    .final-score .got {
        color: #f7ca18;
    }

.quiz-result .actions {
    margin: 25px 0 0;
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.quiz-result .share {
    margin-top: 30px;
}

    .quiz-result .share div {
        display: inline-block;
        margin: 0 15px;
    }

    .quiz-result .share a {
        color: #fff;
        padding: 10px;
        width: 130px;
        display: inline-block;
        transition: 0.20s;
    }

        .quiz-result .share a i {
            margin-left: 7px;
        }

    .quiz-result .share .twitter a {
        background: #1DA1F2;
    }

        .quiz-result .share .twitter a:hover {
            background: #1DA1F2;
        }

    .quiz-result .share .fb a {
        background: #3a5795;
        text-decoration: none;
    }

        .quiz-result .share .fb a:hover {
            background: #2f4679;
        }

.quiz-result .actions a {
    display: inline-block;
    font-size: 15px;
    padding: 10px 0;
    width: 110px;
}

.quiz-result .actions .btn-yellow {
    border: none;
    color: #303030;
}

.quiz-result .actions .btn-green {
    color: #fff;
}

.quiz-result .trivia-end a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    margin: 30px 0;
    display: block;
}

    .quiz-result .trivia-end a:hover {
        text-decoration: underline !important;
    }
/*text hover effect*/
.content-wrapper {
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.content-box {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    padding: 0 10px;
    z-index: 2;
    height: 4em;
    transition: all .2s ease;
    width: 100%;
}

.content-title {
    font-size: 2em;
    margin: 0 0 5px 0;
}

.content-description {
    margin: 5px;
    line-height: 1.5em;
    height: 0;
    opacity: 0;
}

.trivia-card a:hover .content-box {
    height: 12em;
    transition: all .2s ease;
}

.trivia-card a:hover .content-description {
    height: 3em;
    opacity: 1;
    visibility: visible;
    transition: all .2s ease;
}

.tips-popupDesc .modal-dialog {
    margin: 200px auto;
}

.tips-popupDesc .modal-body {
    line-height: 1.5em;
    max-height: 300px;
    overflow: auto;
}
/*text hover effect end*/



/* ----------------RESPONSIVE---------------- */
@media (min-width:1400px) {
    .login-sec {
        padding: 0;
    }
}

@media (max-width:1300px) {
    .topbar .user-profile .dropdown-menu {
        left: -25%;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .main-header .navbar-nav {
        margin-left: 10px;
    }

    .trivia-card .image img {
        height: 140px;
    }

    .home-news-section .news .image img {
        height: 125px;
    }

    .music-card .music-info {
        width: 60%;
    }

    .music-card .music-img {
        width: 40%;
    }

    .sidebar-ad img {
        height: 195px !important;
    }

    .login-sec {
        background-position: center center;
    }

        .login-sec h2 {
            font-size: 20px;
            text-align: center;
        }

    #msform fieldset {
        width: 100%;
        margin: 0;
    }

    .gallery-img img {
        min-height: 100px;
        max-height: 100px;
    }

    .topbar .social-media {
        margin: 0 15px;
    }

    .topbar .search {
        width: 200px;
    }

    .main-header .navbar-nav > li > a {
        padding: 24px 13px;
    }

    #featured li.ui-tabs-nav-item a {
        padding: 12px;
    }

    #featured ul.ui-tabs-nav {
        height: 344px;
        overflow: hidden;
    }

    .video-list h4, .review-list h4, .sidebar h4 {
        margin-top: 2px;
        margin-bottom: 6px;
    }

    footer .main-title {
        padding: 10px;
    }

    .main-title {
        padding: 12px;
    }

    .advt-mail .card, .app-link .card {
        padding: 10px;
    }

    footer .upcoming-movies .release-date {
        height: 60px;
        width: 63px;
    }

    footer .upcoming-movies .movie-name {
        width: 60%;
    }

    #featured li.ui-tabs-nav-item a {
        height: 120px;
    }

    .main-title .link > a {
        height: 42px;
        margin-top: -12px;
        margin-right: -15px;
        padding: 13px 10px;
    }

    .topbar .social-media {
        margin: 0 10px;
    }

    .app-link {
        float: left;
        margin-bottom: 25px;
        width: 48%;
    }

    .advt-mail {
        float: right;
        width: 48%;
    }

    .crew-details .list .title, .celeb-details .list .title {
        width: 40%;
    }

    .crew-details .list .name, .celeb-details .list .name {
        width: 60%;
    }

    .app-link .card {
        padding: 34px 20px;
    }

    .read-more {
        margin-top: -47px;
    }

    .video-section .video-card .info {
        height: 180px;
    }

    .list-nav ul li a {
        margin-right: 4px;
    }

    .review-img > img, .celeb-img > img {
        height: 225px;
    }

    .music-card .music-img::after {
        padding: 32% 40%;
    }

    #extended-controls-pre {
        width: 10%;
    }

    .audiojs {
        width: 64%;
    }

        .audiojs .scrubber {
            width: 73%;
        }

    .popover {
        min-width: 500px !important;
        max-width: 500px !important;
    }

    .topbar .user-profile .dropdown-menu {
        left: -26%;
    }

        .topbar .user-profile .dropdown-menu .sub-menu {
            left: 34%;
        }

    .home-news-section .news .title {
        height: 75px;
    }

    .trivia-searchbar .search-nav .nav > li > a {
        padding: 0 14px;
    }

    .trivia-card .title {
        height: 75px;
    }

    .advert-img > img {
        height: 330px;
    }
}

/* New CSS start Sumit*/
#footerID {
    margin-top: 0px;
}

@media only screen and (min-device-width : 820px) and (max-device-width : 1180px) {
    .navbar-msg {
        margin-top: 1%;
        background-color: white;
        color: red;
        width: 688px;
        margin-left: 100px;
    }
    #banner {
        height: 495px;
    }
    #banner video {
        height: 495px;
    }
}



@media only screen and (min-device-width : 912px) and (max-device-width : 1368px) {
    
    #banner {
        height: 550px;
    }
        #banner video {
            height: 550px;
        }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .footer {
        padding: 0px 0;
    }

    .topbar .user-profile .nav-pills > li > a {        
        width: 150px;
    }
}

@media only screen and (min-device-width : 540px) and (max-device-width : 720px) {


    .topbar .user-profile .nav-pills > li > a {
        width: 185px;
    }
    .topbar .search {
        width: 50% !important;
    }
    .SignInBtn {
        margin-left: 14px !important;
    }
    

}


@media only screen and (min-device-width : 1024px) and (max-device-width : 600px) {
    #footerID {
        margin-top: 0px;
    }
}



.footer {
    padding: 0px 0;
    /*margin-top: 100px;*/
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .navbar-msg {
        margin-top: 1%;
        background-color: white;
        color: red;
        width: 601px;
        margin-left: 100px;
    }
}






/* New CSS End Sumit*/



@media (max-width:991px) {
    .login-bg, .forgot-pwd-page {
        /*        background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('/Content/Images/login-bg.jpg') no-repeat;
*/ background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
        background-size: cover;
        height: 100%;
        width: 100%;
        font-family: 'Raleway', sans-serif;
        padding-top: 95px;
        overflow: auto;
        background-position: 0 70px;
        background-attachment: fixed;
    }

    .trivia-searchbar .search-nav span {
        float: none;
        display: block;
    }

    .trivia-searchbar .search-nav ul {
        float: none;
        margin-top: 6px;
    }

    .trivia-searchbar .search-nav .nav.nav-pills {
        float: left;
        display: inline-block;
    }

    .sidebar-social-media {
        float: right;
        width: 48%;
        margin-top: 20px !important;
    }

    .sidebar-ad {
        float: left;
        width: 48%;
    }

    .login-header .navbar-form .form-control {
        min-width: 170px;
        max-width: 170px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .trivia-card .image img {
        height: 140px;
    }

    .gallery-img img {
        min-height: 105px;
        max-height: 105px;
    }

    .sidebar-ad img {
        height: 325px !important;
    }

    .advert-img > img {
        height: 340px;
    }

    #msform fieldset {
        margin: 0 25%;
        width: 50%;
    }

    .topbar .call-to-action {
        display: none;
    }

    .main-header .navbar-form {
        padding: 2px 15px 2px 0px;
    }

    .main-header .navbar-nav > li > a {
        padding: 24px 10px;
        font-size: 13px;
        text-transform: none;
    }

    .main-header .navbar-nav {
        margin-left: 0;
    }

    .main-header .navbar-form .select-cst .form-control {
        padding: 0 16px 0 3px;
        font-size: 11px;
    }
    /*.main-header .navbar-form{
		margin-top:-49px;
	}*/
    #featured li.ui-tabs-nav-item a {
        padding: 8px 12px;
    }

    .video-list h4, .review-list h4 {
        margin-top: 2px;
        margin-bottom: 6px;
    }

    .show-more-link {
        margin-bottom: 20px;
    }

    .review-img {
        margin-bottom: 20px;
    }

    .topbar .user-profile .dropdown-menu .sub-menu {
        left: 34%;
    }

    #featured ul.ui-tabs-nav {
        height: 345px;
    }

        #featured ul.ui-tabs-nav li {
            height: 115px;
        }

    .read-more {
        margin-top: -38px;
    }

    footer .abt {
        margin-bottom: 20px;
    }

    .abt > a {
        float: left;
        margin-right: 20px;
    }

    .app-link {
        float: left;
        margin-bottom: 25px;
        width: 48%;
    }

    .advt-mail {
        float: right;
        width: 48%;
    }

    .crew-details .list .title, .celeb-details .list .title {
        width: 20%;
    }

    .crew-details .list .name, .celeb-details .list .name {
        width: 80%;
    }

    .app-link .card {
        padding: 39px 20px;
    }

    .video-section .video-card .info {
        height: 180px;
    }

    .list-nav ul li a {
        margin-right: 5px;
    }

    .review-img > img, .celeb-img > img {
        height: 400px;
    }

    .celeb-details-page .celeb-details, .advert-details-page .advert-details {
        margin-top: 20px;
    }

    .music-card .music-img::after {
        padding: 32% 40%;
    }

    .music-card .music-info .info a {
        font-size: 15px;
    }

    #extended-controls-pre {
        width: 11%;
        padding: 22px 5px;
    }

    .audiojs {
        width: 55%;
    }

        .audiojs .play-pause {
            width: 35px;
        }

        .audiojs .scrubber {
            width: 64%;
        }

    #extended-controls-post {
        width: 25%;
    }

    .user-playlist {
        width: 8%;
    }

    .topbar .user-profile .dropdown-menu {
        left: -30%;
    }

    .advert-details-page .details-page .description {
        margin-bottom: 40px;
    }

    .home-news-section .news .title {
        height: 75px;
    }

    #featured ul.ui-tabs-nav li span h2 {
        font-size: 15px;
        line-height: 22px;
    }

    .advert-details .list .title {
        width: 25%;
    }

    .advert-details .list .name {
        width: 75%;
    }

    .main-header .navbar-brand {
        padding: 10px 3px 10px 15px;
        width: 105px;
    }

        .main-header .navbar-brand img {
            width: 90%;
            padding: 6px 0;
        }

    .trivia-searchbar {
        height: 48px;
    }

        .trivia-searchbar .search-nav {
            padding: 5px 0;
        }

            .trivia-searchbar .search-nav .nav > li > a {
                padding: 0 18px 0 0;
            }

    .trivia-card .title {
        height: 75px;
    }
}

@media (min-width:768px) {
    #page-content {
        left: 0 !important
    }

    .navbar.navbar-fixed-top.slide-active {
        position: fixed
    }

    .navbar-header {
        left: 0 !important
    }
}

@media (max-width:767px) {
    .login-header .navbar-form .form-control {
        max-width: 100% !important;
        text-align: center;
    }

    .login-bg, .forgot-pwd-page {
        padding-top: 0;
    }

    .trivia-card .image img {
        height: 170px;
    }

    .gallery-img img {
        min-height: 105px;
        max-height: 105px;
    }

    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .login-bg, .forgot-pwd-page {
        /*        background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('/Content/Images/login-bg-mob.jpg') no-repeat;
*/ background-size: cover;
        width: 100%;
        overflow: auto;
        position: fixed;
    }

    .login-header {
        margin: 0 auto;
        width: 75%;
    }

        .login-header .navbar {
            margin-bottom: 0;
            background: none;
            border: none;
            max-height: 100%;
            min-height: 100%;
        }

        .login-header .navbar-brand {
            float: none;
            background: #fff none repeat scroll 0 0;
            border-radius: 50%;
            display: block;
            height: 150px;
            margin: 30px auto 0;
            text-align: center;
            width: 150px;
        }

            .login-header .navbar-brand > img {
                margin: 35px auto;
            }

        .login-header .navbar-fixed-top {
            position: static;
        }

        .login-header .navbar-form {
            border: none;
            box-shadow: none;
            margin-top: 20px;
        }

            .login-header .navbar-form label {
                font-weight: normal;
                margin-bottom: 10px;
                /*  margin-left: 19%;
                margin-right: 10%;*/
            }

            .login-header .navbar-form #SignInLabel {
                display: block;
            }

            .login-header .navbar-form .btn, .login-header .navbar-form .form-group {
                margin: 0 0 25px 0;
            }

            .login-header .navbar-form .btn {
                margin-top: 20px;
                width: 100%;
                font-size: 18px;
                padding: 2px;
            }

        .login-header .password-grp .link {
            color: #fff;
        }

            .login-header .password-grp .link:hover {
                color: #f7ca17;
            }

    .form-link {
        font-family: 'Raleway', sans-serif;
        margin-bottom: 20px;
    }

        .form-link span {
            color: #f7ca17;
            font-weight: 700;
            text-decoration: underline;
            cursor: pointer;
        }

    #c {
        display: none;
    }

    #d {
        display: none;
    }

    .login-sec {
        background: none;
        padding-top: 0;
        min-height: 65%;
    }

    #msform {
        min-height: 50%;
    }

        #msform fieldset {
            background: none;
            box-shadow: none;
            border: none;
            padding: 30px 0;
        }

    #progressbar {
        margin-bottom: 8px;
    }

    .login-sec .form-sec .form-control {
        background: #fff;
        color: #333;
    }

    .login-sec .form-sec label {
        color: #fff;
        margin-bottom: 10px;
    }

    .login-sec .form-sec .form-control:focus {
        border: 1px solid #F7CA18;
        box-shadow: none;
    }

    .c-code .form-control {
        width: 105px;
    }

    .plus-sign {
        background: #fff !important;
        color: #333;
    }

    .resend-link a {
        color: #fff;
    }

    .radio-cst label::before {
        bottom: -1px;
    }

    .topbar .search {
        width: 57%;
    }

    .topbar .user-profile .dropdown-menu .sub-menu {
        left: 30px;
    }
    /*SLIDEMENU*/
    #slide-nav .container {
        margin: 0 !important;
        padding: 0 !important;
        height: 100%;
    }

    #slide-nav .navbar-header {
        background: #fff none repeat scroll 0 0;
        margin: 0 auto;
        padding: 0;
    }

    #slide-nav .navbar.slide-active {
        position: absolute;
        width: 80%;
        top: -1px;
        z-index: 1000;
    }

    #slide-nav #slidemenu {
        background: #fff;
        left: -100%;
        width: 80%;
        min-width: 0;
        position: absolute;
        padding-left: 0;
        z-index: 2;
        top: 0;
        margin: 0;
        min-height: 600px;
    }

        #slide-nav #slidemenu .navbar-nav {
            min-width: 0;
            width: 100%;
            margin: 0;
        }

            #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
                min-width: 0;
                width: 80%;
                white-space: normal;
            }

    #slide-nav {
        border-top: 0
    }

        #slide-nav.navbar-inverse #slidemenu {
            background: #333
        }

    #navbar-height-col {
        position: fixed;
        top: 0;
        height: 100%;
        bottom: 0;
        width: 80%;
        left: -80%;
        background: #f7f7f7;
    }

        #navbar-height-col.inverse {
            background: #333;
            z-index: 1;
            border: 0;
        }

    #slide-nav .navbar-form {
        width: 100%;
        margin: 8px 0;
        text-align: center;
        overflow: hidden;
    }

        #slide-nav .navbar-form .form-control {
            text-align: center
        }

        #slide-nav .navbar-form .btn {
            width: 100%
        }
    /*SLIDEMENU END*/
    #slide-nav .navbar-form {
        position: absolute;
        right: 0;
        top: 4px;
        width: auto;
        margin: 0;
        margin-right: 10px;
        padding: 10px 10px 0 0;
    }

    .main-header .navbar-form .select-cst .form-control {
        padding: 0;
        border: none;
        box-shadow: none;
        font-size: 15px;
    }

        .main-header .navbar-form .select-cst .form-control:focus {
            border: none;
        }

    .select-cst::after {
        right: -10px;
    }

    .main-header {
        position: static;
    }

    .main-content {
        margin: 20px 0 15px 0;
    }

    .main-header .navbar-nav > li > a {
        padding: 18px;
    }

    .navbar-brand > img {
        width: 85%;
        margin-top: 4px;
    }

    .main-header .navbar {
        height: 60px;
        border-bottom: none;
    }

    .main-header .navbar-brand {
        padding: 7px;
    }

    #featured .ui-tabs-panel {
        width: 100%;
    }

    #featured {
        height: 300px;
    }

    .slider img {
        height: 300px;
    }

    #featured ul.ui-tabs-nav {
        width: 100%;
        z-index: 10;
        top: 92%;
        padding-left: 90%;
    }

        #featured ul.ui-tabs-nav li span {
            display: none;
        }

    #featured li.ui-tabs-nav-item a {
        height: 12px;
        width: 12px;
        border-radius: 50%;
        background: none;
        border: solid 1px #000;
        padding: 0;
        margin: 0 3px;
    }

    #featured ul.ui-tabs-nav li {
        float: left;
        border-bottom: none;
    }

    #featured .ui-tabs-panel .info {
        display: block;
        z-index: 9;
        background: #F5C818;
        width: 100%;
        padding: 7px 3px;
    }

    #featured .ui-tabs-panel {
        height: auto;
    }

    #featured .info h2 {
        font-size: 13px;
        padding-right: 80px;
    }

    #featured li.ui-tabs-nav-item a:hover, #featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a {
        background: #000;
    }

    .home-news-section {
        margin-top: 20px;
    }

        .home-news-section .news {
            margin-bottom: 20px;
        }

            .home-news-section .news .image img {
                min-height: 150px;
                max-height: 150px;
            }

            .home-news-section .news .title {
                font-size: 13px;
                padding: 6px;
                height: 53px;
            }

    .video-section .video .image .video-img, .movie-review-section .review .image img {
        height: 130px;
    }

    .video-section .video .image .play-icon {
        width: 40px;
    }

    .video-section .video .info .title, .movie-review-section .review .info .title {
        font-size: 15px;
    }

    .video-section .video .info, .movie-review-section .review .info, .video-section .video-card .info {
        padding: 8px;
    }

        .video-section .video .info .description, .movie-review-section .review .info .description {
            font-size: 13px;
        }

    .video-section .video .info {
        height: 210px;
    }

    .video-section .video {
        margin-bottom: 20px;
    }

    .video-section {
        margin-bottom: 10px;
    }

    .movie-review-section .review .info .title .review-title {
        width: 100%;
    }

    .movie-review-section .review .info .title .rating {
        float: left;
        margin-top: 8px;
    }

    .movie-review-section .review .info {
        height: 290px;
    }

    .movie-review-section .review {
        margin-bottom: 20px;
    }

    footer .main-title, .main-title {
        padding: 10px 0 12px 10px;
        font-size: 16px;
    }
    /*Commented by Sumit */
    /*footer {
        padding: 30px 0;
    }*/

    footer .abt {
        margin-bottom: 20px;
    }

        footer .abt img {
            margin-bottom: 10px;
        }

    .app-link {
        margin-bottom: 20px;
    }

    .copyright {
        /*margin-top: 20px;*/
        /*		margin-top: 100px;
*/
    }

    .gallery, .show-more-link {
        margin-bottom: 20px;
    }

    .details-page .title, .search-result p {
        font-size: 22px;
        line-height: 30px;
    }

    .details-page .description {
        font-size: 15px;
        line-height: 25px;
    }

    .details-page .details {
        margin: 10px 0 15px;
    }

    .all-photos .gallery-img {
        margin-bottom: 20px;
    }

    .main-breadcrumb {
        margin-top: 0;
        height: auto;
        margin-bottom: 0;
    }

    .breadcrumb {
        padding: 10px 0;
        margin-bottom: 0;
    }

    .main-title .link > a {
        color: #fff;
        display: block;
        font-size: 15px;
        height: 38px;
        margin-top: -10px;
        padding: 11px 6px;
    }

    .review-img {
        margin-bottom: 20px;
    }

    .read-more {
        display: none !important;
    }

    .slider {
        margin-bottom: 20px;
    }

    .SumoGallery .Sarrow {
        top: 54% !important;
    }

    .crew-details .list .title, .celeb-details .list .title {
        width: 22%;
    }

    .crew-details .list .name, .celeb-details .list .name {
        width: 78%;
    }

    .unsubscribe .form-sec {
        padding: 20px;
    }

    .forgot-pwd-page .login-header {
        display: none;
    }

    .video-section .video-card .image img {
        height: 110px;
    }

    .list-nav ul li a {
        margin-right: 3px;
    }

    .celeb-details-page .celeb-details {
        margin-top: 20px;
    }

    .searchbar {
        margin: 0;
    }

    .music-card {
        margin-bottom: 20px;
    }

        .music-card .music-info .info a {
            font-size: 15px;
            margin-bottom: 0;
        }

    .searchbar .search-nav ul li a {
        padding: 0 10px;
    }

    .searchbar .search-nav span, .searchbar .search-nav ul li a {
        font-size: 13px;
    }

    #extended-controls-post, .audiojs .time {
        display: none;
    }

    #extended-controls-pre {
        width: 13%;
        padding: 23px 0;
    }

    .audiojs {
        width: 80%;
        height: 52px;
    }

        .audiojs .scrubber {
            width: 87%;
        }

    .popover {
        max-width: 400px !important;
        min-width: 400px !important;
    }

    #extended-controls-pre, #extended-controls-post {
        height: 68px;
    }

    .user-playlist {
        padding: 16px 0;
    }

    .popover.top {
        margin-top: -15px;
    }

    .video-searchbar {
        margin: 0;
    }

        .video-searchbar .search-nav span, .video-searchbar .search-nav ul li a {
            font-size: 13px;
        }

        .video-searchbar .search-nav .nav > li > a {
            padding: 0 10px;
        }

        .video-searchbar .search-nav .dropdown-menu li a {
            padding: 5px 15px;
        }

    .topbar .user-profile .dropdown-menu {
        left: -40%;
    }

    .change-lang .nav > li > a span {
        color: #f7ca17;
        vertical-align: top;
        line-height: 24px;
        margin-left: 3px;
    }

    .change-lang .nav > li > a:before {
        content: "\f0ac";
        font-family: 'FontAwesome';
        color: #f7ca17;
        font-size: 22px;
    }

    .change-lang li {
        float: none;
    }

    #b {
        margin-top: -95px;
    }

    .change-lang {
        text-align: center;
        margin: 55px auto 0 !important;
    }

        .change-lang .dropdown-menu {
            min-width: auto;
            left: 38%;
        }

            .change-lang .dropdown-menu::before {
                left: 42%;
            }

    .advert-details-page .details-page .description {
        margin-bottom: 40px;
    }
    /* .advert-details-page .advert-details{
        margin-top:20px;
    } */
    .advert-img > img {
        height: 300px;
    }

    .advert-details .list .title {
        width: 30%;
    }

    .advert-details .list .name {
        width: 70%;
    }

    .video-section .video-card .info {
        height: 190px;
    }

    .trivia-searchbar {
        margin: 0;
        height: auto;
    }

        .trivia-searchbar .search-nav span, .trivia-searchbar .search-nav ul li a {
            font-size: 13px !important;
        }

        .trivia-searchbar .search-nav .nav > li > a {
            padding: 0 15px 8px 0;
        }

        .trivia-searchbar .search-nav .dropdown-menu li a {
            padding: 5px 15px;
        }
}

@media (max-width:640px) {
    .sidebar-ad img {
        height: 300px !important;
    }

    .home-news-section .news .image img {
        min-height: 100px;
        max-height: 100px;
    }

    #slide-nav #slidemenu .navbar-nav {
        height: 300px;
        overflow: scroll;
    }

    #featured ul.ui-tabs-nav {
        padding-left: 85%;
        top: 92%;
    }

    .video-section .video-card .info {
        height: 215px;
    }

    .video-card .play-icon {
        top: 17%;
        left: 40%;
        width: 40px !important;
    }

    .celebs-module .gallery-img img {
        height: 180px;
    }

    .celebs-module .col-xs-3 {
        width: 50%;
    }

    .list-nav {
        display: none;
    }

    .celeb-details .list .title {
        width: 25%;
    }

    .celeb-details .list .name {
        width: 75%;
    }

    .music-card .music-info .info .time {
        font-size: 13px;
        margin-top: 3px;
    }

    .searchbar {
        height: 40px;
    }

        .searchbar .search-nav ul li a {
            padding: 0 5px;
        }

        .searchbar .search .btn {
            padding: 6px;
        }

            .searchbar .search .btn i {
                font-size: 15px;
            }

        .searchbar .search .form-control {
            font-size: 13px;
        }

    #extended-controls-pre, p.play, p.pause {
        font-size: 18px;
    }

        #extended-controls-pre i {
            padding: 0 8px;
        }

    .audiojs .scrubber {
        width: 80%;
        margin-top: -3px;
    }

    .user-playlist {
        width: 10%;
    }

    .audiojs {
        width: 77%;
    }

    p.play, p.pause {
        margin: 4px 10px;
    }

    .advert-details .list .title {
        width: 100%;
    }

    .advert-details .list .name {
        width: 100%;
        padding-left: 0;
    }

    .gallery-title {
        height: 75px;
    }

    .unsubscribe .form-sec {
        margin: 20px 0;
    }

    .video-section .video-card .info .title {
        font-size: 15px;
        line-height: 20px;
    }

    .video-section .video-card .info p {
        margin-top: 3px;
    }

    .search-result .categories {
        margin-top: 0;
    }

        .search-result .categories .list .title {
            font-size: 18px;
        }

        .search-result .categories .list a {
            font-size: 15px;
            margin: 10px 0;
        }

        .search-result .categories .list ul li::before {
            margin-top: 4px;
        }

        .search-result .categories .list {
            margin-bottom: 25px;
        }

    .trivia-card .title {
        height: 60px;
    }

    .quiz-card .options li {
        width: 100%;
    }

    .quiz-card .question {
        font-size: 18px;
        line-height: 24px;
    }

    .quiz-result .actions a {
        margin: 0 20px;
    }

    .quiz-result .card {
        padding: 30px 20px;
    }

    .final-score {
        font-size: 22px;
    }

    .trivia-card .image img {
        height: 150px;
    }
}




@media (max-width:480px) {
    .content-title {
        font-size: 1em;
    }

    .content-box {
        padding: 0 5px;
    }

    .video-section .video .image .video-img, .movie-review-section .review .image img {
        height: 100px;
    }

    .sidebar-ad {
        width: 100%;
    }

    .sidebar-social-media {
        width: 100%;
    }

    .advert-details-page .col-xs-6 {
        width: 100%;
    }

    .advert-details {
        margin-top: 20px;
    }

    .advert-img > img {
        height: 400px;
    }

    .main-breadcrumb {
        display: none !important;
    }

    .video-section .video-card .info {
        height: 195px;
    }

    .details-page .title, .unsubscribe .heading, .subscription .heading, .search-result p {
        font-size: 16px !important;
        font-weight: 600;
    }

    .recommend .col-xs-3 {
        width: 50%;
    }

    .photos-module .col-xs-4, .all-photos .col-xs-4, .movie-review-section .col-xs-4, .video-section .col-xs-4 {
        width: 50%;
    }

    .SumoGallery .toggle-thumbs {
        padding: 7px 8px;
    }

    .SumoGallery .Sarrow {
        font-size: 45px !important;
    }

    .SumoGallery .Sheader a {
        font-size: 45px !important;
    }

    .movie-review-section .review .info {
        height: 230px;
    }

    .crew-details .list .title {
        width: 40%;
        font-size: 15px !important;
    }

    .crew-details .list .name {
        width: 60%;
        font-size: 15px;
    }

    .unsubscribe .heading {
        line-height: 28px;
        padding: 0 15px;
    }

    .unsubscribe .col-xs-8 {
        width: 100%;
    }

    .unsubscribe .col-xs-offset-2 {
        margin-left: 0;
    }

    .subscription .heading i {
        font-size: 24px;
    }

    .coming-soon {
        margin: 70px 0;
    }

    #slide-nav #slidemenu .navbar-nav {
        height: 300px;
        overflow: scroll;
    }

    .home-news-section .news .title {
        height: 70px;
    }

    .topbar .user-profile .dropdown-menu {
        left: -30%;
    }

    .video-target {
        height: 300px;
    }

        .video-target iframe {
            height: 300px;
        }

    .video-section .video-card .info .title {
        font-size: 15px;
        line-height: 20px;
    }

    .video-section .video-card .info p {
        line-height: 20px;
        font-size: 13px;
    }

    .video-section .video-card .info {
        height: 180px;
    }

    .celebs-module .gallery-img img {
        height: 130px;
    }

    .celebs-module .gallery-title {
        height: 55px;
    }

    .celeb-details .list .title {
        width: 31%;
        font-size: 15px !important;
    }

    .celeb-details .list .name {
        width: 69%;
    }

    .music-module .col-xs-6 {
        width: 100%;
    }

    .music-card .music-img {
        width: 25%;
    }

    .music-card .music-info {
        width: 75%;
    }

        .music-card .music-info .info .movie-name {
            bottom: 5px;
            font-weight: normal;
        }

    #extended-controls-pre, p.play, p.pause {
        font-size: 16px;
    }

    #extended-controls-pre {
        width: 17%;
        padding: 12px 0;
    }

    .audiojs {
        width: 63%;
        height: 40px;
        padding: 22px 0;
    }

        .audiojs .play-pause {
            width: 38px;
        }

    .user-playlist {
        width: 15%;
    }

    #extended-controls-pre, #extended-controls-post {
        height: 40px;
    }

    .user-playlist .btn i {
        font-size: 18px;
    }

    .user-playlist {
        padding: 5px 0;
    }

    .popover {
        max-width: 100% !important;
        min-width: 100% !important;
    }

        .popover.top {
            margin-top: -5px;
        }

    .searchbar .search-nav ul {
        display: block;
        margin-top: 3px;
    }

        .searchbar .search-nav ul li:first-child a {
            padding-left: 0;
        }

    .video-searchbar {
        height: 52px;
    }

        .video-searchbar .search-nav .dropdown-menu {
            min-width: 100%;
        }

        .video-searchbar .nav.nav-pills {
            float: none !important;
            display: block;
            margin-top: 20px;
        }

        .video-searchbar .search-nav .nav > li > a {
            padding: 0 10px 0 0;
        }

    .topbar .user-profile .dropdown-menu > li > a {
        font-size: 13px;
    }

    #featured ul.ui-tabs-nav {
        padding-left: 82%;
    }

    .main-header .navbar-nav > li > a {
        padding: 8px 18px;
    }

    .advert-details .list .title {
        width: 25%;
    }

    .advert-details .list .name {
        width: 75%;
    }

    .searchbar {
        height: 50px;
    }

    .gallery-title {
        height: 60px;
    }

    .change-pwd .form {
        margin: 0 5%;
        padding: 15px;
    }

    .change-pwd .heading {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 25px;
    }

    .change-pwd {
        margin: 0 0 30px;
    }

        .change-pwd label {
            font-size: 15px;
        }

    .unsubscribe label {
        font-size: 15px;
    }

    .unsubscribe {
        margin: 0;
    }

        .unsubscribe .form-sec {
            margin: 20px;
        }

    .trivia-searchbar {
        height: auto;
    }

        .trivia-searchbar .search-nav {
            padding: 7px 0 0;
        }

            .trivia-searchbar .search-nav .dropdown-menu {
                min-width: 100%;
                padding: 0 0 5px;
            }

        .trivia-searchbar .nav.nav-pills {
            float: none !important;
            display: block;
            margin-top: 7px;
        }

        .trivia-searchbar .search-nav .nav > li > a {
            padding: 0 15px 8px 0;
        }

        .trivia-searchbar .search-nav ul {
            margin-top: 0;
        }

    .score {
        font-size: 11px;
        height: 33px;
        left: -38px;
        top: 14px;
        padding-top: 4px;
    }

    .trivia-card .image img {
        height: 140px;
    }

    .trivia-card .title {
        height: 80px;
    }

    .quiz-result .actions a {
        width: 100px;
        margin: 0 10px;
    }

    .trivia-card {
        height: 210px;
    }
}

@media (max-width:360px) {
    .celeb-img > img {
        height: 250px;
    }

    .advert-img > img {
        height: 320px;
    }

    .home-news-section .news .title {
        height: 80px;
    }

    .video-section .video .info {
        height: 230px;
    }

    .login-header {
        margin: 0 auto;
        width: 100%;
    }

    .login-sec .form-sec .title {
        font-size: 17px;
    }

    .login-sec .form-sec label {
        font-size: 15px;
    }

    .gallery-img img {
        max-height: 105px;
        min-height: 105px;
    }

    .main-title {
        padding: 10px 0 12px 10px;
    }

    #msform fieldset {
        margin: 0;
        width: 100%;
    }

    .subscription {
        margin: 0;
    }

    .unsubscribe {
        margin: 0;
    }

        .unsubscribe .form-sec {
            margin: 5%;
        }

    .video-section .video .image .play-icon {
        top: 15%;
    }

    .topbar .user-profile .nav-pills > li > a {
        padding: 22px 23px 14px 9px;
        width: 110px;
        text-align: right;
    }

    .topbar .user-profile .name::after {
        right: -14px;
    }

    #featured {
        height: 190px;
    }

    .slider img {
        height: 190px;
    }

    .movie-review-section .review .info {
        height: 250px;
    }

    #slide-nav #slidemenu .navbar-nav {
        height: auto;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    #featured ul.ui-tabs-nav {
        padding-left: 80%;
        top: 87%;
    }

    .video-target {
        height: 230px;
    }

        .video-target iframe {
            height: 230px;
        }

    .video-section .video-card .info {
        height: 190px;
    }

    .celeb-details .list .title {
        width: 35%;
    }

    .celeb-details .list .name {
        width: 65%;
    }

    .music-card .music-img {
        width: 40%;
    }

    .music-card .music-info {
        width: 60%;
    }

    .music-card .music-img::after {
        padding: 30% 40%;
    }

    .searchbar .search-nav {
        width: 100%;
    }

    .searchbar .search {
        width: 100%;
        margin-top: -5px;
    }

    .modal-dialog {
        width: 90%;
        margin: 20px auto;
    }

    .main-header .navbar-nav > li > a {
        padding: 18px;
    }

    .advert-details .list .title {
        width: 25%;
    }

    .advert-details .list .name {
        width: 75%;
    }

    .news-img img {
        height: 200px;
    }

    .crew-details .movie-name {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .trivia-card .title {
        height: 95px;
    }

    .details-page .details .date {
        float: none;
        margin-bottom: 15px;
    }

    .trivia-img img {
        height: 200px;
    }

    .trivia-img .btn {
        width: 200px;
        margin-left: -100px;
    }

    .trivia-card {
        height: 210px;
    }

        .trivia-card .title {
            padding: 8px 5px;
        }

    .quiz-result .share a {
        width: 110px;
        padding: 10px 5px;
    }

    .modal-dialog {
        width: 85%;
    }

    .forgot-password .form {
        margin: 6% 5%;
    }

    .quiz-card .options li {
        height: 100px;
    }
}

@media (max-width:320px) {
    .celeb-img > img {
        height: 210px;
    }

    .advert-img > img {
        height: 300px;
    }

    .video-section .video .info {
        height: 225px;
    }

    .movie-review-section .review .info {
        height: 240px;
    }

    .navbar-nav > li > a {
        line-height: 6px;
    }

    #featured ul.ui-tabs-nav {
        padding-left: 80%;
        top: 82%;
    }

    .video-target {
        height: 150px;
    }

        .video-target iframe {
            height: 150px;
        }

    .video-section .video-card .info {
        height: 205px;
    }

    .home-news-section .news .title {
        height: 90px;
    }

    .celeb-details .list .title, .advert-details .list .title, .advert-details .list .name, .crew-details .list .title, .crew-details .list .name {
        width: 100%;
        line-height: 20px;
        margin-bottom: 0;
    }

    .crew-details .list, .celeb-details .list, .advert-details .list {
        margin-bottom: 10px;
    }

    .SumoGallery .Sheader a {
        font-size: 32px !important;
    }

    .SumoGallery .Sarrow {
        font-size: 36px !important;
    }

    .SumoGallery .toggle-thumbs {
        padding: 5px 8px !important;
    }

    .cd-top {
        height: 32px;
        width: 35px;
    }

    .trivia-card {
        height: 245px;
    }

        .trivia-card .image img {
            height: 170px;
        }
}

@media (max-width:319px) {
    #featured ul.ui-tabs-nav {
        padding-left: 75%;
    }

    .col-xs-6, .celebs-module .col-xs-3, .recommend .col-xs-3, .photos-module .col-xs-4, .all-photos .col-xs-4, .movie-review-section .col-xs-4, .video-section .col-xs-4 {
        width: 100%;
    }

    .home-news-section .news .title {
        height: 55px;
    }

    .video-section .video .info {
        height: 155px;
    }

    .video-section .video-list .media-body .title, .movie-review-section .review-list .media-body .title {
        font-size: 13px;
    }

    .movie-review-section .review .info {
        height: 163px;
    }

    .sidebar-social-media .card {
        padding: 5px;
    }

    .navbar-brand > img {
        margin-top: 6px;
        width: 75%;
    }

    .gallery-img img, .gallery-img img, .review-img > img, .video-section .video-card .image img {
        max-height: 200px !important;
        height: 200px;
    }

    .celebs-module .gallery-title, .gallery-title {
        height: 40px;
    }

    #extended-controls-pre {
        width: 20%;
    }

    .audiojs .scrubber {
        width: 75%;
    }

    .video-section .video-card .info {
        height: 115px;
    }
}
/* RESPONSIVE END*/

/* DISABLE TRIVIA CSS */
.trivia-card.disable-trivia:after {
    background: rgba(0,0,0,0.7);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.trivia-card.disable-trivia .score {
    z-index: 1;
}

.trivia-card.disable-trivia .disable-msg {
    position: absolute;
    top: 46%;
    z-index: 1;
    font-size: 20px;
    left: 0;
    right: 0;
    text-align: center;
    color: #f7ca18;
    font-weight: bold;
}

/*TEXT EDITOR*/
.description img {
    margin: 20px;
    width: 100%;
}

.trivia-searchbar .search-nav .dropdown-menu, .video-searchbar .search-nav .dropdown-menu {
    max-height: 250px;
    overflow-x: hidden;
}

/*PRIVACY POLICY AND CC NUMBER*/
.cc-number {
    float: left;
    margin-top: 14px;
}

    .cc-number a {
        color: #fff;
        font-size: 13px;
    }

    .cc-number i {
        color: #f7ca18;
        margin-right: 6px;
        font-size: 18px;
        padding-top: 2px;
        float: left;
    }

.top-bar-mob {
    height: 45px;
}

    .top-bar-mob .cc-number {
        float: right;
        margin-top: 8px;
    }

    .top-bar-mob .social-media {
        float: right;
        margin: 0 10px;
    }

        .top-bar-mob .social-media a {
            background: none !important;
            height: auto;
            font-size: 20px;
            width: 40px;
            padding: 9px 0;
        }

        .top-bar-mob .social-media .twitter i {
            color: #00abdc;
        }

        .top-bar-mob .social-media .fb i {
            color: #325c94;
        }

top-bar-mob .social-media .tiktok i {
    color: #b928ad;
}

.copyright p {
    float: right;
}

.policy ul {
    padding: 0;
}

    .policy ul li {
        list-style: none;
        float: left;
        border-right: solid 1px;
        padding-right: 10px;
        margin-right: 10px;
    }

        .policy ul li:last-child {
            border: none;
        }

.policy a {
    color: #797979;
}

    .policy a:hover {
        color: #f7ca18;
    }

.privacy-popup .modal-dialog {
    width: 700px;
    line-height: 26px;
    font-size: 15px;
}

.login-bg footer {
    position: absolute;
    bottom: 0%;
    width: 100%
}

/*footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}*/

.login-bg .copyright {
    border-top: solid 2px #191a1c;
    color: #797979;
    font-size: 14px;
    bottom: 0px;
    /*    margin-top: 45px;
*/ /*padding: 20px 0;*/
    /*pading commented by Sumit*/
    width: 100%;
    /*    height:50%;
*/
}

    .login-bg .copyright i {
        margin-right: 6px;
    }

@media (max-width:991px) {
    .copyright p {
        /* float: left;
       margin-top: 10px;
*/ margin-bottom: 20px;
    }

    .policy ul li {
        margin-bottom: 13px;
    }
}


@media (max-width: 767px) {
    .login-bg footer {
        position: relative;
    }
}

@media (max-width:767px) {
    .trivia-card a:hover .content-description {
        height: 0;
        opacity: 1;
        visibility: hidden;
        transition: unset;
    }

    .trivia-card a:hover .content-box {
        height: 4em;
        transition: all .2s ease;
    }

    .topbar .user-profile .nav-pills > li > a {
        padding: 15px 21px 15px 10px;
        margin-top: 0;
    }

    .privacy-popup .modal-dialog {
        width: 90%;
        margin: 0 auto;
    }
}
/* Sign In Button Start */

/*for popup video*/
.SignInBtn {
    float: left;
    margin-left: 8px;
}

.DummySettingsIcon {
    font-size: 13px;
    color: #f5c818;
    position: relative;
    top: 6px;
    left: 10px;
}

.SignInBtn .btn-green:hover, .SignInBtn .btn-green:focus {
    color: #fff;
}

.dummypg-lang .dropdown-menu {
    top: 100%;
}

.dummypg-lang .dropdown-toggle {
    margin-top: -1px !important;
}

    .dummypg-lang .dropdown-toggle:focus {
        background: none !important;
    }

.nav.dummypg-menu > li > a:focus {
    background: none;
}

@media(max-width:991px) {
    .SignInBtn {
        margin-left: 8px;
    }

        .SignInBtn .btn-green {
            padding: 0 3px;
        }
}

@media(max-width:767px) {
    .SignInBtn {
        margin-left: 120px;
    }

        .SignInBtn .btn-green {
            padding: 0 7px;
        }
}

@media(max-width:640px) {
    .copyright p {
        float: left;
    }

    .SignInBtn {
        margin-left: 50px;
    }
}

@media(max-width:480px) {

    .SignInBtn {
        margin-left: 7px;
    }

    .dummypg-lang .dropdown-toggle {
        width: 45px !important;
    }
}
/* Sign In Button End */

/*Popup for banner video Added by bhagyashree 
*/
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }


.popup {
    margin: auto;
    margin-top: 10%;
    padding: 20px;
    /*	background: #808080;*/
    background: #fff;
    border-radius: 2px;
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;
}

.videot {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 30px;
    transition: all 200ms;
    font-size: 40px;
    font-weight: bold;
    /*		text-decoration: none;
*/ color: #000000;
}

    .popup .close:hover {
        color: #000000;
    }

.popup .content {
    max-height: 30%;
    /*		overflow: auto;
*/ object-fit: cover;
}

/*Popup for Thumbnail  Added by bhagyashree 
*/
.form-popup {
    display: none;
    width: 50%;
    height: 60%;
    margin-left: 55%;
    margin-top: 25%;
    background-color: gray;
    border: 1px black solid;
    transform: translate(-50%, -50%);
    transition: all 5s ease-in-out;
    position: fixed;
    padding: 10px;
    z-index: 4;
}

.form-popup1 {
    display: block;
    width: 100%;
    height: 80%;
}

    .form-popup1 h4 {
        text-align: center;
        background: #ff8c00;
        height: 10%;
        font-display: block;
        padding: 0.5%;
    }

.thumbnailrow {
    display: block;
    width: 100%;
    height: 90%;
    /*		border: 1px black solid;
*/ overflow-y: scroll;
    overflow-x: auto;
}
/*.thumbnailrow::-webkit-scrollbar {
		display: none;
	}*/


.popup-buttons {
    width: 100%;
    display: flex;
    align-items: baseline;
    margin-left: 5%;
    margin-right: 10%;
    /*display: flex;
	flex-wrap: wrap;
	 margin-left: 50%;
	margin-bottom: 0%;
	position: sticky;
	margin-top: 40%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
}

    .popup-buttons input[type=button] {
        margin-left: 10%;
        /*margin-right: 10%;*/
        width: 30%;
        height: 15%;
        cursor: pointer;
        background: #ff8c00;
    }

/* Three image containers (use 25% for four, and 50% for two, etc) */
.thumbnailcolumn {
    float: left;
    width: 33.33%;
    padding: 10px;
    display: inline-block;
    height: 150px;
    /*	flex-wrap:wrap;
*/
}

    .thumbnailcolumn img {
        display: inline-block;
        padding-left: 5px;
        padding-bottom: 10px;
        width: 90%;
        height: 135px;
    }

.form-group-or label {
    font-weight: normal;
    color: #f7ca18;
    font-size: 15px;
}

/*-------Thumbnailcheckbox----Added by bhagyashree 
------*/
.Thumbnailcheckbox {
    float: left;
}

.thumbnailcolumn input[type="checkbox"]:before {
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
    content: "";
    background-color: gray;
    cursor: pointer;
    border: 2px solid #fff;
}

.thumbnailcolumn input[type="checkbox"]:checked:before {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    background-color: #F7CA18;
    content: '✓';
    text-align: center;
    border: 2px solid #F7CA18;
    object-fit: cover;
    font-size: 12px;
    line-height: 14px;
}

.navbar-msg {
    margin-top: 1%;
    background-color: white;
    color: red;
}

/*Media query form comment command like section*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .comment-submenu {
        width: 6%;
    }

    .actionBox .form-group * {
        width: 100%;
    }
}

@media only screen and (min-device-width : 551px) and (max-device-width : 765px) {
    .actionBox {
        border: 1px dotted #bbb;
        padding: 10px;
    }

    .comment-submenu {
        width: 6%;
    }

    .video-primary-info {
        width: 7%;
    }

    .comment-submenu1 {
        width: 20%;
    }

    .actionBox .form-inline {
        display: flex;
    }

    .actionBox .form-group * {
        width: 100%;
    }

    .EditPanel {
        margin-bottom: 3%;
        margin-top: 3%;
        margin-right: 2%;
    }

        .EditPanel .form-group:first-child {
            width: 77%;
            margin-right: 1%;
        }

        .EditPanel .form-group:nth-child(2) {
            width: 22%;
            display: inline-flex;
        }

        .EditPanel .form-group * {
            width: 100%;
        }

    .commentList li ul {
        margin-left: 0%;
    }
}



@media (max-width:360px) {
    .video-primary-info {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 10%;
    }

        .video-primary-info a {
            text-decoration: none;
            color: white;
            cursor: pointer;
        }

    .video-primary-menu {
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: #330033;
        padding: 15px;
        margin-bottom: 5%;
    }


    /*Comment Panel*/
    .LikeVideo, .DislikeVideo, .CommentVideo {
        width: 45%;
    }

    .video-count {
        display: contents;
        font-size: 15px;
    }

    .comment-count {
        display: contents;
        font-size: 15px;
    }

    /*Cooment box*/
    @import url(//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css);

    .detailBox {
        border: 1px solid #bbb;
        background-color: #330033;
        margin-bottom: 5%;
    }

    .titleBox {
        background-color: #330033;
        padding: 10px;
    }

        .titleBox label {
            color: white;
            margin: 0;
            display: inline-block;
        }

    .commentBox {
        padding: 10px;
        border-top: 1px dotted #bbb;
    }

    .replySection {
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .commentLikeUnlike {
        display: flex;
        flex-direction: row;
        align-items: center;
        line-height: 2;
        margin-bottom: 3%;
    }

    .comment-submenu {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        width: 9%;
    }

        .comment-submenu a {
            text-decoration: none;
            color: white;
            cursor: pointer;
        }

    .comment-submenu1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 10%;
    }

        .comment-submenu1 a {
            text-decoration: none;
            color: white;
            cursor: pointer;
        }

    .commentText label {
        color: white;
        font-size: 14px;
    }

        .commentText label a {
            text-decoration: none;
            color: white;
            cursor: pointer;
        }

    .commentText .UserInfo {
        line-height: 1;
        font-size: 20px;
    }

    .commentBox .form-group:first-child, .actionBox .form-group:first-child {
        width: 80%;
        margin-right: 1%;
    }

    .commentBox .form-group:nth-child(2), .actionBox .form-group:nth-child(2) {
        width: 18%;
        display: inline-flex;
    }

    .actionBox .form-group * {
        width: 100%;
    }

    .taskDescription {
        margin-top: 10px 0;
    }

    .commentList {
        padding: 0;
        margin: 20px;
        list-style: none;
        /*    max-height: 200px;
    overflow: auto;*/
    }

        .commentList li {
            margin: 0;
            margin-top: 10px;
        }

            .commentList li ul {
                margin: 0;
                margin-left: 10%;
                list-style: none;
            }

            .commentList li > div {
                /*            display: table-cell;
*/
            }

    .commenterImage {
        width: 30px;
        margin-right: 15px;
        height: 100%;
        float: left;
    }

        .commenterImage img {
            width: 100%;
            border-radius: 50%;
        }

    .commentText p {
        margin: 0;
        line-height: 2;
    }

    .sub-text {
        color: #aaa;
        font-family: verdana;
        font-size: 11px;
        line-height: 3;
    }

    .actionBox {
        border-top: 1px dotted #bbb;
        padding: 7px;
    }

    /*End comment box*/

}

@media (max-width:550px) {
    .video-primary-info {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 10%;
    }

    .commentLikeUnlike {
        display: flex;
        flex-direction: row;
        align-items: center;
        line-height: 2;
        margin-bottom: 3%;
    }

    .comment-submenu {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        width: 8%;
    }


    .comment-submenu1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 19%;
    }

    .commentBox .form-group:first-child, .actionBox .form-group:first-child {
        width: 98%;
    }

    .commentBox .form-group:nth-child(2), .actionBox .form-group:nth-child(2) {
        display: inline-flex;
        width: 38%;
        margin-left: 61%;
    }

    .EditPanel {
        margin-bottom: 3%;
        margin-top: 3%;
        margin-right: 2%;
    }

        .EditPanel .form-group:first-child {
            width: 98%;
            margin-right: 1%;
        }

        .EditPanel .form-group:nth-child(2) {
            width: 38%;
            display: inline-flex;
        }

        .EditPanel .form-group * {
            width: 100%;
        }

    .commentList li ul {
        margin-left: 4%;
    }
}

@media (max-width:480px) {
    .video-primary-info {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 12%;
    }

        .video-primary-info a {
            text-decoration: none;
            color: white;
            cursor: pointer;
        }

    .video-primary-menu {
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: #330033;
        padding: 15px;
        margin-bottom: 5%;
    }


    /*Comment Panel*/
    .LikeVideo, .DislikeVideo, .CommentVideo {
        width: 45%;
    }

    .video-count {
        display: contents;
        font-size: 15px;
    }

    .comment-count {
        display: contents;
        font-size: 15px;
    }

    /*Cooment box*/
    @import url(//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css);

    .detailBox {
        border: 1px solid #bbb;
        background-color: #330033;
        margin-bottom: 5%;
    }

    .titleBox {
        background-color: #330033;
        padding: 10px;
    }

        .titleBox label {
            color: white;
            margin: 0;
            display: inline-block;
        }

    .commentBox {
        padding: 10px;
        border-top: 1px dotted #bbb;
    }

    .replySection {
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .commentLikeUnlike {
        display: flex;
        flex-direction: row;
        align-items: center;
        line-height: 2;
        margin-bottom: 3%;
    }

    .comment-submenu {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        width: 8%;
    }

        .comment-submenu a {
            text-decoration: none;
            color: white;
            cursor: pointer;
        }

    .comment-submenu1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 19%;
    }

        .comment-submenu1 a {
            text-decoration: none;
            color: white;
            cursor: pointer;
        }

    .commentText label {
        color: white;
        font-size: 14px;
    }

        .commentText label a {
            text-decoration: none;
            color: white;
            cursor: pointer;
        }

    .commentText .UserInfo {
        line-height: 1;
        font-size: 20px;
    }


    .actionBox .form-group * {
        width: 100%;
    }

    .form-group button {
        margin-right: 2px;
    }

    .taskDescription {
        margin-top: 10px 0;
    }

    .commentList {
        padding: 0;
        margin: 0px;
        list-style: none;
        /*    max-height: 200px;
    overflow: auto;*/
    }

        .commentList li {
            margin: 0;
            margin-top: 10px;
        }

            .commentList li ul {
                margin: 0;
                margin-left: 0%;
                list-style: none;
            }

            .commentList li > div {
                /*            display: table-cell;
*/
            }

    .EditPanel .form-group * {
        width: 100%;
    }

    .commenterImage {
        width: 30px;
        margin-right: 15px;
        height: 100%;
        float: left;
    }

        .commenterImage img {
            width: 100%;
            border-radius: 50%;
        }

    .commentText p {
        margin: 0;
        line-height: 2;
    }

    .sub-text {
        color: #aaa;
        font-family: verdana;
        font-size: 11px;
        line-height: 3;
    }

    .actionBox {
        border-top: 1px dotted #bbb;
        padding: 10px;
    }

        .actionBox .form-inline .form-group {
            margin-right: 1%;
        }

            .actionBox .form-inline .form-group .btn {
                padding: 6px 3px;
            }

    /*End comment box*/

}

@media only screen and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) and (min-device-width : 768px) and (max-device-width : 1007px) {
    .comment-submenu1 {
        width: 17%;
    }

    .actionBox .form-group * {
        width: 100%;
    }

    .EditPanel {
        margin-bottom: 3%;
        margin-top: 3%;
        margin-right: 2%;
    }

        .EditPanel .form-group:first-child {
            width: 77%;
            margin-right: 1%;
        }

        .EditPanel .form-group:nth-child(2) {
            width: 22%;
            display: inline-flex;
        }

        .EditPanel .form-group * {
            width: 100%;
        }
}



/*... input message ...*/
@media(max-width: 320px) {
    .comment-submenu {
        width: 20%;
    }

    .video-primary-info {
        width: 15%;
    }

    .commentList li ul {
        margin-left: -30px;
    }

    .EditPanel .form-group:first-child {
        width: 100%;
        margin-right: 1%;
    }

    .EditPanel .form-group:nth-child(2) {
        width: 24%;
        display: inline-flex;
        margin-left: 57%;
    }
}

@media(max-width: 315px) {
    .comment-submenu {
        width: 20%;
    }

    .commentText label {
        font-size: 11px;
    }

    .video-primary-info {
        width: 30%;
    }

    .EditPanel {
        margin-bottom: 3%;
        margin-top: 3%;
        margin-right: 2%;
    }

        .EditPanel .form-group:first-child {
            width: 100%;
            margin-right: 1%;
        }

        .EditPanel .form-group:nth-child(2) {
            width: 24%;
            display: inline-flex;
            margin-left: 57%;
        }

        .EditPanel .form-group * {
            width: 100%;
        }

    .commentList li ul {
        margin-left: -30px;
    }
}

.EditPanel {
    margin-bottom: 3%;
    margin-top: 3%;
    margin-right: 2%;
}

.form-group textarea {
    height: auto;
}

/*Emojione area*/

.emojionearea .emojionearea-editor {
    min-height: 2em !important;
    max-height: 15em;
}

/*youtube css*/
.ytp-cued-thumbnail-overlay-image {
    background-position: 100% 100% !important;
}

/*.form-group i {
    position: absolute;
    width: 1px;
    height: 80%;
    background-color: gray;
    left: 5px;
    top: 10%;
    animation-name: blink;
    animation-duration: 800ms;
    animation-iteration-count: infinite;
    opacity: 1;
}

.form-group input:focus + i {
    display: none;
}

@keyframes blink {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}*/
