@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,700');

:root {
  --p-red: #ff0000;
  --p-white: #FFF;
  --p-black: #000;
  --s-red: #c00101;
  --s-black: #2e2e2e;
  --s-white: #e3e3e3;
  --content-bg: #002759;
  --header-height: 60px;

}


html, body
{ 
  position: relative;
}

body { 
	background: var(--s-black);
	direction: ltr;
	font: 400 14px 'Fira Sans', Arial, sans-serif;
	color: #FFF;
	letter-spacing: 1px;
}

@-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;
}

.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: #FFF;
	 	text-decoration: none;
}
a, a:focus, a:hover, a:active {
	outline: 0;
 	text-decoration: none;
}
a:hover {
	color: #CCC;
}


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%}



.font-transform-inherit {
	text-transform: inherit !important;
}


::-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-sm {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
	padding: 20px 15px 0
}

.f-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between
}

.pre-header {
    color: var(--p-white);
    font-weight: 400;
    background: var(--p-red);
    font-size: 12px;
}




.header {/*box-shadow: 0 1px 1px #ddd;*/ background: var(--p-black)}
.header .logo img {width: 250px;}

.video-wrap {
      position: relative;
	  margin-top: calc(-1 * var(--header-height));
      z-index: 1;
      overflow: hidden;
    }

.video-wrap video {
      display: block;
      width: 100%;
      /*height: 100vh;*/
      object-fit: cover;
    }
.video-wrap::after {
      content: "";
      position: absolute;
      inset: 0;
      /*background: rgba(0,0,0,0.25);*/
      z-index: 1;
      pointer-events: none;
	    background: linear-gradient(
    to bottom,
    rgba(0,0,0,.6) 0%,
    rgba(0,0,0,.2) 40%,
    rgba(0,0,0,0) 70%
  );
    }

.site-header {
	background: rgba(0,0,0,0.3);
      z-index: 1030;
	  transition: background 0.3s ease;
   }
   
 .site-header.scrolled {
  background: rgba(0,0,0,0.9);
}


.navbar-toggler {margin-left: 5px; color: var(--p-white);background: var(--s-white)}
.navbar-toggler-icon {width: 1rem; height: 1rem}
.navbar {padding: 0 5px;}
.menu-icon button.btn-nav {
	background-color: transparent !important;
	font-size: 20px
}

/*.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: #000}

a.nav-link {font-size: 20px; font-weight: bold; text-transform: uppercase}
.nav-link {color: var(--s-white)}
.nav-link:focus, .nav-link:hover, .navbar-nav .nav-link.show {color: var(--p-white)}
.navbar-nav .nav-link.active {color: var(--s-white)}

.joinnow-btn {background: var(--s-black)}


.search, .search-spage .search {position: relative}
.search-button, .search-spage .search-button  {	position: absolute;
	right: 5px; top: 5px; border: none;background: none; padding: 0 !important; z-index: 6;}

.search i, .search-spage .search i {
    font-size: 20px !important;
    opacity: 0.6;
}
.search {  width: 300px; 
    padding: 5px;
    background: var(--p-red); margin-top: 5px}

.search-head {width:100%; position: absolute;
    bottom: -40px;
    right: 0;}

.search input {padding: 5px}


.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;
}


.v-grid .v-item, .v-item .title a {text-transform: capitalize;}
.v-grid .v-item .title a {font-weight: 400}
.v-grid .main-img .title {opacity: 1; }
.v-grid .v-img {position:relative}
.v-grid .v-img, .p-img, .m-content {overflow:hidden}
/*.v-grid>.main-img:hover img {opacity: 0.8; transform: scale(1.25);; transition: 1s all;}*/
.v-grid .v-content {position:relative;background: var(--s-black)}
.v-grid .v-title {width: 100%; /*position: absolute; background: rgba(0,0,0,0.2); left: 0;bottom: 0; padding: 8px 0px 3px 0;	*/opacity: 5;
	height: 35px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	pointer-events: none;
	/*visibility: hidden;*/
	text-align: left;
		background: rgba(0,0,0,0.6); z-index: 9999}  
