:root {
    --main-bg: #141414;
    --op-main-bg: #FFF;
    --main: #00a3e6;
    --main-dark: #001939;
    --op-main: #FFF;
    --content-bg: #002759
}

html,
body {
    height: 100%;
    position: relative;
}

body {
    background: var(--main-bg);
    ;
    direction: ltr;
    font: 400 16px 'Lato', Arial, sans-serif;
    color: #FFF;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@-ms-viewport {
    width: auto !important;
}

*:focus:not(.focus-visible) {
    outline: none;
    box-shadow: none;
}

.bg-white {
    background: #FFF
}

.bg-black {
    background: #000
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: none !important
}

div,
input,
select,
textarea,
span,
img,
table,
label,
td,
th,
p,
a,
button,
ul,
code,
pre,
li {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

input[type="text"] {
    -webkit-appearance: none !important;
}


h1 {
    margin-bottom: 15px;
    font-size: 23px;

}

.main h1 {
    margin-top: -6px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font: 300 'Open Sans', sans-serif;
    margin: 0;
    text-transform: uppercase;
}

h2 {

    text-align: left;
    font-weight: 400;
    letter-spacing: 2px;
}

h2 .fa {
    font-size: 30px;
    color: #999;


}

h2.head-m {
    padding-left: 90px
}

.sidebar h2 .fa {
    font-size: 18px !important;
    color: #999
}


a {
    color: var(--main);
    text-decoration: none;
}

a,
a:focus,
a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

a:hover {
    color: var(--op-main-bg);
}


div.checker,
div.radio {
    top: -1px;
}

select.form-control {
    color: #5f6d7b;
    border-radius: 0;
    border-color: #e4e6e8;
    box-shadow: none;
}

select.form-control:focus {
    box-shadow: none;
    border-color: #999;
}

input.form-control,
textarea.form-control {
    border-color: #dbdbdb;
    color: #777;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    padding: 0 10px;
}

input.form-control:focus,
textarea.form-control:focus {
    box-shadow: none;
    border: solid 1px #dbdbdb;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

*html .clearfix {
    zoom: 1;
}

*+html .clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.img-fluid {
    width: 100%
}

.photo-fluid {
    height: 100%
}

img.plg_banner_img {
    width: 100%;
    height: auto
}


.font-transform-inherit {
    text-transform: inherit !important;
}

.color-red {
    color: #E84D1C;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cecece;
}

::-webkit-scrollbar-thumb {
    background-color: #cecece;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}


@-ms-viewport {
    width: auto !important;
}

::-moz-selection {
    color: #fff;
    background: #e45000;
}

::selection {
    color: #fff;
    background: #e45000;
}


.container-head,
.container-hd {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-hd {
    padding-top: 20px
}

.container-hd-block {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.container-sm {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
    padding: 70px 15px 0
}

.f-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    /* flex-start: space-between stretched short pages (e.g. scenes with 0 rows) with huge gaps
     between header, title row, and grid. Long home pages still grow past 100vh naturally. */
    justify-content: flex-start;
}

/* Tour listing shell: do not let this flex child absorb extra vertical space on sparse grids. */
.f-wrapper>.container-hd {
    flex: 0 0 auto;
}

.pre-header {
    background: var(--main);
    color: var(--op-main);
    font-size: 14px;
}


.header {
    box-shadow: 0 1px 1px #002759;
    background: var(--main-dark);
}

.header .logo img {
    width: 250px;
}

/*.navbar-light .navbar-brand {position:absolute;padding-top:1.1rem}*/
.navbar-toggler {
    margin-left: 5px
}

.navbar-toggler-icon {
    width: 1rem;
    height: 1rem
}

.navbar {
    padding: 0 5px
}

.menu-icon button.btn-nav {
    background-color: transparent !important;
    font-size: 35px;
    padding: 0 5px;
    margin-top: -5px;
    color: #FFF;
}

/*.menu-icon button:last-child {margin-right: 0px}*/
.menu-icon span {
    display: block;
    font-size: 10px;
    margin-top: -8px;
}

.menu-icon a,
.menu-icon a:hover {
    color: #FFF
}

a.nav-link {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase
}


.search,
.search-spage .search {
    position: relative
}

.search-button,
.search-spage .search-button {
    position: absolute;
    right: 15px;
    border: none;
    background: none;
    padding: 0 !important
}

.search i,
.search-spage .search i {
    font-size: 20px !important;
    opacity: 0.6;
}

.search {
    width: 300px;
    padding: 5px;
    background: var(--main);
}

.search-head {
    /*width:100%; */
    position: absolute;
    top: 100%;
    right: 0;
}

.b-shadow {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.container-hd.a-img {
    width: 100%;
    max-width: 1000px
}

.container-hd.a-img img {
    width: 100%;
    height: auto;
}

.v-item,
.v-item .title a {
    text-transform: capitalize;
    font-size: 18px
}

/*.v-item .title a {font-weight: 600}*/
.v-grid .main-img .title {
    opacity: 1;
}

.v-grid .v-img,
.p-img,
.m-content {
    overflow: hidden
}

.v-grid .main-img .v-img:hover img {
    opacity: 0.8;
    transform: scale(1.25);
    transition: 1s all;
}

.v-grid .v-content {
    position: relative;
    background: #242424;
    border-radius: 10px 10px 0 0 !important;
}

.v-grid .set-header {
    background: #002759;
    border-radius: 10px 10px 0 0 !important;
}

/* Studio logos in card headers: HTML height="35" alone lets wide assets overflow the column. */
.v-grid .set-header .col {
    min-width: 0;
}
.v-grid .set-header a {
    display: inline-block;
    max-width: 93%;
}
.v-grid .set-header img {
    max-width: 93%;
    height: auto;
    max-height: 35px;
    width: auto;
    object-fit: contain;
    vertical-align: middle;
}

.v-grid .v-title {
    width: 100%;
    /*position: absolute; background: rgba(0,0,0,0.2); left: 0;bottom: 0; */
    padding: 8px 0px 3px 0
}

.v-grid .date,
.v-grid .length {
    /* flex: 0 0 75px;*/
    font-size: 12px;
    color: #adadad
}

.v-grid .v-time {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    right: 0;
    bottom: 5px;
    padding: 10px 5px
}

.v-grid .fa {
    font-size: 13px !important
}

/*.v-grid .rating_box .fa {font-size: 16px !important}*/
.v-grid .rating_box {
    margin-top: 0 !important
}

/*.v-grid .length {width: 60px;}*/
.v-grid .v-img {
    position: relative
}

/* Members/tour grid thumbs: keep linked images inside the card column (flex min-width + inline link). */
.v-grid .main-img .v-img {
    min-width: 0;
}
.v-grid .main-img .v-img a {
    display: block;
    max-width: 93%;
}
.v-grid .main-img .v-img img {
    max-width: 93%;
    height: auto;
}

.v-grid .v-content .play-icon {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.v-grid .main-img .v-img:hover .play-icon {
    opacity: 1;
    visibility: visible;
    transition: 1s all;
    transition-delay: 0.4s;
}

.v-side .main-img img:hover {
    transition: 1s all;
    opacity: 0.8;
    text-align: center;
}

* .v-side .v-content {
    position: relative;
}

.v-side .length {
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #FFF;
    width: auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px !important
}

.side-content img {
    max-width: 100%;
    height: auto
}




.coming-img img {
    opacity: 0.4
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #999 !important;
    border-color: none !important
}

.btn-primary {
    background: var(--main);
    color: #FFF;
    border-color: var(--main) !important;
}

.btn {
    padding: 2px 8px;
    text-transform: none;
    background: #252525;
    font-size: 13px;
}

.btn:hover {
    background: var(--main);
}

.download .btn {
    font-size: 16px;
    padding: 5px 10px
}

.join-btn {
    padding: 8px 15px;
    font-size: 18px;
    ;
    text-transform: uppercase;
    background: var(--main);
}

.member-btn {
    padding: 8px 15px;
    font-size: 18px;
    ;
    text-transform: uppercase;
    background: var(--op-main);
}

.join-btn a {
    color: #FFF;
}

.join-btn:hover {
    background: #000;
}

.join-btn a:hover {
    color: #FFF
}

.subscribe .btn,
#Comments .btn {
    padding: 8px 15px;
    color: #FFF;
    font-weight: 500;
    font-size: 16px;
}

.subscribe .btn:hover,
#Comments .btn:hover {
    color: #000;
}

.tags-side .btn {
    margin-right: 5px;
    margin-top: 10px;
    background: #000;
    padding: 5px 10px
}

.tags-top .btn {
    margin-right: 5px;
    margin-top: 10px;
    background: #252525;
    padding: 5px 15px
}

.v-tags a:hover,
.tags-top a:hover {
    color: #CCC
}

.sort-options .form-control,
.drop-tags .form-control {
    height: auto
}

.sort-options,
.drop-tags {}

.drop-tags {
    margin-right: 5px
}

.btn-sort {
    background: #CCC;
    font-size: 1.2rem
}

.btn-s .dropdown-menu {
    background-color: #FFF
}

.btn-s .dropdown-item {
    color: #000;
    padding: .5rem 1.5rem;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
    background-color: var(--main-dark);
    color: var(--op-main)
}

.c-main,
.sidebar {
    background: var(--main-dark)
}

.screencaps {
    overflow: hidden
}

.searchmobi.dropdown {
    position: static
}

.dropdown-menu.search-head {
    background: none;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0
}

/*.navbar-collapse.show {border-top: 1px dotted var(--main)}*/
.searchmobi .search {
    margin-top: 0px;
    width: 98%
}

h2.heading:before,
h2.heading:after {
    color: white;
    content: '';
    flex: 1;
    border-bottom: solid 2px;
    margin: auto 0.25em;

}

h2.heading:before {
    border-image: linear-gradient(45deg, rgb(0, 163, 230), rgb(255, 255, 255)) 1;
}

h2.heading:after {
    border-image: linear-gradient(45deg, rgb(255, 255, 255), rgb(0, 163, 230)) 1;
}



.view-gallery .movie-player h2,
.view-gallery .photo-gallery h2 {
    border-bottom: 1px dotted #CCC;
}

.view-gallery .description {
    font-size: 18px
}

.movie-player,
.photo-gallery {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto
}

.movie-player .description {
    font-size: 20px;
    text-align: center
}

.movie-player h2.player-link {
    border-bottom: none
}

.movie-player h2.player-link a {
    color: var(--main)
}

.movie-player h2.player-link a:hover {
    color: #FFF
}

.player-menu {
    font-size: 18px;
    background: #000
}

.player-menu a {
    color: var(--main)
}

.player-menu .fa {
    font-size: 20px;
}

.player-menu .thumbs_vote .fa {
    font-size: 24px
}

.player-menu .thumbs_vote {
    font-size: 14px
}

.fa.heart_pink {
    color: var(--main)
}

/* ZMS members content favorites (replaces legacy CMS heart_pink / heart_grey / favtxt) */
.zms-content-favorite-wrap {
    font-size: 14px;
}

.zms-content-favorite {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.zms-content-favorite:hover,
.zms-content-favorite:focus {
    text-decoration: none;
    color: inherit;
}

.zms-content-favorite__icon {
    display: inline-block;
}

.zms-content-favorite__icon--active {
    color: var(--main);
}

.zms-content-favorite__icon--inactive {
    color: rgba(255, 255, 255, 0.4);
}

.zms-content-favorite__label {
    font-size: 14px;
}

.p-menu {
    padding: 10px 0;
}

.movie-player .date,
.photo-gallery .date {
    margin-top: 3px;
    font-size: 13px
}

.model-block .m-content a {
    text-transform: capitalize;
    color: var(--op-main);
    font-size: 16px
}

.model-block .m-content a:hover,
.model-block .m-content a:focus,
.model-block .m-content a:active {
    color: var(--main)
}

.model-block .m-content .m-img {
    background: #000
}

/*.models-list img:hover {transition: 1s ease;opacity: 0.8;}*/

.model-block .m-content {
    position: relative;
    background: #FFF
}

.model-block .m-info {
    transition: 1s ease;
    padding: 3px 0;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.model-block .m-info .fa {
    font-size: 13px;
}

.model-block img {
    opacity: 1
}

.model-block .m-img:hover img {
    opacity: 0.7;
    transition: 1s all;
}

/*.model-block:hover .m-info {opacity: 0}*/

.model-block .m-rate {
    flex: 0 0 75px;
}

.model-info {
    background: var(--main-dark);
    padding: 20px;
    /* Tour model profile: avoid stretching this column to fill a flex-sized row (see body.tour-model-profile .f-wrapper). */
    height: auto;
    min-height: 0;
}

/* Model profile tour only (body gets .tour-model-profile from the view): avoid flex shell + bio column stretching like the live PHP page. */
body.tour-model-profile .f-wrapper {
    display: block;
    min-height: 0;
}

.row.model-bio {
    align-items: flex-start;
}


.model-bio h2 {
    font-size: 30px;
}

.model-bio .bio {}

.model-bio .fa {
    font-size: 35px;
    text-decoration: none;
}

.model-bio .fa:hover {
    opacity: 0.7;
}

.model-bio .stats {
    font-size: 20px
}

.model-bio .stats-item {
    margin-bottom: 8px
}

.model-bio .bio {
    font-size: 16px
}





.sidebar a {
    font-weight: 600
}

.side-view {
    position: relative;
    background: #000
}

.side-view .fa {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.side-view:hover img {
    opacity: 0.8;
    transition: 1s all;
}

.ex-b {
    text-align: center
}

.ex-b img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.ex-b .banner-text {
    margin-top: 5px
}

.view-more a {
    text-transform: uppercase;
    font-weight: 600;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    padding: 10px
}

.view-more .btn {
    background: #252525;
    padding: 5px 15px
}

/* paginations */
.pagination {
    border-radius: 0;
    margin: 0;
    flex-wrap: wrap;
    position: relative;
    z-index: 999;
}

.pagination>li {
    display: inline-block;
    margin-left: 5px;
    text-align: center;
    line-height: 35px;
}

.pagination>li>a {
    display: block;
    color: var(--op-main-bg);
    border-radius: 50% !important;
    border: none;
    width: 35px;
    height: 35px;
}

.pagination>li.active a,
.pagination>li a:hover {
    background: var(--main);
    color: var(--op-main);
}

/*.pagination > li:first-child > a,
.pagination > li:last-child > a {
	padding: 4px 12px 8px;
}*/

.pre-footer {
    background: #111
}

.pre-footer .join-btn {
    background: var(--main)
}

footer {
    background: var(--main-dark);
    padding: 20px 20px;
}

footer a {
    font-weight: 500
}

footer .container-hd {
    padding-top: 0
}



/* Rating Stars and Text CSS */
.rating_box {
    display: inline;
}

.rating_voteable {
    vertical-align: top;
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 0px;
    background-size: 100%;
    cursor: pointer;
}

.rating_nonvoteable {
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 0px;
    background-size: 100%;
}

.rating_empty {
    background-image: url("/img/icons/star-outline.png");
}

.rating_voted {
    background-image: url("/img/icons/star.png");
}

.rating_half {
    background-image: url("/img/icons/star-outline-half.png");
}

.rating_unrated {
    background-image: url("/img/icons/star-unrated.png");
}

.rating_text {
    font-size: 12px;
    display: inline;
    color: #2d2d2d;
    vertical-align: top;
}

.rating-profile .fas {
    font-size: 30px
}

.avg_rating {
    font-size: 12px;
}

.gallery_info .avg_rating {
    font-size: 14px;
}

.model-bio .rating_box .thumbs_vote:first-child,
.rating_box .thumbs_novote:first-child {
    margin-right: 3px
}

.model-bio .rating_box .fa {
    font-size: 25px
}

.model-bio .rating_box {
    margin-top: 10px;
    font-size: 14px;
}

.model-bio .thumbs_novote .fa:hover {
    opacity: 1 !important
}

.model-list .rating_box .fa {
    font-size: 20px
}

.model-block.listing .vote_count {
    font-size: 13px
}

.model-block.listing .rating_box .fa {
    font-size: 15px
}


.model-list .rating_box {
    font-size: 16px;
    display: block;
    text-align: center
}

.model-list .thumbs_novote .fa:hover {
    opacity: 1 !important
}

.rating_box .vote_count {
    margin-left: 1px;
}

.rating_box .thumbs_voted_down .vote_count {
    margin-left: 2px;
}

.v-content .rating_box .vote_count {
    font-size: 13px
}

.thumbs_voted_up i,
.thumbs_voted_down i {
    color: var(--main)
}

#Comments button {
    width: 150px
}

.comment-items {
    font-size: 16px;
    overflow: hidden;
}

.comment-items .date {
    font-size: 14px;
}

.comment-items .fa {
    font-size: 18px;
    margin-right: 5px;
    margin-left: 5px
}

.comment-items .comment-item,
.comment-items .comments_box_admin {
    border-bottom: 1px dashed #999;
    padding: 25px 0 15px 10px;
}


.fav-text {
    font-size: 14px;
}

.model-app {
    background: #000;
    padding: 15px
}

.view_limit {
    position: relative
}

.view_limit h2 {
    font-size: 24px !important;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
    width: 95%;
    color: #FFF;
    text-transform: none;
    border-bottom: none
}

.view_limit a {
    color: var(--main);
}

.view_limit a:hover {
    color: #FFF
}

.vid-r {
    position: relative
}

.vid-r .text-block {}

.vid-r .text-block h2 {
    color: #FFF;
    font-weight: 600;
    z-index: 1;
}

.signup-btn {
    padding: 10px 20px;
    font-size: 22px;
    text-transform: uppercase;
    background: var(--main);
    width: 200px
}

.signup-btn a {
    color: #FFF;
    font-weight: 300
}

.signup-btn:hover {
    background: #000;
}

.A-Z_links a {
    display: inline-block
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, .5);
}

.swiper-button-prev {
    color: var(--main)
}

.swiper-button-next {
    color: var(--main)
}

.topSwiper {
    width: 100%;
}

/* Reserve hero aspect ratio before video metadata loads (reduces CLS with Swiper + content below). */
.topSwiper .slide-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 945 / 532;
    overflow: hidden;
    background-color: #000;
}

.topSwiper .slide-wrap video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.topSwiper .swiper-wrapper {margin-bottom: -5%}*/
.swiper-slide-prev,
.swiper-slide-next {
    filter: brightness(40%);
    transition: all 0.5s
}

.slide-wrapper {
    position: relative
}

.slide-title {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
}

.slide-title div {
    background: var(--main-dark)
}

.slide-title a {
    font-weight: 600;
    color: #FFF
}

.swiper-container {
    width: 100%;
}

.swiper-pagination-bullet-active {
    background-color: #000;
}

.swiper-slide .title {
    position: absolute;
}

.swiper-slide .title.v1 {
    top: 0;
    font-size: 30px;
    font-weight: 500;
    padding: 5px;
    background: rgba(0, 0, 0, 0.4);
}

.swiper-slide .title.v1 span {
    color: #BC002D
}


.swiper-slide .title {
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.swiper-slide.swiper-slide-active .title {

    opacity: 1;
}

#navbartags.dropdown-menu {
    margin: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-height: 280px;
    overflow-y: auto;
    position: absolute;
    background: var(--main)
}

#navbartags .dropdown-item,
#navbarstudios .dropdown-item,
#navbarbonus .dropdown-item {
    display: inline-block;
    width: auto;
    padding: 5px 15px
}

#navbarstudios.dropdown-menu,
#navbarbonus.dropdown-menu {
    margin: 0;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    max-height: 500px;
    position: absolute;
    left: 0;
    right: 0;
    background: var(--main);
    padding: 0;
    overflow-y: auto;
}

#navbarstudios.dropdown-menu a,
#navbarbonus.dropdown-menu a {
    border-bottom: 1px dotted var(--main-dark);
    display: block
}



@media (min-width: 320px) {

    h2,
    h2 .fa {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    .view-gallery h2 {
        font-size: 16px
    }

    .player-menu {
        font-size: 14px
    }

    .player-menu .fa {
        font-size: 16px;
    }

    .player-menu .thumbs_vote .fas {
        font-size: 15px
    }

    .player-menu .thumbs_vote {
        font-size: 12px
    }

    .pre-footer h2 {
        font-size: 16px
    }

    .swiper-slide .title.v1 {
        font-size: 10px
    }

    .pre-foot-about {
        font-size: 13px;
    }

    #navbarMain .nav-item {
        padding: 10px 15px;
    }

    #navbarMain .nav-item {
        padding: 5px 5px 0
    }

    #navbarMain .nav-item a {
        font-size: 18px;
        font-weight: 300;
        text-transform: uppercase
    }

    #navbarMain .nav-item.active>a {
        font-weight: 700;
        color: var(--main)
    }

    #navbartags a.dropdown-item {
        font-size: 1rem !important;
        text-transform: capitalize;
    }

    .view-more a {
        font-size: 24px
    }

    .vid-r video {
        width: 100%;
    }

    .vid-r .text-block {
        padding: 20px 10px;
        width: 98%;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        margin-left: auto;
        margin-right: auto;
        margin-top: -40px;
        z-index: 999;
        font-size: 14px
    }

    h2.heading {
        margin: 10px 0;
        display: flex;
        font-size: 24px
    }

    .navbar-brand {
        font-size: 0px
    }

    .slide-title {
        font-size: 10px
    }

    .slide-title img {
        width: 10px;
        height: 10px !important
    }
}

