/*iframe {
    position: relative;
    z-index: 0 !important;
}

div:not(.modal-dialog):not(.modal-backdrop):not(#mdl_SignupForm):not(.overlay-text) {
    position: relative;
    z-index: 0 !important;
}*/
.ob-bg-color {
    background-color: var(--ob-background-color) !important;
}

.ob-text-color {
    color: var(--ob-text-color) !important;
}
.ob-footer{
    background-color: var(--ob-footer-background-color) !important;
    color: var(--ob-footer-text-color) !important;
}
.ob-footer-text-color{
    color: var(--ob-footer-text-color) !important;
}
.sticky-top {
    position: sticky !important;
    top: 0;
    width: 100% !important;
}

/*#playerbar {
    z-index: 1 !important;
    position: relative;
}*/

html {
    font-size: 14px;
}
body{
    overflow-x:hidden;
    font-family:Barlow,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1440px !important;
    }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

#contentarea {
    /* margin-bottom:50px;*/
}

/*HEAD AREA*/
.zHead {
    /* background: rgb(217,28,35);
    background: linear-gradient(90deg, rgba(217,28,35,0.8547794117647058) 0%, rgba(197,28,35,1) 50%, rgba(174,27,33,1) 100%);*/
    background-color: var(--ob-nav-background-color);
    padding: 5px 0px 5px 0px;
}

/*--------*/

/*MENU HAMBERGER*/
/*.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}
.nav-link {
    color: #FFFFFF !important;
}

.navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;*/
/* box-shadow: 0 0 0 0.25rem;*/
/*}

.hamburger {
    position: absolute;
    right: 5%;
    top: 25%;
    cursor: pointer;
    padding: 10px 35px 15px 0px;
}

    .hamburger span, .hamburger span:before, .hamburger span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 35px;
        background: white;
        position: absolute;
        display: inline-block;
        content: '';
    }

        .hamburger span:before {
            top: -10px;
        }

        .hamburger span:after {
            bottom: -10px;
        }
     
        .hamburger span, .hamburger span:before, .hamburger span:after {
            -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
            -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
            -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
            transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);*/
/* easeInOutCubic */
/*}

    .hamburger.active span {
        background-color: transparent;
    }

        .hamburger.active span:before, .hamburger.active span:after {
            top: 0;
        }

        .hamburger.active span:before {
            transform: rotate(45deg);
        }

        .hamburger.active span:after {
            transform: translateY(-10px) rotate(-45deg);
            top: 10px;
        }*/
/*---------------*/
/*.dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 30px;*/
/* Example: right:10px; */
/*display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 30px;*/
/* Example: right:10px; */
/*display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}*/


/*-------------------------------------*/
/*.dropdown-menu a {
    text-decoration: none;
    color: #000000;
}

    .dropdown-menu a .d-flex {
        transition: all 0.5s;
    }

.dropdown-menu .col-sm-6:nth-child(1) a:hover .d-flex {
    background-color: var(--bs-warning-bg-subtle);
}

.dropdown-menu .col-sm-6:nth-child(2) a:hover .d-flex {
    background-color: var(--bs-danger-bg-subtle);
}

.dropdown-menu .col-sm-6:nth-child(3) a:hover .d-flex {
    background-color: var(--bs-success-bg-subtle);
}

.dropdown-menu .col-sm-6:nth-child(4) a:hover .d-flex {
    background-color: var(--bs-secondary-bg-subtle);
}

.dropdown-menu .col-sm-6:nth-child(5) a:hover .d-flex {
    background-color: var(--bs-tertiary-bg);
}

.dropdown-menu .col-sm-6:nth-child(6) a:hover .d-flex {
    background-color: var(--bs-info-bg-subtle);
}

@media only screen and (min-width: 992px) {
    .dropdown-menu {
        width: 55vw;
    }

    .dropdown:hover .dropdown-menu {
        display: flex;
    }

    .dropdown-menu.show {
        display: flex;
    }
}*/


/*Footer----------------------------------------------------------------------------------------------------------
*/
.FooterTitle20 {
    color: white;
    font-family: inter;
    font-weight: bold;
    font-size: 20px;
}


.FooterTitle {
    color: white;
    font-family: inter;
    font-weight: bold;
    font-size: 15px;
}

.FooterText {
    color: #999999;
    font-family: inter;
    font-weight: normal;
    font-size: 15px;
    padding-left: 5px;
    padding-top: 5px;
}

.padL5per {
    padding-left: 5%;
}

.padT3per {
    padding-top: 3%;
}

.padT6per {
    padding-top: 20px;
}

.padleft50 {
    padding-left: 50px;

}