.v-grid .date, .v-grid .length {/* flex: 0 0 75px;*/ font-size: 12px}
.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>.main-img:hover >h3,.grid>.grid-item:hover>h3 {
  transition: 1s all;
  opacity: 1;
  text-align: center;
}*/ 

.v-grid .v-content:hover {background: var(--p-black)}
.v-grid .v-item:hover
{
    box-shadow: 0px 0px 55px 2px #949494;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 200ms ease-in;
    transform: scale(1.05);
	z-index: 1;

	
}

/*.v-grid .v-item:hover .v-img .v-title {
	opacity: 1;
	height: 35px;
	visibility:visible;
	-moz-transition: all 500ms ease; 
    -webkit-transition: all 500ms ease; 
    -o-transition: all 500ms ease; 
    -ms-transition: all 500ms ease; 
	transition: all 500ms ease;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
    transition-delay: 500ms;
	background: rgba(221,6,25,0.6);
	backface-visibility: hidden;
	z-index: 99999;
}*/	

.v-grid .v-item .mplay img{
	width: 65px; 
	height: 66px;
	position: absolute;
	top: 50%; 
	left: 50%; 
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
}

.v-grid .v-item:hover .v-img .mplay img {
	opacity: 5;
	visibility:visible;
	-moz-transition: opacity 0.7s ease-in-out; 
    -webkit-transition:opacity 0.7s ease-in-out; 
    -o-transition:opacity 0.7s ease-in-out; 
    -ms-transition:opacity 0.7s ease-in-out; 
	transition: opacity 0.7s ease-in-out;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
	z-index: 9999;
	transform: translate(-50%,-70%);
	-webkit-transform: translate(-50%,-70%);
}	

.v-grid .v-item .mplaytext {opacity: 0;position: absolute;left: 0;top: 0;width: 100%;height: 100%;text-align: center;pointer-events: none;visibility: hidden;
}

.v-grid .v-item:hover .mplaytext {opacity: 1;visibility:visible;transition: all 0.5s ease;
	-moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear; 
    -ms-transition: all 0.5s linear; 
	-webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
	z-index: 2;
}	

.v-item .mplaytext .p-btn{
	padding: 10px 20px;
	color: #fff;
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	font-size: 18px;
	background: rgba(221,6,25,0.5);
	-moz-border-radius: 5px 20px 5px !important;
    -khtml-border-radius: 5px 20px 5px !important;
    -webkit-border-radius: 5px 20px 5px !important;
	border-radius: 5px 20px 5px !important;
}

.v-grid .v-preview {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	justify-content: center;
	background: #000;
}

.v-grid .v-item:hover .v-preview {
	opacity: 1;
	-moz-transition: all 1000ms ease; 
    -webkit-transition: all 1000ms ease; 
    -o-transition: all 1000ms ease; 
    -ms-transition: all 1000ms ease; 
	transition: all 1000ms ease;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
    transition-delay: 200ms;
	/*background: rgba(255,255,255,0.5);*/
	backface-visibility: hidden;
	z-index: 9999;
	transform: translate3d( 0, 0, 0)

}

.vid-preview {width: 100%;position: relative;z-index: 999}
.spin {position: absolute; z-index: 9998; top: 50%; left: 50%;	transform: translate(-50%,-70%);
	-webkit-transform: translate(-50%,-70%);}
.pi-img-wrapper .spin .fa {font-size: 24px}