@media (min-width: 576px) {

    h2,
    h2 .fa {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    .view-gallery h2 {
        font-size: 18px
    }

    .player-menu {
        font-size: 15px
    }

    .swiper-slide .title.v1 {
        font-size: 14px
    }

    .slide-title {
        font-size: 14px
    }

    .slide-title img {
        width: 14px;
        height: 14px !important
    }
}

@media (min-width: 768px) {

    h2,
    h2 .fa {
        font-size: 28px;
    }

    h3 {
        font-size: 25px;
    }

    .sidebar h2 {
        font-size: 20px
    }

    .view-gallery h2 {
        font-size: 24px
    }

    .player-menu {
        font-size: 18px
    }

    .player-menu .fa {
        font-size: 20px;
    }

    .player-menu .thumbs_vote .fas {
        font-size: 20px
    }

    .player-menu .thumbs_vote {
        font-size: 14px
    }

    .swiper-slide .title.v1 {
        font-size: 20px
    }

    .pre-foot-about {
        font-size: 20px;
        font-size: 1.6vw
    }

    .view-more a {
        font-size: 30px
    }

    .vid-r .text-block {
        margin-top: -50px;
    }

    .vid-r .text-block {
        width: 95%;
        background: rgba(0, 0, 0, 0.3);
        font-size: 16px;
        margin-top: -100px
    }

    h2.heading {
        margin: 20px 0;
        display: flex;
        font-size: 34px
    }

    #navbarMain .nav-item a {
        font-size: 13px;
    }

    .slide-title {
        font-size: 20px
    }

    .slide-title img {
        width: 20px;
        height: 20px !important
    }
}





