html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

html,html *{
	max-height:1000000px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

/* !!!!!IMPORTANT Change all paths to /fonts/icomoon/ !!!!! */
@font-face {
	font-family: 'icomoon';
	font-display: swap;
	src:  url('../fonts/icomoon/icomoon.eot');
	src:  url('../fonts/icomoon/icomoon.eot#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	font-display: swap;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-category:before {
content: "\e92d";
}
.icon-channel:before {
content: "\e92e";
}
.icon-model:before {
content: "\e92f";
}
.icon-gender-all:before {
content: "\e92a";
}
.icon-gender-female:before {
content: "\e92b";
}
.icon-gender-male:before {
content: "\e92c";
}
.icon-sort:before {
content: "\e926";
}
.icon-female:before {
content: "\e927";
}
.icon-male-female:before {
content: "\e928";
}
.icon-male:before {
content: "\e929";
}
.icon-fa-cats:before {
content: "\e900";
}
.icon-fa-channels:before {
content: "\e901";
}
.icon-fa-community:before {
content: "\e902";
}
.icon-fa-heart:before {
content: "\e903";
}
.icon-fa-home:before {
content: "\e904";
}
.icon-fa-login:before {
content: "\e905";
}
.icon-fa-logout:before {
content: "\e906";
}
.icon-fa-longest:before {
content: "\e907";
}
.icon-fa-models:before {
content: "\e908";
}
.icon-fa-mostviewed:before {
content: "\e909";
}
.icon-fa-newest:before {
content: "\e90a";
}
.icon-fa-search:before {
content: "\e90b";
}
.icon-fa-signup:before {
content: "\e90c";
}
.icon-fa-star:before {
content: "\e90d";
}
.icon-fa-tag:before {
content: "\e90e";
}
.icon-fa-like:before {
content: "\e90f";
}
.icon-fa-dislike:before {
content: "\e925";
}
.icon-fa-videos:before {
content: "\e910";
}
.icon-add_fav:before {
content: "\e911";
}
.icon-alarm:before {
content: "\e912";
}
.icon-arr-left:before {
content: "\e913";
}
.icon-arr-right:before {
content: "\e914";
}
.icon-check:before {
content: "\e915";
}
.icon-circle:before {
content: "\e916";
}
.icon-download:before {
content: "\e917";
}
.icon-eye:before {
content: "\e918";
}
.icon-eye2:before {
content: "\e919";
}
.icon-heart:before {
content: "\e91a";
}
.icon-heart2:before {
content: "\e91b";
}
.icon-star:before {
content: "\e91c";
}
.icon-time:before {
content: "\e91d";
}
.icon-video:before {
content: "\e91e";
}
.icon-star2:before {
content: "\e91f";
}
.icon-camera:before {
content: "\e920";
}
.icon-search:before {
content: "\e921";
}
.icon-heart-inverse:before {
content: "\e922";
}
.icon-close:before {
content: "\e923";
}
.icon-edit:before {
content: "\e924";
}
.icon-subscribe:before {
content: "\e930";
}
  
  


*,*:before,*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
img{
	display:block;
	max-width:100%;
	height:auto
}
a,* a,a:hover,a:focus{
	text-decoration:none
}
h1,h2,h3,h4,h5,h6,p,ul{
	margin:0;
	padding:0
}
ul{
	list-style:none
}
*{
	outline:0
}
input::-webkit-input-placeholder{
	color:#999
}
input::-moz-placeholder{
	color:#999
}
input:-moz-placeholder{
	color:#999
}
input:-ms-input-placeholder{
	color:#999
}
input::placeholder{
	color:#999
}
input:-webkit-autofill{
	-webkit-box-shadow:0 0 0 1000px #fff6cc inset
}
input:focus::-webkit-input-placeholder{
	color:#999
}
input:focus::-moz-placeholder{
	color:#999
}
input:focus:-moz-placeholder{
	color:#999
}
input:focus:-ms-input-placeholder{
	color:#999
}
input:focus::placeholder{
	color:#999
}
input:focus{
	background:#fff6cc;
	color:#999
}
textarea::-webkit-input-placeholder{
	color:#999
}
textarea::-moz-placeholder{
	color:#999
}
textarea:-moz-placeholder{
	color:#999
}
textarea:-ms-input-placeholder{
	color:#999
}
textarea:focus::-webkit-input-placeholder{
	color:#fff6cc
}
textarea:focus::-moz-placeholder{
	color:#fff6cc
}
textarea:focus:-moz-placeholder{
	color:#fff6cc
}
textarea:focus:-ms-input-placeholder{
	color:#fff6cc
}
textarea:focus{
	background:#fff6cc;
	color:#999
}
.clearfix:before,.clearfix:after{
	content:" ";
	display:table
}
.clearfix:after{
	clear:both
}
.left{
	float:left
}
.right{
	float:right
}
.clear{
	clear:both
}
.wrap-overflow{
	overflow:hidden
}
.uppercase{
	text-transform:uppercase
}
.text-center{
	text-align:center
}
html{
	position:relative;
	min-height:100%;
	height:100%;
	 -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body{
	position:relative;
	overflow:inherit;
	overflow-x:inherit;
	overflow-y:inherit;
	margin:0;
	padding:0;
	width:100%;
	min-width:320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	font-style:normal;
	/* font-weight:300; */
	color:#666;
	background:#f5f4f5
}
body.modal-open[style]{
	overflow:hidden
}
body.modal-open{
	overflow:auto
}
.bg-light{
	background:#fff
}
html,body,.site-wrapper{
	min-height:100%;
	height:100%
}
.container{
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1460px;
	padding:0 10px
}
@media(max-width:960px) {
	.container {
		padding: 0 5px;
	}
}
.site-wrapper{
	position:relative;
	width:100%;
	height:100%;
	table-layout:fixed;
	min-width:320px;
	padding-top:0;
	padding-left:0
}
.site-wrapper.expanded{
	padding-left:0
}
.mobile-nav{
	display:none;
}

.site-wrapper .mobile-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;

	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.site-wrapper.header-fixed .mobile-header {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
@media(max-width:960px){
	.site-wrapper{
		position:relative;
		padding-left:0;
		min-width:320px;
		padding-top:89px;
		padding-left:0;
		-webkit-transition:padding-left .2s ease;
		-moz-transition:padding-left .2s ease;
		-ms-transition:padding-left .2s ease;
		-o-transition:padding-left .2s ease;
		transition:padding-left .2s ease
	}
	.site-wrapper.expanded{
		min-width:320px
	}
	.site-wrapper>*{
		margin-right:0;
		min-width:320px;
		-webkit-transition:margin .2s;
		-o-transition:margin .2s;
		-moz-transition:margin .2s;
		transition:margin .2s
	}
	.site-wrapper.expanded>*{
		min-width:320px;
		-webkit-transition:margin .2s;
		-o-transition:margin .2s;
		-moz-transition:margin .2s;
		transition:margin .2s
	}
	.mobile-nav{
		display:block;
		background:#f05;
		/* position:fixed; */
		width:100%;
		/* z-index:6; */
		/* top:51px; */
	}
	.mobile-nav ul{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		justify-content:space-around;
		text-align: center;
	}
	.mobile-nav ul li {
		flex-grow: 1;
	}
	
	.mobile-nav a{
		color:#fff;
		line-height:37px;
		display:block;
		font-size:16px;
		position: relative;
		font-weight: 700;
	}
	.mobile-nav ul li.active a:after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 3px;
		background: #333138;
	}
}
@media(max-width:400px){
	.mobile-nav a{
		font-size:15px;
	}
}
.dropdown,.dropup{
	position:relative
}
.dropdown-menu{
	position:absolute;
	top:100%;
	left:0;
	z-index:1000;
	display:none;
	float:left;
	width:100%;
	margin:0;
	text-align:left;
	list-style:none;
	background-color:#fff;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
	box-shadow:0 6px 12px rgba(0,0,0,.175)
}
.dropdown-menu.pull-right{
	right:0;
	left:auto
}
.dropdown-menu .divider{
	height:1px;
	margin:9px 0;
	overflow:hidden;
	background-color:#e5e5e5
}
.dropdown-menu>li>a{
	display:block;
	padding:3px 20px;
	clear:both;
	font-weight:400;
	line-height:1.42857143;
	color:#333;
	white-space:nowrap
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#f05
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#337ab7;
	outline:0
}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{
	color:#777
}
.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{
	text-decoration:none;
	cursor:not-allowed;
	background-color:transparent;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.open>.dropdown-menu{
	display:block
}
.open>a{
	outline:0
}
.dropdown-menu-right{
	right:0;
	left:auto
}
.dropdown-menu-left{
	right:auto;
	left:0
}
.dropdown-header{
	display:block;
	padding:3px 20px;
	font-size:12px;
	line-height:1.42857143;
	color:#777;
	white-space:nowrap
}
.dropdown-backdrop{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:990
}
.pull-right>.dropdown-menu{
	right:0;
	left:auto
}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{
	top:auto;
	bottom:100%;
	margin-bottom:2px
}
.tab-content>.tab-pane{
	display:none
}
.tab-content>.active{
	display:block
}
.sendwich{
	position:relative;
	display:none;
	overflow:hidden;
	width:50px;
	height:50px;
	padding:0;
	font-size:0;
	text-indent:-9999px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	box-shadow:none;
	border-radius:none;
	border:0;
	cursor:pointer;
	-webkit-transition:background .2s;
	transition:background .2s
}
.sendwich span{
	display:block;
	position:absolute;
	top:49.5%;
	left:8px;
	right:8px;
	height:4px;
	margin-top:-2px;
	background:#fff
}
.sendwich span::before,.sendwich span::after{
	position:absolute;
	display:block;
	left:0;
	width:100%;
	height:4px;
	background-color:#fff;
	content:""
}
.sendwich span::before{
	top:-12px
}
.sendwich span::after{
	bottom:-12px
}
.sendwich span,.sendwich span::before,.sendwich span::after{
	-webkit-transition:background .3s;
	transition:background .3s
}
.sendwich span::before{
	-webkit-transition-property:top,-webkit-transform,background;
	transition-property:top,transform,background
}
.sendwich span::after{
	-webkit-transition-property:bottom,-webkit-transform,background;
	transition-property:bottom,transform,background
}
.sendwich.active span::before,.sendwich.active span::after{
	background:#f05
}
.sendwich.active span{
	background:0
}
.sendwich.active span::before{
	top:0;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg)
}
.sendwich.active span::after{
	bottom:0;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
@media(min-width:961px){
	.sendwich:hover span,.sendwich:hover span::before,.sendwich:hover span::after{
		background:#f05
	}
}
.wrap-nav-top{
	position:fixed;
	top:0;
	left:-280px;
	right:auto;
	bottom:auto;
	width:270px;
	min-width:280px;
	display:block;
	background:#262626;
	overflow:hidden;
	z-index:51;
	-webkit-transition:left .2s;
	-o-transition:left .2s;
	-moz-transition:left .2s;
	transition:left .2s
}
.site-wrapper.expanded .wrap-nav-top{
	left:0;
	margin-right:0;
	min-width:270px;
	-webkit-transition:left .2s;
	-o-transition:left .2s;
	-moz-transition:left .2s;
	transition:left .2s
}
.wrap-nav-top .container{
	position:relative;
	padding:0
}
@media(min-width:961px){
	.wrap-nav-top{
		position:relative;
		display:block;
		border-top:5px solid #f05;
		top:auto;
		left:auto;
		right:auto;
		bottom:auto;
		width:auto;
		background:#262626;
		overflow:hidden;
		border-top:5px solid #f05;
		z-index:51;
		-o-transition:none;
		-moz-transition:none;
		-webkit-transition:none;
		transition:none
	}
	.site-wrapper.expanded .wrap-nav-top{
		left:auto;
		-o-transition:none;
		-moz-transition:none;
		-webkit-transition:none;
		transition:none
	}
	.wrap-nav-top .container{
		padding:0 10px
	}
}
.registration-links{
	position:relative;
	padding:0
}
.registration-links li{
	display:block;
	width:135px;
	float:left;
	position:relative;
	text-align:center
}
@media(min-width:961px){
	.registration-links{
		float:right;
		position:relative;
		padding:0
	}
	.registration-links li{
		float:left;
		width:auto;
		position:relative;
		text-align:left
	}
}
.registration-links li a{
	display:block;
	position:relative;
	height:52px;
	padding:0 28px;
	line-height:52px;
	font-size:16px;
	font-weight:bold;
	color:rgba(255,255,255,0.4);
	text-transform:capitalize;
	-webkit-transition:color .2s;
	-ms-transition:color .2s;
	transition:color .2s
}
.registration-links li:not(.user) a{
	background:#313131
}
.registration-links li.user a{
	color:#fff;
}
.registration-links li a>*{
	position:relative;
	z-index:2;
	display:inline-block;
	vertical-align:middle
}
.registration-links li a i{
	display:none
}
.registration-links li a .wrap-user-img{
	display:inline-block;
	vertical-align:top;
	margin-right:15px;
	padding-top:10px
}
.registration-links li a img{
	width:32px;
	height:32px;
	border-radius:4px
}
.registration-links>li>a:hover,.registration-links>li.active>a{
	color:#fff
}
.registration-links li a:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:100%;
	height:0;
	background:#f05;
	z-index:1;
	-webkit-transition:height .2s;
	-ms-transition:height .2s;
	transition:height .2s
}
.registration-links li.user a:before{
	background:#313131
}
.registration-links li a:hover:before,.registration-links li.active a:before{
	height:100%
}
@media only screen and (max-width:1080px){
	.registration-links li a{
		height:48px;
		padding:0 18px;
		line-height:48px
	}
	.registration-links li a .wrap-user-img{
		padding-top:8px;
		margin-right:10px
	}
}
@media only screen and (max-width:640px){
	.registration-links li a .wrap-user-img{
		padding-top:4px;
		margin-right:5px
	}
	.registration-links li a{
		font-size:14px;
		height:40px;
		line-height:40px
	}
	.registration-links li a i{
		display:inline-block;
		margin:0 5px 0 0;
		font-size:16px
	}
}
@media only screen and (max-width:480px){
	.registration-links li a{
		font-size:12px;
		padding:0 12px
	}
	.registration-links li a .name{
		display:none
	}
}
.nav-top{
	float:left
}
.nav-top li{
	float:left
}
.nav-top li a,.nav-top-button{
	display:block;
	position:relative;
	height:52px;
	padding:0 14px;
	line-height:52px;
	font-size:16px;
	font-weight:normal;
	color:rgba(255,255,255,0.3);
	text-transform:capitalize;
	-webkit-transition:color .2s;
	-ms-transition:color .2s;
	transition:color .2s
}
.nav-top li a:hover{
	color:rgba(255,0,85,1)
}
.nav-top-button{
	float:left;
	padding-left:0;
	color:#fff;
	font-weight:bold
}
.nav-top-button>span{
	display:inline-block;
	vertical-align:middle
}
.nav-top-button .nav-top-sendwich{
	display:none;
	height:48px;
	width:48px
}
.nav-top-button .nav-top-sendwich span{
	left:10px;
	right:10px;
	background:#fff
}
.nav-top-button .nav-top-sendwich span:after,.nav-top-button .nav-top-sendwich span:before{
	background:#fff
}
.nav-top-button:hover .nav-top-sendwich span,.nav-top-button:hover .nav-top-sendwich span:after,.nav-top-button:hover .nav-top-sendwich span:before,.nav-top-button .nav-top-sendwich.active span:after,.nav-top-button .nav-top-sendwich.active span:before{
	background:rgba(255,0,85,1)
}
.nav-top-button .nav-top-sendwich.active span{
	background:0
}
.nav-top-button .nav-top-sendwich.active span::before{
	top:0
}
.nav-top-button .nav-top-sendwich.active span::after{
	bottom:0
}
.sendwich span::before{
	top:-10px
}
.sendwich span::after{
	bottom:-10px
}
@media only screen and (max-width:1080px){
	.nav-top li a,.nav-top-button{
		height:48px;
		padding:0 9px;
		line-height:48px
	}
	.nav-top-button{
		padding-left:0
	}
}
@media only screen and (max-width:960px){
	.nav-top li a,.nav-top-button{
		font-size:14px
	}
	.nav-top-button{
		display: none;
	}
	.nav-top-button:hover{
		color:rgba(255,0,85,1)
	}
	.nav-top-button .nav-top-sendwich{
		display:inline-block
	}
	.nav-top{
		display: none;
		
		/*float:none;
		clear:both;
		padding-left:48px;
		overflow:hidden;
		height:0;
		-webkit-transition:height .2s;
		-ms-transition:height .2s;
		transition:height .2s*/
	}
	.nav-top ul{
		overflow:hidden
	}
}
@media only screen and (max-width:640px){
	.nav-top{
		padding-left:0
	}
	.nav-top ul{
		padding:7px 0
	}
	.nav-top li{
		width:33.33%;
		text-align:center
	}
	.nav-top li a,.nav-top-button{
		height:34px;
		padding:0 5px;
		line-height:34px;
		font-size:12px
	}
	.nav-top-button .nav-top-sendwich{
		height:40px;
		width:40px
	}
	.nav-top-button{
		padding-left:0
	}
	.nav-top-button .nav-top-sendwich span::before{
		top:-8px;
		height:3px
	}
	.nav-top-button .nav-top-sendwich span::after{
		bottom:-8px;
		height:3px
	}
	.nav-top-button .nav-top-sendwich span{
		height:3px
	}
}
@media only screen and (max-width:480px){
	.nav-top li{
		width:49.5%
	}
	.nav-top-button{
		font-size:12px
	}
	.nav-top li a{
		height:30px;
		padding:0 5px;
		line-height:30px;
		font-size:12px
	}
	.nav-top-button .nav-top-sendwich{
		width:30px
	}
	.nav-top-button .nav-top-sendwich span::before{
		top:-6px;
		height:2px
	}
	.nav-top-button .nav-top-sendwich span::after{
		bottom:-6px;
		height:2px
	}
	.nav-top-button .nav-top-sendwich span{
		height:2px;
		left:6px;
		right:6px
	}
}

.header{
	/* position:fixed; */
	position:relative;
	top:0;
	left:0;
	right:0;
	margin-right:0;
	z-index:50;
	min-width:320px;
	background:#0f0f0f;
	background:-moz-linear-gradient(top,#0f0f0f 0,#353535 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0f0f0f),color-stop(100%,#353535));
	background:-webkit-linear-gradient(top,#0f0f0f 0,#353535 100%);
	background:-o-linear-gradient(top,#0f0f0f 0,#353535 100%);
	background:-ms-linear-gradient(top,#0f0f0f 0,#353535 100%);
	background:linear-gradient(to bottom,#0f0f0f 0,#353535 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f0f0f',endColorstr='#353535',GradientType=0);
	-webkit-transition:left .2s,margin .2s;
	-o-transition:left .2s,margin .2s;
	-moz-transition:left .2s,margin .2s;
	transition:left .2s,margin .2s
}
.site-wrapper.expanded .header{
	left:270px;
	min-width:320px;
	margin-right:-280px;
	-webkit-transition:left .2s,margin .2s;
	-o-transition:left .2s,margin .2s;
	-moz-transition:left .2s,margin .2s;
	transition:left .2s,margin .2s
}
.logo{
	position:relative;
	z-index:2;
	float:left;
	margin:0 50px 0 0;
	width:200px;
	padding:60px 0 50px
}
@media(max-width:1080px) {
	.logo {
		padding: 50px 0 40px;
		width: 175px;
		margin:0 20px 0 0;
	}
}
@media(max-width:960px){
	.logo{
		padding:10px 80px;
		width:305px;
		-webkit-transition:padding .25s;
		-moz-transition:padding .25s;
		transition:padding .25s;
		float: none;
		margin: 0 auto;
	}
}
@media(min-width:961px){
	.header{
		position:relative;
		top:auto;
		left:auto;
		right:auto;
		-webkit-transition:none;
		-o-transition:none;
		-moz-transition:none;
		transition:none
	}
	.site-wrapper.expanded .header{
		left:auto;
		-webkit-transition:none;
		-o-transition:none;
		-moz-transition:none;
		transition:none
	}
}
.logo a{
	display:block
}
.navbar-collapse{
	position:relative
}
@media(min-width:961px){
	.navbar-collapse{
		height:auto!important
	}
}
.nav{
	position:relative;
	float:right;
	overflow:inherit
}
@media(min-width:961px){
	.nav{
		height:auto!important
	}
}
.nav li{
	float:left;
	text-align:left
}
@media(min-width:961px){
	.nav li{
		text-align:center
	}
}
.wrap-search{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:auto;
	min-width:320px;
	margin-right:0;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:7;
	background:#343434;
}
.site-wrapper.expanded .wrap-search{
	left:280px;
	min-width:320px;
	margin-right:-280px;
}
.wrap-search.expand{
	top:96px;
	opacity:1;
	filter:alpha(opacity=100);
}
@media(max-width:960px){
	.header+.wrap-search.expand{
		top:51px
	}
}
.responsive-menu{
	position:relative;
	z-index:3;
	background:rgba(0,0,0,.9);
	padding:63px 0 15px;
	-webkit-transition:left .2s,margin .2s;
	-moz-transition:left .2s,margin .2s;
	-o-transition:left .2s,margin .2s;
	transition:left .2s,margin .2s
}
@media only screen and (max-width:480px){
	.responsive-menu{
		padding-top:55px
	}
}
@media only screen and (max-width:640px){
	.responsive-menu{
		padding-top:55px
	}
}
@media(min-width:961px){
	.wrap-search,.responsive-menu{
		position:static;
		top:auto;
		left:auto;
		width:auto;
		min-width:auto;
		z-index:1;
		background:0;
		margin-top:0;
		padding:0;
		overflow-y:inherit;
		-webkit-overflow-scrolling:auto;
		bottom:auto;
		opacity:1;
		filter:alpha(opacity=100);
		visibility:visible;
		-webkit-transition:none;
		-moz-transition:none;
		-o-transition:none;
		transition:none
	}
	.wrap-search.expand,.responsive-menu.expand{
		opacity:1;
		filter:alpha(opacity=100);
		visibility:visible;
		-webkit-transition:none;
		-moz-transition:none;
		-o-transition:none;
		transition:none
	}
}
.nav li>a{
	display:block;
	padding:82px 0 43px;
	font-size:18px;
	line-height:26px;
	font-weight:normal;
	color:rgba(255,255,255,0.4);
	-webkit-transition:background .3s,color .3s;
	-ms-transition:background .3s,color .3s;
	transition:background .3s,color .3s
}
.nav li.open>a{
	background:rgba(255,255,255,0.07)
}
.nav li>a span{
	padding:0 27px;
	position:relative;
	display:inline-block;
	z-index:2
}
.nav li>a span:before{
	content:'';
	position:absolute;
	width:100%;
	height:5px;
	left:0;
	bottom:-5px;
	-webkit-transition:background .2s,bottom .2s;
	-ms-transition:background .2s,bottom .2s;
	transition:background .2s,bottom .2s
}
.nav li:not(.active)>a:hover span:before,.nav li.open:not(.active)>a span:before{
	bottom:-43px;
	background:#ebebeb
}
.nav li.active>a span:before{
	bottom:-43px;
	background:#f05
}
.nav li>a span.drop{
	padding-right:53px
}
.nav li>a span.drop:after{
	content:'';
	position:absolute;
	top:49.5%;
	right:27px;
	margin-top:-3px;
	border-width:6px 5px 0;
	border-style:solid;
	border-color:rgba(255,255,255,0.4) transparent transparent
}
.nav ul li:before,.nav ul li:after{
	display:table;
	content:""
}
.nav ul li:after{
	clear:both
}
.nav ul li.nav-dropdown>ul{
	display:none
}
.nav ul li.nav-dropdown>.caret{
	display:none
}
.nav ul li.nav-dropdown ul li a span{
	padding:0 10px
}
.nav li>a i {
	display:none
}
.menu-btn,.search-btn{
	position:absolute;
	display:block;
	top:0;
	z-index:3;
	width:50px;
	height:50px;
	margin:0;
	left:auto;
	right:auto
}
.menu-btn{
	margin:20px 0 0 8px;
	left:0
}
.search-btn{
	margin:20px 8px 0 0;
	right:0;
	width:50px;
	height:50px;
	font-family:'FontAwesome';
	font-size:36px;
	color:#fff;
	font-style:normal;
	font-weight:normal;
	line-height:50px;
	text-align:center;
	cursor:pointer;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s
}
@media(max-width:960px){
	.menu-btn,.search-btn{
		width:46px;
		height:46px;
		font-size:30px;
		line-height:46px;
		-webkit-transition:margin .25s,width .25s,font-size .25s;
		-moz-transition:margin .25s,width .25s,font-size .25s;
		transition:margin .25s,width .25s,font-size .25s
	}
	.menu-btn{
		margin:2px 0 0 10px
	}
	.search-btn{
		margin:2px 10px 0 0
	}
}
@media(min-width:961px){
	.menu-btn:hover,.search-btn:hover{
		color:#f05
	}
}
.search-btn:before{
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	content:"\e90b";
	filter:alpha(opacity=100);
	opacity:1;
	-webkit-transition:opacity .25s;
	-moz-transition:opacity .25s;
	transition:opacity .25s
}
.search-btn.active:before{
	filter:alpha(opacity=0);
	opacity:0;
	-webkit-transition:opacity .25s;
	-moz-transition:opacity .25s;
	transition:opacity .25s
}
.search-btn.sendwich{
	text-indent:0
}
.search-btn.sendwich span{
	filter:alpha(opacity=0);
	opacity:0;
	background:transparent;
	-webkit-transition:opacity .25s;
	-moz-transition:opacity .25s;
	transition:opacity .25s
}
.search-btn.sendwich.active span{
	filter:alpha(opacity=100);
	opacity:1;
	background:transparent;
	-webkit-transition:opacity .25s;
	-moz-transition:opacity .25s;
	transition:opacity .25s
}
.search-btn.sendwich span:before{
	top:0;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg)
}
.search-btn.sendwich span:after{
	bottom:0;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.nav .nav-categories{
	display:none
}
@media(min-width:961px){
	.menu-btn{
		display:none;
		margin:20px 0 0 15px
	}
	.search-btn{
		display:none;
		margin:20px 15px 0 0
	}
	.nav-mob-network {
		display: none;
	}
}
@media only screen and (max-width:1240px) {
	.nav li>a span{
		padding:0 19px;
	}
}
@media only screen and (max-width:1080px){
	.nav li>a{
		padding: 57px 0 43px;
		font-size:16px
	}
	.nav li>a span{
		padding:0 17px;
		position:relative;
		display:inline-block
	}
	.nav li>a span.drop{
		padding-right:40px
	}
	.nav li>a span.drop:after{
		right:20px
	}
	.nav li>a span:before{
		height:4px
	}
}
@media screen and (max-width:960px){
	.navbar-header{
		position:relative;
		z-index:301;
		border-top:2px solid #f05;
		background:#0f0f0f;
		background:-moz-linear-gradient(top,#0f0f0f 0,#353535 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0f0f0f),color-stop(100%,#353535));
		background:-webkit-linear-gradient(top,#0f0f0f 0,#353535 100%);
		background:-o-linear-gradient(top,#0f0f0f 0,#353535 100%);
		background:-ms-linear-gradient(top,#0f0f0f 0,#353535 100%);
		background:linear-gradient(to bottom,#0f0f0f 0,#353535 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f0f0f',endColorstr='#353535',GradientType=0);
		-webkit-transition:border-width .25s;
		-moz-transition:border-width .25s;
		transition:border-width .25s
	}
	.header .container{
		padding:0
	}
	.header .navbar-collapse.clearfix:before,.header .navbar-collapse.clearfix:after{
		content:none
	}
	.navbar-collapse{
		position:fixed;
		top:0;
		bottom:0;
		left:0;
		-webkit-transform:translateX(-100%);
		-moz-transform:translateX(-100%);
		-o-transform:translateX(-100%);
		transform:translateX(-100%);
		width:270px;
		min-width:280px;
		height:100%;
		max-height:100%;
		overflow:hidden;
		-webkit-overflow-scrolling:touch;
		overflow-x:visible;
		overflow-y:auto;
		padding-top:0;
		float:none;
		z-index:300;
		background:rgba(0,0,0,.9);
		-webkit-transition:transform .2s ease;
		-moz-transition:transform .2s ease;
		-o-transition:transform .2s ease;
		transition:transform .2s ease
	}
	.site-wrapper.expanded .navbar-collapse{
		-webkit-transform:translateX(0);
		-moz-transform:translateX(0);
		-o-transform:translateX(0);
		transform:translateX(0);
		min-width:270px
	}
	.nav{
		float:none;
		overflow:hidden
	}
	.nav ul,.nav ul li{
		display:block;
		width:100%;
		float:none
	}
	.nav ul li>a{
		padding:0;
		height:36px;
		line-height:36px;
		position:relative;
		padding:0 10px
	}
	.nav ul li.active>a{
		color:#fff
	}
	.nav li>a span{
		padding:0 10px
	}
	.nav li>a i {
		display:inline-block;
		padding-left:5px;
		padding-right:0;
		pointer-events: none;
	}
	.nav li>a span:before{
		display:none
	}
	.nav li>a:after,.nav li>a:before{
		content:'';
		position:absolute;
		top:0;
		height:100%;
		width:4px;
		z-index:1;
		-webkit-transition:background .2s linear,left .2s linear,right .2s linear;
		-ms-transition:background .2s linear,left .2s linear,right .2s linear;
		transition:background .2s linear,left .2s linear,right .2s linear
	}
	.nav li>a:after{
		right:0
	}
	.nav li>a:before{
		left:0
	}
	.nav li>a:hover,.nav li>a:focus{
		background:rgba(255,255,255,0.07)
	}
	.nav li:not(.active)>a:hover:after,.nav li.open:not(.active)>a:after{
		right:0;
		background:#ebebeb;
		background:0
	}
	.nav li:not(.active)>a:hover:before,.nav li.open:not(.active)>a:before{
		left:0;
		background:#ebebeb
	}
	.nav li.active>a:after{
		right:0;
		background:#f05;
		background:0
	}
	.nav li.active>a:before{
		left:0;
		background:#f05
	}
	.nav li>a span.drop{
		padding-right:20px
	}
	.nav li>a span.drop:after{
		right:0
	}
	.nav ul li.nav-dropdown{
		position:relative
	}
	.nav ul li.nav-dropdown a{
		z-index:3;
		padding:0 40px 0 10px
	}
	.nav ul li.nav-dropdown ul:before,.nav ul li.nav-dropdown ul:after{
		display:table;
		content:""
	}
	.nav ul li.nav-dropdown ul:after{
		clear:both
	}
	.nav ul li.nav-dropdown>ul{
		display:none;
		background:rgba(255,255,255,0.025)
	}
	.nav ul li.nav-dropdown.open>ul{
		position:relative;
		display:block
	}
	.nav ul li.nav-dropdown ul li{
		position:relative
	}
	.nav ul li.nav-dropdown ul li a{
		height:36px;
		line-height:36px
	}
	.nav ul li.nav-dropdown>.caret,.nav ul li.nav-dropdown ul li>.caret{
		position:absolute;
		display:block;
		z-index:2;
		top:0;
		right:0;
		width:40px;
		height:36px;
		cursor:pointer
	}
	.nav ul li.nav-dropdown>.caret:hover,.nav ul li.nav-dropdown>.caret:focus{
		background:rgba(255,255,255,0.07)
	}
	.nav ul li.nav-dropdown>.caret:before,.nav ul li.nav-dropdown ul li>.caret:before{
		position:absolute;
		display:block;
		top:15px;
		right:15px;
		content:"";
		width:0;
		height:0;
		border-style:solid;
		border-color:#999 transparent transparent;
		border-width:6px 5px 0
	}
	.nav ul li.nav-dropdown.open>.caret:before,.nav ul li.nav-dropdown ul li.nav-dropdown.open>.caret:before{
		border-style:solid;
		border-color:transparent transparent #999;
		border-width:0 5px 6px
	}
	.nav ul li.nav-dropdown ul li a{
		padding:0 10px 0 20px
	}
	.nav ul li.nav-dropdown ul li a{
		padding:0 10px 0 20px
	}
	.nav ul li.nav-dropdown ul li a span{
		padding:0 10px;
		pointer-events: none;
	}
	.nav .nav-categories{
		display:block;
		border-top:1px solid #303030;
		margin-top:20px;
		padding-top:20px
	}
	.nav .nav-categories li a{
		position:relative;
		padding-right:60px
	}
	.nav .nav-categories li a em{
		position:absolute;
		display:block;
		top:8px;
		right:10px;
		background-color:#f05;
		border-radius:6px;
		padding:3px 6px;
		font-size:14px;
		line-height:1em;
		color:#fff;
		font-style:normal;
		font-weight:normal
	}
}
.categories-menu{
	padding:35px 30px 30px;
	background:rgba(0,0,0,0.9);
	border-radius:0 0 4px 4px
}

.control-catecories{
	overflow:hidden
}
.control-catecories .btn_more-ctgs{
	float:right;
	padding:0 30px;
	font-size:16px;
	line-height:52px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	background:#f05;
	border-radius:4px;
	-webkit-transition:background .2s linear;
	-ms-transition:background .2s linear;
	transition:background .2s linear
}
.control-catecories .btn_more-ctgs:hover{
	background:#bd003f
}
.control-catecories .count-ctgs{
	float:left;
	font-size:18px;
	line-height:52px;
	color:#989898;
	white-space:nowrap
}
@media only screen and (max-width:960px){
	.categories-menu{
		position:static;
		padding:20px 15px
	}
}
@media only screen and (max-width:768px){
	.categories-menu{
		padding:20px 10px
	}
	.control-catecories .btn_more-ctgs{
		font-size:14px;
		line-height:44px;
		padding:0 20px
	}
	.control-catecories .count-ctgs{
		font-size:16px;
		line-height:44px
	}
}
@media only screen and (max-width:480px){
	.control-catecories .btn_more-ctgs{
		float:none;
		clear:both;
		display:block;
		width:100%;
		padding:0 10px;
		font-size:12px;
		line-height:36px;
		text-align:center
	}
}
.search{
	position:relative;
	overflow:hidden;
	padding-bottom:20px
}
.search input{
	width:100%;
	height:54px;
	padding:0 70px 0 23px;
	background-color:#fff;
	font-size:16px;
	color:#848486;
	border:0;
	border-radius:0 0 6px 6px
}
.search input:-webkit-autofill{
	-webkit-box-shadow:0 0 0 1000px #fff6cc inset
}
.search input::-webkit-input-placeholder,
.search input:focus::-webkit-input-placeholder{
	color:#999
}
.search input::-moz-placeholder,
.search input:focus::-moz-placeholder{
	color:#999
}
.search input:-moz-placeholder,
.search input:focus:-moz-placeholder{
	color:#999
}
.search input:-ms-input-placeholder,
.search input:focus:-ms-input-placeholder{
	color:#999
}
.search input:focus{
	background:#fff6cc
}
@media screen and (max-width:640px){
	.search input::-webkit-input-placeholder,
	.search input:focus::-webkit-input-placeholder{
		line-height:20px;
	}
	.search input::-moz-placeholder,
	.search input:focus::-moz-placeholder{
		line-height:20px;
	}
	.search input:-moz-placeholder,
	.search input:focus:-moz-placeholder{
		line-height:20px;
	}
	.search input:-ms-input-placeholder,
	.search input:focus:-ms-input-placeholder{
		line-height:20px;
	}
}
body.autocomplete-results .search input {
	border-radius:6px 6px 0 0;
}
.search button{
	position:absolute;
	top:1px;
	right:1px;
	border:0;
	height:52px;
	cursor:pointer;
	background:transparent;
	padding:17px 25px
}
.search button span{
	display:block;
	width:20px;
	height:20px;
	font-size:20px;
	line-height:20px;
	color:#b3b3b3;
	text-align:center;
	-webkit-transition:transform 3.2s linear;
	-ms-transition:transform 3.2s linear;
	transition:transform 3.2s linear;
	-ms-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
.search button span i{
	line-height:inherit
}
@media screen and (max-width:960px){
	.search{
		padding-top:10px;
		padding-bottom:10px
	}
	.search input{
		height:46px;
		padding:0 60px 0 20px;
		font-size:16px;
		border-radius:6px
	}
	.search button{
		margin-top:10px;
		height:44px;
		padding:5px 20px
	}
}
@media screen and (max-width:640px){
	.search{
		padding-top:10px;
		padding-bottom:10px
	}
	.search input{
		border-radius:6px
	}
	.search button{
		margin-top:10px
	}
}
@media screen and (max-width:480px){
	.search input{
		height:36px;
		padding:0 60px 0 20px;
		font-size:16px;
		border-radius:6px
	}
	.search button{
		height:34px;
		padding:4px 10px
	}
	.search button span{
		width:16px;
		height:16px;
		font-size:16px;
		line-height:16px
	}
}
.expand .search input:focus,
.expand .search input{
	background:#fff;
	font-size:1rem;
	line-height:1rem;
}
.wrap-heading{
	margin-bottom:15px
}
.wrap-heading:before,.wrap-heading:after{
	content:" ";
	display:table
}
.wrap-heading:after{
	clear:both
}
.wrap-title{
	float:left;
	max-width:75%
}
.profile-specifics .wrap-title{
	max-width:95%
}
.wrap-title.title-oneline{
	float:none
}
.title,.title a{
	display:inline-block;
	margin-right:10px;
	font-size:32px;
	line-height:45px;
	font-weight: 400;
	color:#666;
	-webkit-transition:color .3s linear;
	-ms-transition:color .3s linear;
	transition:color .3s linear
}
.wrap-heading.center {
	text-align: center;
	justify-content: center;
}
.wrap-heading.center .title,
.wrap-heading.center .title a {
	margin: 0;
}
.ibold .title{
	font-weight:bold
}
.categories-menu .title,.categories-menu .title a{
	color:#cecece
}
.wrap-title.title-oneline .title{
	max-width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.title a{
	color:#f05
}
.title a:hover{
	color:#b5003c
}
.edit-link{
	float:right;
	color:#999;
	font-size:16px;
	line-height:45px;
	cursor:pointer
}
.edit-link>*{
	display:inline-block;
	vertical-align:middle
}
.edit-link i{
	margin-right:15px
}
@media only screen and (max-width:960px){
	.title,.title a{
		font-size:28px;
		line-height:40px
	}
	.title.hide960{
		display:none
	}
	.edit-link{
		line-height:40px
	}
}
@media only screen and (max-width:768px){
	.wrap-heading{
		margin-bottom:10px
	}
	.title,.title a{
		font-size:24px;
		line-height:38px
	}
	.edit-link{
		font-size:14px;
		line-height:38px;
		float:none;
		margin-bottom:10px
	}
}
@media only screen and (max-width:640px){
	.wrap-video-block .wrap-heading{
		margin-bottom:0
	}
	.wrap-title{
		float:none;
		max-width:none
	}
	.title,.title a{
		font-size:20px;
		line-height:34px
	}
	.edit-link{
		line-height:34px
	}
	.wrap-heading.one-row .wrap-title{
		float:left
	}
	.wrap-heading.one-row .filters{
		float:right;
		width:auto
	}
}
@media only screen and (max-width:480px){
	.title,.title a{
		font-size:16px;
		line-height:18px
	}
	.edit-link{
		font-size:12px;
		line-height:26px
	}
	.wrap-heading.one-row .wrap-title{
		margin:9px 3px 0 0
	}
	.wrap-heading.one-row .filters{
		min-width:130px
	}
}
.filters-holder {
	float:right;
}
.filters-holder .subscribe {
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: top;
	min-width: 205px;
}
.filters-holder .filters {
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
.filters{
	position:relative;
	float:right;
	margin-bottom:5px;
	line-height:42px;
	min-width:150px
}
.filter-choice{
	position:relative;
	width:186px;
	background:#666;
	height:42px;
	font-size:16px;
	line-height:42px;
	color:#fff;
	padding:0 32px;
	cursor:pointer;
	border-radius:4px;
	text-align: center;
}
.filter-choice i {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translate(0, -50%);
}
.open>.filter-choice{
	border-radius:4px 4px 0 0;
}
.filter-choice:after{
	content:'';
	position:absolute;
	width:0;
	height:0;
	top:49.5%;
	right:20px;
	margin-top:-3px;
	border-style:solid;
	border-color:#fff transparent transparent;
	border-width:6px 5px 0;
}
.open>.filter-choice:after {
	border-color: transparent transparent #fff;
	border-width: 0px 5px 6px;
}
.filter-menu{
	overflow:hidden;
	width:100%;
	border-radius:0 0 4px 4px;
	box-shadow:none;
	background-color:#313131;
	text-align: center;
}
.filter-menu li a{
	position:relative;
	display:block;
	color:#999;
	font-size:16px;
	line-height:22px;
	color:#fff;
	padding:10px 32px 10px 20px;
	/* border-top:1px solid rgba(255,255,255,0.2); */
	border-top: 1px solid #5a5a5a;
	max-width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.filter-menu li.choice{
	display:none
}
.filter-menu li:first-child a{
	border:0
}
.filter-menu>li:hover>a{
	background:#c20f4b;
	border-color:#ed0452;
}
.filter-menu li:hover+li a{
	border-color:#c20f4b;
}
@media only screen and (max-width:768px){
	.filters{
		padding-top:5px
	}
	.filter-choice{
		width:100%;
		height:36px;
		padding:0 20px;
		font-size:14px;
		line-height:36px
	}
	.filter-choice i {
		left: 6px;
	}
	.filter-choice:after{
		right:6px;
	}
	.filter-menu li a{
		font-size:12px;
		line-height:20px;
		color:#fff;
		padding:8px 20px 8px 10px
	}
}
@media only screen and (max-width:640px){
	.filters{
		float:none;
		margin:0;
		order:2;
	}
	.wrap-heading{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
	}
	.wrap-heading:before,
	.wrap-heading:after{
		display:none;
	}
	.wrap-title{
		order:1;
	}
	.wrap-heading .button-more{
		order:2;
	}
}
@media only screen and (max-width:480px){
	.filter-choice{
		width:100%;
		height:36px;
		padding:0 20px 0 10px;
		font-size:14px;
		line-height:36px
	}
	.filter-choice:after{
		right:12px
	}
	.filter-menu li a{
		font-size:14px;
		line-height:20px;
		color:#fff;
		padding:8px 20px 8px 10px
	}
}
.sidebar{
	float:left;
	width:300px;
	border:1px solid #d0d0d0;
	margin-bottom:20px
}
.box-sidebar{
	padding:0 10px;
	margin-bottom:10px
}
.wrap-list-sidebar .item{
	background:#fff;
	overflow:hidden;
	display:table;
	width:100%;
	font-size:14px;
	border:1px solid #d0d0d0;
	margin-top:-1px;
	padding:1px;
	text-transform:uppercase;
	color:
}
.sidebar-profile{
	width:264px
}
.sidebar-profile.model{
	float:left;
	margin-right:30px
}
.sidebar-profile.mem-profile{
	float:right;
	margin-left:30px
}
.sidebar-profile .avatar{
	position:relative;
	margin-bottom:20px;
	border-radius:6px;
	overflow:hidden
}
.sidebar-profile .avatar img{
	width:100%
}
.sidebar-profile .controll{
	border-radius:6px;
	overflow:hidden;
	margin-bottom:30px
}
.sidebar-profile .controll .btn{
	border-radius:0;
	width:100%
}
.sidebar-profile .controll .btn+.btn{
	margin-top:1px
}
.sidebar-profile .controll .btn:hover{
	background:#f05
}
@media only screen and (max-width:960px){
	.sidebar-profile{
		width:220px
	}
}
@media only screen and (max-width:640px){
	.sidebar-profile.model,.sidebar-profile.mem-profile{
		float:none;
		margin:0 auto 15px;
		width:80%
	}
	.sidebar-profile .avatar{
		width:264px;
		margin:0 auto 20px
	}
	.sidebar-profile .controll .btn+.btn{
		margin-top:3px
	}
}
@media only screen and (max-width:480px){
	.sidebar-profile.model,.sidebar-profile.mem-profile{
		width:100%
	}
}
.sidebar-profile .avatar{
	width:100%
}
.member-menu-links .link{
	margin-top:1px
}
.member-menu-links .link a{
	display:table;
	background:#fff;
	width:100%;
	-webkit-transition:background .3s linear;
	-ms-transition:background .3s linear;
	transition:background .3s linear
}
.member-menu-links .link a>span{
	display:table-cell;
	height:52px;
	font-size:16px;
	line-height:52px;
	color:#333;
	padding:0 15px;
	-webkit-transition:color .3s linear;
	-ms-transition:color .3s linear;
	transition:color .3s linear
}
.member-menu-links .link a>span.count{
	padding-left:0;
	width:1px;
	color:#9b9b9b
}
.member-menu-links .link a:hover,.member-menu-links .link.active a{
	background:#f05
}
.member-menu-links .link a:hover>span,.member-menu-links .link.active a>span{
	color:#fff
}
@media only screen and (max-width:960px){
	.member-menu-links .link a>span{
		height:46px;
		font-size:14px;
		line-height:46px
	}
}
@media only screen and (max-width:640px){
	.member-menu-links .link a>span{
		height:42px;
		font-size:14px;
		line-height:42px
	}
}
@media only screen and (max-width:480px){
	.member-menu-links .link a>span{
		height:38px;
		font-size:12px;
		line-height:38px
	}
}
.wrap-thumbs{
	margin: 10px 0 20px 0;
	min-width:320px;
	-webkit-transition:min-width .2s;
	-moz-transition:min-width .2s;
	-o-transition:min-width .2s;
	transition:min-width .2s
}
.wrap-thumbs .container{
	overflow:hidden
}
.thumbs{
	font-size:0;
	margin-left:-9px;
	margin-right:-9px;
	/* text-align:center; */
	overflow:hidden
}
.thumb{
	width:20%;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	padding:0 9px;
	margin-bottom:18px
}
.thumb-favorite .thumb,.thumb-small .thumb{
	width:25%
}
.thumbs.models .thumb{
	width:16.66%
}
.thumb-content{
	overflow:hidden;
	border-radius:6px
}
.thumb .thumb-holder{
	display:block;
	position:relative
}
.thumb .preview .name{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	font-size:14px;
	line-height:16px;
	background:rgba(0,0,0,0.6);
	z-index:1;
	text-align:center;
	padding:6px 2px;
	color:#fff
}
.thumb .preview{
	display:block;
	position:relative;
	overflow:hidden;
	background-color:#fff
}
.thumbs.videos .thumb .preview,.thumbs.categories .thumb .preview{
	padding-bottom:56.25%
}
.thumbs.models .thumb .preview{
	padding-bottom:133%
}
.thumbs.channels .thumb .preview{
	padding-bottom:56%
}
.thumbs.channels .thumb-info .info-channel{
	font-size:12px
}
.thumbs.channels .thumb-info .info-channel .channel-count{
	float:right;
	margin:0 0 0 5px;
	color:#f05;
	font-size: 14px;
	line-height: 18px;
}
.thumbs.channels .thumb-info .info-channel .channel-count i {
	display: inline-block;
	vertical-align: middle;
	margin: -1px 0 0 0;
	font-size: 15px;
}
.thumbs.channels .thumb-info .info-channel .channel-count span{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.thumbs.channels .thumb-info .info-channel .channel-name{
	font-size:16px;
	line-height:18px;
	display:block;
	overflow:hidden;
	max-width:100%;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#000
}
.thumb img{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	border-radius: 6px 6px 0 0;
}
.thumb video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px 6px 0 0;
	object-fit: fill;
}
form .thumb .preview .add-favorite{
	display:block
}
.thumb .preview .add-favorite{
	padding:0;
	display:none;
	position:absolute;
	padding:2px;
	top:5px;
	right:5px;
	color:#ffb31a;
	font-size:24px;
	height:34px;
	z-index:5;
	transition:top .2s linear,padding .2s linear,font .2s linear;
	-webkit-transition:top .2s linear,padding .2s linear,font .2s linear;
	-moz-transition:top .2s linear,padding .2s linear,font .2s linear;
	-o-transition:top .2s linear,padding .2s linear,font .2s linear
}
.thumb .preview .add-favorite .fcustominp{
	margin-right:0
}
.thumb .thumb-holder .preview .add-favorite.nottop,
.no-touch .thumb .thumb-holder:hover .preview .add-favorite{
	top:8px
}
.no-touch .thumb .thumb-holder:hover .preview .add-favorite{
	display:block
}
.thumb .thumb-holder .preview .add-favorite.active{
	display: none;
}
.thumb .preview .duration{
	position:absolute;
	bottom:2px;
	right:2px;
	display:block;
	font-size:11px;
	color:#fff;
	line-height:16px;
	z-index:5;
	background:#282b32;
	padding:0 3px;
	border-radius:2px;
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	-khtml-opacity:.6;
	opacity: .8;
	font-weight: 700;
}
.thumb .preview .duration span{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
.thumb .preview .duration i{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin: 0 4px 0 0;
}
.thumb .preview .screenshots-list{
	position:absolute;
	bottom:-10px;
	left:0;
	width:100%;
	height:100%;
	display:table;
	z-index:2;
	-webkit-transition:bottom .2s linear;
	-ms-transition:bottom .2s linear;
	transition:bottom .2s linear
}
.no-touch .thumb:hover .preview .screenshots-list{
	bottom:0
}
.thumb .preview .screenshots-list li{
	display:table-cell;
	height:300px;
	position:relative
}
.thumb .preview .screenshots-list li:after{
	content:'';
	position:absolute;
	bottom:2px;
	left:4%;
	height:5px;
	width:92%;
	background:#ff1a53
}
.no-touch .thumb .preview .screenshots-list li:hover:after{
	background:#fff
}
.thumb-info{
	position:relative;
	display:block;
	padding:12px 20px;
	background:#fff
}
.thumb-info .info-top{
	display:block;
	overflow:hidden;
	margin-bottom:12px;
	height:38px
}
.thumb-info .wrap-name{
	display:block;
	font-size:15px;
	/* color:#000; */
	color: #666;
	line-height:19px;
	overflow:hidden;
	-webkit-transition:color .2s linear;
	-ms-transition:color .2s linear;
	transition:color .2s linear
}
.no-touch .thumb .thumb-holder:hover .thumb-info .wrap-name{
	position:absolute;
	top: 12px;
	left:20px;
	right:20px;
	bottom: 10px;
	background:#fff;
	z-index:5;
}
.thumb-info .name{
	overflow:hidden;
	display:block;
	height:38px
}
.no-touch .thumb .thumb-holder:hover .thumb-info .name{
	height:40px
}
.thumb-info .name span{
	float:right;
	width:100%;
	margin-left:-5px
}
.thumb-info .name:before{
	content:"";
	float:left;
	width:5px;
	height:38px
}
.thumb-info .name:after{
	content:"...";
	color:#1c1c22;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	float:right;
	position:relative;
	top:-20px;
	left:100%;
	width:20px;
	margin-left:-18px;
	text-align:center;
	-webkit-transition:color .3s linear;
	-ms-transition:color .3s linear;
	transition:color .3s linear;
	background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%);
	background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%);
	background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1)
}
.no-touch .thumb .thumb-holder:hover .thumb-info .name:after{
	display:none
}
.cirle-rating{
	width:30px;
	height:30px;
	margin:0 0 0 10px;
	display:block;
	float:right;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	position:relative;
	z-index:1
}
.cirle-rating:before{
	position:absolute;
	top:0;
	left:0;
	content:'';
	width:100%;
	height:100%;
	background-color:#fff;
	-webkit-border-radius:49.5%;
	-moz-border-radius:49.5%;
	border-radius:49.5%;
	display:block;
	border:4px solid transparent;
	-moz-background-clip:content-box;
	background-clip:content-box
}
.cirle-rating__label{
	font-size:12px;
	font-weight:700;
	color:#ffb31a;
	line-height:30px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	text-align:center;
	z-index:1
}
.thumb-info .info-bottom{
	display:block;
	color:#999;
	overflow:hidden;
	font-size:14px;
	line-height:16px;
	height:16px
}
.thumb-info .added{
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	max-width:100%;
	overflow:hidden
}
.thumb-info .views{
	float:right;
	margin-left:4px
}
.thumb-info .views i,.thumb-info .views span{
	height:16px;
	display:inline-block;
	vertical-align:top
}
.thumb-info .views i{
	font-size:14px;
	line-height:16px;
	margin-right:3px
}
.thumb-info .info-ctgs{
	/* display:block;
	color:#999;
	overflow:hidden;
	font-size:14px;
	line-height:19px;
	height:19px */

	font-size: 12px;
}
.thumb-info .name-ctg{
	/* font-size:18px;
	color:#333;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	max-width:100%;
	overflow:hidden */

	font-size: 16px;
	line-height: 18px;
	display: block;
	overflow: hidden;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000;
}
.no-touch .thumb .thumb-holder:hover .thumb-info .list-categories{
	display:block
}
.thumb-info .list-categories{
	display:none;
	position:absolute;
	bottom: 12px;
	z-index:10;
	height:22px;
	overflow:hidden;
}
.thumb-info .list-categories .item{
	margin:0 3px 0 0;
	padding:0 10px;
	color:#999;
	border:1px solid #b3b3b3;
	border-radius:4px;
	font-size:14px;
	line-height:20px;
	display:inline-block;
	vertical-align:top
}
.thumb-info .list-categories span.item{
	cursor:default
}
.no-touch .thumb-info .list-categories .item:hover{
	border-color:#f05;
	color:#f05
}
.thumb-info .amount-vids{
	/* float:right;
	margin-left:4px */

	float: right;
	margin: 0 0 0 5px;
	color: #f05;
	font-size: 14px;
	line-height: 18px;
}
.thumb-info .amount-vids span{
	/* height:19px;
	display:inline-block;
	vertical-align:top */

	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.thumb-info .amount-vids i{
	/* font-size:14px;
	line-height:21px;
	margin-right:3px */

	display: inline-block;
	vertical-align: middle;
	margin: -1px 0 0 0;
	font-size: 15px;
}
.thumb-info .info-models .name-model{
	display:block;
	font-size:18px;
	line-height:22px;
	color:#333;
	white-space:nowrap;
	text-overflow:ellipsis;
	max-width:100%;
	overflow:hidden
}
.thumb-info .info-models .rating{
	margin-top:7px;
	display:block;
	width:90px;
	height:18px;
	background-image:url(../imgages/stars-2x.png);
	background-size: 50%;
	background-size: 18px;
}
.thumb-info .info-models .rating .fill{
	display:block;
	width:0;
	height:100%;
	background-image:url(../imgages/stars-2x.png);
	background-size: 50%;
	background-size: 18px;
	background-position: 0 -18px;
}

.mobile-bottom-info {
	font-size: 13px;
	padding: 0 1px;
	color: #888;
	height: 16px;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 8px 0 0 0;
}
.mobile-bottom-info .item {
	display: inline-flex;
	align-items: center;
}
.mobile-bottom-info .item:first-child {
	margin: 0 9px 0 0;
}
.mobile-bottom-info .item:nth-child(2) {
	margin: 0 0 0 auto;
}
.mobile-bottom-info .item:last-child {
	margin: 0 0 0 9px;
}
.mobile-bottom-info .item span {
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;
}
.mobile-bottom-info .item i {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px 1px 0;
}
.mobile-bottom-info .item .icon-eye2 {
	font-size: 15px;
}
.mobile-bottom-info .item .icon-fa-newest {
	margin: 0 3px 1px 0;
}
.mobile-bottom-info .item-link {
	color: #f50756;
}
.mobile-thumbs .thumb .preview .duration {
	background: rgba(40, 43, 50, 0.8);
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	bottom: 8px;
	right: 8px;
	padding: 2px 8px;
	font-weight: 400;
}
.mobile-thumbs .thumb-info .wrap-name {
	font-size: 15px;
}
.mobile-thumbs .thumb-content {
	border-radius: 0;
}
.mobile-thumbs .thumb img {
	border-radius: 0;
}
.mobile-thumbs .thumb video {
	border-radius: 0;
}
.mobile-thumbs .thumb-info {
	padding: 8px 10px;
}
.mobile-thumbs .thumb-info .info-top {
	margin: 0;
}

@media screen and (max-width:1240px){
	.thumb{
		width:25%
	}
	.thumb-favorite .thumb,.thumb-small .thumb{
		width:33.33%
	}
	.thumbs.models .thumb{
		width:20%
	}
}
@media screen and (max-width:1080px){
	.thumbs.models .thumb{
		width:25%
	}
}
@media only screen and (max-width:960px){
	.thumbs{
		margin-left: -5px;
		margin-right: -5px;
	}
	.thumb{
		width:33.3%;
		padding:0 5px;
		margin-bottom:10px;
	}
	.thumb-content {
		border-radius: 0;
	}
	.thumb img{
		border-radius: 0;
	}
	.thumb video {
		border-radius: 0;
	}
	.thumb-info{
		padding:10px 15px;
	}
	.thumb-info .list-categories {
		bottom: 10px;
	}
	.no-touch .thumb .thumb-holder:hover .thumb-info .wrap-name{
		top:10px;
		bottom:10px;
		left:15px;
		right:15px
	}

	.mobile-thumbs .thumb {
		width: 50%;
	}
}
@media only screen and (max-width:840px){
	.thumb-favorite .thumb{
		width:49.5%
	}
}
@media only screen and (max-width:768px){
	.thumbs.models .thumb{
		width:33.33%
	}
	.thumb-info .info-models .name-model{
		font-size:16px
	}
}
@media only screen and (max-width:640px){
	.thumb{
		width:49.5%;
		padding:0 3px;
		margin-bottom: 6px;
	}
	.thumb-small .thumb{
		width:49.5%;
	}
}
@media only screen and (max-width:480px){
	.thumbs.models .thumb{
		width:49.5%
	}
	.wrap-thumbs{
		padding-bottom:15px
	}
	.thumbs{
		margin-left:-5px;
		margin-right:-5px
	}
	.thumb .preview .duration{
		right:2px;
		bottom:2px;
		font-size:11px
	}
	.thumb .preview .add-favorite{
		right:5px;
		font-size:18px
	}
	.thumb .thumb-holder .preview .add-favorite.nottop,
	.no-touch .thumb .thumb-holder:hover .preview .add-favorite{
		display:none
	}
	.thumb-info{
		padding:5px 7px
	}
	.thumb-info .wrap-name{
		line-height:17px;
	}
	.thumb-info .info-top,
	.thumb-info .name{
		height:34px;
	}
	.no-touch .thumb .thumb-holder:hover .thumb-info .wrap-name{
		left:7px;
		right:7px;
		top:5px;
		bottom:5px;
	}
	.thumb-info .info-top{
		margin-bottom:0
	}
	.thumb-info .wrap-name{
		font-size:13px
	}
	.thumb-info .info-bottom{
		display:none
	}
	.thumb-info .views i{
		font-size:12px;
		line-height:18px;
		margin-right:0
	}
	.thumb-info .info-ctgs{
		font-size:12px
	}
	.thumb-info .name-ctg{
		font-size:16px
	}
	/* .thumb-info .amount-vids i{
		font-size:8px;
		line-height:19px;
		margin-right:0
	} */
	.thumb-info .info-models .name-model{
		font-size:14px
	}
	.thumb-info .list-categories{
		display:none!important
	}
	.thumb-info .cirle-rating{
		margin:0 0 8px 5px;
		position:absolute;
		left:0;
		bottom:100%
	}
	.thumb-info .cirle-rating:before{
		border-width:2px;
		background-color:rgba(255,255,255,0.8)
	}

	.mobile-thumbs .thumb {
		padding: 0;
		width: 100%;
	}
	.mobile-thumbs .thumb-info .info-top,
	.mobile-thumbs .thumb-info .name{
		height:auto;
		max-height: 34px;
	}
	.mobile-thumbs .thumb-info .name:before,
	.mobile-thumbs .thumb-info .name:after {
		display: none;
	}

}
.wrap-form-search{
	padding:30px 0 10px
}
.form-search-model .fs-select-group-inner .fsearch-az{
	float:right;
	margin-left:10px;
	width:140px
}
.form-search{
	position:relative
}
.form-search .fs-select-group-inner>div{
	float:right;
	margin-left:10px
}
.form-search .fs-select-group-inner .fsearch-ageto,.form-search .fs-select-group-inner .fsearch-agefrom,.form-search .fs-select-group-inner .fsearch-az{
	width:140px
}
.form-search .fs-select-group-inner .fsearch-members{
	width:170px
}
@media only screen and (max-width:640px) {
	.form-search-model .fs-select-group-inner .fsearch-az {
		width: 60px;
		margin-left: 5px;
	}
}
.fsearch-checkeds{
	position:absolute;
	right:0;
	bottom:-60px;
	overflow:hidden;
	 z-index:9;
}
.fsearch-checkeds>div{
	float:left;
	margin-left:30px
}
@media only screen and (max-width:960px){
	.form-search{
		padding-top:56px
	}
	.form-search .fsearch-name{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.form-search .fs-select-group{
		margin:-5px
	}
	.form-search .fs-select-group-inner{
		display:table;
		width:100%
	}
	.form-search .fs-select-group-inner>div{
		float:none;
		display:table-cell;
		margin-left:0;
		padding:3px;
	}
	.fsearch-checkeds{
		bottom:-53px
	}
}
@media only screen and (max-width:768px){
	.fsearch-checkeds{
		position:static;
		width:100%;
	}
	.fsearch-checkeds>div{
		margin: 3px 20px 3px 0;
	}
}
@media only screen and (max-width:640px){
	.wrap-form-search{
		padding:10px 0 0;
		margin:0 0 5px 0
	}
	.form-search .fs-select-group-inner{
		display:block
	}
	.form-search .fs-select-group-inner .fsearch-az,.form-search .fs-select-group-inner>div{
		display:block;
		float:left;
		width:100%
	}
	.form-search .fs-select-group-inner .fsearch-members,.form-search .fs-select-group-inner>.fsearch-agefrom,.form-search .fs-select-group-inner>.fsearch-ageto{
		width:33.333%;
		clear:right
	}
	.form-search .fs-select-group-inner>.fsearch-show{
		float:right;
		width:50%
	}
	.form-search .fsearch-name{
		width:50%;
		top: 3px;
		left: -2px;
	}
	.form-search{
		padding-top:5px
	}
	.form-search .form-row .holder{
		padding-bottom:0
	}
}
.pagination{
	text-align:center;
	overflow:hidden;
	margin:10px 0;
}
.pagination a,.pagination .block_content>span{
	display:inline-block;
	vertical-align:top;
	margin:0 0 5px;
	padding:0 15px;
	height:55px;
	line-height:53px;
	color:#313131;
	font-size:18px;
	border-radius:4px;
	cursor: pointer;

	border: 1px solid #313131;
	padding: 0 20px;
	min-width: 70px;

}
.pagination .block_content>span{
	cursor:default;
	border: none;
	min-width: auto !important;
}
.pagination .last{
	/* float:right; */
}
.pagination .first{
	/* float:left */
}
.pagination .block_content{
	overflow:hidden;
	text-align:center
}
.pagination a.active,.pagination a.active:hover{
	color:#fff;
	background:#f05;
	border-color: #f05;
	pointer-events: none;
}
.pagination a:hover{
	background: #313131;
	color: #fff;
}
.pagination i,.pagination a span{
	display:inline-block;
	vertical-align:top;
	height:53px;
	line-height:53px
}
.pagination i{
	font-size:15px;
}
.pagination a.last span{
	margin-right:16px
}
.pagination a.first span{
	margin-left:16px
}
.pagination .disabled{
	visibility:hidden
}
@media only screen and (max-width:768px){
	.pagination a,.pagination .block_content>span{
		height:45px;
		line-height:43px;
		font-size:16px;
		padding:0 10px;
		min-width: 50px;
	}
	.pagination a.last span{
		margin-right:10px;
	}
	.pagination a.first span{
		margin-left:10px;
	}
	.pagination i,.pagination a span{
		height:43px;
		line-height:43px;
	}
	.pagination i{
		font-size:13px;
	}
}
@media only screen and (max-width:640px){
	.pagination a,.pagination .block_content>span{
		height:40px;
		line-height:38px;
		font-size:14px;
		padding:0 7px;
	}
	.pagination a.active,.pagination a.active:hover{
		margin:0 3px 3px;
		padding:0 15px;
	}
	.pagination i,.pagination a span{
		height:38px;
		line-height:38px;
	}
	.pagination .block_content{
		float:none
	}
	.pagination .first{
		display:block
	}
	.pagination .block_content a,.pagination .block_content>span{
		display:none
	}
	.pagination .block_content .first,
	.pagination .block_content .last {
		display: inline-block;
	}
	.pagination a.active{
		display:inline-block;
		float:none
	}
	.pagination a.last span{
		margin-right:7px;
	}
	.pagination a.first span{
		margin-left:7px;
	}
	.pagination i{
		font-size:12px;
	}
}
.spots-bottom{
	background:#262626;
	padding:60px 0;
	font-size:0;
	text-align:center
}
.spots-bottom .container{
	overflow:hidden
}
.spots-bottom .spots-bottom-inner{
	overflow:hidden;
	height:250px;
	margin:0 -15px
}
.spots-bottom .spot{
	display:inline-block;
	padding:0 15px;
	margin-bottom:10px
}
.spots-bottom .spot-content{
	height:250px;
	width:300px;
	overflow:hidden;
	border-radius:6px
}
@media only screen and (max-width:960px){
	.spots-bottom{
		padding:40px 0
	}
}
@media only screen and (max-width:640px){
	.spots-bottom{
		padding:25px 0
	}
}
.spots-bottom .spots-title{
	color:#fff
}
.spots-bottom .title {
	color: #fff;
}
.rsidebar-spots-holder{
	float:right;
	overflow:hidden;
	font-size:0;
	margin:44px 0 0 30px
}
.rsidebar-spots{
	padding:30px;
	background:#fff;
	border-radius:6px
}
.rsidebar-spots .spot{
	margin-top:30px
}
.rsidebar-spots .spot.secret{
	display:none
}
.rsidebar-spots .spot:first-child{
	margin-top:0
}
.rsidebar-spots .spot-content{
	height:250px;
	width:300px;
	overflow:hidden
}
@media only screen and (max-width:1240px){
	.rsidebar-spots .spot.secret{
		display:block
	}
	.rsidebar-spots-holder{
		margin:44px 0 0 15px
	}
	.rsidebar-spots{
		padding:30px 10px
	}
}
@media only screen and (max-width:960px){
	.rsidebar-spots-holder{
		display:none
	}
}
.tags{
	font-size:0;
	margin-left:-5px;
	margin-right:-5px
}
.tags .tag-col{
	width:25%;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	padding:0 5px
}
.tags .tags-letter{
	font-size:22px;
	text-transform:uppercase
}
.tags .tags-letter,.tags .tag,.tags a{
	height:30px;
	line-height:30px;
	color:#404040
}
.tags a{
	display:block;
	overflow:hidden;
	position:relative
}
.tags a{
	font-size:15px;
	max-width:100%
}
.tags .tag a .count,.tags .tag a .name-tag{
	float:left;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	display:inline-block;
	-webkit-transition:color .2s linear;
	-ms-transition:color .2s linear;
	transition:color .2s linear
}
.tags .tag a .count{
	font-size:12px;
	max-width:25%
}
.tags .tag a .name-tag{
	font-size:15px;
	max-width:75%;
	padding-right:3px
}
.tags .tag a:hover .name-tag,.tags .tag a:hover .count{
	color:#e20055
}
@media only screen and (max-width:1000px){
	.tags .tag-col{
		width:49.5%
	}
}
@media only screen and (max-width:440px){
	.tags .tag-col{
		width:100%
	}
}
.wrap-fav-delete{
	width:100%;
	overflow:hidden
}
.fav-check,.entry-check,.message-check{
	display:none
}
.fav-choise,.entry-choise,.message-choise{
	position:absolute;
	top:5px;
	right:5px;
	display:block;
	width:20px;
	height:20px;
	background:#e9e9eb;
	border:1px solid #a5a4a7;
	cursor:pointer;
	z-index:7
}
.fav-choise{
	left:49.5%;
	top:1px;
	margin-left:-10px
}
input.message-check:checked+.message-choise,input.entry-check:checked+.entry-choise,input.fav-check:checked+.fav-choise{
	border:0;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjBGNkIxQkE3MThFMTFFNUI5RDk5NDBFNzA4RTZDRjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjBGNkIxQkI3MThFMTFFNUI5RDk5NDBFNzA4RTZDRjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMEY2QjFCODcxOEUxMUU1QjlEOTk0MEU3MDhFNkNGMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMEY2QjFCOTcxOEUxMUU1QjlEOTk0MEU3MDhFNkNGMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm7X4kAAAABXSURBVHjaYvzHw/OMgYqAiYHKYNTA4WQg4+fPklQzEGTYf17e51QxEJ9hOA3E5R1ChuE0EKQJ3VBiDMPrZWRDiTWMYBjCDCXWMKIihRTDRrPeIDUQIMAAMfcqJPMaHkwAAAAASUVORK5CYII=) no-repeat 0 0
}
.avatar-box{
	display:block;
	width:100px;
	height:100px;
	position:relative;
	overflow:hidden;
	background:#e6e6e6
}
.is-online{
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	width:8px;
	height:8px;
	border-radius:49.5%;
	background:#ffa700
}
.sidebar-profile .is-online{
	width:12px;
	height:12px
}
.is-online.online{
	background:#84ff00
}
.avatar-box .flag{
	display:block;
	position:absolute;
	bottom:10px;
	left:10px;
	width:16px;
	height:11px
}
@media only screen and (max-width:1080px){
	.avatar-box{
		height:90px;
		width:90px
	}
}
@media only screen and (max-width:960px){
	.avatar-box{
		height:80px;
		width:80px
	}
	.is-online{
		top:5px;
		right:5px
	}
	.avatar-box .flag{
		bottom:5px;
		left:5px
	}
}
@media only screen and (max-width:768px){
	.avatar-box{
		height:70px;
		width:70px
	}
}
@media only screen and (max-width:640px){
	.avatar-box{
		height:60px;
		width:60px
	}
	.is-online{
		top:3px;
		right:3px
	}
	.avatar-box .flag{
		bottom:3px;
		left:3px
	}
}
.wrap-members{
	margin-bottom:15px
}
.wrap-members .container{
	overflow:hidden
}
.members{
	font-size:0;
	margin:0 -15px
}
.member{
	display:inline-block;
	padding:0 15px;
	margin-bottom:30px;
	width:20%;
	vertical-align:top
}
.wrap-profile-view .member{
	width:33.33%
}
.member-inner{
	width:100%;
	background:#fff;
	overflow:hidden;
	border-radius:6px
}
.member .avatar-box{
	float:left
}
.member .avatar-box{
	vertical-align:top;
	font-size:14px;
	line-height:16px
}
.member .descr{
	padding:16px 5px 0 19px;
	overflow:hidden
}
.member .descr .name{
	display:block;
	margin-bottom:5px;
	font-size:18px;
	line-height:22px;
	color:#333;
	max-width:100%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	-webkit-transition:color .3s linear;
	-ms-transition:color .3s linear;
	transition:color .3s linear
}
.member .descr .name:hover{
	color:#f05
}
.member .descr .added{
	margin-bottom:8px;
	font-size:14px;
	line-height:16px;
	color:#999;
	max-width:100%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden
}
.member .descr .count{
	font-size:14px;
	color:#9a9a9a
}
.member .descr .count i{
	font-size:16px;
	margin-right:5px
}
.member .descr .count i,.member .descr .count span{
	display:inline-block;
	line-height:16px;
	vertical-align:middle
}
@media only screen and (max-width:1240px){
	.member{
		width:25%
	}
	.member .descr{
		padding:16px 5px 0 10px
	}
}
@media only screen and (max-width:1080px){
	.member .descr{
		padding:8px 5px 0 10px
	}
}
@media only screen and (max-width:960px){
	.members{
		margin:0 -10px
	}
	.member{
		width:33.33%;
		padding:0 10px;
		margin-bottom:20px
	}
	.wrap-profile-view .member{
		width:49.5%
	}
	.member .descr .added{
		margin-bottom:5px
	}
}
@media only screen and (max-width:768px){
	.members{
		margin:0 -5px
	}
	.member{
		width:49.5%;
		padding:0 5px;
		margin-bottom:10px
	}
	.member .descr{
		padding:5px 3px 0 10px
	}
	.member .descr .name{
		font-size:15px;
		margin-bottom:2px
	}
	.member .descr .added{
		margin-bottom:0
	}
}
@media only screen and (max-width:640px){
	.member .descr{
		padding:1px 3px 0 8px
	}
	.member .descr .name{
		font-size:14px;
		margin-bottom:0
	}
	.member .descr .name{
		font-size:14px
	}
	.member .descr .added,.member .descr .count{
		font-size:12px
	}
}
@media only screen and (max-width:480px){
	.member{
		width:100%
	}
	.member .descr .name{
		font-size:12px
	}
	.wrap-members .container{
		padding-top:10px
	}
}
.wrap-model-view,.wrap-profile-view{
	padding:30px 0 45px
}
.rating-title{
	padding-top:10px;
	float:right;
	overflow:hidden
}
.rating-title img{
	float:left;
	cursor:pointer
}
.profile-text{
	color:#666;
	font-size:18px;
	line-height:24px;
	margin-bottom:40px
}
.profile-text p{
	margin-bottom:15px
}
@media only screen and (max-width:960px){
	.wrap-model-view,.wrap-profile-view{
		padding:20px 0 35px
	}
	.profile-text{
		font-size:16px;
		line-height:22px;
		margin-bottom:30px
	}
	.profile-text p{
		margin-bottom:10px
	}
}
@media only screen and (max-width:768px){
	.wrap-model-view,.wrap-profile-view{
		padding:15px 0 35px
	}
	.profile-text{
		font-size:15px;
		line-height:20px;
		margin-bottom:20px
	}
	.profile-text p{
		margin-bottom:5px
	}
	.rating-title{
		float:none;
		clear:both;
		margin-bottom:7px
	}
	.wrap-model-view .rating-title{
		padding-top:0
	}
}
@media only screen and (max-width:640px){
	.wrap-model-view,.wrap-profile-view{
		padding:10px 0 15px
	}
	.profile-text{
		font-size:14px;
		line-height:18px;
		margin-bottom:10px
	}
}
@media only screen and (max-width:480px){
	.wrap-model-view,.wrap-profile-view{
		padding:10px 0
	}
	.profile-text{
		font-size:12px;
		line-height:16px
	}
}
.profile-specifics{
	overflow:hidden
}
.profile-specifics-inner{
	margin:0 -15px
}
.profile-specifics .collumn{
	float:left;
	width:49.5%;
	padding:0 15px;
	margin-bottom:15px;
	overflow:hidden
}
.profile-specifics .collumn.collumn100{
	width:100%;
	margin-bottom:0
}
.profile-specifics .collumn .inner-columns{
	margin:0 -10px;
	overflow:hidden
}
.profile-specifics .collumn .inner-columns .col{
	float:left;
	width:49.5%;
	padding:0 10px
}
.profile-specifics .collumn .inner-columns .col25{
	width:25%
}
.profile-specifics .collumn .inner-columns .col50{
	width:49.5%
}
.profile-specifics .collumn .inner-columns .col75{
	width:75%
}
.profile-specifics .collumn .inner-columns .col100{
	width:100%
}
.profile-specifics .specifics{
	color:#333;
	font-size:18px;
	line-height:24px
}
.profile-specifics .specifics .key{
	font-weight:normal
}
.profile-specifics .specifics .item{
	padding:15px 0;
	border-top:1px dotted #abaaab;
	overflow:hidden
}
.profile-specifics .specifics .item:first-child{
	border-top:0
}
.specifics .item .key{
	float:left
}
.specifics .item .value{
	float:right
}
.specifics .item .value .country img,.specifics .item .value .country span{
	display:inline-block;
	vertical-align:middle
}
.model-info .wrap-title{
	text-align:center
}
.model-info .title{
	font-weight:500
}
@media only screen and (max-width:1366px){
	#profile-fields-edit .collumn{
		width:100%;
		margin-bottom:0
	}
	#profile-fields-edit .pfe-hid{
		display:none
	}
}
@media only screen and (max-width:960px){
	.profile-specifics-inner{
		margin:0 -10px
	}
	.profile-specifics .collumn{
		padding:0 10px
	}
	.profile-specifics .specifics{
		font-size:16px
	}
	.profile-specifics .specifics .item{
		padding:10px 0
	}
}
@media only screen and (max-width:768px){
	.profile-specifics .collumn{
		width:100%;
		margin-bottom:0
	}
	.profile-specifics .specifics{
		font-size:14px
	}
	.profile-specifics .specifics .item{
		padding:7px 0
	}
	.profile-specifics .collumn .inner-columns .col25,.profile-specifics .collumn .inner-columns .col50,.profile-specifics .collumn .inner-columns .col75,.profile-specifics .collumn .inner-columns .col100{
		width:100%
	}
}
@media only screen and (max-width:480px){
	.profile-specifics .specifics{
		font-size:12px
	}
	.profile-specifics .specifics .item{
		padding:5px 0
	}
}
.events-list .event-thumb{
	padding:5px;
	font-size:13px;
	color:#202020;
	line-height:18px;
	background:#f9f9f9;
	margin-bottom:30px;
	overflow:hidden
}
.event-thumb .avatar-box{
	float:left;
	border-radius:6px;
	margin-right:20px
}
.event-info{
	margin-bottom:10px
}
.event-info{
	color:#b2b2b2;
	font-size:16px;
	line-height:18px
}
.event-info .name{
	font-size:18px;
	color:#333
}
.events-list a{
	color:#f05;
	-webkit-transition:color .3s linear;
	-ms-transition:color .3s linear;
	transition:color .3s linear
}
.events-list a:hover{
	color:#1ca4a6
}
.wrap-blog{
	margin-bottom:20px
}
.entries .entry,.messages .message{
	position:relative;
	padding:5px;
	padding-right:30px;
	background:#fff;
	margin-bottom:5px;
	overflow:hidden
}
.message .message-ava,.entry .entry-ava{
	float:left;
	margin-right:10px
}
.message .entry-ava img,.entry .entry-ava img{
	width:100px;
	max-width:100px
}
.message-caption,.entry-caption{
	margin-bottom:6px;
	color:#81878f;
	font-size:12px
}
.message-caption a{
	color:#0177ff
}
.message-caption .name,.entry-caption .name{
	color:#1dd673;
	padding-right:7px
}
.message-caption a:hover,.message-caption a.name:hover,.entry-caption a.name:hover{
	text-decoration:underline
}
.message-text,.entry-text{
	color:#202020;
	font-size:14px
}
@media only screen and (max-width:480px){
	.message .entry-ava,.entry .entry-ava{
		float:none;
		margin-bottom:5px
	}
}
.messege-btns{
	float:right
}
.messege-btns .btn{
	height:32px;
	line-height:32px
}
.show-more{
	display:block;
	width: 100%;
	margin:0 auto;
	padding: 8px 10px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align:center;
	-webkit-transition:color .3s linear;
	-ms-transition:color .3s linear;
	transition:color .3s linear;
	background: #ff0055;
	border-radius: 5px;
	cursor: pointer;
}
.show-more:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
.show-more.right:after {
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #fff;
}
.show-more:hover{
}
.show-more i,
.show-more span{
	display:inline-block;
	height:22px;
	vertical-align:top;
	line-height:22px
}
@-moz-keyframes spin{
	100%{
		-moz-transform:rotate(360deg)
	}
}
@-webkit-keyframes spin{
	100%{
		-webkit-transform:rotate(360deg)
	}
}
@keyframes spin{
	100%{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}
.show-more i{
	font-size:20px;
	margin-right:10px;
	display: none;
}
.show-more.load i{
	display:inline-block;
	-webkit-animation:spin 2s linear infinite;
	-moz-animation:spin 2s linear infinite;
	animation:spin 2s linear infinite
}
.show-more.load span {
	display: none;
}
.show-more.load:after {
	display: none;
}
@media only screen and (max-width:960px){
	.show-more{
	}
}
@media only screen and (max-width:640px){
	.show-more{
	}
}
.btn{
	display:block;
	padding:0 30px;
	font-size:16px;
	height:52px;
	line-height:52px;
	color:#fff;
	font-weight:bold;
	border-radius:6px;
	background:#f05;
	text-align:center;
	border:0;
	cursor:pointer;
	text-transform:uppercase;
	-webkit-transition:background .2s linear;
	-ms-transition:background .2s linear;
	transition:background .2s linear
}
.btn:hover, .btn.active{
	background:#76191b
}
.btn + .btn {
	margin-right: 10px;
}
.wrap-remember{
	padding:16px 10px 0 0
}
@media only screen and (max-width:960px){
	.btn{
		height:46px;
		line-height:46px;
		font-size:14px
	}
	.wrap-remember{
		padding:13px 10px 0 0
	}
}
@media only screen and (max-width:768px){
	.btn{
		height:40px;
		line-height:40px;
		font-size:14px
	}
	.wrap-remember{
		padding:10px 8px 0 0
	}
}
@media only screen and (max-width:640px){
	.btn{
		width:100%
	}
	.wrap-remember{
		margin-bottom:15px
	}
}
.btn.full{
	width:100%
}
.profile-btn .btn{
	margin-right:10px;
	float:left;
	margin-bottom:10px
}
.btn.confirm{
	float:left;
	background-color:#5d86ce
}
.btn.confirm:before{
	background:#3c5a8e
}
.btn.full{
	width:100%
}
.btn.confirm.right{
	float:right
}
.btn.yes{
	background-color:#72ab3a
}
.btn.yes{
	background-color:#72ab3a
}
.text-form{
	font-size:16px;
	line-height:20px;
	color:#686868
}
.text-form a{
	color:#f05;
	font-weight:normal
}
.text-form a:hover{
	text-decoration:underline
}
.btn-form{
	float:left;
	font-size:14px;
	color:#f05;
	font-weight:bold;
	border:0;
	background:0;
	text-transform:uppercase
}
.btn-form:hover{
	text-decoration:underline;
	color:#f05
}
.btn-join{
	color:#f05
}
.btn-join:hover{
	text-decoration:underline;
	color:#f05
}
.form-container{
	max-width:700px;
	margin:0 auto
}
.form-row{
	width:100%;
	margin-bottom:15px;
	overflow:hidden
}
.form-row:last-child {
	margin-bottom:0;
}
.form-row .prompt{
	padding:7px 0;
	font-size:16px;
	line-height:20px;
	display:block;
	margin:0 0 10px;
	color:rgba(0,0,0,.3)
}
.form-row .prompt a{
	text-decoration:underline;
	color:#1ca4a6
}
.form-row .prompt a:hover{
	text-decoration:none
}
@media only screen and (max-width:960px){
	.form-row .prompt{
		padding:5px 0;
		font-size:14px;
		line-height:18px;
		color:rgba(0,0,0,.5)
	}
}
@media only screen and (max-width:640px){
	.form-row .prompt{
		font-size:12px;
		line-height:16px;
		color:rgba(0,0,0,.6)
	}
}
.form-row .flabel{
	display:block;
	float:left;
	width:35%;
	color:#333;
	font-size:18px;
	line-height:24px;
	margin-bottom:15px;
	padding-right:10px;
	font-weight:normal
}
.form-row .flabel-profile{
	display:block;
	width:100%;
	color:#333;
	font-weight:normal;
	font-size:18px;
	line-height:24px;
	margin-bottom:15px;
	padding:0 5px
}
.form-row .star{
	color:#f05
}
.form-row .holder{
	padding-bottom:5px;
	position:relative;
	overflow:hidden
}
.form-row .notedit{
	float:right;
	width:60%
}
.finp,.ftext{
	width:100%;
	padding:0 18px;
	background-color:#fff;
	color:#383838;
	font-size:18px;
	border-radius:4px;
	border:0;
	-webkit-appearance:none
}
.ftext {
	line-height:54px;
}
.finp{
	height:54px;
}
.finp:-webkit-autofill{
	-webkit-box-shadow:0 0 0 1000px #fff6cc inset
}
.wrap-captcha input{
	color:#999;
	font-size:16px;
	height:54px;
	line-height:54px
}
.ftext{
	max-width:100%;
	padding:15px 20px;
	line-height:22px;
	min-height:104px
}
@media only screen and (max-width:960px){
	.finp,.ftext{
		padding:0 15px;
		font-size:16px;
	}
	.finp{
		height:46px
	}
	.ftext{
		padding:12px 15px;
		line-height:20px
	}
	.form-row .flabel-profile,.form-row .flabel{
		font-size:16px;
		line-height:22px;
		margin-bottom:10px
	}
}
@media only screen and (max-width:768px){
	.form-row .flabel{
		width:100%;
		float:none
	}
	.form-row .flabel-profile,.form-row .flabel{
		font-size:14px;
		line-height:18px
	}
}
@media only screen and (max-width:640px){
	.form-row{
		margin-bottom:10px
	}
	.finp,.ftext{
		padding:0 10px;
		font-size:14px;
	}
	.finp{
		height:36px
	}
	.ftext{
		padding:10px;
		line-height:18px
	}
	.form-row .flabel-profile,.form-row .flabel{
		font-size:12px;
		line-height:16px;
		margin-bottom:5px
	}
}
.wrap-captcha{
	max-width:605px;
	float:left
}
.wrap-captcha .captcha,.wrap-captcha .holder{
	float:left;
	margin-right:20px
}
.wrap-captcha .holder{
	width:112px
}
.captcha img{
	height:54px;
	border-radius:4px
}
.wrap-captcha .descr{
	overflow:hidden
}
@media only screen and (max-width:640px){
	.wrap-captcha {
		margin-bottom: 15px;
	}
	.wrap-captcha .descr{
		clear:both
	}
	.wrap-captcha .captcha{
		margin:0 10px 15px 0
	}
	.wrap-captcha .holder{
		float:none;
		margin-right:0;
		overflow:hidden;
		width:auto
	}
}
@media only screen and (max-width:480px){
	.wrap-captcha input{
		font-size:14px
	}
	.form-row .wrap-captcha .holder{
		width:auto
	}
}
.field-error.failure {
	text-align: left;
	margin: 3px 0 0 0;
	padding: 0;
}
@media only screen and (max-width:640px) {
	.captcha-holder {
		position: relative;
	}
	.captcha-holder .wrap-overflow {
		position: absolute;
		top: 0;
		left: 0;
	}
	.captcha-holder .btn_send-comment {
		margin: 90px 0 0 0;
	}
}
.wrap-fcustop-inp{
	overflow:hidden
}
.fcustominp{
	float:left;
	width:20px;
	height:20px;
	border-radius:4px;
	overflow:hidden;
	margin-right:15px
}
.wrap-blog .fcustominp{
	border:1px solid #828282;
	margin-right:0
}
.fcustominp input{
	display:none
}
.fcustominp label{
	display:block;
	width:100%;
	height:100%;
	background:#fff;
	cursor:pointer
}
.fcustominp input[type=radio]+label{
	border-radius:49.5%
}
.fcustominp input[type=checkbox]:checked+label{
	background: #f05 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQzdEREZGOUJFMEMxMUU1OUFEMkQ0MzYxN0UzMTJCMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQzdEREZGQUJFMEMxMUU1OUFEMkQ0MzYxN0UzMTJCMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJDN0RERkY3QkUwQzExRTU5QUQyRDQzNjE3RTMxMkIyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjJDN0RERkY4QkUwQzExRTU5QUQyRDQzNjE3RTMxMkIyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+6iihpgAAAF1JREFUeNpi+P//PwMRWBuIG4GYkVjFL/9DQBopircBMTtIkB2I1wOxByHFIHGQRBpU8AeSJqyKYRoYgXgikqZcXIphGtA1/celGFkDuiasitE1wDSl4lIMwgABBgDkS16nlCCT1wAAAABJRU5ErkJggg==) no-repeat 50% 50%;
}
.wrap-fcustop-inp>label{
	float:left;
	font-size:18px;
	line-height:20px;
	color:#666;
	cursor:pointer
}
@media only screen and (max-width:960px){
	.wrap-fcustop-inp>label{
		font-size:16px
	}
}
@media only screen and (max-width:640px){
	.wrap-fcustop-inp>label{
		font-size:14px
	}
	.fcustominp {
		margin-right:10px
	}
}
.btn.choose{
	height:36px;
	line-height:36px
}
.btn-adcat{
	clear:both
}
.wrap-categories,.wrap-models{
	margin-top:8px;
	overflow:hidden
}
.wrap-categories.wc-video{
	margin-bottom:8px
}
.wrap-models a,.wrap-categories a{
	position:relative;
	float:left;
	margin:0 5px 5px;
	padding:0 5px;
	height:29px;
	line-height:27px;
	color:#646565;
	background-color:#fff;
	border:1px solid #b9b9b9
}
.wrap-models a:hover,.wrap-categories a:hover{
	color:#fff;
	background-color:#3b9efb;
	border-color:#3b9efb
}
.fradio{
	display:none
}
.flrad{
	display:inline-block;
	margin:13px 15px 0 0;
	padding-left:23px;
	height:17px;
	font-size:12px;
	color:#646565;
	line-height:17px;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAjCAYAAABy3+FcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzBBNjlEM0MzNDY1MTFFNUIwRTBGRUUzM0U3MDZCMTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzBBNjlEM0QzNDY1MTFFNUIwRTBGRUUzM0U3MDZCMTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDMEE2OUQzQTM0NjUxMUU1QjBFMEZFRTMzRTcwNkIxNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDMEE2OUQzQjM0NjUxMUU1QjBFMEZFRTMzRTcwNkIxNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv9Z5CYAAAI6SURBVHjarFW7TgJREJ3FBQoKIGrF4xcsFGIHHZUFDWqxFK6/QcTwG0JCNlGh4ReAyoCNf0ACVGqAggISwTmbZbPsA5fFk0xuLswcZubOHITlcklGtFotHx/XbLdsl2ynbJ9sb2wvbI18Pr+Cr9/vV2MEIwkTyIIgPMViMUokEhSNRikYDNJisaDJZELD4ZDG4zGt1+t7JqpaSJigHAqFHtLpNEUiEXLCdDqlXq9H8/n8sVAolHUSJrhjgmomk1F/+S8gs06nAyKZiWpCo9HwcQk/IED6boHyQMSlHaGJN/F4fC8CAP6IQzxIJDTRC7Q4CSQX+2axQTgcxnEGkpNAIOCJRIs7BsmXeeDcQov7Bsk7Ou0Fs9kMxwdIFEyiF2hxCkheR6MR7ZsN/BGHeB9P3IoHRu73++okugH84I84xCMTwuhiFzCB2I1dwPfayGN3auruMJvu0Gw2t7YYi4hnxCsgGOnDsMVMUN3EbZFoREY9Occc4RnxiqgfhhKMMRYSLxBNWeD4U9nYVo4kDCdlO+UnveK5uGJle0ZP2NfaE85ib2Xja1knYQLPysbXmg+vwSVUU6mUKwIAfvBHHHroqGztdptkWaZcLqeeuDspm2inbN1ulyqVin4fDAb6PZvNbikbN9te2er1um0ZiqK4VzZtOy0wf75T2bRaLTB/vlPZisWiLYkkSe6VDfNSKpUomUySKIrqibuxqUZl+59/wEOVDct4kLJh5A9SNtstdtATW2Uz68mvAAMAlOCUA3SUVksAAAAASUVORK5CYII=) no-repeat 0 0;
	cursor:pointer
}
.flrad.block{
	display:block
}
.fradio:checked+.flrad{
	background-position:0 -18px
}
.wrap-birthday select:nth-child(1)+span{
	width:40%!important;
	float:left;
	border-right:4px solid transparent
}
.wrap-birthday select:nth-child(3)+span{
	width:30%!important;
	float:left;
	border-right:2px solid transparent
}
.wrap-birthday select:nth-child(5)+span{
	width:30%!important;
	float:left;
	border-left:2px solid transparent
}
.wrap-selmonth{
	width:40%;
	float:left;
	border-right:4px solid #fff
}
.wrap-selday{
	width:30%;
	float:left;
	border-right:2px solid #fff
}
.wrap-selyear{
	width:30%;
	float:left;
	border-left:2px solid #fff
}
.g_hidden{
	display:none
}
.age-col{
	width:48%;
	float:left
}
.age-separate{
	float:left;
	width:4%;
	line-height:36px;
	text-align:center;
	font-size:16px
}
.wrap-check-cat{
	margin-bottom:10px
}
.wrap-check-cat input{
	display:none
}
.wrap-check-cat label{
	display:block;
	width:100%;
	height:20px;
	padding-left:30px;
	line-height:20px;
	font-size:14px;
	color:#595959;
	cursor:pointer;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAqCAYAAACz+XvQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTY5RkVDRjUzNDU5MTFFNTlBMjA5QTkxN0FFMzk2RkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTY5RkVDRjYzNDU5MTFFNTlBMjA5QTkxN0FFMzk2RkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBNjlGRUNGMzM0NTkxMUU1OUEyMDlBOTE3QUUzOTZGQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBNjlGRUNGNDM0NTkxMUU1OUEyMDlBOTE3QUUzOTZGQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pvu45LUAAACCSURBVHja7NbLCcAgEARQDSnERrT4bUQ72WSFgAd/gSGXzBwELw8/uK7POasD5rQhhADBSinucOAQJEiQIMGmYlulRcWrKnaF9+r4SRH8Ckwp4UDDRAQDzrAhONrOCqux/rCXGON03kvtNUdgi+xgW+Ab7AGXl7I8Mz69H35SlwADAArqBwYeYPXLAAAAAElFTkSuQmCC) no-repeat 0 0
}
.wrap-check-cat input:checked+label{
	background-position:0 -21px
}
@media only screen and (max-width:1240px){
	.form-row .fr-su{
		width:60%;
		float:right
	}
}
@media only screen and (max-width:480px){
	.fcol-one,.form-row .flabel,.form-row .notedit,.form-row .holder,.form-row .fr-su{
		width:100%
	}
	.captcha+.holder .flabel{
		line-height:40px
	}
}
.wrap-video-block{
	margin-bottom:20px
}
.wrap-video-block .container{
	overflow:hidden
}
.wrap-video-block .wrap-title{
	max-width:none
}
.video{
	position:relative;
	border-radius:6px;
	overflow:hidden
}
.video img{
	width:100%;
	height:auto;
	display:block
}
.video-descr{
	padding:27px 0 17px;
	overflow:hidden;
	font-size:16px;
	color: #111;
	line-height:18px;
	margin:0 -15px;
	font-weight: normal;
}
.video-descr .item{
	float:left;
	margin:0 15px 10px
}
.video-descr .item .name{
	color: #848486;
}
.video-descr .item a.name {
	color: #111;
}
.video-descr .item a.name:hover{
	color:#f05
}
.video-descr .item i{
	font-size:14px;
	margin: -1px 6px 0 0;
	color: #848486;
}
.video-descr .item .icon-eye {
	margin: -1px 1px 0 0;
}
.video-descr .item i,.video-descr .item span{
	display:inline-block;
	line-height:16px;
	vertical-align:top;
}
@media only screen and (max-width:758px){
	.wrap-video-block{
		margin-bottom:10px
	}
	.video-descr{
		padding:12px 0 2px;
		font-size:14px
	}
}
@media only screen and (max-width:640px){
	.video-descr .right{
		float:none
	}
}
@media only screen and (max-width:480px){
	.video-descr{
		padding:15px 0 5px;
		font-size:12px
	}
}
.btns-control-group{
	float:right;
	/*overflow:hidden;*/
	border-radius:6px 6px 0 0;
	position: relative;
}
.btns-control-group .item{
	float:left;
	height:63px;
	background:#f7f7f7
}
.btns-control-group .item.red{
	background:#f05;
	border-radius: 6px 0 0 0;
}
.btns-control-group .item.orange{
	background:#ffb31a
}
.btns-control-group .item.green{
	background:#86cc00;
	border-radius: 0 6px 0 0;
}
.btns-control-group .item a{
	display:block;
	width:83px;
	text-align:center;
	cursor: pointer;
}
.btns-control-group .item i{
	color:#fff;
	font-size:23px;
	line-height:63px;
	-webkit-transition:font .2s linear;
	-ms-transition:font .2s linear;
	transition:font .2s linear
}
@media(min-width:768px){
	.btns-control-group .item a:hover i{
		font-size:29px
	}
}
@media only screen and (max-width:1080px){
	.btns-control-group .item{
		height:56px
	}
	.btns-control-group .item a{
		width:68px
	}
	.btns-control-group .item i{
		font-size:21px;
		line-height:56px
	}
	.btns-control-group .item a:hover i{
		font-size:26px
	}
}
@media only screen and (max-width:768px){
	.btns-control-group{
		float:none;
		display:table;
		width:100%;
		border-radius:0;
		margin-bottom:20px
	}
	.btns-control-group .item{
		display:table-cell;
		height:48px;
		width:33.33%
	}
	.btns-control-group .item a{
		width:auto
	}
	.btns-control-group .item i{
		font-size:20px;
		line-height:48px
	}
	.btns-control-group .item a:hover i{
		font-size:24px
	}
}
@media only screen and (max-width:640px){
	.btns-control-group .item{
		height:40px
	}
	.btns-control-group .item i{
		font-size:18px;
		line-height:40px
	}
	.btns-control-group .item a:hover i{
		font-size:22px
	}
}

.result-fav {
	display: none;
	position: absolute;
	right: 100%;
	top: 50%;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 6px 10px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	border-radius: 3px;
	white-space: nowrap;
	margin: 0 4px 0 0;
	transform: translateY(-50%);
}
.result-fav:after {
	/*content: "";*/
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: rgba(38, 38, 38, 0.7) transparent transparent transparent;
}
.mobile .result-fav {
	font-size: 13px;
	padding: 3px 5px;
	white-space: nowrap;
	right: 0;
	left: auto;
	bottom: 100%;
	top: auto;
	transform: translateY(0);
	margin: 0;
}

.tabs-video{
	float:left;
	border-radius:6px 6px 0 0;
	border:1px solid #d1d1d1;
	border-bottom:0
}
.tabs-video li{
	position:relative;
	float:left
}
.tabs-video li a{
	display:block;
	height:63px;
	padding:0 30px;
	line-height:63px;
	font-size:18px;
	color:#666;
	background:rgba(255,255,255,0.3);
	-webkit-transition:background .2s linear;
	-ms-transition:background .2s linear;
	transition:background .2s linear
}
.tabs-video li+li a{
	border-left:1px solid #d1d1d1
}
.tabs-video li:first-child a{
	border-radius:6px 0 0
}
.tabs-video li:last-child a{
	border-radius:0 6px 0 0
}
.tabs-video li a:hover{
	background:rgba(255,255,255,0.6)
}
.tabs-video li.active a{
	background:rgba(255,255,255,1)
}
.tabs-video li.active a:after{
	content:"";
	position:absolute;
	bottom:-1px;
	width:100%;
	border-bottom:1px solid #fff;
	left:0
}
.tabs-video li .number{
	display:block;
	position:absolute;
	top:-16px;
	right:10px;
	width:32px;
	height:32px;
	border-radius:49.5%;
	background:#ffb31a;
	color:#fff;
	font-size:16px;
	line-height:32px;
	text-align:center
}
@media only screen and (max-width:1080px){
	.tabs-video li a{
		padding:0 26px;
		height:56px;
		line-height:56px;
		font-size:16px
	}
	.tabs-video li .number{
		top:-13px;
		width:26px;
		height:26px;
		line-height:26px;
		font-size:14px
	}
}
@media only screen and (max-width:768px){
	.tabs-video{
		clear:both
	}
	.tabs-video li a{
		padding:0 24px;
		height:48px;
		line-height:48px;
		font-size:14px
	}
	.tabs-video li .number{
		top:-11px;
		right:5px;
		width:22px;
		height:22px;
		line-height:22px;
		font-size:11px
	}
}
@media only screen and (max-width:480px){
	.tabs-video{
		float:none;
		display:table;
		width:100%
	}
	.tabs-video li{
		display:table-cell;
		text-align:center;
		width:33.33%
	}
	.tabs-video li a{
		padding:0;
		height:38px;
		line-height:38px
	}
}
.tab-content-video{
	border-radius:0 0 6px 6px;
	overflow:hidden;
}
.wrap-thumbs .tab-content-video{
	margin: 0 0 15px 0;
}
.vid-tabs-head+.tab-content-video{
	border:1px solid #d1d1d1
}
.tab-content-video .block{
	padding: 20px 30px;
}
.tab-content-video .block.light{
	background:#fff
}
.tab-content-video .block.dark{
	background:#f6f5f5
}
@media only screen and (max-width: 1080px) {
	.tab-content-video .block{
		padding:20px;
	}
}
/* @media only screen and (max-width:960px){
	.tab-content-video .block{
		padding:20px;
	}
} */
@media only screen and (max-width:768px){
	.tab-content-video .block{
		padding:15px;
	}
}
@media only screen and (max-width:640px){
	.tab-content-video .block{
		padding:10px;
	}
}
.tab-content-video .heading{
	float:left;
	font-size:24px;
	line-height:26px;
	color:#686868;
	margin-bottom:25px;
	overflow:hidden;
}
.tab-content-video .reminder{
	font-size:16px;
	line-height:26px;
	color:#686868
}
.tab-content-video .reminder a{
	color:#f05;
	font-weight:bold
}
.tab-content-video .reminder a:hover{
	text-decoration:underline
}
@media only screen and (max-width:960px){
	.tab-content-video .heading{
		font-size:20px;
		line-height:22px;
		margin-bottom:20px
	}
	.tab-content-video .reminder{
		font-size:14px;
		line-height:22px
	}
}
@media only screen and (max-width:768px){
	.tab-content-video .heading{
		font-size:16px;
		line-height:18px;
		margin-bottom:15px
	}
	.tab-content-video .reminder{
		float:none;
		clear:both;
		margin-bottom:15px;
		font-size:12px
	}
}
.embed-textarea{
	width:100%;
	max-width:100%;
	border:1px solid #e5e5e5;
	border-radius:6px;
	color:#999;
	font-size:16px;
	line-height:18px;
	padding:16px;
	resize:none;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom:20px;
	-webkit-appearance:none
}
.embed-control{
	overflow:hidden;
	padding-bottom:15px
}
.embed-control .sotial{
	overflow:hidden
}
.embed-control .sotial a{
	display:block;
	float:left;
	margin-right:10px;
	border-radius:6px;
	overflow:hidden;
	cursor:pointer
}
.embed-control .sotial a i{
	font-size:52px
}
@media only screen and (max-width:960px){
	.embed-textarea{
		padding:14px;
		font-size:14px;
		line-height:18px;
		margin-bottom:15px
	}
	.embed-control .sotial a i{
		font-size:48px
	}
}
@media only screen and (max-width:768px){
	.embed-textarea{
		padding:12px;
		font-size:12px;
		line-height:16px;
		margin-bottom:10px
	}
	.embed-control .sotial a i{
		font-size:38px
	}
}
@media only screen and (max-width:640px){
	.embed-textarea{
		padding:10px
	}
	.embed-control .sotial{
		clear:both;
		padding-top:10px
	}
	.embed-control .sotial a i{
		font-size:30px
	}
}


.video-description {
	display: flex;
	align-items: center;
}
.video-description .unit{
	margin: 0 0 5px;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#666
}
.video-description .unit:last-child {
	margin: 0;
}
.video-description .unit a{
	color: #fff;
	background: #6f6e6e;
	padding: 4px 10px;
	border-radius: 3px;
	margin: 2px 2px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 18px;
	-webkit-transition:background .3s linear;
	-ms-transition:background .3s linear;
	transition:background .3s linear
}
.video-description .unit .name{
	float:left;
	margin-right:5px;
	font-weight:normal
}
.video-description .unit .values{
	overflow:hidden;
	font-size: 0;
}
.video-description .unit .val-inline a{
	-webkit-transition:color .3s linear;
	-ms-transition:color .3s linear;
	transition:color .3s linear
}
.video-description .unit .val-inline a:hover{
	color:#f05
}
.video-description .unit .val-block>*{
	font-weight: normal;
}
.video-description .unit .val-block a:hover{
	background: #565353;
}
.video-description .text{
	font-size:16px;
	line-height:24px;
	color:#666;
	margin-bottom:20px
}
@media only screen and (max-width:960px){
	.video-description .unit{
		font-size:14px;
		line-height:28px;
		margin-bottom:5px
	}
	.video-description .text{
		font-size:14px;
		line-height:20px;
		margin-bottom:5px
	}
}
@media only screen and (max-width:640px){
	.video-description .unit{
		font-size:12px;
		line-height:22px;
		margin-bottom:5px
	}
	.video-description .text{
		font-size:12px;
		line-height:16px;
		margin-bottom:5px
	}
	.video-description .unit .val-block{
		padding:0 3px;
	}
}
.video-description .right-panel{
	overflow:hidden;
	order: 1;
	flex-shrink: 0;
	display: flex;
}
.video-description .right-panel>div{
	float:left
}
.video-description .wrap-cs{
	width:230px;
	overflow:hidden;
	border-radius:4px;
	margin: 0 0 0 30px;
	display:block;
	float:right;
}
.video-description .wrap-cs .preview{
	position:relative;
	background:#000;
	padding-bottom:56.33%;
	overflow:hidden
}
.video-description .wrap-cs .preview.no-cs {
	background: #5a5a5a;
}
.video-description .wrap-cs .no-cs-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
	color: #dadada;
    font-weight: 700;
	font-size: 36px;
	line-height: 1.2;
	white-space: nowrap;
}
.video-description .wrap-cs .preview img{
	position:absolute;
	top:0;
	left:0;
	width:100%
}
.video-description .wrap-cs .cs-link{
	display:block;
	width:100%;
	height:52px;
	font-size:16px;
	line-height:52px;
	font-weight:bold;
	color:#fff;
	padding:0 5px;
	background:#f05;
	text-align:center;
	text-transform:uppercase;
	-webkit-transition:background .3s linear;
	-ms-transition:background .3s linear;
	transition:background .3s linear
}
.video-description .wrap-cs .cs-link:hover{
	background:#b5003c
}
.video-description .wrap-rating{
	width:120px;
	margin:0 20px 0 30px
}
.video-description .wrap-rating .cirle-rating{
	float:none;
	height:90px;
	width:90px;
	margin:0 auto 10px;
	-webkit-border-radius:90px;
	-moz-border-radius:90px;
	border-radius:90px
}
.video-description .wrap-rating .cirle-rating__label{
	font-size:36px;
	line-height:90px
}
.video-description .wrap-rating .rating-likes{
	overflow:hidden;
	width:100%;
	margin-bottom:10px;
	position: relative;
}
.video-description .wrap-rating .rating-likes a{
	display:block;
	float:left;
	width:49.5%;
	height:41px;
	text-align:center;
	cursor: pointer;
	position: relative;
}
.video-description .wrap-rating .rating-likes a i {
	display: block;
	font-size: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #b2b2b2;
	transition: transform .3s;
}
.video-description .wrap-rating .rating-likes a:hover i {
	transform: translate(-50%, -50%) rotate(-10deg);
}
.video-description .wrap-rating .rating-likes a.active .like {
	color: #26bf41;
}
.video-description .wrap-rating .rating-likes a.active .dislike {
	color: #f72929;
}

.video-description .wrap-rating .votes{
	font-size:16px;
	line-height:18px;
	color:#b2b2b2;
	text-align:center
}
@media only screen and (max-width:1240px){
	.video-description .right-panel{
		margin: 0 0 0 30px;
		flex-direction: column;
		align-items: center;
	}
	.video-description .right-panel .wrap-rating{
		margin: 0 0 10px 0;
	}
	.video-description .wrap-cs {
		margin: 0;
	}
	.video-description .wrap-cs .cs-link{
		height:46px;
		line-height:46px;
		font-size:14px
	}
}
@media only screen and (max-width:1080px){
	.video-description {
		flex-direction: column;
	}
	.video-description .right-panel{
		margin:0 0 10px 0;
		order: 0;
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
	}
	.video-description .right-panel .wrap-rating{
		float:left
	}
	.video-description .right-panel .wrap-cs{
		float:right
	}
}
@media only screen and (max-width:960px){
	.video-description .right-panel{
		
	}
}
@media only screen and (max-width:768px){
	.video-description .right-panel{
		float:right;
		margin-left:10px
	}
	.video-description .right-panel>div{
		float:none
	}
	.video-description .right-panel .wrap-cs{
		width:150px
	}
	.video-description .wrap-rating .votes{
		font-size:14px
	}
	.video-description .wrap-rating .cirle-rating,.video-description .wrap-rating .rating-likes,{
		margin-bottom:5px
	}
	.video-description .wrap-cs .cs-link{
		height:40px;
		line-height:40px
	}
}
@media only screen and (max-width:640px){
	.video-description .right-panel{
		float:none;
		margin-left:0
	}
	.video-description .right-panel>div{
		float:left
	}
	.video-description .right-panel .wrap-cs{
		float:right
	}
	.video-description .wrap-cs .cs-link{
		height:40px;
		line-height:40px
	}
}
.result-vote {
	display: none;
	position: absolute;
	background: #6f6e6e;
	color: #fff;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	text-align: center;
	font-size: 15px;
	line-height: 41px;
	border-radius: 3px;
	z-index: 1;
}
.mobile .result-vote {
	font-size: 12px;
	line-height: 28px;
	white-space: nowrap;
	padding: 0 2px;
	position: absolute;
	left: 0;
	text-align: center;
}
.wrap-coments-list{
	padding:50px 0 30px
}
.comment-send{
	overflow:hidden
}
.comment-send .finp,.comment-send .ftext{
	border:1px solid #e5e5e5
}
.comments{
	overflow:hidden
}
.comment-item{
	margin-bottom:8px;
	font-size:16px;
	line-height:20px;
	overflow:hidden;
	margin-bottom:30px;
	position:relative;
	background:#fff;
	border-radius:6px
}
.comment-item .delete-check{
	position:absolute;
	top:5px;
	right:5px
}
.comment-item .avatar-box{
	float:left;
	border-radius:6px;
	margin-right:20px
}
.ci-caption{
	margin-bottom:10px;
	color:#b2b2b2
}
.comment-item .link{
	color:#f05
}
.ci-caption .link{
	font-weight:normal;
	font-size:18px
}
.comment-item .link:hover{
	text-decoration:underline
}
.ci-name,.ci-name a{
	color:#333;
	font-size:18px;
	font-weight:normal
}
.ci-name a:hover{
	text-decoration:underline
}
.ci-text{
	color:#666
}
.wrap-blog .ci-caption{
	padding-top:12px
}
.wrap-blog .ci-text{
	padding-bottom:12px
}
@media only screen and (max-width:768px){
	.wrap-coments-list{
		padding:40px 0 20px
	}
	.comment-item{
		margin-bottom:20px
	}
	.comment-item .avatar-box{
		margin-right:10px
	}
	.comment-item{
		font-size:14px;
		line-height:16px
	}
	.ci-caption .link,.ci-name,.ci-name a{
		font-size:16px
	}
}
@media only screen and (max-width:768px){
	.wrap-coments-list{
		padding:30px 0 15px
	}
	.comment-item{
		margin-bottom:15px
	}
	.comment-item .avatar-box{
		margin-right:7px
	}
	.comment-item{
		font-size:12px;
		line-height:16px
	}
	.ci-caption .link,.ci-name,.ci-name a{
		font-size:13px
	}
}
@media only screen and (max-width:640px){
	.comment-item{
		padding:0 10px
	}
	.comment-item .avatar-box{
		display:none
	}
}
.searches{
	background:#fff;
	padding:30px 0
}
.searches .container{
	overflow:hidden
}
.searches-inner{
	margin:0 -5px;
	font-size:0
}
.searches-inner .collumn{
	display:inline-block;
	width:20%;
	padding:0 5px;
	margin-bottom:10px
}
.searches-inner .row{
	margin-bottom:12px;
	text-align:left
}
.searches-inner .search-link{
	font-size:18px;
	line-height:22px;
	color:#666;
	white-space:nowrap;
	text-overflow:ellipces;
	max-width:100%;
	overflow:hidden;
	display:block;
	-webkit-transition:color .2s linear;
	-ms-transition:color .2s linear;
	transition:color .2s linear
}
.searches-inner a.search-link:hover{
	color:#f05
}
@media only screen and (max-width:960px){
	.searches-inner .collumn{
		width:33.33%
	}
	.searches-inner .search-link{
		font-size:16px;
		line-height:20px
	}
}
@media only screen and (max-width:640px){
	.searches-inner .collumn{
		width:49.5%
	}
	.searches{
		padding:40px 0 30px
	}
	.searches-inner .collumn{
		margin-bottom:5px
	}
	.searches-inner .search-link{
		font-size:14px;
		line-height:18px
	}
}
@media only screen and (max-width:480px){
	.searches-inner .collumn{
		width:49.5%
	}
	.searches{
		padding:30px 0 20px
	}
	.searches-inner .search-link{
		font-size:12px;
		line-height:16px
	}
}
.text-block{
	padding:55px 0 30px;
	font-size:16px;
	line-height:22px;
	color:#666;
	background-color:#f5f4f5
}
.text-block h3{
	font-size:20px;
	margin:20px 0
}
.text-block h4{
	font-size:18px;
	margin:0 0 5px
}
.text-block p{
	margin-bottom:25px
}
.text-block .information {
	padding: 0 0 0 50px;
}
.text-block .information .gap {
	padding: 0 0 0 50px;
}
@media only screen and (max-width:640px){
	.text-block{
		font-size:15px;
		line-height:20px;
		padding:45px 0 20px
	}
	.text-block .information {
		padding: 0 0 0 20px;
	}
	.text-block .information .gap {
		padding: 0 0 0 20px;
	}
}
@media only screen and (max-width:480px){
	.text-block{
		font-size:12px;
		line-height:18px;
		padding:30px 0 15px
	}
	.text-block .information {
		padding: 0 0 0 10px;
	}
	.text-block .information .gap {
		padding: 0 0 0 10px;
	}
}
.footer{
	padding:30px 0 15px 0;
	background:#0f0f0f;
	background:-moz-linear-gradient(top,#0f0f0f 0,#353535 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0f0f0f),color-stop(100%,#353535));
	background:-webkit-linear-gradient(top,#0f0f0f 0,#353535 100%);
	background:-o-linear-gradient(top,#0f0f0f 0,#353535 100%);
	background:-ms-linear-gradient(top,#0f0f0f 0,#353535 100%);
	background:linear-gradient(to bottom,#0f0f0f 0,#353535 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f0f0f',endColorstr='#353535',GradientType=0)
}
.footer-inner{
	position:relative;
	text-align:center
}
.footlogo{
	margin-bottom:30px
}
.footlogo a{
	display:inline-block;
	vertical-align:top
}
.footlogo img {
	width: 200px;
	opacity: 0.7;
}
.footlogo img:hover {
	opacity: 0.9;
}
.copyright{
	color:rgba(255,255,255,0.6);
	font-size:16px;
	line-height:25px;
	margin-bottom:25px
}
.navf{
	font-size:0;
	text-align:center
}
.navf li{
	display:inline-block;
	vertical-align:top;
	position:relative;
	margin:0 35px 10px 0
}
.navf li a{
	color:#fff;
	font-size:16px;
	line-height:20px;
	font-weight:normal
}
.navf li a:hover{
	text-decoration:underline
}
@media screen and (max-width:1080px){
	.navf li{
		float:none;
		display:inline-block;
		margin:0 7px 10px
	}
	.navf li a{
		font-size:14px
	}
}
@media screen and (max-width:480px){
	.footer{
		padding-top:20px;
		padding-bottom:15px
	}
	.copyright{
		font-size:12px;
		line-height:16px
	}
	.footlogo{
		margin-bottom:15px
	}
	.footlogo img {
		width: 140px;
	}
	.navf li{
		margin:0 5px 0
	}
	.navf li a{
		font-size:12px
	}
	.copyright{
		margin-bottom:15px
	}
	.copyright span {
		display: block;
	}
}
.text_content{
	padding:10px;
	color:#999;
	font-size:18px;
	line-height:24px
}
@media only screen and (max-width:960px){
	.text_content{
		font-size:16px;
		line-height:20px
	}
}
@media only screen and (max-width:768px){
	.text_content{
		font-size:14px;
		line-height:18px
	}
}
@media only screen and (max-width:480px){
	.text_content{
		font-size:12px;
		line-height:15px
	}
}
.text_content strong{
	font-weight:normal
}
.text_content p{
	margin-bottom:8px
}
.topmost{
	font-size:12px;
	color:#7e7c8c;
	text-transform:uppercase;
	margin:10px 0
}
.controll.topmost{
	text-align:center
}
.topmost a{
	color:#1ca4a6;
	text-decoration:underline
}
.topmost a:hover{
	text-decoration:none
}
.topmost .mail{
	text-transform:none
}
.success,.failure,.field_error,.message_error{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	font-size:14px;
	line-height:18px;
	padding:10px 0
}
.success,.failure{
	text-align:center
}
.success{
	color:#86cc00
}
.failure,.field_error,.message_error{
	color:#f05
}
.success,.failure,.message_error{
	margin-bottom:10px
}
@media only screen and (max-width:768px){
	.success,.failure,.field_error,.message_error{
		font-size:12px;
		line-height:16px;
		padding:5px 0
	}
}
.uploader_popup{
	height:235px!important;
	width:300px!important
}
#file_btn_cancel{
	z-index:2
}
.wrap-subs-btn{
	overflow:hidden
}
.wrap-subs-btn .btn{
	margin-left:10px
}
.uploader_progress{
	z-index:1!important;
	background-color:#fff;
	border:1px solid #ccc
}
.progress_bar{
	height:34px;
	background:#68bf78;
	font-size:13px;
	color:#404040;
	white-space:nowrap;
	line-height:34px;
	text-indent:5px
}
.wrap_inp_upload_file{
	overflow:hidden
}
#file_btn_upload_file,#file_btn_cancel{
	width:135px
}
.wrap-finp-screen{
	float:right;
	height:36px;
	width:80px;
	font-size:12px;
	line-height:28px;
	color:#fff;
	text-align:center;
	background-color:#3d3d3d;
	border:0;
	text-transform:capitalize;
	cursor:pointer
}
.wrap-finp-screen{
	display:block;
	overflow:hidden;
	cursor:pointer
}
.wrap-finp-screen .btn{
	font-size:12px;
	text-transform:capitalize;
	height:40px;
	line-height:40px;
	font-weight:normal;
	cursor:pointer
}
#kt_player,#kt_player object,#kt_player_internal,#kt_preview{
	position:absolute!important;
	left:0;
	top:0;
	width:100%!important;
	height:100%!important;
	z-index:4;
	border-radius:8px
}
.mobile #kt_player,.mobile #kt_player object,.mobile #kt_player_internal,.mobile #kt_preview{
	border-radius: 0;
}
#kt_player iframe{
	width:100%;
	height:100%
}
#kt_player+iframe{
	position:absolute;
	z-index:3;
	top:0;
	left:0;
	width:100%;
	height:100%
}
#fav_link{
	display:block!important
}
#watch_link{
	display:block!important
}
@media only screen and (max-width:480px){
	#fav_link{
		display:inline-block!important
	}
	#watch_link{
		display:inline-block!important
	}
}
.form-row.row-anon label{
	float:none;
	width:100%
}
.form-row.row-anon .holder{
	padding-right:93px
}
.image_items{
	font-size:0;
	margin:0 -3px
}
.image_item{
	width:33.33%;
	display:inline-block;
	padding:0 3px;
	margin-bottom:10px
}
.image_item img{
	width:100%
}
.image_item .flrad{
	margin-top:5px
}
.tooltip{
	position:absolute;
	z-index:1070;
	display:block;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	line-break:auto;
	line-height:1.42857143;
	text-align:left;
	text-align:start;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	white-space:normal;
	word-break:normal;
	word-spacing:normal;
	word-wrap:normal;
	font-size:12px;
	opacity:0;
	filter:alpha(opacity=0)
}
.tooltip.in{
	opacity:.9;
	filter:alpha(opacity=90)
}
.tooltip.top{
	margin-top:-3px;
	padding:5px 0
}
.tooltip.right{
	margin-left:3px;
	padding:0 5px
}
.tooltip.bottom{
	margin-top:3px;
	padding:5px 0
}
.tooltip.left{
	margin-left:-3px;
	padding:0 5px
}
.tooltip-inner{
	max-width:200px;
	padding:3px 8px;
	color:#fff;
	text-align:center;
	background-color:#000;
	border-radius:4px
}
.tooltip-arrow{
	position:absolute;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid
}
.tooltip.top .tooltip-arrow{
	bottom:0;
	left:49.5%;
	margin-left:-5px;
	border-width:5px 5px 0;
	border-top-color:#000
}
.tooltip.top-left .tooltip-arrow{
	bottom:0;
	right:5px;
	margin-bottom:-5px;
	border-width:5px 5px 0;
	border-top-color:#000
}
.tooltip.top-right .tooltip-arrow{
	bottom:0;
	left:5px;
	margin-bottom:-5px;
	border-width:5px 5px 0;
	border-top-color:#000
}
.tooltip.right .tooltip-arrow{
	top:49.5%;
	left:0;
	margin-top:-5px;
	border-width:5px 5px 5px 0;
	border-right-color:#000
}
.tooltip.left .tooltip-arrow{
	top:49.5%;
	right:0;
	margin-top:-5px;
	border-width:5px 0 5px 5px;
	border-left-color:#000
}
.tooltip.bottom .tooltip-arrow{
	top:0;
	left:49.5%;
	margin-left:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#000
}
.tooltip.bottom-left .tooltip-arrow{
	top:0;
	right:5px;
	margin-top:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#000
}
.tooltip.bottom-right .tooltip-arrow{
	top:0;
	left:5px;
	margin-top:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#000
}
.modal-open{
	overflow:hidden
}
.modal{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:10001;
	display:none;
	overflow:hidden;
	-webkit-overflow-scrolling:touch;
	outline:0
}
.modal.fade .modal-dialog{
	-webkit-transition:-webkit-transform .3s ease-out;
	-o-transition:-o-transform .3s ease-out;
	transition:transform .3s ease-out;
	-webkit-transform:translate(0,-25%);
	-ms-transform:translate(0,-25%);
	-o-transform:translate(0,-25%);
	transform:translate(0,-25%)
}
.modal.in .modal-dialog{
	-webkit-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
	transform:translate(0,0)
}
.modal-open .modal{
	overflow-x:hidden;
	overflow-y:auto
}
.modal-dialog{
	position:relative;
	width:auto;
	margin:30px 10px
}
.modal-content{
	position:relative;
	background-color:#fff;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border:1px solid #999;
	border:1px solid rgba(0,0,0,.2);
	border-radius:6px;
	outline:0;
	-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
	box-shadow:0 3px 9px rgba(0,0,0,.5)
}
.modal-backdrop{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1040;
	background-color:#000
}
.modal-backdrop.fade{
	filter:alpha(opacity=0);
	opacity:0
}
.modal-backdrop.in{
	filter:alpha(opacity=50);
	opacity:.5
}
.modal-header{
	min-height:16.43px;
	padding:15px;
	border-bottom:1px solid #e5e5e5
}
.modal-header .close{
	margin-top:-2px
}
.modal-title{
	margin:0;
	line-height:1.42857143
}
.modal-body{
	position:relative;
	padding:15px
}
.modal-footer{
	padding:15px;
	text-align:right;
	border-top:1px solid #e5e5e5
}
.modal-footer .btn+.btn{
	margin-bottom:0;
	margin-left:5px
}
.modal-footer .btn-group .btn+.btn{
	margin-left:-1px
}
.modal-footer .btn-block+.btn-block{
	margin-left:0
}
.modal-scrollbar-measure{
	position:absolute;
	top:-9999px;
	width:50px;
	height:50px;
	overflow:scroll
}
@media(min-width:768px){
	.modal-dialog{
		width:620px;
		margin:30px auto
	}
	.modal-content{
		-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
		box-shadow:0 5px 15px rgba(0,0,0,.5)
	}
	.modal-sm{
		width:300px
	}
}
@media(min-width:992px){
	.modal-lg{
		width:900px
	}
}
.modal{
	background:rgba(110,97,101,0.8)
}
.modal-content{
	padding:50px 60px;
	background:#e5e5e5;
	border-radius:6px
}
.modal-content .close{
	position:absolute;
	right:0;
	top:0;
	width:40px;
	height:40px;
	font-size:20px;
	line-height:40px;
	background:0;
	color:#000;
	text-align:center;
	padding:0;
	border:0
}
@media only screen and (max-width:1080px){
	.modal-content{
		padding:50px 60px
	}
}
@media only screen and (max-width:960px){
	.modal-content{
		padding:35px 45px
	}
}
@media only screen and (max-width:768px){
	.modal-content{
		padding:20px 30px
	}
	.modal-content .close{
		width:30px;
		height:30px;
		font-size:15px;
		line-height:30px
	}
}
@media only screen and (max-width:640px){
	.modal-content{
		padding:10px 20px
	}
}
@media only screen and (max-width:480px){
	.modal-content{
		padding:5px 10px
	}
}
.information-bottom{
	margin:0 0 30px 0
}
.information-bottom p{
	font-size:16px;
	line-height:22px
}
@media only screen and (max-width:640px){
	.information-bottom p{
		font-size:15px;
		line-height:20px
	}
}
@media only screen and (max-width:480px){
	.information-bottom p{
		font-size:12px;
		line-height:18px
	}
}
.top-spot{
	margin:0 auto;
	padding:10px 0 0;
	width:100%;
	text-align:center;
	min-width:auto;
	overflow: hidden;
	max-height: 130px;
}
.top-spot iframe{
	display:inline-block
}
.mobile.wrap-overflow {
	overflow: visible;
}
.mobile .video{
	border-radius: 0;
	margin: 10px -5px 15px -5px;
}
.mobile .rating-item{
	margin:6px 3px 0 0;
	line-height:1
}
.mobile .rating-item .rating-text{
	font-size:14px;
	line-height:16px
}
.mobile .tabs-video{
	display:table;
	width:100%;
	text-align:center;
	table-layout:fixed
}
.mobile .tabs-video li{
	display:table-cell;
	float:none
}
.mobile .video-description .wrap-rating{
	width:100%;
	margin:5px 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #f2f1f1
}
.mobile .video-description .wrap-rating:after {
	content: "";
	clear: both;
	display: block;
}
.mobile .video-description .wrap-rating .cirle-rating{
	height:30px;
	width:30px;
	display:inline-block;
	vertical-align:middle;
	margin:0
}
.mobile .video-description .wrap-rating .cirle-rating__label{
	font-size:14px;
	line-height:30px
}
.mobile .video-description .wrap-rating .rating-likes{
	width:auto;
	margin-bottom:0;
	font-size:0;
	overflow: initial;
	position: relative;
}
.mobile .video-description .wrap-rating .rating-likes a{
	width:auto;
	height:auto;
	text-align:center;
	color:#999;
	border-radius:4px;
	padding:4px 5px;
	margin:0 1px;
	line-height:20px;
}
.mobile .video-description .wrap-rating .rating-likes a.active .icon-like,
.mobile .video-description .wrap-rating .rating-likes a.active .icon-like + span {
	color: #26bf41;
}
.mobile .video-description .wrap-rating .rating-likes a.active .icon-dislike,
.mobile .video-description .wrap-rating .rating-likes a.active .icon-dislike + span {
	color: #f72929;
}
.mobile .video-description .wrap-rating .rating-likes a.red{
	border-color:#b3b3b3
}
.mobile .video-description .wrap-rating .rating-likes a.active.red i {
	color: #f05;
}
.mobile .video-description .wrap-rating .rating-likes a.orange{
	border-color:#b3b3b3
}
.mobile .video-description .wrap-rating .rating-likes a.active.orange i {
	color: #ffb31a;
}
.mobile .video-description .wrap-rating .rating-likes a.green{
	border-color:#b3b3b3
}
.mobile .video-description .wrap-rating .rating-likes.right a i{
	line-height: 1;
	color: #b3b3b3;
	transform: translate(0);
	position: static;
	font-size: 20px;
}
.mobile .video-description .wrap-rating .rating-likes.left a i {
	display:inline-block;
	vertical-align:middle;
	margin:0 4px 1px 0;
	font-size:20px;
	position: static;
	transform: translate(0);
	color: #b3b3b3;
}
.mobile .video-description .wrap-rating .rating-likes a span{
	display:inline-block;
	vertical-align:top;
	font-size:14px
}
.mobile .video-descr{
	padding:0;
	font-size:12px;
	display:table;
	width:100%;
	margin:0 0 10px 0;
	text-align:center
}
.mobile .video-descr .item{
	display:table-cell;
	float:none
}
.mobile .video-descr .item i{
	margin-right:2px
}
.mobile .btns-control-group{
	margin-top:10px
}
.mobile .video-description .text{
	margin-bottom:0;
	overflow:hidden;
	padding:4px 0 0 6px
}
.mobile .video-description .unit a {
	padding: 2px 8px;
	font-size: 12px;
	line-height: 16px;
}
.mobile .video-description .unit .name{
	min-width:80px;
	color: #666;
}
.mobile .video-description .uploader{
	margin: 0 0 0 5px;
	font-weight: normal;
}
.mobile .video-description .wrap-cs{
	width: 284px;
	margin: 15px auto 0;
	float: none;
}
.mobile-description{
	display:none
}
.mobile-show-more{
	text-align:center;
	background:#fff;
	border-top:1px solid #f5f4f4;
	padding:6px 0 7px 0;
	font-size:16px;
	line-height:20px;
	color:#777
}
.mobile-show-more .textShow:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:7px;
	height:7px;
	border-right:2px solid #777;
	border-top:2px solid #777;
	transform:rotate(135deg);
	margin:1px 5px 5px 0
}
.mobile-show-more .textHide:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:7px;
	height:7px;
	border-right:2px solid #777;
	border-top:2px solid #777;
	transform:rotate(315deg);
	margin:1px 5px 0 0
}
.related-tabs{
	overflow:hidden;
	margin:0 0 -43px 0;
	float:left
}
.related-tabs li{
	float:left
}
.related-tabs li+li{
	margin:0 0 0 5px
}
.related-tabs li.active a{
	background:#fff
}
.related-tabs a{
	padding:0 10px;
	display:block;
	color:#333;
	font-size:16px;
	line-height:41px;
	border:1px solid #d1d1d1;
	border-radius:4px
}
@media(max-width:960px){
	.related-tabs+.tab-content-video .thumb:last-child{
		display:none
	}
}
@media only screen and (max-width:768px){
	.related-tabs{
		padding-top:5px;
		margin:0 0 -46px 0
	}
	.related-tabs a{
		font-size:14px;
		line-height:34px
	}
}
@media only screen and (max-width:640px){
	.related-tabs{
		margin:0;
		float:none;
		padding:0
	}
	.related-tabs+.tab-content-video .thumb:last-child{
		display:inline-block
	}
}
.button-more{
	display:inline-block;
	vertical-align:top;
	position:relative;
	background:#ff0055;
	line-height:43px;
	font-size:16px;
	color:#fff;
	padding:0 20px;
	cursor:pointer;
	border-radius:4px
}
.button-more:after{
	content:"";
	width:0;
	height:0;
	border-style:solid;
	border-width:5px 0 5px 6px;
	border-color:transparent transparent transparent #fff;
	display:inline-block;
	margin:0 0 0 10px
}
.wrap-heading .button-more{
	float:right
}
.wrap-heading.heading-bottom{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.wrap-heading .button-more+.wrap-title{
	margin:4px 0 0 0
}
@media only screen and (max-width:768px){
	.button-more{
		font-size:14px;
		padding:0 10px;
		line-height:36px
	}
}
@media only screen and (max-width:480px){
	.button-more{
		line-height:30px
	}
}
.conversation-btns{
	padding-bottom:10px
}
.conversation-btns .btn{
	display:inline-block;
	vertical-align:top;
	height:32px;
	line-height:32px;
	padding:0 20px;
	width:auto
}


.thumbs-one-row.thumbs.channels .thumb:nth-last-child(1) {
	display: none;
}
@media(max-width:1240px){
	.thumbs-one-row.thumbs.models .thumb:nth-last-child(1){
		display:none
	}
	.thumbs-one-row.thumbs.channels .thumb:nth-last-child(2) {
		display: none;
	}
	.thumbs-two-rows.videos .thumb:nth-last-child(1),
	.thumbs-two-rows.videos .thumb:nth-last-child(2) {
		display: none;
	}
}
@media(max-width:1080px){
	.thumbs-one-row.thumbs.models .thumb:nth-last-child(2){
		display:none
	}
}
@media(max-width:960px){
	.thumbs-one-row.thumbs.channels .thumb:nth-last-child(1),
	.thumbs-one-row.thumbs.channels .thumb:nth-last-child(2) {
		display:inline-block;
	}
	.thumbs-two-rows.videos .thumb:nth-last-child(3),
	.thumbs-two-rows.videos .thumb:nth-last-child(4) {
		display: none;
	}
}
@media(max-width:768px){
	.thumbs-one-row.thumbs.models .thumb:nth-last-child(1),
	.thumbs-one-row.thumbs.models .thumb:nth-last-child(2) {
		display:inline-block;
	}
}
@media(max-width:640px){
	.thumbs-two-rows.videos .thumb:nth-last-child(3),
	.thumbs-two-rows.videos .thumb:nth-last-child(4) {
		display:inline-block;
	}
}
@media(max-width:480px){
	.thumbs-one-row.thumbs.models .thumb:nth-last-child(3){
		display:inline-block;
	}
}

.spots-title{
	font-size:12px;
	line-height:14px;
	text-align:center;
	margin:0 0 2px 0
}
.show_mobile_adw{
	display:block;
	position:relative;
	z-index:9;
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:absolute
}
.show_mobile_adw.hidde,.overlay_spot.hidde{
	display:none;
	position:relative;
	width:0;
	height:0;
	overflow:hidden
}
.overlay_spot{
	display:none;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color:rgba(0,0,0,0.53);
	z-index:9999;
	text-align:center
}
.overlay_spot.open{
	display:block
}
.overlay_spot-content{
	display:inline-block;
	vertical-align:middle;
	z-index:9999;
	width:300px;
	height:250px;
	position:relative
}
.overlay_close{
	display:inline-block;
	vertical-align:middle;
	background-color:#f05;
	font-size:15px;
	color:#fff;
	text-align:center;
	width:210px;
	margin:10px auto;
	padding:6px 6px;
	border-radius:5px;
	cursor:pointer
}
.overlay_close_button{
	display:block;
	position:absolute;
	width:32px;
	height:32px;
	right:-13px;
	top:-13px;
	background-color:#f05;
	border-radius:49.5%;
	z-index:99;
	background-image:url(../images/icon_close.png);
	background-position:center center;
	background-repeat:no-repeat
}
.overlay_holder{
	display:block;
	width:315px;
	margin:0 auto;
	height:100%
}
.show_desctop_adw{
	text-align:center;
	bottom:32px
}
.overlay_holder:before,.show_desctop_adw:before{
	display:inline-block;
	vertical-align:middle;
	width:1px;
	height:100%;
	position:relative;
	content:''
}
.desctop_adw_holder{
	display:inline-block;
	width:616px;
	margin:13% auto 0 auto;
	height:300px;
	position:relative
}
.desctop_adw_holder .spot{
	display:inline-block;
	float:left;
	padding:4px 4px 2px 4px;
	background-color:#f5f4f5;
	min-width:300px;
	min-height:250px
}
.desctop_adw_holder .spot:last-of-type{
	padding:4px 4px 2px 0
}
.desctop_adw_holder .overlay_close_button{
	border:2px solid #f5f4f5;
	right:-13px;
	top:-3px;
	cursor:pointer
}
.desctop_adw_holder:before{
	content:'Advertisement';
	display:block;
	float:none;
	clear:both;
	background-color:#f5f4f5;
	color:#262626;
	font-size:10px;
	width:100px;
	margin:0 auto;
	line-height:1.5;
	border-radius:3px 3px 0 0
}
.desctop_adw_holder .overlay_close{
	margin:4px auto;
	cursor:pointer
}
.my_story{
	font-size:0;
	left:49.8%;
	margin:-155px 0 0 -310px;
	padding:30px 10px 10px 10px;
	position:absolute;
	top:45%;
	z-index:10
}
.my_story.mobile_banner{
	margin:-50px 0 0 -155px;
	padding:5px
}
.my_story.mobile_banner .spot:last-child{
	display:none
}
.my_story .spots{
	white-space:nowrap;
	display:block;
	height:auto;
	margin:0 0 10px
}
.my_story .read_story{
	background:#f05;
	color:#111;
	cursor:pointer;
	display:block;
	font-size:16px;
	height:33px;
	outline:0 none;
	width:100%;
	text-align:center;
	line-height:33px;
	padding:0;
	width:200px;
	margin:-2px auto;
	border-radius:3px;
	border:0 none;
	color:#fff
}
.my_story .get_story{
	display:block;
	background:#f05;
	cursor:pointer;
	font-size:15px;
	font-weight:700;
	position:absolute;
	color:#fff;
	right:-5px;
	top:17px;
	text-align:center;
	padding:0;
	border:0 none;
	border-radius:49.5%;
	width:32px;
	height:32px;
	border:2px solid #f5f4f5;
	line-height:-2!important;
	padding:2px 0 5px 0
}
.story_name{
	background:#f5f4f5;
	color:#9a9999;
	left:0;
	padding:0 10px;
	position:relative;
	font-size:13px;
	width:140px;
	text-align:center;
	margin:-15px auto 0;
	border-radius:3px 3px 0 0
}
@media screen and (max-width:479px){
	.story_name{
		display:none
	}
}
.my_story .spot{
	display:inline-block;
	vertical-align:top;
	border-bottom:0 none;
	min-width:300px;
	min-height:250px;
	border-bottom:0 none
}
.my_story .spot .spot-content{
	display:inline-block;
	vertical-align:top;
	background-color:#f5f4f5;
	width:300px;
	height:240px;
	margin-bottom:20px
}
.my_story .spot iframe{
	background-color:#f5f4f5;
	diplay:inline-block;
	border:3px solid #f5f4f5!important
}
.my_story .spot.no-border iframe{
	border-right:0 none!important
}
.my_story.full_article iframe{
	height:250px
}
.my_story.mobile_banner iframe{
	height:50px
}
.slow_fade {
	-webkit-transition: opacity 2.3s ease-in-out;
	-moz-transition: opacity 2.3s;
	-o-transition: opacity 2.3s;
	-ms-transition: opacity 2.3s;
	transition: opacity 2.3s;
	opacity:0;
}
.nav-top li a {
	/*line-height:3.4 */
}
@media all and (max-width:1240px) {
	#list_videos_populat_today_videos_items .desktop-thumbs .thumb:last-child, #list_videos_populat_today_videos_items .desktop-thumbs .thumb:first-child, #list_videos_related_videos_items .desktop-thumbs .thumb:last-child, #list_videos_related_videos_items .desktop-thumbs .thumb:first-child {
		 display:none;
	}
}
@media all and (max-width:960px) {
	#list_videos_related_videos_items .desktop-thumbs .thumb:first-child,#list_videos_populat_today_videos_items .desktop-thumbs .thumb:first-child,#list_videos_common_videos_list_items:last-child {
		 display:inline-block 
	}
	.registration-links li a::before {
		display:none !important;
	}
}
@media all and (max-width:640px) {
	#list_videos_related_videos_items .desktop-thumbs .thumb:last-child,#list_videos_populat_today_videos_items .desktop-thumbs .thumb:last-child,#list_videos_common_videos_list_items:last-child {
		display:inline-block 
	}
}
.block-related .container {
	padding:0 0 10px;
}
.block-related span {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 4px 0;
	font-size: 18px;
	line-height: 30px;
}
.block-related a{
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	color: #333;
	font-size: 14px;
	line-height: 30px;
	border-radius: 4px;
	margin: 0 1px 4px 0;
	background: #e0e0e0;
	-webkit-transition: background .3s, color .3s;
	-ms-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}
.block-related a:hover{
	background: #c1c1c1;
}
@media only screen and (max-width:640px){
	.block-related .container {
		padding:0 0 5px;
	}
	.block-related span {
		font-size: 15px;
		line-height: 25px;
	}
	.block-related a{
		font-size:12px;
		line-height:25px;
	}
}
/*.block-related a:after {
	content:',';
}
.block-related a:last-child:after {
	content:'';
}*/
.cs {
	border: 2px solid #B9A100;
	background: #ffb31a;
	margin-bottom: 15px;
}
.cs a {
	display: block;
	color: #211f1e;
	font-size: 14px;
	padding: 5px;
}
.player-related-videos {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 1% 1% 30px 1%;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
}
.player-related-videos .player-related-videos-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.player-related-videos .player-related-videos-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	overflow: hidden;
	color: transparent;
	margin: 0.5%;
	font-size: 16px;
}
.player-related-videos .player-related-videos-item .thumb-title {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 52px;
	overflow: hidden;
	text-align: left;
	padding: 5px;
	color: #ffffff;
	background: -moz-linear-gradient(top, rgba(12, 12, 12, 0.8) 0px, transparent 50px);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0px, rgba(12, 12, 12, 0.8)), color-stop(50px, transparent));
	background: -webkit-linear-gradient(top, rgba(12, 12, 12, 0.8) 0px, transparent 50px);
	background: -o-linear-gradient(top, rgba(12, 12, 12, 0.8) 0px, transparent 50px);
	background: -ms-linear-gradient(top, rgba(12, 12, 12, 0.8) 0px, transparent 50px);
	background: linear-gradient(to bottom, rgba(12, 12, 12, 0.8) 0px, transparent 50px);
}
.player-related-videos .player-related-videos-item:hover .thumb-title {
	display: block;
}
.player-related-videos .player-related-videos-item img {
	display: block;
	width: 100%;
	height: auto;
}
.player-related-videos .player-related-videos-item .duration {
	display: none;
	position: absolute;
	bottom: 2px;
	left: 2px;
	background: rgba(0, 0, 0, 0.6);
	padding: 0 3px;
	margin: 0;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}