.fancybox-button svg {color: #000}

.dropdown-item.active, .dropdown-item:hover {background: var(--s-black); color: var(--p-white)}
.viewmore .btn {font-size: 22px; padding: 5px 10px; border: 1px solid var(--p-black); color: var(--p-white);}
.viewmore .btn:hover {
	/*box-shadow: 0px 0px 10px 2px #949494;;*/
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 200ms ease-in;
    transform: scale(1.05);
}

.message-block {
position: relative;
  min-height: 750px;
  padding: 0 0 50px;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment:fixed 

}



.cat.dropdown-menu {
    overflow: auto;
    max-height: 582px;
}

.coming-img img {opacity: 0.4}

h2.heading {border-bottom: 1px dotted #ccc;}

.btn-primary:not(:disabled):not(.disabled):active:focus {background-color: var(--s-black)!important; border-color: none !important}
.btn-primary {
    background: var(--p-red);
	color: #FFF;
	border-color: var(--s-black);
}
.btn {
    padding: 2px 8px;
	text-transform: none;
    background: #252525;
	font-size: 13px;
}

.btn:hover {
    background: #484848;
}
.join-btn {padding: 8px 10px;font-size: 18px;font-weight: 500;text-transform: uppercase;background: #252525;}
.subscribe .btn, #Comments .btn {padding: 8px 15px; color: #FFF; font-weight: 500; font-size: 16px;}

.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, .tags-top a {color: #FFF}
.v-tags a:hover, .tags-top a:hover {color: #CCC}

.sort-options .form-control, .drop-tags .form-control {height: auto}
.sort-options select {width: 300px}
.sort-options, .drop-tags {} 
.drop-tags {margin-right: 5px}
	  
.screencaps  {overflow: hidden}
.view-gallery {/*margin-top: 50px*/}
.view-gallery h2 {border-bottom: 1px dotted #CCC;}
.view-gallery .description {font-size: 18px}
.movie-player {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(--p-red); font-weight:600}
.player-menu {font-size: 18px;background: #181818}
.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(--p-red)}
.p-menu {padding: 10px 0;}
.p-menu a {color: #FFF}
.movie-player .date {margin-top: 3px; font-size: 13px}


.model-block .m-content {color: #FFF}
.model-block .m-content a {color: #FFF; text-transform: capitalize; font-size: 18px}

.social-icons .fab {font-size: 15px}

/*.models-list img:hover {transition: 1s ease;opacity: 0.8;}*/


.model-block .m-content {position: relative}

.model-block .m-info {
  width: auto;
  transition: 1s ease;
  position: absolute;
  bottom: 5px;
  background: rgba(0,0,0,0.2); 
  padding: 5px 10px
}

.model-block:hover img {
  opacity: 0.7;
  transition: 1s ease;
}

.model-block .m-rate {  flex: 0 0 75px;}


.model-info {  background: var(--p-black);
    padding: 20px;
height: 100%;}


.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}

.model-content h2 {}



.sidebar {}
.sidebar .list-group-item {    background: var(--p-black);
    padding: 8px 10px 6px;
    border: none;
    display: block;
    margin-bottom: 2px;
    position: relative;
    border-radius: 0;}
.sidebar a {color: #FFF}
.side-content {background: #252525}

.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 {font-size: 20px; text-transform: uppercase}
.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: #FFF;    border-radius: 50% !important;
    border: none;
    width: 35px;
    height: 35px;}

.pagination > li.active a,
.pagination > li a:hover {
	background: var(--p-black);
	color: #fff;
}

/*.pagination > li:first-child > a,
.pagination > li:last-child > a {
	padding: 4px 12px 8px;
}*/

.pre-footer {background: #111}
/*.pre-footer a {font-size: 25px}*/
.pre-footer .join-btn {background: var(--s-black)}
footer {background: #000; padding: 20px 20px;}
footer a {font-weight: 500}
footer .container-hd {padding-top: 0}

.foot-text {font-size: 16px}
.foot-text h2 {font-size: 35px}
.foot-text h2 span {color: var(--s-white);}
.foot-text .join-now {background: var(--p-black); font-size: 30px;text-transform: uppercase;padding: 20px 25px}
.foot-text .join-now:hover {background: var(--p-black)}
.about .join-now {background: var(--p-red); font-size: 25px;text-transform: uppercase;padding: 15px 20px}

.about-text {overflow: auto;}

/* 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;}
.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; display: block;}
.model-bio .thumbs_novote .fa:hover {opacity: 1 !important}
.model-list .rating_box .fa {font-size: 20px}
.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}
.thumbs_voted_up i, .thumbs_voted_down i {color: red}

#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 {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.7);
	padding: 20px;
	width: 95%;color: #FFF; text-transform: none; border-bottom: none}
.view_limit a {color: var(--s-black)}
.view_limit a:hover {color: #FFF}
.a-img .img {width: 100%; max-width: 1000px; height:auto}
.sidebar .plg_banner_img img {width: 100%; max-width: 400px; height:auto}

.swiper-button-prev {color: #BC002D; }
.swiper-button-next {color: #BC002D; }
.topSwiper {}
.topSwiper video {width: 100%;/*margin-bottom:-5%;margin-top:-5%*/}
/*.topSwiper .swiper-wrapper {margin-bottom: -5%}
.swiper-slide-prev, .swiper-slide-next {filter: brightness(40%); transition: all 0.5s}*/
.slide-wrapper {position: relative}
.swiper-slide-prev, .swiper-slide-next {filter: brightness(40%); transition: all 0.5s}

.slide-title {position:absolute; top:0; font-size: 30px; padding: 5px;  background: rgba(0,0,0,0.4);}
.slide-title div {background:#a3dfc9}
.slide-title a {font-weight: 500; color: #FFF}

.swiper-container {
      width: 100%;
 }

.swiper-pagination-bullet-active {
  background-color: #000;
}



.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;
}


.pre-header {position: relative}
.head-social {position: absolute; top: 5px; right: 5px}
.head-social a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50% !important;
	-webkit-border-radius:50% !important;
	border-radius:50% !important;
	text-align:center;
	color: #FFF;
	margin-right: 5px;
}

.head-social i {
	margin:0;
	text-align: center;
}

.head-social a:hover i {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.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;}

.model-app .btn-primary {background: var(--s-black); font-size: 25px; padding: 8px 10px; width: 300px;   margin: 0 auto;}
.model-app .btn-primary:hover, .model-app .btn-primary:active {background: #000}
.model-app .alert-primary {margin-bottom:0; background: #d83e3e; color: #FFF; border-color:#d83e3e }
.model-app p {margin-bottom: 0}
.join_error {text-transform:none !important; color: red}

@media (min-width: 320px) {
	h2, h2 .fa {font-size: 18px;}
	h2 .fa, .viewmore .fa { color: var(--s-white)}
	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 .fa {font-size: 18px}
	.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: 14px; padding: 10px}
	#navbarMain .nav-item {padding: 10px 15px;}
	/*#navbarMain .nav-item {padding:5px 5px 0}*/
	#navbarMain .nav-item a {font-size: 1rem; font-weight: 300;text-transform: uppercase}
	#navbarMain .nav-item.join-active {background:var(--s-black); padding: 10px}
	#navbarMain .nav-item.join-active a {color:#FFF}
	#navbarMain .nav-item.join-active:hover {background:#000;transition: 1s all;}
	#navbarMain .nav-item.active>a,#navbarMain .nav-item.join-active>a {font-weight:600; }
	#navbarMain .nav-item.active>a {color: var(--s-black)}
	#navbartags a.dropdown-item {font-size: 1rem !important; text-transform:capitalize; }
	#navbartags a.dropdown-item:hover {color: #FFF}
	.head-social a {width: 25px;height: 25px;font-size:14px;}
	.head-social i {line-height:25px;}
	.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 .fa {font-size: 22px}
	.player-menu .thumbs_vote {font-size: 12px}
	.swiper-slide .title.v1 {font-size: 20px}
	.pre-foot-about {font-size: 20px; font-size: 1.6vw}
	#navbarMain .nav-item {padding:5px 5px}
	#navbarMain .nav-item a {font-size: 1.1rem;}
		.head-social a {width: 40px;height: 40px;font-size:20px;}
	.head-social i {line-height:40px;}
	.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}
	.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}
	#navbarMain .nav-item {padding:5px 7px}
	#navbarMain .nav-item a {font-size: 1rem;}
	.slide-title {font-size: 22px}
	.slide-title img {width: 30px; height: 30px !important}
	.about {font-size: 20px;}
}

@media (min-width: 1500px) {
	 

	#navbarMain .nav-item a {font-size: 1.2rem;}

}

@media (min-width: 1700px) {
	 

	#navbarMain .nav-item a {font-size: 1.2rem;}

}

@media (min-width: 768px) and (max-width: 1199px) {

		.index :nth-child(1) { order: 1; }
        .index :nth-child(2) { order: 2; }
        .index :nth-child(3) { order: 3; }
        .index :nth-child(4) { order: 4; }
        .index :nth-child(5) { order: 5; }
		.index :nth-child(6) { order: 6; }
        .index :nth-child(7) { order: 7; }
        .index :nth-child(8) { order: 9; }
        .index :nth-child(9) { order: 8; }
        .index :nth-child(10) { order: 10; }
		.index :nth-child(11) { order: 11; }
        .index :nth-child(12) { order: 12; }
        .index :nth-child(13) { order: 14; }
        .index :nth-child(14) { order: 15; }
        .index :nth-child(15) { order: 13; }
		.index :nth-child(16) { order: 16; }
        .index :nth-child(17) { order: 17; }
}	



@media (min-width: 992px) and (max-width: 1199px) {

a.nav-link {font-size: 13px}
}	

@media (min-width: 1200px) and (max-width: 1358px) {

a.nav-link {font-size: 15px}
}	

@media (max-width: 1199px) {
    .message-block {
      
       background-attachment: scroll;
	   min-height: 500px;
    }
	.about-text {max-height: 200px} 
}

@media (min-width: 1200px) {
	.pre-foot-about {font-size: 20px; font-size: 1vw}
}

@media (min-width: 1920px) {
    .container {
        max-width: 1880px !important;
    }
}
@media (min-width: 1921px) {
	.pre-foot-about {font-size: 20px; font-size: 0.8vw}
}


@media (max-width: 1499px) {
	.about h2 {font-size: 18px}

	
}

@media (max-width: 992px) {
	#Comments {padding: 40px}

	
}

@media (max-width: 768px) {

	#Comments {padding: 20px}

}

@media (max-width: 767px) {
	.join-btn {padding: 8px;font-size: 25px;}
	.video-wrap {
	  margin-top: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}
.foot-text h2 {font-size: 25px}
.foot-text .join-now {font-size: 20px;}
.join-block .price-options input[type=radio] {display:none}
}

@media (max-width: 575px) {

	 
}

@media (max-width: 480px) {

	.navbar-brand {margin-right: 0 !important}
	.navbar-brand img {max-width: 140px; height: auto}
	.search {width: 200px;}

}

@media (max-width: 359px) {

	.navbar-brand img {max-width: 120px; height: auto}
}

@media (max-width: 320px) {

    .model-block .m-content a {font-size: 18px}
}

/* JOIN */
.join-block {
	position: relative;
	z-index: 0;
	background-size: 100% auto !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 .btn {background: var(--s-black); padding: 10px 20px; color: var(--p-white)}
.join-block .btn-check+.btn:hover {border: none; color: var(--p-white);background: var(--p-red);	-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)}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {border:none;background: var(--p-red)}

/* .join-block .price-options input[type=radio] {
	top: 50%;
	left: 20px;
	transform: translate(-50%, -50%);
	position: absolute;
}
*/
.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(--s-black)
}

.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: var(--s-black);
	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(--p-red);
	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(--p-red) !important;
	color: #FFF;
	padding: 10px 30px;
	font-size: 23px;
	font-weight: 500;
	border: none
}

.join-block .submit-button .btn-primary:hover {
	background-color: var(--s-black) !important;
}

.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
}

/*.join-block label { white-space: pre-wrap}*/

@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: 576px) {
	.join-block .pm-options {
		margin-left: auto;
	}

@media (max-width: 991px) {
	.join-block {
		background-image: none !important;
	}
	
	
}
/* JOIN */