@media (min-width: 992px) {

    .pre-footer h2 {
        font-size: 20px
    }

    .swiper-slide .title.v1 {
        font-size: 22px
    }

    .pre-foot-about {
        font-size: 20px;
        font-size: 1.2vw
    }

    #navbarMain .nav-item {
        padding: 5px 10px
    }

    #navbarMain .nav-item a {
        font-size: 14px;
    }

    .slide-title {
        font-size: 22px
    }

    .slide-title img {
        width: 22px;
        height: 22px !important
    }
}

@media (min-width: 1200px) {

    h2 {
        font-size: 26px
    }

    .sidebar h2 {
        font-size: 20px
    }

    .pre-footer h2 {
        font-size: 25px
    }

    .swiper-slide .title.v1 {
        font-size: 30px
    }

    .vid-r {
        overflow: hidden;
    }

    .vid-r video {
        margin-top: -5%;
        margin-bottom: -5%
    }

    .vid-r .text-block {
        position: absolute;
        padding: 15px;
        right: 10px;
        top: 50%;
        transform: translate(0, -50%);
        max-width: 600px;
        height: 90%;
        font-size: 18px;
        margin: 0;
    }

    .vid-rx {
        --mask: linear-gradient(to right, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 0) 100% 50% / 100% 100% repeat-x;
        -webkit-mask: var(--mask);
        mask: var(--mask);
        width: 75%
    }

    .pre-foot-about {
        font-size: 20px;
        font-size: 1vw
    }

    #navbarMain .nav-item a {
        font-size: 16px;
    }

    .slide-title {
        font-size: 22px !important
    }

    .slide-title img {
        width: 30px;
        height: 30px !important
    }
}



