:root {
    --main-color-one: #fff;
    --main-color-two: #000;
    --main-color-three: #FAA275;
    --main-color-four: #FF8C61;
    --main-color-five: #CE6A85;
    --main-color-six: #985277;
    --main-color-seven: #5C374C;
  }




body{
    overflow-x: hidden !important;
}



.members-vid-logo,
div#mlPreviewTxt {
    position: absolute;
    color: #FFF;
    z-index: 2
}

#carousel,
h1 {
    text-align: center;
    text-transform: uppercase;
}

.top-five-wrap {
    max-height: 500px;
    overflow: hidden
}

.top-five-wrap .jwplayer,
.top-five-wrap .mlPreviewVid video {
    top: 0;
    height: 100%;
    width: 100%;
    left: -50%
}

@media only screen and (min-width :1123px) {
    .top-five-wrap .jwplayer {
        top: -70px
    }
}

.top-five-wrap .jw-preview.jw-reset {
    display: block!important;
    background: no-repeat;
    background-position-x: 50%;
    background-position-y: 49%;
    background-size: 475px 448px
}

.members-vid-logo {
    margin-top: 8%;
    font-size: 22px;
    left: 35%
}

@media only screen and (max-width:1070px) {
    .members-vid-logo {
        top: 0
    }
}

@media only screen and (max-width:800px) {
    .members-vid-logo {
        margin-top: 15%;
        font-size: 22px;
        left: 25%;
        width: 50%
    }
    p {
        font-size: 14px!important
    }
    table h3 {
        font-size: 21px!important;
    }
}

div#mlPreviewTxt {
    font-size: 22px;
    left: 22px
}

span.mlPreviewLbl {
    color: #C21445
}
.keyword-menu ul {
    margin: 0;
    padding: 0
}

.keyword-menu ul li {
    display: inline-block;
    list-style: none;
    border: 1px solid;
    background-color: var(--main-color-seven);
    margin: 20px 0 0;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 2px -2px 23px #ffccccfa
}

.keyword-menu ul li a {
    text-decoration: none;
    line-height: 15px;
    font-size: 13px;
    color: #ddd;
    font-weight: 400;
    padding: 7px 26px;
    display: block
}

.heding {
    padding: 4px;
    margin-bottom: 10px;
    border: 2px solid var(--main-color-seven);
    color: var(--main-color-one) !important;
    border-radius: 25px
}

@media screen and (max-width:500px) {
    .keyword-menu ul li a {
        text-decoration: none;
        line-height: 20px;
        font-size: 14px;
        color: #ddd;
        font-weight: 400;
        padding: 7px 22px;
        display: block
    }
    .keyword-menu ul li {
        width: 48%;
        display: inline-block;
        list-style: none;
        border: 1px solid;
        background-color: red;
        margin: 20px 0 0;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
        box-shadow: 6px -3px 1px red;
        text-align: center
    }
    .keyword-menu ul {
        margin: 0;
        padding: 0
    }
    .dev1 {
        display: block
    }
}

/* @media screen and (min-width:801px) and (max-width:2560px) {
    .dev {
        display: none
    }
} */

#carousel {
    width: 480px;
    height: 190px;
    overflow: hidden;
    margin: 0 auto
}

.caroufredsel_wrapper {
    margin: 0 auto!important
}

a.mtitle:link,
a.mtitle:visited,
div.mtitle {
    color: #FC0;
    padding: 15px;
    font-size: 22px
}

.mtxt,
div.mtxt {
    color: #CCC
}

div.mtxt {
    padding-left: 25px
}

p {
    font-size: 18px;
    text-align: justify;
    color: #f2ff92
}

.footer {
    margin-top: 20px;
    background-color: red !important;
}


table h3 {
    font-size: 26px;
}


.modal-adult {
    position: fixed;
    background-color: #000000d9;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.modal-inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
}

.legal_age {
    text-align: center;
    color: #fdc689;
    font-size: 43px;
    font-weight: 900;
    position: relative;
}

.legal_age span {
    font-size: 80px;
    line-height: 60px;
    display: block;
}

.legal_age:after {
    content: "";
    text-align: center;
    height: 2px;
    background: #fdc689;
    width: 50%;
    margin: auto;
    margin-bottom: 10px;
    position: absolute;
    bottom: -18%;
    left: 26%;
}

.cnf_btn button {
    width: 100%;
    max-width: 150px;
}

.abtn {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    /* font-weight: 200; */
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #ffa700;
    border-color: #c88300;
    color: #000;
    transition: background-color 300ms ease-out;
}

.abtn hover {
    background-color: #c88300;
}

body{
     overflow-y: auto !important;
 }



 /* breadcrumbs  */
 ul.breadcrumb {
     width: 90vw;
     margin: 0px auto;
     border-radius: 5px;
     padding: 10px 16px;
     list-style: none;
     background-color: #77140c;
     margin-bottom: 20px;
    }
ul.breadcrumb li {
display: inline;
font-size: 18px;
}
ul.breadcrumb li+li:before {
padding: 8px;
color: black;
content: "/\00a0";
}
ul.breadcrumb li a {
color: gold !important;
text-decoration: none;
}
ul.breadcrumb li a:hover {
color: #01447e;
text-decoration: underline;
}
div#mlPreviewTxt\ {
    text-align: center;
    font-size: 20px;
}