.player-related-videos .player-related-videos-item:hover .duration {
	display: block;
}
.player-related-videos.is-mobile .player-related-videos-item {
	width: 40%;
}
.player-related-videos.is-mobile .player-related-videos-item .thumb-title {
	display: block;
	height: 30px;
	padding: 2px;
	font-size: 13px;
	line-height: 16px;
}
.player-related-videos.is-mobile .player-related-videos-item .duration {
	display: block;
	font-size: 12px;
	line-height: 14px;
	padding: 2px 6px;
}

.mobile .kt-player .fp-logo {
	width: 100px;
}

.lds-dual-ring {
	display: block;
	width: 80px;
	height: 80px;
	margin: 100px auto 0;
}
.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 80px;
	height: 80px;
	margin: 1px;
	border-radius: 50%;
	border: 8px solid #fff;
	border-color: #ff1455 transparent #ff1455 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.error_message {
	background: #d42121;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	padding: 10px;
}

.thumb-adv {
	width: 100% !important;
	text-align: center;
	margin: 10px 0;
}


.gender-select {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
	min-width: 130px;
}
.gender-select .select-btn {
	background: #fff;
	font-size: 18px;
	line-height: 54px;
	padding: 0 35px 0 20px;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	color: #555;
}
.gender-select .select-btn span {
	display: inline-block;
	vertical-align: top;
}
.gender-select .select-btn:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 49.5%;
    right: 15px;
    margin-top: -3px;
    border-style: solid;
    border-color: #555 transparent transparent;
    border-width: 6px 5px 0;
}
.gender-select.open .select-btn:after {
	border-color: transparent transparent #555;
	border-width: 0px 5px 6px;
}
.gender-select .dropdown-menu {
	box-shadow: none;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
}