@media (min-width: 1500px) {

    .vid-r .text-block {
        padding: 30px;
        max-width: 700px
    }

    .vid-r .vid-rx {
        width: 75%
    }

    #navbarMain .nav-item a {
        font-size: 18px;
    }
}

@media (min-width: 1920px) {
    #navbarMain .nav-item a {
        font-size: 20px;
    }
}


@media (min-width: 1921px) {
    .pre-foot-about {
        font-size: 20px;
        font-size: 0.8vw
    }
}


@media (min-width: 1200px) and (max-width: 1350px) {

    .v-item,
    .v-item .title a {
        font-size: 14px
    }

}

@media (min-width: 768px) and (max-width: 1199px) {

    .comment-list .comm:nth-child(5) {
        display: none !important;
    }

}


@media (max-width: 1450px) {
    .v-side .main-img:nth-child(5) {
        display: none
    }
}



@media (max-width: 992px) {
    #Comments {
        padding: 40px
    }

    .navbar-brand img {
        max-width: 200px;
        height: auto
    }

}

@media (max-width: 768px) {

    #Comments {
        padding: 20px
    }

    .navbar-brand img {
        max-width: 180px;
        height: auto
    }

}

@media (max-width: 767px) {

    .v-item,
    .v-item .title a {
        font-size: 14px;
    }

    .navbar-brand {
        padding: 10px 0
    }

}