.padleft40 {
    padding-left: 40px;
}


.footpadTop80 {
    padding-top: 80px;
}

.footpadTop50 {
    padding-top: 50px;
}

.footpadTop35 {
    padding-top: 35px;
}



.padTop20 {
    padding-top: 20px;
}


.padTop10 {
    padding-top: 10px;
}

.padTop5 {
    padding-top: 5px;
}

.fullpad40 {
    padding: 40px;
}


.fotpadding {
    padding: 20px;
    background-color: black;
}

.footerborderbottomtwhite {
    border-bottom: 1px solid #3b312f;
}

.footerrightbordertwhite {
    border-right: 1px solid #3b312f;
}

.inputs {
    position: relative;
    text-align: center;
}

.subsribeconbox {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 40px;
    background-color: white;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.inputs input {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 1em;
    height: 40px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 0px;
    /* box-shadow: 0px 0px 5px 0px rgba(120,120,120,0.5);*/
}

input[type="email"]::placeholder {
    /* Firefox, Chrome, Opera */
    text-align: left;
}



input[type="email"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    text-align: left;
}

.footborderleft {
    border-left: 1px solid #3b312f
}

.FooterCopyrightPad {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.FooterCopyright1 {
    color: #999999;
    font-family: inter;
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
}

.FooterCopyright {
    color: #999999;
    font-family: inter;
    font-weight: normal;
    font-size: 13px;

    text-decoration: none;
}

.FooterCopyright:hover {
    color: red;
    font-family: inter;
    font-weight: normal;
    font-size: 13px;

}

.footer-ad-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--ob-footer-background-color);
    margin-bottom:20px;
}

.footer-ad-container {
    text-align: center;
    background-color: var(--ob-footer-background-color);
}

/* google ads */
.sc-ad-block {
    background: none;
    background-color: transparent;
    color: white;
    text-align: center;
    margin: 0 auto;
}

.sc-ad-block::before {
    content: 'Advertisement';
    margin-bottom: 5px;
    display: block;
    text-align: center;
    opacity: .75;
    font-size: .75rem;
    line-height: 1em;
}

/* Desktop ad */
.slot-leaderboard {
    max-width: 728px;
    min-height: 90px;
}

/* Mobile ad */
.slot-mobile {
    display: none;
    max-width: 320px;
    min-height: 50px;
}

@media (max-width: 767px) {
    .slot-leaderboard {
        display: none;
    }

    .slot-mobile {
        display: block;
        /*margin: 1rem auto;*/
    }
}

/* end google ads */


.footbackground {
    background-image: url("/img/bottom-bg-2.png");
    background-size: cover;
    /*background-repeat: no-repeat;
    background-size: contain;
    height: 130px;
    width: auto;*/
}




@media screen and (max-width: 1399px) {}


@media screen and (max-width: 1199px) {

    .FooterTitle20 {
        color: white;
        font-family: inter;
        font-weight: bold;
        font-size: 17px;
    }


}


@media screen and (max-width:991px) {
    .FooterText {

        font-size: 12px;
        padding-left: 5px;
        padding-top: 5px;
    }

    .FooterTitle20 {
        color: white;
        font-family: inter;
        font-weight: bold;
        font-size: 15px;
    }

    .padleft50 {
        padding-left: 20px;
    }

    .padleft40 {
        padding-left: 15px;
    }





}




@media screen and (max-width: 767px) {


    .footpadTop50 {
        padding-top: 20px;
    }

    .footpadTop80 {
        padding-top: 30px;
    }

    .padTop20 {
        padding-top: 15px;
    }

    .footpadTop35 {
        padding-top: 15px;
    }




    .padleft40 {
        padding-left: 0px;
    }

    .footborderleft {
        border-left: 0px;
    }

    /*.inputs {
            position: relative;
            text-align: left;
        }


        .subsribeconbox {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 50px;
            height: 40px;
            background-color: white;
            border-top-right-radius: 6px;
            border-bottom-right-radius: 6px;
        }

        .inputs input {
            display: inline-block;
            width: 50%;
            text-align: left;
            font-size: 1em;
            height: 40px;
            margin-bottom: 15px;
            border-radius: 6px;
            border: 0px;
            box-shadow: 0px 0px 5px 0px rgba(120,120,120,0.5);
        }

        input[type="email"]::placeholder {*/
    /* Firefox, Chrome, Opera */
    /*text-align: left;
        }



        input[type="email"]:-ms-input-placeholder {*/
    /* Internet Explorer 10-11 */
    /*text-align: left;
        }*/

    .mobileinput {
        width: 50%;
    }


}

@media screen and (max-width: 575px) {}