.gender-select .btn-gender {
	background: none;
	color: #555;
	border: none;
	padding: 12px 10px 12px 20px;
	cursor: pointer;
	text-align: left;
	display: block;
	width: 100%;
}
.gender-select .btn-gender.active,
.gender-select .btn-gender:hover {
	background: #f50756;
	color: #fff;
}
.gender-select .btn-gender span {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}

.gender-select i {
	width: 20px;
	font-size: 22px;
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.gender-select .icon-gender-male {
	font-size: 20px;
}

@media only screen and (max-width: 960px) {
	.gender-select .select-btn {
		line-height: 46px;
		padding: 0 25px 0 10px;
		font-size: 17px;
	}
	.gender-select .select-btn:after {
		right: 10px;
	}
	.gender-select i {
		margin: 0 2px 0 0;
	}
	.gender-select .btn-gender {
		padding: 8px 10px 8px 10px;
	}
}
@media only screen and (max-width: 640px) {
	.gender-select {
		margin: 0 5px 0 0;
		min-width: auto;
		width: 60px;
	}
	.gender-select .select-btn {
		line-height: 36px;
	}
	.gender-select .select-btn span {
		display: none;
	}
	.gender-select i {
		font-size: 20px;
	}
	.gender-select .icon-gender-male {
		font-size: 18px;
	}
	.gender-select .btn-gender span {
		font-size: 15px;
	}
	.gender-select .dropdown-menu {
		min-width: 110px;
		box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.3);
	}
}