@media (max-width: 576px) {
    .player-menu {
        font-size: 14px;
    }

    .player-menu .fa {
        font-size: 22px
    }

    .player-menu .p-menu {
        padding: 10px 0;
        border-bottom: 1px solid #999
    }

    .player-menu .p-menu:last-child,
    .player-menu .p-menu:nth-last-child(2) {
        border: 0
    }

    .view-gallery .description {
        font-size: 16px
    }

}

@media (max-width: 575px) {
    #navbarMain .dropdown-menu-right {}

    .container-hd {
        padding-top: 0px
    }

    .container-sm {
        padding-top: 0px
    }

}

@media (max-width: 480px) {
    .menu-icon button.btn-nav {
        font-size: 28px
    }

    .navbar-brand {
        margin-right: 0 !important
    }

    .navbar-brand img {
        max-width: 140px;
        height: auto
    }

    .search {
        width: 200px;
    }

    /*.join-btn {padding: 5px;font-size: 14px;}*/
}

@media (max-width: 359px) {

    .navbar-brand img {
        max-width: 120px;
        height: auto
    }
}

@media (max-width: 320px) {
    .menu-icon button.btn-nav {
        font-size: 30px
    }

    .model-block .m-content a {
        font-size: 18px
    }
}

/* JOIN */
.join-block {
    position: relative;
    z-index: 0;
    background-size: cover !important;
    min-height: calc(100vh - 250px);
}

.join-block h2 {
    background: rgba(0, 0, 0, 0.8);
}

.join-block .item {
    background: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    width: 100%;
    min-height: 450px;
    margin: 10px auto;
    overflow: hidden;
}

.join-block .error {
    color: #ffb7b7;
    font-size: 12px;
}

.join-block .item strong {
    display: block;
    font-weight: 700;
    text-transform: none;
    font-weight: 500;
}

.join-block label {
    font-weight: 400;
    font-size: 18px;
    padding: 0;
}

.join-block .form-control {
    height: 40px;
    font-size: 14px;
}

.join-block .input-group .input-group-addon {
    background: #FFF;
    border: 0;
    min-width: 40px;
    line-height: 40px;
}

.join-block .join-items {
    width: 100%;
}

.join-block .input-group .fa {
    font-size: 18px;
    color: #000;
}

.join-block .input-group .form-control {
    border: 0
}

.join-block .has-feedback .form-control {
    padding-right: 10px
}

.join-block .price-options .btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    clip: initial;
}

.join-block .price-options input[type=radio] {
    top: 50%;
    left: 20px;
    transform: translate(-50%, -50%);
}

.join-block input[type=radio] {
    margin: 0 5px 0 0;
    vertical-align: middle;
    margin-top: -1px;
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    border: 1px solid darkgray;
    border-radius: 50% !important;
    outline: none;
    box-shadow: 0 0 5px 0px #fcfafd inset;
    background: #FFF
}