/*! jQuery UI - v1.11.4 - 2016-02-28*/

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	min-height: 0;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-state-disabled {
	cursor: default !important;
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	z-index: 10000;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 10px 10px 10px 20px;
	cursor: pointer;
	min-height: 0;
	font-size: 15px;
	line-height: 16px;
	color: #868686;
	font-weight: bold;
}

.ui-menu .ui-menu-item:hover {
	color: #fff;
	background: #f05;
}

.ui-menu .ui-menu-item:hover span {
	color: #fff !important;
}

.ui-menu .ui-menu-group:after,
.ui-menu .ui-menu-item:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	height: 1px;
	background: #eee;
}

.ui-menu .ui-menu-item:hover:after {
	background: #f05;
}

.ui-menu .ui-menu-item:last-child:after {
	display: none;
}

.ui-menu .ui-menu-item .sub-item {
	display: block;
	position: relative;
}

.ui-menu .ui-menu-group {
	padding: 8px 20px 8px 10px;
	text-transform: capitalize;
	background: #f3f3f3;
	font-size: 15px;
	color: #7d7d7d;
	margin-top: -1px;
	font-weight: 700;
}

.ui-menu .ui-menu-group i {
    margin: 0 6px 3px 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	border: 0;
	background: #fff;
	color: #666;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 10px 8px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
@media screen and (max-width: 960px) {
	.ui-widget-content {
		position: fixed;
		max-height: calc(100vh - 150px);
		overflow-y: auto;
	}
}

.ui-widget-content a {
	color: #666;
}

.ui-widget-header {
	border: 1px solid #291e3b;
	background: #291e3b;
	color: #f6f6f6;
	font-weight: bold;
}

.ui-widget-header a {
	color: #f6f6f6;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #333;
	background: #291e3b;
	font-weight: normal;
	color: #fff;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #333;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #eee;
	color: #666;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #fff;
	text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #7933cf;
	background: #7933cf;
	font-weight: normal;
	color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #291e3b;
	background: #7933cf;
	color: #fff;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #fff;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #a32d00;
	color: #fff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #fff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #fff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}

.ui-widget-overlay {
	background: #000;
	opacity: .8;
	filter: Alpha(Opacity=80);
}

.ui-widget-shadow {
	margin: -4px 0 0 -4px;
	padding: 4px;
	background: #000;
	opacity: .1;
	filter: Alpha(Opacity=10);
	border-radius: 4px;
}

.ui-menu .ui-menu-item .total-videos {
	color: #bcbcbc;
	font-size: 11px;
	font-style: italic;
	margin: 0 0 0 5px;
}

.ui-menu .ui-menu-item .icon {
	margin: 0 6px 0 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

/*.lazyload,
.lazyloading {
	opacity: 0
}
.lazyloaded {
	opacity: 1;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}*/

.overlay-menu {
    background-color: rgba(200, 200, 200, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
}


/* ---------- Start desktop related ---------- */
.desktop-related-holder {
	margin: 10px 0 0 0;
}
.desktop-related-holder .related-row + .related-row {
	margin-top: 15px;
}
.desktop-related-holder .thumbs {
	margin-left: -4px;
	margin-right: -4px;
}
.desktop-related-holder .thumb {
	padding: 0 4px;
	margin-bottom: 0;
}
.desktop-related-holder .thumb-info {
	padding: 6px 8px;
}

.desktop-related-holder .thumbs.channels .thumb {
	width: 12.5%;
}
.section .desktop-related-holder .thumbs.channels .thumb {
	width: 16.666%;
}
.desktop-related-holder .thumbs.channels .thumb-info .info-channel .channel-name {
	font-size: 14px;
}

.desktop-related-holder .thumbs.models .thumb {
	width: 10%;
}
.section .desktop-related-holder .thumbs.models .thumb {
	width: 12.5%;
}
.desktop-related-holder .thumb-info .info-models .name-model {
	font-size: 14px;
}

@media screen and (max-width: 1240px) {
	.desktop-related-holder .thumbs.channels .thumb {
		width: 16.666%;
	}
	.section .desktop-related-holder .thumbs.channels .thumb {
		width: 25%;
	}
	.desktop-related-holder .thumbs.channels .thumb:nth-last-child(-n+2) {
		display: none;
	}
	.desktop-related-holder .thumbs.models .thumb {
		width: 12.5%;
	}
	.section .desktop-related-holder .thumbs.models .thumb {
		width: 16.666%;
	}
	.desktop-related-holder .thumbs.models .thumb:nth-last-child(-n+2) {
		display: none;
	}
}
@media only screen and (max-width: 960px) {
	.desktop-related-holder .thumbs.channels .thumb {
		width: 20%;
	}
	.section .desktop-related-holder .thumbs.channels .thumb {
		width: 33.333%;
	}
	.desktop-related-holder .thumbs.channels .thumb:nth-last-child(-n+3) {
		display: none;
	}
	.desktop-related-holder .thumbs.models .thumb {
		width: 16.666%;
	}
	.section .desktop-related-holder .thumbs.models .thumb {
		width: 25%;
	}
	.desktop-related-holder .thumbs.models .thumb:nth-last-child(-n+4) {
		display: none;
	}
}

/* ---------- /End desktop related ---------- */


/* ---------- Start mobile related ---------- */
.mobile-related-holder {
	margin: 10px 0 0 0;
}
.mobile-related-holder .related-row + .related-row {
	margin-top: 10px;
}
.mobile-related-holder .thumbs {
	margin-left: -4px;
	margin-right: -4px;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: left;
	justify-content: left;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.mobile-related-holder .thumb {
	padding: 0 4px;
	flex-shrink: 0;
	margin-bottom: 0;
}
.mobile-related-holder .thumb-info {
	padding: 4px 6px;
}

.mobile-related-holder .thumbs.channels .thumb {
	width: 150px;
}
.mobile-related-holder .thumbs.channels .thumb-info .info-channel .channel-name {
	font-size: 13px;
	line-height: 16px;
}

.mobile-related-holder .thumbs.models .thumb {
	width: 125px;
}
.mobile-related-holder .thumb-info .info-models .name-model {
	font-size: 13px;
	line-height: 16px;
}
/* ---------- /End mobile related ---------- */


.list-searches {
	font-size: 0;
}
.list-searches a {
	color: #353535;
	background: #f5f4f5;
	padding: 0 10px;
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 30px;
	-webkit-transition: background .3s, color .3s;
	-ms-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}
.list-searches a:hover {
	background: #c1c1c1;
}
@media only screen and (max-width:640px){
	.list-searches a {
		font-size:12px;
		line-height:25px;
	}
}

.deleted-video {
	margin: 15px 0 0 0;
}
.deleted-video .del-title {
	margin: 0 0 10px;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 400;
	color: #666;
}
.deleted-video .del-message {
	background: #fff;
	border: 1px solid #d1d1d1;
	text-align: center;
	font-size: 16px;
	line-height: 1.2;
	padding: 20px 10px;
	border-radius: 6px;
}
@media only screen and (max-width: 640px) {
	.deleted-video {
		margin: 10px 0 0 0;
	}
	.deleted-video .del-title {
		font-size: 20px;
		margin: 0 0 5px;
	}
	.deleted-video .del-message {
		padding: 15px 5px;
	}
}

.subscribe {
	background: #463b5a;
	margin: -10px 0 0 0;
	border-radius: 4px;
	overflow: hidden;
}
.subscribe.single {
	margin: 15px 0 -20px;
}
.subscribe .text {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 10px;
	float: right;
	min-width: 40px;
	text-align: center;
}
.btn-subscribe {
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	text-transform: uppercase;
	background: #f05;
	padding: 11px 15px 11px 30px;
	align-items: center;
	line-height: 20px;
	transition: background .3s;
	display: block;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.btn-subscribe.js-unsubscribe {
	background: #6f6e6e;
}
.btn-subscribe.hidden {
	display: none;
}
.btn-subscribe:hover {
	opacity: .9;
}
.btn-subscribe i {
	font-size: 14px;
	position: absolute;
	left: 12px;
	top: 14px;
}
.btn-subscribe span {
	position: relative;
	top: 1px;
}
.kt-player .fp-controls .fp-timeline-tooltip {
    bottom: 48px !important;
}




.model-profile {
	position: relative;
	overflow: hidden;
	z-index: 1;
	float: left;
	width: 284px;
	margin-right: 18px;
}
.model-profile .result-vote {
	line-height: 28px;
}
.model-profile.mobile .result-vote {
	line-height: 20px;
} 
.model-profile .wrap-title {
	float: none;
	max-width: none;
}
.model-profile .avatar {
	margin: 18px 0 0;
	border-radius: 6px;
	overflow: hidden;
}
.model-profile .avatar img {
	width: 100%;
}
.model-profile .subscribe {
	margin: 10px 0 0 0;
}
.model-profile .rating-title {
	text-align: center;
	float: none;
	position: relative;
	padding: 0;
	margin: 10px 0 0;
}
.model-profile.mobile .rating-title {
	margin: 5px 0 0;
}
.model-profile .rating-title img {
	width: 28px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.model-profile .specifics {
	background: #fff;
	padding: 0 10px;
	margin: 10px 0 0 0;
	border-radius: 6px;
	font-size: 15px;
	line-height: 20px;
}
.model-profile .item-specifics {
	overflow: hidden;
	padding: 12px 0;
	border-bottom: 1px dotted #abaaab;
}
.model-profile .item-specifics:last-child {
	border-bottom: none;
}
.model-profile .item-specifics .text {
	color: #000;
}
.model-profile .item-specifics:first-child {
	margin-top: 0;
}
.model-profile .item-key {
	float: left;
	margin: 0 10px 0 0;
}
.model-profile .item-specifics.socials .item-key {
	margin: 6px 10px 0 0;
}
.model-profile .item-value {
	overflow: hidden;
	text-align: right;
	color: #000;
}
.model-profile .item-value.no-overflow {
	overflow: visible;
}
.model-profile .item-value .ico-lang {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 3px 0 0;
}
.model-profile .item-value .ico-lang img {
	display: block;
}
@media screen and (max-width: 640px) {
	.model-profile {
		float: none;
		width: 100%;
		margin: 0 0 10px;
	}
}
.model-socials {
	text-align: right;
	font-size: 0;
}
.model-socials .icon-social {
	font-size: 30px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	opacity: 0.9;
	transition: opacity .3s;
	margin: 0 0 0 5px;
}
.model-socials .icon-social:first-child {
	margin: 0;
}
.model-socials .icon-social:hover {
	opacity: 1;
}
.model-socials .svg-icon {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}



.section {
    float: left;
    width: 100%;
    margin: 0 0 0 -302px;
    padding: 0 0 0 302px;
}
.section .thumb {
	width: 25%;
}
@media only screen and (max-width:1080px) {
	.section .thumb {
		width: 33.333%;
	}
}
@media screen and (max-width: 640px) {
	.section {
		float: none;
		margin: 0;
		padding: 0;
	}
	.section .thumb {
		width: 49.5%;
	}
}
@media screen and (max-width: 480px) {
	.section .thumb {
		width: 100%;
	}
}

.model-profile.mobile .wrap-title {
	margin: 0 0 3px;
}
@media only screen and (max-width: 480px) {
	.model-profile.mobile .wrap-title {
		margin: 0 0 8px;
	}
}
.model-profile.mobile .block-avatar {
	float: left;
	width: 140px;
	margin: 0 10px 0 0;
}
.model-profile.mobile .avatar {
	margin: 0;
}
.model-profile.mobile .rating-title img {
	width: 20px;
}
.model-profile.mobile .specifics {
	overflow: hidden;
	margin: 0;
	font-size: 13px;
	line-height: 18px;
}
.model-profile.mobile .item-specifics {
    padding: 6px 0;
}
.model-profile.mobile .item-specifics .text {
    overflow: hidden;
    color: #000;
}
.model-profile.mobile .item-specifics .text.full {
	max-height: none !important;
}
.model-profile.mobile .item-specifics .text a {
	color: #f05;
}
.model-profile.mobile .item-key {
	margin: 0 5px 0 0;
}
.model-profile.mobile .item-specifics.socials .item-key {
	margin: 4px 5px 0 0;
}
.model-profile.mobile .item-value {
	text-align: left;
	overflow: visible;
	text-align: right;
}

.model-profile.mobile .subscribe {
	margin: 5px 0 0 0;
}
.model-profile.mobile .btn-subscribe {
	font-size: 12px;
	padding: 5px;
}
.model-profile.mobile .btn-subscribe i {
	position: static;
	font-size: 12px;
	float: left;
	margin: 4px 3px 0 0;
}
.model-profile.mobile .subscribe .text {
	padding: 5px;
	min-width: 20px;
}
.model-profile.mobile .model-socials .icon-social {
	font-size: 24px;
	opacity: 1;
	margin: 0 0 0 5px;
}

.read-more {
	display: none;
	color: #666;
	cursor: pointer;
	background: none;
	border: none;
	font-size: 13px;
	text-align: right;
}
.read-more.shown {
	display: block;
}
.read-more .text-less {
	display: none;
}
.read-more.active .text-more {
	display: none;
}
.read-more.active .text-less {
	display: block;
}