.join-block input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

.join-block input[type=radio]:checked:before {
    background: var(--main)
}

.join-block .pm-options {
    font-size: 13px;
    display: block;
    text-align: left;
    margin-left: 60px;
    margin-bottom: 5px;
    font-weight: 700;
}

.join-block .price-options .btn-primary {
    background: #2c2c2c;
    color: #f0f0f0;
    width: 100%;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    border: none !important
}

.join-block .price-options .btn-primary:hover,
.join-block .price-options .btn-primary:focus,
.join-block .price-options .btn-primary:active,
.join-block .price-options .btn-primary.active,
.join-block .price-options .open>.dropdown-toggle.btn-primary {
    background: var(--main);
    color: #FFF;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.join-block .join-second {
    display: block;
    text-align: center;
    font-weight: 400;
}

.join-block .submit-button .btn-primary {
    background: var(--main);
    color: #FFF;
    padding: 10px 30px;
    font-size: 23px;
    font-weight: 500;
    border: none
}

.join-block .submit-button .btn-primary:hover {
    background-color: var(--main);
}

.join-block .join-icons {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 10px
}

.join-block .join-checkbox label {
    font-size: 12px;
    text-transform: none
}

.join-block input[type=checkbox] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 3px
}

.join-block .join-checkbox div {
    text-decoration: underline;
    font-style: italic;
    display: inline
}

.join-block .join-checkbox a {
    color: #FFF
}

.join-block .usermessage {
    text-transform: none;
    padding: 10px;
    text-align: center
}

@media (min-width: 320px) {
    .join-block .form-group {
        margin-bottom: 10px
    }

    .join-block .join-items {
        padding: 3px
    }

    .join-block h2 {
        font-size: 16px;
        padding: 15px 5px
    }

    .join-block .item strong {
        font-size: 16px;
    }

    .join-block .price-options .btn-primary {
        font-size: 14px;
    }

    .join-block .join-second {
        font-size: 9px;
    }

    .join-block .price-options,
    .join-block .details {
        padding: 0 15px
    }

    .join-block .price-options .btn-primary {
        padding: 10px 5px;
    }
}

@media (min-width: 400px) {
    .join-block .join-second {
        font-size: 11px;
    }
}

@media (min-width: 576px) {
    .join-block .join-items {
        padding: 10px
    }

    .join-block .form-horizontal .form-group {
        margin-bottom: 10px
    }

    .join-block h2 {
        font-size: 22px;
        padding: 18px 5px 18px;
    }

    .join-block .item {
        width: 550px
    }

    .join-block .item strong {
        font-size: 20px;
        margin: 18px 0;
    }

    .join-block .price-options .btn-primary {
        font-size: 16px;
    }

    .join-block .join-second {
        font-size: 12px;
    }

    .join-block .price-options,
    .join-block .details {
        padding: 0 20px
    }
}

@media (min-width: 768px) {
    .join-block .join-items {
        padding: 10px;
        margin: 0 auto;
    }

    .join-block h2 {
        font-size: 24px;
    }

    .join-block .item strong {
        font-size: 20px;
        margin: 10px 0;
    }

    .join-block .price-options .btn-primary {
        padding: 15px 5px;
    }

    .join-block .price-options .btn-primary {
        font-size: 18px;
    }

    .join-block .join-second {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .join-block {
        background-image: none !important;
    }
}

/* JOIN */
