html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
:focus{
	outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{
	color: rgb(167, 167, 167);
}
input:-moz-placeholder,
textarea:-moz-placeholder
{
	opacity: 1;
	color: #000;
}
input::-moz-placeholder,
textarea::-moz-placeholder
{
	opacity: 1;
	color: #000;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder
{
	color: #000;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder
{
	color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder
{
	color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder
{
	color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder
{
	color: transparent;
}
input.placeholder,
textarea.placeholder
{
	color: #000 !important;
}
html{
	-webkit-text-size-adjust: 100%;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	min-width: 320px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
}
*{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.eot');
  src:  url('icomoon.eot#iefix') format('embedded-opentype'),
    url('icomoon.ttf') format('truetype'),
    url('icomoon.woff') format('woff'),
    url('icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}




[class^="icon-"], [class*=" icon-"] {
  
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-play:before {
  content: "\e900";
}
.icon-people:before {
  content: "\e901";
}
.icon-video-camera:before {
  content: "\e902";
}
.icon-home:before {
  content: "\e903";
}
.icon-search2:before {
  content: "\e904";
}
.icon-menu2:before {
  content: "\e905";
}
.icon-cross:before {
  content: "\e906";
}
.icon-chevron-left:before {
  content: "\e907";
}
.icon-info:before {
  content: "\e908";
}
.icon-like:before {
  content: "\e909";
}
.icon-chevron-right:before {
  content: "\e90a";
}
.icon-6:before {
  content: "\e90b";
}
.icon-eye3:before {
  content: "\e90c";
}
.icon-arrow-down:before {
  content: "\e90d";
}
.icon-network:before {
  content: "\e90e";
}
.icon-video-camera2:before {
  content: "\e914";
}
.icon-folder:before {
  content: "\e92f";
}
.icon-price-tag:before {
  content: "\e935";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-display:before {
  content: "\e956";
}
.icon-search:before {
  content: "\e986";
}
.icon-link:before {
  content: "\e9cb";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-eye2:before {
  content: "\e9cf";
}
.icon-heart:before {
  content: "\e9da";
}
.icon-info2:before {
  content: "\ea0c";
}
.icon-flag:before {
  content: "\f024";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-comment:before {
  content: "\f075";
}
.icon-comment2:before {
  content: "\f076";
}
.icon-share-alt-square:before {
  content: "\f1e1";
}

.icon-user:before {
  content: "\e008";
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        -webkit-box-orient: vertical;
	        -webkit-box-direction: normal;
	        flex-direction: column;
	height: 100vh;
}
body{
	background: #0a0a0a;
	font: 15px/1 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 300;
}
.ps_1{width: 1200px; margin: 0 auto;}
.container{
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
}
header, footer {
	-ms-flex-negative: 0;
	        -webkit-flex-shrink: 0;
	        flex-shrink: 0;
}
.fixed {
	position: absolute;
	z-index: 3;
	width: 100%;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}


.header {
	height: 68px;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
header .registration-links{
	float: right;
}
header .wrap-nav-top{
	background: #262626;
}
header .registration-links li{
	float: left;
}
header .registration-links li a:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #5609a7;
	z-index: 1;
	-webkit-transition: height .2s;
	-o-transition: height .2s;
	transition: height .2s;
}
header .registration-links>li>a:hover,
header .registration-links>li.active>a {
	color: #fff;
}
header .registration-links li a:hover:before,
header .registration-links li.active a:before {
	height: 100%;
}
header .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;
	-o-transition: color .2s;
	transition: color .2s;
}
header .registration-links li a>* {
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: middle;
}
header .registration-links li:not(.user) a {
	background: #313131;
}

.logo { float: left; margin: 15px 65px 10px -15px;z-index: 9;position: relative;}
.logo a { color: #ffffff; text-transform: uppercase; font-size: 300%; height: 200px; line-height: 30px; font-weight: 900;}
.logo a span { color: #ff0055; font-size: 105%;}
.logo sup {
	margin: 0 auto; 
	font-size: 12px;
	padding: 0 auto; 
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height:15px;
	transform: rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	-moz-transform:rotate(-45deg); 
	-webkit-transform:rotate(-45deg); 
	-o-transform:rotate(-45deg); 
	width: 30px;
	display: block;
	background: #286090;
	position: relative;
	top: -18px;
	left:105px;
	z-index: 200
}

.header-holder .menu{
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	top: 65px;
}

.fixed .menu{
	overflow: visible;
}
.header-holder .main-menu{
	float: right;
	font-size: 0;
	margin-left: 65px;
}
.header-holder .main-menu li>a{
	display: block;
	height: 112px;
	padding: 45px 0 40px;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: #eee;
	-webkit-transition: background .3s,color .3s;
	-o-transition: background .3s,color .3s;
	transition: background .3s,color .3s;
}
.fixed .main-menu li>a{
	display: block;
	height: 68px;
	padding: 25px 0 10px;
	font: 700 14px/20px 'Montserrat', sans-serif;
	font-weight: normal;
	position: relative;
	text-transform: uppercase;
	color: #eee;
	-webkit-transition: background .3s,color .3s;
	-o-transition: background .3s,color .3s;
	transition: background .3s,color .3s;
}

.fixed .main-menu li>a:hover {
	color: #ff0055;
}

.fixed .main-menu li .inner i {
	font-size: 6px;
	display: inline-block;
	margin: 0 10px 0 -5px;
	vertical-align: middle;
}

.fixed .main-menu li a .stick {
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
}

.fixed .main-menu li a .stick span {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
    color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #ff0055;
}

.fixed .main-menu li a .Hot {
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
}

.fixed .main-menu li a .Hot span {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
    color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #286090;
}

.fixed .main-menu ul {
	float: left;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.fixed .main-menu .icon {
	float: right;
	padding: 16px 0 0;
}
@media screen and (min-width: 1025px){
	.main-menu li:before,
	.main-menu li:after {
		display: table;
		content: "";
	}
	.main-menu li:after {
		clear: both;
	}
	.dropable {
	    position: absolute;
	    top: 100%;
	    right: 0;
	    left: 0;
	    visibility: hidden;
	    padding: 10px 0;
	    -webkit-transition: -webkit-transform .3s, opacity .3s, visibility .3s;
	    -o-transition: -o-transform .3s, opacity .3s, visibility .3s;
	    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
	    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
	    -o-transition: transform .3s, opacity .3s, visibility .3s;
	    transition: transform .3s, opacity .3s, visibility .3s;
	    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
	    -webkit-transform: translateY(110%);
	    -ms-transform: translateY(110%);
	    transform: translateY(110%);
	    opacity: 0;
	    border-bottom-right-radius: 4px;
	    border-bottom-left-radius: 4px;
	    background: #000000;
	    float: none;
	   	will-change: transform;
	   	-webkit-backface-visibility: hidden;
	   	        backface-visibility: hidden;
	}
	.main-menu .item:hover .dropable {
	    visibility: visible;
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	    opacity: 1;
	    width: 100%;
	    -webkit-backface-visibility: hidden;
	            backface-visibility: hidden;
	}
	
	.main-menu .item:hover .dropable.video {
		width: 129%;
		left: -16px;
	}

	.fixed .main-menu ul .item:hover .text, 
	.fixed .main-menu ul .item:hover .text + i {
		color: #ff0056;
	}
	.fixed .dropable .drop-item {
	    font-size: 14px;
	    font-weight: 400;
	    position: relative;
	    text-align: center;
	    display: block;
	}
	.fixed .dropable .drop-item:hover {
		background: #ff0055;
	}
	.fixed .dropable .drop-item:hover a {
		color: #fff;
	}
	.fixed .dropable .drop-item a {
		font-size: 12px;
		height: auto;
		position: relative;
		z-index: 2;
		display: block;
		padding: 6px 0;
		-webkit-transition: color .2s, background .2s;
		-o-transition: color .2s, background .2s;
		transition: color .2s, background .2s;
		color: white;
	}
	.fixed .dropable .drop-item a span {
		font-weight: 700;
	}
	.nav_items .inner {
	    font-size: 0;
	    position: relative;
	    display: block;
	    padding: 0 12px;
	    -webkit-transition: color .3s;
	    -o-transition: color .3s;
	    transition: color .3s;
	    color: #fff;
	}
	.main-menu li.active>a .text:before {
		bottom: -41px;
		background: #9e79c5;
	}

	.fixed .main-menu li.active>a .text:before {
		bottom: -26px;
		background: rgba(0, 0, 0, 0);
	}

	.main-menu li>a .text:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 5px;
		left: 0;
		bottom: -5px;
		-webkit-transition: background .2s,bottom .2s;
		-o-transition: background .2s,bottom .2s;
		transition: background .2s,bottom .2s;
	}
	.fixed .main-menu li>a .text:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 5px;
		left: 0;
		bottom: -5px;
		-webkit-transition: background .2s,bottom .2s;
		-o-transition: background .2s,bottom .2s;
		transition: background .2s,bottom .2s;
	}
	.main-menu li:not(.active)>a:hover .text:before,
	.main-menu li.open:not(.active)>a .text:before {
		bottom: -41px;
		background: #c7c7c7;
	}

	.fixed .main-menu li:not(.active)>a:hover .text:before,
	.fixed .main-menu li.open:not(.active)>a .text:before {
		bottom: -26px;
		background: rgba(0, 0, 0, 0);
	}
}
.main-menu li{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.main-menu .item {
	position: relative;
}
.main-menu li.mobile-link{
	display: none;
}
.main-menu li>a .text{
	padding: 0 25px;
	position: relative;
	display: inline-block;
	z-index: 2;
}
.fixed .main-menu li>a .text{
	padding: 0 10px;
	position: relative;
	display: inline-block;
	z-index: 2;
	vertical-align: middle;
	font-weight: 700;
}
.fixed .main-menu .active>a .text,
.fixed .main-menu .active>a i {
	color: #ff0056;
}
.menu .search-form{
	position: relative;
	overflow: hidden;
	margin: 30px 0;
}
.fixed .menu .search-form{
	position: relative;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px 0 0;
}
.search-form .search-text {
	width: 100%;
	height: 52px;
	border: none;
	padding: 5px 47px 5px 12px;
	background: #31343b;
	font-size: 15px;
	color: rgb(167, 167, 167);
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}
.fixed .search-form .search-text {
	width: 100%;
	height: 52px;
	border: 1px solid #48494e;
	border-radius: 3px;
	padding: 5px 47px 5px 12px;
	background: #131415;
	font-size: 15px;
	color: rgb(167, 167, 167);
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}
.search-form .search-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
	height: 52px;
	width: 52px;
	cursor: pointer;
	padding: 0;
	border: none;
	background: none;
}
.fixed .search-form .search-btn {
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 1;
	height: 52px;
	width: 52px;
	cursor: pointer;
	padding: 0;
	border: 1px solid #48494e;
	background: #000;
	border-radius: 0 3px 3px 0;
}
.search-form .search-btn i{
	font-size: 24px;
	color: #9e79c5;
	display: inline-block;
	transition: -webkit-transform .3s;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.fixed .search-form .search-btn i{
	font-size: 24px;
	color: #fff;
	display: inline-block;
	transition: -webkit-transform .3s;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}
.search-form .search-btn:hover i{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.top-spot{
	text-align: center;
	padding: 10px 0 0;
	display: none;
}
.top-spot .adv{
	display: inline-block;
	vertical-align: middle;
}
.top-spot .adv img{
	display: block;
	width: 100%;
	height: auto;
}
.main{
	-webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	        -webkit-box-flex: 1;
	        flex: 1 0 auto;
	background: #cecfd2;
}
.main-holder{
	padding-bottom: 15px;
}
.headline{
	margin: 10px 0 10px 0;

	position: relative;
}

.headline .title{
	float: left;
	font-size: 16px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
	width: 60%;
}
.headline i{
	margin-right: 10px;
}
.headline i,
.headline span{
	display: inline-block;
	vertical-align: bottom;
}
.headline span{
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	width: 100%;
}
.headline .sort{
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.headline .sorting {
	float: right;
	font-size: 14px;
	cursor: pointer;
	background: #000000;
	padding: 0 10px;
	color: #fff;
	-webkit-transition: background .2s linear, color .2s linear;
	-o-transition: background .2s linear, color .2s linear;
	transition: background .2s linear, color .2s linear;
	position: relative;
	border-radius: 3px;
	min-width: 150px;
}
.headline .sorting span {
	width: auto;
	line-height: 23px;
}
.headline .sorting .drop {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #0e0e11;
	border-radius: 0 0 3px 3px;
	z-index: 2;
	overflow: hidden;
}
.headline .sorting:hover .drop {
	display: block;
}
.headline .sorting a {
	display: block;
	color: #fff;
	padding: 0 10px;
	font-size: 14px;
	line-height: 22px;
}
.headline .sorting i{
	display: block;
	line-height: 21px;
	font-size: 12px;
	float: right;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin: 0 0 0 5px;
}
@media screen and (min-width: 1025px){
	.headline .sorting a:hover,
	.headline .sorting:hover {
		background: #ff0055;
		color: #fff;
	}
	.headline .sorting:hover{
		border-radius: 3px 3px 0 0;
	}
}
.thumbs-holder,
.categories,
.cs-holder{
	text-align: left;
	font-size: 0;
	margin: -7px 0 0 -7px;
}
.adv-right{
	float: right;
	width: 300px;
	margin: 7px 0 0 7px;
}
.adv-right .spot{
	margin-bottom: 24px;
	position: relative;
}
.adv-right .spot:last-child{
	margin-bottom: 0;
}
.adv-right .spot:before{
	content: "ad";
	position: absolute;
	left: 0;
	top:0;
	font-size: 13px;
	color: #fff;
	background: #929292;
	padding:5px 10px;
}
.adv-right img,
.cs-thumb img{
	width: 100%;
	height: auto;
	display: block;
}
.thumbs-holder .thumb-wrap,
.categories .cat-wrap,
.cs-holder .cs-wrap{
	display: inline-block;
	vertical-align: top;
	width: 16.666%;
	padding: 7px 0 0 7px;
	font-size: 12px; 
}

.thumbs-holder .thumb-wrap.new {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 7px 0 0 7px;
	font-size: 12px;
}

.cs-holder .cs-thumb,
.categories .cat,
.thumbs-holder .thumb{
	display: block;
	position: relative;
	-webkit-transition: -webkit-box-shadow .2s linear;
	transition: -webkit-box-shadow .2s linear;
	-o-transition: box-shadow .2s linear;
	transition: box-shadow .2s linear;
	transition: box-shadow .2s linear, -webkit-box-shadow .2s linear;
	overflow: hidden;
	
}
.thumb:hover .img-holder .rating{
	right: 0;
}
.cs-holder .cs-thumb:hover,
.categories .cat:hover,
.thumbs-holder .thumb:hover{
	-webkit-box-shadow: 0px 0px 28px -4px rgba(0,0,0,0.75);
	        box-shadow: 0px 0px 28px -4px rgba(0,0,0,0.75);
}


.thumbs-holder .thumb:hover .title span{
	color: #000;
}
.cs-thumb img,
.cat img,
.thumb img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%; 
}
.thumb-wrap.new-second img {
	-webkit-transition: opacity .3s,-webkit-transform .3s;
	transition: opacity .3s,-webkit-transform .3s;
	transition: opacity .3s,transform .3s;
	transition: opacity .3s,transform .3s,-webkit-transform .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


.cat-wrap .label {
	position: relative;
	padding: .3125rem;
	font-size: .75rem;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
	color: #fff;
    background-color: #286090;
    top: 3px;
    left: 3px;
    font-size: .6875rem;
    position: absolute;
}



.cs-wrap .img-holder,
.cat .img-holder{
	padding-bottom: 56%;
	display: block;
	position: relative;
}
.thumb .img-holder{
	padding-bottom: 56%;
	display: block;
	position: relative;
	overflow: hidden;
}
.thumb .img-holder i{
	font-size: 12px;
	margin-right: 5px;
}

.thumb-wrap.new-second .img-holder i {
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale3d(.4,.4,1);
    transform: translate(-50%,-50%) scale3d(.4,.4,1);
    font-size: 2.5rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    color: #ff0055;
}

.thumb-wrap.new-second .thumb:hover i {
	-webkit-transform: translate(-50%,-50%) scale3d(1,1,1);
    transform: translate(-50%,-50%) scale3d(1,1,1);
    opacity: 1;
    visibility: visible;
}

.thumb .img-holder .rating{
	position: absolute;
	right: -60px;
	top: 10px;
	background: rgba(158, 121, 197, 0.8);
	color: #fff;
	padding: 5px 10px;
	-webkit-transition: right .2s linear;
	-o-transition: right .2s linear;
	transition: right .2s linear;
}

.thumb-wrap.new-second .img-holder .rating {
	right: 3px;
    bottom: 3px;
    top: auto;
    color: #1d232a;
    background-color: rgba(255,255,255,.8);
    padding: .3125rem;
    font-size: .75rem;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.thumb-wrap.new-second .img-holder .vip {
	padding: .3125rem;
	font-size: .75rem;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
	color: #fff;
    background-color: #ff0055;
    top: 3px;
    right: 3px;
    font-size: .6875rem;
    position: absolute;
	font-weight:bold;
}
.thumb-wrap.new-second .img-holder .Free {
	padding: .3125rem;
	font-size: .75rem;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
	color: #1d232a;
    background-color: rgba(255,255,255,.8);
    top: 3px;
    right: 3px;
    font-size: .6875rem;
    position: absolute;
	font-weight:bold;
}

.thumb-wrap.new-second .img-holder .label {
	padding: .3125rem;
	font-size: .75rem;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
	color: #fff;
    background-color: #286090;
    top: 3px;
    left: 3px;
    font-size: .6875rem;
    position: absolute;
}
.thumb .img-holder .time{
	position: absolute;
	top: 10px;
	left: 0;
	background: rgba(0, 0, 0, .55);
	color:#eee;
	padding: 5px 10px;
	-webkit-transition: top .2s linear;
	-o-transition: top .2s linear;
	transition: top .2s linear;
}

.thumb-wrap.new-second .img-holder .time {
	bottom: 3px;
	left: 3px;
	top: auto;
    color: #1d232a;
    background-color: rgba(255,255,255,.8);
    padding: .3125rem;
    font-size: .75rem;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.thumb-wrap.new .thumb-rating-holder {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #12121a;
    font-size: 11px;
    font-weight: 500;
}

.thumb-wrap.new .thumb-rating {
    width: 47px;
    height: 47px;
}

.thumb-wrap.new .thumb-rating > svg {
    width: 100%;
    display: block;
}

.thumb-wrap.new .thumb-rating-holder .progressbar-text {
    color: #12121a!important;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    opacity: 0.9;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
}

.thumb .title {
	padding: 5px 10px;
	background: #fff;
	-webkit-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
}

.thumb-wrap.new-second .title {
	padding: 0;
}
.thumb .title span{
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: block;
	line-height: 16px;
	color: rgb(35, 35, 35);
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
	padding: .625rem .625rem 0 .625rem;
	margin: 0 0 .625rem;
    transition: color .3s;
    min-height: 58px;
}

.thumb-wrap.new-second .title span {
	white-space: nowrap;
	color: #4a545a;
	font-size: .850rem;
    line-height: 1.375em;
    font-family: 'Montserrat', Arial, sans-serif;
    height: auto;
    min-height: auto;
}
.thumb .title .statistic{
	overflow: hidden;
	margin: 5px 0 0 0;
	color: rgb(35, 35, 35);
	font-size: 12px;
	line-height: 16px;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}
.thumb-wrap.new-second .title .statistic {
	border-top: 1px dashed #dbe0e4;
    padding: .3125rem .625rem;
    font-size: .625rem;
    color: #8a96a0;
    font-family: 'Montserrat', Arial, sans-serif;
    margin: 0;
}

.thumb .title .views{
	float: left;
}
.thumb .title .time {
	float: left;
	margin: 0 0 0 5px;
}

.thumb .title .date{
	float: right;
}

.thumb-wrap.new-second .title .views {
	float: right;
}

.thumb-wrap.new-second .title .date {
	float: left;
}
.thumb .title .statistic i{
	margin: 0 5px 0 0;
}
.pagination{
	text-align: center;
	padding: 15px 0 0;
	font-size: 0;
}
.pagination li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background: #000000;
	
	overflow: hidden;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	position: relative;
	z-index: 1;
}
.pagination li:last-child{
	margin-right: 0;
}
.pagination li a{
	line-height: 40px;
	display: block;
	min-width: 48px;
	color: #eee;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	z-index: 3;
	position: relative;
}
.pagination .active a{
	background: #ff0055;
}
.pagination li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    content: '';
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.5,1);
    -ms-transform: scale(.5,1);
    transform: scale(.5,1);
    background: #ff0055;
    z-index: 2;
}
.pagination li:not(.active):hover::before {
    opacity: 1;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.pagination .active span{
	line-height: 40px;
	display: table-cell;
	vertical-align: middle;
	min-width: 48px;
	background: #ff0055;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
}
.cs-thumb:hover .title,
.cat:hover .title{
	
	color: #000;
}
.cs-thumb .title,
.cat .title{
	padding: 5px 10px;
    background: #fff;
    -webkit-transition: color .2s linear, background .2s linear;
    -o-transition: color .2s linear, background .2s linear;
    transition: color .2s linear, background .2s linear;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: block;
    line-height: 16px;
    color: rgb(35, 35, 35);
}

.cs-thumb .videos,
.cat .videos{
	float: right;
}

.cat .videos i,
.cs-thumb .videos i{
	margin-right: 5px;
}
.cat-wrap .title i{
	margin-right: 5px;
}
.cat-wrap .vip {
	padding: .3125rem;
	font-size: .75rem;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
	color: #fff;
    background-color: #ff0055;
    top: 3px;
    right: 3px;
    font-size: .6875rem;
    position: absolute;
	font-weight:bold;
}
.cs-thumb:hover .title,
.cat:hover .title{
	bottom: -30px;
}

.more-btn-wrap{
	text-align: center;
	padding: 1px 0 0;
	cursor: pointer;
}
.more-btn{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background: #000000;
	
	line-height: 45px;
	font-size: 14px;
	color: #eee;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
	webkit-transition: background .3s;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.more-btn strong{
	z-index: 3;
	position: relative;
}
.more-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    content: '';
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.5,1);
    -ms-transform: scale(.5,1);
    transform: scale(.5,1);
    background: #ff0055;
    z-index: 2;
}
.more-btn:hover::before {
    opacity: 1;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.top-searches{
	font-size: 0;
	text-align: justify;
}
.top-searches li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}
.top-searches li:after{
	content: ",";
	font-size: 14px;
	color:#888a93;
}
.top-searches li:last-child:after{
	content: ".";
	font-size: 14px;
	color:#888a93;
}
.top-searches a{
	font-size: 14px;
	color:#888a93;
	line-height: 30px;
	webkit-transition: color .3s;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
.top-searches a:hover{
	color: #fff;
	text-decoration: underline;
}
.top-list ul{
	width: 20%;
	float: left;
	padding: 0 2px 2px 0;
}
.top-list li{
	display: block;
	margin-bottom: 2px;
}
.top-list li:last-child{
	margin-bottom: 0;
}
.top-list li a{
	display: block;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	background: #fff;
	
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	webkit-transition: color .3s, background .3s, border .3s;
	-webkit-transition: color .3s, background .3s, border .3s;
	-o-transition: color .3s, background .3s, border .3s;
	transition: color .3s, background .3s, border .3s;
	line-height: 44px;
	padding-right: 5px;
	color: rgb(35, 35, 35);
}
.top-list a span{
	width: 50px;
	display: block;
	float: left;
	text-align: center;
	color: #494c4e;
	margin-right: 5px;
	webkit-transition: color .3s, background .3s;
	-webkit-transition: color .3s, background .3s;
	-o-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}
.top-list a:hover{
	color: #fff;
	background: #ff0055;
	
}
.top-list a:hover span{
	color: #fff;
	background: #000000;
}
.main-holder .about{
	font-size: 12px;
	color: #0f0f10;
	line-height: 20px;
	text-align: justify;
	padding: 0 0 0 0;
}
.about .row{
	margin-bottom: 10px;
}
.about .row:last-child{
	margin-bottom: 0;
}
.adv-bottom{
	font-size: 0;
	text-align: center;
    padding-bottom: 5px;
}
.adv-bottom .spot{
	display: inline-block;
	vertical-align: middle;
	margin: 2px;
}
.spot img{
	display: block;
	height: auto;
	width: 100%;
}
footer{
	background: #000000;
	-webkit-box-shadow: 0px -8px 34px -8px rgba(0,0,0,0.75);
	        box-shadow: 0px -8px 34px -8px rgba(0,0,0,0.75);
	z-index: 3;
}
.footer-holder{
	padding: 20px 0;
}
.bottom-holder .logo{
	float: left;
	margin: 0 15px 0 -7px;
}
.bottom-wrap{
	overflow: hidden;
}
.bottom-holder .bottom-nav{
	text-align: right;
	font-size: 0;
	padding: 5px 0 0 0;
}
.bottom-nav li{
	display: inline-block;
	vertical-align: middle;
}
.bottom-nav li{
	margin-right: 5px;
}
.bottom-nav li:after{
	content: "|";
	font-size: 13px;
	color: rgb(167, 167, 167);
	margin: 0 0 0 5px;
}
.bottom-nav li:last-child{
	margin: 0;
}
.bottom-nav li:last-child:after{
	display: none;
}
.bottom-nav li a{
	font-size: 13px;
	color: #eee;
}
.bottom-nav li a:hover{
	color: #e4e4e4;
	text-decoration:underline;
}
.bottom-wrap .text{
	font-size: 11px;
	color: rgb(136, 135, 135);
	display: block;
	line-height: 14px;
	margin-top: 15px;
	text-align: right;
}
.m-menu{
	position: absolute;
	right: 1;
	top:20px;
	font-size: 27px;
	color: #dddddd;
	display: none;
}
.m-search{
	position: absolute;
	right: 12px;
	top: 29px;
	font-size: 23px;
	color: #dddddd;
	display: none; 
}
.fixed .m-search{
	position: absolute;
	right: 12px;
	top: 21px;
	font-size: 23px;
	color: #dddddd; 
}
.m-sort{
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 20px;
	color: #000000;
	display: none;
}
.m-sort i{
	margin-right: 0;
}
.active{
	color: #9e79c5;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{
	max-width: 500px!important;
	width: 100%!important;
}
.mfp-wrap .mfp-content{
	background: #000000;
	padding: 15px;
}
.mfp-content h1{
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 15px;
}
.mfp-content p{
	margin-bottom: 15px;
}
.mfp-content input,
.mfp-content textarea{
	display: block;
	width: 100%;
	height: 25px;
	border: none;
	background: #e4e4e4;
	font-size: 12px;
	color: #797884;
	padding: 5px 10px;
	font-family: 'Montserrat', sans-serif;
}
.mfp-content textarea{
	height: 80px;
	font-family: 'Montserrat', sans-serif;
}
.mfp-content li{
	margin-bottom: 10px;
}
.mfp-content label{
	margin-bottom: 5px;
	display: block;
}
.btn-wrap{
	text-align: center;
}
.btn-wrap button{
	border: 0;
	background: none;
}
.btn-wrap a{
	font-size: 16px;
    color: #286090;
}
.btn-wrap .send{
	background: #ff0055;
	color: #fff;
	padding: 10px 30px;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}
.btn-wrap .send:hover {
	background: #121212;
}
.btn-wrap .captcha-control{
	float: left;
}
.btn-wrap .captcha-control img{
	float: left;
	margin: 0 0 5px 0;
}
.headline .sort .sort-item.hidden{
	display: none;
}
.mfp-close-btn-in .mfp-close{
	color: #fff!important;
}
.video-holder .headline .title{
	display: block;
	text-align: left;
}
.video-holder .headline span{
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: block;
	width: 99%;
}
.video-holder{
	overflow:hidden;
}
.video-holder.columns{
	display: table;
	width: 100%;
	margin-top: 4px;
}
.video-holder .column{
	display: table-cell;
	vertical-align: top;
}
.video-holder .second{
	width: 1%;
	white-space: nowrap;
}
.video-holder .first{
	width: 16.8%;
}
.video-holder .thumb-wrap{
	display: block;
	width: 100%;
}
.video-holder .related-player{
	padding: 0 7px 0 0;
}
.video-holder .related-player .thumb .title span{
	white-space: inherit;
	height: 17px;
	position: relative;
}
.video-holder .video{
	overflow: hidden;
}
.video img{
	display: block;
	width: 100%;
	height: auto;
}
.video-holder .adv{
	width: 307px;
	padding: 0 0 0 7px;
}
.player-holder{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.player-holder .player-adv-holder{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 615px;
	height: 290px;
	font-size: 0;
	padding: 5px;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #000000;
	z-index: 1000;
}
.player-holder .player-adv .spot{
	display: inline-block;
	vertical-align: middle;
}
.player-holder .player-adv .spot:first-child{
	margin-right: 5px;
}
.player-holder .player-adv .btn{
	height: 25px;
	display: block;
	text-transform: uppercase;
	text-align: center;
	margin-top: 5px;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	background: #232323;
}
.player-holder .player-adv .btn:hover{
	background: #ff0055;
}
.player-holder .cross{
	position: absolute;
	top: -20px;
	right: -20px;
}
.adv .adv-title{
	margin: 10px 0 7px;
	background: #94005b;
	display: block;
	padding: 10px;
	font-size: 13px;
	text-align: center;
	font-weight: 400;
}
.adv .spot{
	margin-bottom: 7px;
}
.adv .spot:last-child{
	margin-bottom: 0;
}
.headline .report{
	display: inline-block;
	vertical-align: middle;
	background: #1e1831;
	padding: 10px;
	min-width: 100px;
	color: #c5afd7;
	font-size: 13px;
	font-weight: 400;
	webkit-transition: background .3s, color .3s;
	-webkit-transition: background .3s, color .3s;
	-o-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
	text-align: center;
	margin-right: 0;
}
.headline .report:hover{
	background: #b46fff;
	color: #f2f2f2;
}
.video .toolbox-holder{
	background: #fff;
	padding:7px;
}
.toolbox-holder .vip{
	background: #0e0e11;
	padding: 16px;
	font-size: 20px;
	text-align: center;
	color: #fff;
}
.toolbox-holder .vip span{
	font-weight: 700;
	font-size: 32px;
}
.toolbox-holder .vip a{
	color: #286090;
}
.toolbox-holder .vip:hover{
	background:#ff0055;
}
.toolbox-holder .download{
	background: #ff0055;
	padding: 16px;
	font-size: 20px;
	text-align: center;
	display: block;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	webkit-transition: background .3s, box-shadow .3s;
	-webkit-transition: background .3s, -webkit-box-shadow .3s;
	transition: background .3s, -webkit-box-shadow .3s;
	-o-transition: background .3s, box-shadow .3s;
	transition: background .3s, box-shadow .3s;
	transition: background .3s, box-shadow .3s, -webkit-box-shadow .3s;
}
.toolbox-holder .download span{
	font-weight: 700;
	font-size: 32px;
}

.toolbox-holder .download a{
	color: #286090;
}

.toolbox-holder .download:hover{
	background:#0e0e11;
	-webkit-box-shadow: 0px 0px 28px -4px rgba(0,0,0,0.75);
	        box-shadow: 0px 0px 28px -4px rgba(0,0,0,0.75);
}
.toolbox-holder .download-holder{
	margin-bottom: 5px;
}
.toolbox-holder .tools-holder{
	border: 1px solid #cecfd2;
}
.tools .rating-container,
.tools .video-tech,
.tools .tabs-menu{
	width: 100%;
	float: left;
}


.tools .progress{
	padding: 0;
	width: 50%;
	float: left;
	text-align: center;
	height: 50px;
	padding: 5px 10px;
	border-right: 1px solid #cecfd2;
}
.tools div.btn span{
	display: block;
	font-size: 12px;
	color: rgb(35, 35, 35);
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	line-height: 14px;
	margin-top: 5px;
}
.tools div.btn i{
	color: rgb(35, 35, 35);
	display: block;
	font-size: 17px;
}
.tools i{
	font-size: 25px;
	display: inline-block;
	vertical-align: middle;
}
.tools .like{
	color: #11ba56;
	webkit-transition: color .3s;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	width: 25%;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-right: 1px solid #cecfd2;
}
.tools .like:hover{
	color: #01ff69;
    background: rgb(245, 245, 246);
}
.tools .dislike i{
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.tools .dislike{
	color: #e8006d;
	webkit-transition: color .3s;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	width: 25%;
	float: right;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-right: 1px solid #cecfd2;
}
.tools .dislike:hover{
	color: #ff70b3;
    background: rgb(245, 245, 246);
}
.tools .rating-holder{
	background: #ff0055;
	display: block;
	font-size: 0;
	height: 6px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.tools .progress span{
	margin-bottom: 5px;
	font-weight: 400;
	display: block;
	color: rgb(35, 35, 35);
}
.tools .progress span:last-child{
	font-size: 11px;
	font-weight: 300;
	margin-top: 5px;
	display: block;
	margin-bottom: 0;
	color: rgb(35, 35, 35);
}
.tools .rating-holder .rating{
	position: absolute;
	top: 0;
	height: 6px;
	left: 0;
	width: 56%;
	background: #11ba56;
}


.rating-container .btn{
	float: left;
	width: 33.333%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-right: 1px solid #cecfd2;
	color: rgb(35, 35, 35);
}





.video-tech .btn{
	float: left;
	width: 33.333%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-right: 1px solid #cecfd2;
	color: rgb(35, 35, 35);
}
.tabs-menu .btn{
	float: left;
	width: 33.333%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-right: 1px solid #cecfd2;
	color: rgb(35, 35, 35);
}
.tabs-menu .tab:last-child{
	border-right: none;
}
.tools .tab{
	color: rgb(35, 35, 35);
	webkit-transition: color .3s, background .3s;
	-webkit-transition: color .3s, background .3s;
	-o-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}
.tools .tab:hover,
.tools .active{
    color: #ff0055;
	background: rgba(206, 207, 210, 0.2);
}
.toolbox-holder .desc,
.toolbox-holder .items-holder{
	line-height: 18px;
	padding-bottom: 5px;
}
.toolbox-holder .items-holder{
	border-bottom: none;
}
.toolbox-holder .desc{
	color: rgb(35, 35, 35);
}
.toolbox-holder .desc span{
	font-weight: 700;
	margin-right: 5px;
	color: rgb(35, 35, 35);
}
.items-holder .row{
	margin-bottom: 10px;
	font-size: 0;







}
.items-holder .row:last-child{
	margin-bottom: 0;
}
.items-holder span{
	font-weight: 400;
	margin-right: 5px;
	color: rgb(35, 35, 35);
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
}

.items-holder.new span {
	margin-right: 0;
}
.items-holder a{
	display: inline-block;
	vertical-align: middle;
	
	border: 1px solid #ff0055;
	padding: 5px 10px;
	color: #ff0055;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	margin: 2px 5px 2px 0;
	-webkit-transition: background .3s, color .3s;
	-o-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}

.items-holder.new a{
	display: inline-block;
	vertical-align: middle;
	
	border: none;
	padding: 0;
	color: #ff0055;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	margin: 2px 5px 0;
	-webkit-transition: background .3s, color .3s;
	-o-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
	position: relative;
}
.items-holder.new a:after {
	content: ",";
	position: absolute;
	bottom: -1px;
	color: #000 !important;
}
.items-holder.new a:last-of-type:after {
	content: "";
}

.items-holder a:last-child{
	margin-right: 0;
}
.items-holder a:hover{
	background: #ff0055;
	color: #fff;
}

.items-holder.new a:hover {
	background: rgba(0,0,0,0);
	color: rgb(35, 35, 35);
}
.pay img{
	width: 175px;
}
.pay .row{
	margin-bottom: 5px;
}
.pay .row:last-chils{
	margin-bottom: 0;
}
.com-box{
	color: rgb(35, 35, 35);
}
.com-box .error{
	line-height: 23px;
}
.pay .title,
.comment .title{
	display: block;
	margin-bottom: 5px;
	font-weight: 400;
	color: rgb(35, 35, 35);
}
.name-holder .name {
	background: #cecfd2;
	height: 30px;
	margin-bottom: 5px;
	display: block;
	width: 100%;
	padding: 7px;
	border: 0;
	border-radius: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
.pay textarea,
.pay input{
	width: 100%;
	resize: none;
	background: #cecfd2;
	border: none;
	padding: 7px;
	font-family: 'Montserrat', sans-serif;
}
.comment .more-btn{
	margin: 0 0 10px 0;
}
.comment .side-wrap{
	text-align: justify;
	text-justify: newspaper;
	font-size: 0;
}
.comment .side-wrap:after{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.comment .side {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}
.comment a.side {
	text-transform: uppercase;
	color: #fff;
	padding: 10px 20px;
	background: #1e1831;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}
.comment a.side:hover,
.comment a.side.active {
	background: #b46fff;
	color: #f2f2f2;
}

.comment-wrap .form-holder{
	overflow: hidden;
	font-size: 0;
}
.comment-wrap .form-holder .captcha-holder{
	float: left;
}
.comment-wrap .form-holder .title{
	font-size: 13px;
}
.comment-wrap .form-holder .captcha-holder input{
	background: #cecfd2;
	height: 31px;
	max-width: 120px;
	display: inline-block;
	vertical-align: middle;
	padding: 7px;
	border: 0;
	float: left;
	border-radius: 0;
}
.comment-wrap .form-holder .captcha-holder img{
	max-width: 120px;
	margin: 0 5px 0 0;
	float: left;
}
.comment-wrap .form-holder .captcha-holder .control{
	float: left;
}
.comment textarea{
	width: 100%;
	border: none;
	resize: none;
	height: 52px;
	padding: 7px;
	font-family: 'Montserrat', sans-serif;
	background: #cecfd2;
	border-radius: 0;
	margin: 0 0 5px 0;
	font-weight: 300;
}
.comment button{
	display: inline-block;
	vertical-align: middle;
	border:none;
	background: none;
	padding: 0;
}
.comment .btn-holder{
	float: right;
}
.comment .btn{
	display: block;
	background: #000000;
	padding: 0 30px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	height: 50px;
}
.comment .btn:hover{
	background: #ff0055;
}
.comments .item{
	margin-bottom: 20px;
}
.comments .name{
	font-weight: 600;
	margin-right: 5px;
	color: #ff0055;
}
.comments .time{
	font-size: 11px;
	float: right;
    color: rgb(35, 35, 35);
}
.comments .text{
	margin-top: 5px;
    color: rgb(35, 35, 35);
}
#pay,
#comments,
#sponsors,
#report{
	display: none;
}
.tab-container .pay,
.tab-container .comment-wrap,
.tab-container .user,
.tab-container .report{
	border: 1px solid #cecfd2;;
	padding: 5px;
	margin: 5px 0 0 0;
	color: rgb(35, 35, 35);
}
.tab-container .pay1,
.tab-container .comment-wrap,
.tab-container .user,
.tab-container .report{
	border: 1px solid #cecfd2;;
	padding: 5px;
	margin: 5px 0 0 0;
	color: rgb(35, 35, 35);
}

.related .headline .title .active{
	color: #cbb2dc;
}
.related .headline .title i{
	font-size: 20px;
}
.related-btn{
	margin-right: 10px;
	border-right: 2px solid #481433;
	padding-right: 10px;
}
.related-btn,
.sponsors-btn{
	display: inline-block;
	vertical-align: bottom;
	font-size: 20px;
	color: #755c86;
	font-weight: 300;
}
.panel-holder{
	background: #fff;
	padding: 15px;
}
.panel-holder img{
	display: block;
	width: 100%;
	height: auto;
}
.panel-holder .logo{
	float: left;
	margin-right: 15px;
	width: 300px;
}
.panel-holder .rating{
	float: right;
	margin-left: 15px;
}
.rating .rating-cs{
	display: block;
	text-align: center;
	color: #fff;
	height: 118px;
	line-height: 118px;
	margin: 0 0 6px;
	font-size: 70px;
	font-weight: 400;
	width: 202px;
	background: #000000;
}
.rating .btn{
	display: inline-block;
	vertical-align: middle;
	background: #ff0055;
	line-height: 45px;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}
.rating .btn:hover{
	background: #000000;
}
.panel-holder .desc{
	overflow: hidden;
}
.cs-list li{
	overflow: hidden;
	padding: 7px 0;
}
.cs-list li:first-child{
	padding-top: 0;
}
.cs-list .name{
	float: left;
	width: 130px;
	margin: 0 5px 0 0;
	font-weight: 400;
	color: #0f0f10;
}
.cs-list .rate{
	padding: 3px 0 0;
	overflow: hidden;
}
.rate .span:last-child{
	margin-right: 0;
}
.rate span{
	float: left;
	width: 9%;
	height: 9px;
	background: #cecfd2;
	margin: 0 7px 0 0;
}
.rate .full{
	background: #ff0055;
}
.desc .about{
	 margin-top: 5px;
}
.tags-holder .col{
	width: 10%;
	float: left;
}
.tags-holder li a{
	position: relative;
	z-index: 1;
	display: block;
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
	color: #0f0f10;
	font-size: 14px;
	padding: 0 10px;
}
.tags-holder .col li a:after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0;
	content: '';
	-webkit-transition: width .5s;
	-o-transition: width .5s;
	transition: width .5s;
	background: #ff0055;
}
.tags-holder .col li a:hover:after{
	width: 100%;
}
.tags-holder .col li a:hover{
	color: #fff;
}
.tags-holder .col li a:hover strong{
	color: #fff;
}
.tags-holder li{
	line-height: 35px;
}
.tags-holder li strong{
	margin-left: 10px;
	font-weight: 400;
	color: #7d7c7c;
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}
.tags-holder li.title{
	display: block;
	margin: 5px 0;
	border-bottom: 2px solid #1a1d24;
	font-size: 20px;
	font-weight: 400;
	color: #9e79c5;
}
.report .radio-wrap{
	float: left;
	padding-right: 15px;
}
.radio-wrap span,
.reason span{
	display: block;
	margin-bottom: 5px;
	font-weight: 400;
	color: rgb(35, 35, 35);
}
.radio-wrap .row{
	margin-bottom: 5px;
}
.radio-wrap .row:last-child{
	margin-bottom: 0;
}
.radio-wrap input{
	margin:0;
	display: inline-block;
	vertical-align: middle;
	border: none;
	font-family: 'Montserrat', sans-serif;
}
.radio-wrap label{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	color: rgb(35, 35, 35);
}
.reason{
	overflow: hidden;
}
.reason textarea{
	width: 100%;
	border: none;
	resize: none;
	height: 52px;
	padding: 7px 115px 7px 7px;
	font-family: 'Montserrat', sans-serif;
	background: #cecfd2;
	border-radius: 0;
	margin: 0;
}
.reason .form-holder{
	text-align: right;
	position: relative;
	height: 52px;
}
.reason button{
	margin: 0;
	border: none;
}
.reason .btn{
	display: inline-block;
	vertical-align: middle;
	background: #000000;
	padding: 0 30px;
	color: #eee;
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
.reason .btn:hover{
	background: #ff0055;
}
.m-spot{
	display: none;
}
.hidden{
	display: none;
}
.player-holder #kt_player, .player-holder #kt_player_internal {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width: 1861px){
	.adv-bottom .spot:nth-child(6){
		display: none;
	}
}
@media screen and (max-width: 1560px){
	.adv-bottom .spot:nth-child(5){
		display: none;
	}
}
@media screen and (max-width: 1475px){
	.rate span{
		width: 8%;
		margin-right: 5px;
	}
}
@media screen and (max-width: 1440px){
	.header-holder .logo{
		margin: 35px 55px 24px -15px;
	}
	.fixed .logo{
		margin: 13px 20px 10px -15px;
	}
	.header-holder .main-menu{
		margin-left: 20px;
	}
	.main-menu li>a .text{
		padding: 0 15px;
	}
}
@media screen and (max-width: 1300px){
	.video-holder .column.first{
		display: none;
	}
	.fixed .main-menu li>a {
		font-size: 13px;
	}

	.fixed .dropable .drop-item a {
		font-size: 11px;
	}
}
@media screen and (max-width: 1255px){
	.adv-bottom .spot:nth-child(4){
		display: none;
	}
	.fixed .main-menu li>a .text {
		padding: 0 5px;
	}
}
@media screen and (max-width: 1170px){
	.thumbs-holder .thumb-wrap.new {
		width: 25%;
	}
	.main-menu li>a .text{
		padding: 0 10px;
	}
	.header-holder .logo{
		margin: 35px 40px 24px -15px;
	}
	.fixed .logo{
		margin: 13px 2px 10px -15px;
	}
	.header-holder .main-menu{
		margin-left: 30px;
	}
	.fixed .header-holder .main-menu{
		margin-left: 5px;
	}
	.main-menu li>a .text{
		padding: 0 5px;
	}
	.top-list ul,
	.tags-holder .col{
		width: 33.333%;
	}
	.fixed .main-menu .icon {
		display: none;
	}
}
@media screen and (max-width: 1024px){
    .top-spot {
        display: block;
    }	
    .header-holder .menu{
		padding: 0;
		background: #000000;
		position: absolute; 
		width: 100%;
		right: 0;

	}

	.m-search,
	.m-menu{
		display: block;
	}
	.header-holder{
		text-align: center;
		padding: 5px 0;
	}
	.header-holder .logo{
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		float: none;
		margin: 2px 0 0 -8px;
		padding: 10px 60px;
        width: 305px;
	}
	.fixed .logo{
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		float: none;
		margin: 2px 0 0 -8px;
		padding: 10px 60px;
        width: 305px;
	}
	.menu .search-form,
	.header-holder .menu .pay,
	.header-holder .menu .main-menu{
		display: none;
	}
	.menu .search-form{
		margin: 5px 0 0 0;
		padding: 10px;
	}
	.fixed .menu .search-form{
		margin: 5px 0 0 0;
		padding: 10px;
	}
	.header-holder .menu .main-menu{
		float: none;
		width: auto;
		margin: 5px 0 0 0;
	}
	.header-holder .main-menu li>a{
		height: auto;
		padding: 5px 0;
	}
	.main-menu li{
		display: block;
	}
	.headline .sort{
		display: none;
		margin-top: 10px;
	}
	.headline .sort .sort-item{
		display: block;
		margin-right: 0;
		padding: 15px 0;
	}
	.headline .sort .sort-item-drop{
		display: none;
	}
	.headline .sort .sort-item.hidden{
		display: block;
	}
	.m-sort{
		display: inline-block;
		vertical-align: middle;
	}
	.panel-holder .logo{
		width: 300px;
		float: none;
		margin: 0 auto;
		padding-bottom: 15px;
	}
	.thumbs-holder .thumb-wrap, .categories .cat-wrap, .cs-holder .cs-wrap{
		width: 33.333%;
	}

	.thumbs-holder .thumb-wrap.new {
	    width: 33.3333%;
	}
	.main-menu li.mobile-link{
		display: block;
	}
	header .wrap-nav-top{
		display: none;
	}
	.headline .sorting{
		display: none;
		margin-top: 7px;
		padding: 0;
		border: none;
		float: none;
	}
	.headline .title{
		float: none;
		width: 90%;
	}
	.headline .sorting .drop{
		display: block;
		position: inherit;
		margin:0;
	}
	.headline .sorting strong{
		padding: 0;
	}
	.headline .sorting i{
		display: none;
	}
	.headline .sorting{
		text-align: center;
	}
	.headline .sorting span{
		display: block;
		background: #ff0055;
	}
}
@media screen and (max-width: 950px){
	.adv-right{
		display: none;
	}
	.top-list ul:last-child{
		padding-right: 2px;
	}
	.top-list li:last-child{
		margin-bottom: 2px;
	}

	.video-holder.columns{
		display: block;
	}
	.video-holder .column.second{
		display: none;
	}
	.video-holder .column{
		display: block;
	}
	.adv-bottom .spot:nth-child(3){
		display: none;
	}

}
@media screen and (max-width: 767px){
	.thumbs-holder .thumb-wrap, .categories .cat-wrap, .cs-holder .cs-wrap{
		width: 50%;
	}
	.thumbs-holder .thumb-wrap.new {
	    width: 50%;
	}
	.bottom-holder{
		text-align: center;
	}
	.bottom-holder .logo{
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin-right: 0;
	}
	.bottom-holder .bottom-nav{
		display: inline-block;
		vertical-align: middle;
		text-align: center;
	}
	.player-holder .player-adv .spot{
		display: none;
	}
	.player-holder .player-adv .spot:first-child{
		display: inline-block;
		margin-right: 0;
	}
	.player-holder .player-adv-holder{
		width: 310px;
		height: 290px;
        z-index: 1000;
	}
	.panel-holder .rating{
		float: none;
		margin-left: 0;
		padding-bottom: 15px;
	}
	.rating .rating-cs{
		width: 100%;
		height: 60px;
		line-height: 60px;
		font-size: 39px;
	}
	.tools .rating-container, .tools .video-tech, .tools .tabs-menu{
		float: none;
		width: 100%;
	}
	.tools .progress,
	.tools .dislike,
	.tools .like{
		width: 33.333%;
	}
	.tabs-menu .tab{
		width: 25%;
	}
	.tools .rating-container,
	.tools .video-tech{
		border-bottom: 1px solid #cecfd2;
	}
	.top-list ul,
	.tags-holder .col{
		width: 50%;
	}
	.container{
		padding: 0 5px;
	}
	.headline .report{
		display: block;
		margin-top: 10px;
		font-size: 12px;
		padding: 8px;
	}

	.video-holder.new .report {
		margin: 0;
	}

	.tools div.btn span{
		font-size: 10px;
	}
	.headline{
		text-align: inherit;
	}
	.tools .dislike,
	.video-tech .btn:last-child{
		border-right: none;
	}
	.main-holder .about{
		font-size: 14px;
		line-height: 19px;
		padding: 0;
	}
	.bottom-wrap .text{
		text-align: center;
	}
}
@media screen and (max-width: 680px){
	.player-holder .player-adv .spot:first-child{
		display: none;
	}
	.player-adv-holder .m-spot{
		display: block;
	}
	.player-holder .player-adv-holder{
		height: 90px;
        z-index: 1000;
	}
	.report .radio-wrap{
		float: none;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 640px){
	.adv-bottom .spot:nth-child(2){
		display: none;
	}
}
@media screen and (max-width: 480px){
	.thumb-wrap.new-second .title span {
		font-size: 13px;
	}
	.thumbs-holder .thumb-wrap.new {
	    width: 100%;
	}

	.thumbs-holder, .categories, .cs-holder{
		margin: -2px 0 0 -2px;
	}
	.thumbs-holder .thumb-wrap, .categories .cat-wrap, .cs-holder .cs-wrap{
		padding: 5px 0 0 2px;
	}
	.thumb .title{
		font-size: 11px;
		padding: 3px 5px;
	}
	.thumb .title .statistic{
		font-size: 9px;
		line-height: 10px;
	}
	.thumb .img-holder .time,
	.thumb .img-holder .rating{
		font-size: 11px;
	}
	.top-list li a{
		font-size: 12px;
		line-height: 40px;
	}
	.top-list a span{
		width: 30px;
		margin-right: 2px;
	}
	.pagination li{
		display: none;
	}
	.pagination li:first-child,
	.pagination li:last-child,
	.pagination .active{
		display: inline-block;
		vertical-align: middle;
	}
	.top-searches{
		text-align: left;
	}
	.footer-holder .adv .spot{
		display: none;
	}
	.footer-holder .adv .spot:first-child{
		display: inline-block;
		vertical-align: middle;
	}
	.toolbox-holder .download{
		font-size: 14px;
		padding: 10px;
	}
	.toolbox-holder .tools{
		display: block;
		text-align: center;
		overflow: hidden;
	}
	.related-btn,
	.sponsors-btn,
	.headline .title,
	.related .headline .title i{
		font-size: 17px;
	}
	.cs-list .name{
		float: none;
		margin-bottom: 3px;
		display: block;
	}
	.panel-holder .logo{
		width: 100%;
	}
	.tools .progress{
		height:50px;
	}
	.rating .rating-cs{
		height: 45px;
		line-height: 45px;
		font-size: 26px;
	}
	.tags-holder li a{
		padding: 0 5px;
		font-size: 12px;
	}
	.tags-holder .col{
		padding-right: 5px;
	}
	.cat .title{
		font-size: 11px;
		padding: 6px;
	}
	.comment-wrap .form-holder .captcha-holder{
		float: none;
		overflow: hidden;
	}
	.comment-wrap .form-holder .captcha-holder img{
		width: 50%;
		margin: 0;
		padding: 0 5px 0 0;
		height: 50px;
		max-width: 100%;
	}
	.comment-wrap .form-holder .captcha-holder .control{
		width: 50%;
	}
	.comment-wrap .form-holder .captcha-holder input{
		max-width: 100%;
		width: 100%;
	}
	.comment .btn-holder{
		float: none;
		margin: 5px 0 0 0;
	}
	.comment .btn{
		width: 100%;
	}
}


body {
    overflow-x: hidden;
}
html, body, .wrapper {
    height: 100%;
    min-height: 100%;
}

.sendwich {
    -moz-appearance: none;
    border: 0 none;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    display: none;
    font-size: 0;
    height: 50px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: -9999px;
    -webkit-transition: background 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s;
    transition: background 0.2s ease 0s;
    width: 50px;
}
.sendwich span {
    background: #dddddd none repeat scroll 0 0;
    display: block;
    height: 3px;
    left: 11px;
    margin-top: -2px;
    position: absolute;
    right: 8px;
    top: 49.5%;
    -webkit-backface-visibility: hidden;
	  	backface-visibility: hidden;
}
.sendwich span::before, 
.sendwich span::after {
    background-color: #dddddd;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-backface-visibility: hidden;
	  	backface-visibility: hidden;
}
.sendwich span::before {
    top: -10px;
}
.sendwich span::after {
    bottom: -10px;
}
.sendwich span, 
.sendwich span::before, 
.sendwich span::after {
    -webkit-transition: transform .2s;
    -o-transition: transform .2s;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    border-radius: 3px;
}

.sendwich.active span::before, .sendwich.active span::after {
    background: #f05 none repeat scroll 0 0;
}
.sendwich.active span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
}
.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: 1025px) {
.sendwich:hover span, .sendwich:hover span::before, .sendwich:hover span::after {
    background: #f05 none repeat scroll 0 0;
}
	.main,footer{    width: 100%;
    margin: 0 auto;}
	
	
}
.wrapper.expanded {
	overflow: hidden;
}
.nav ul li.nav-dropdown>ul {
    display: none;
}
.sendwich span::before {
    top: -8px;
}
.sendwich span::after {
    bottom: -8px;
}

.main {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
body.modal-open .main {
    overflow-x: hidden;
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    transform: translateX(270px);
}
@media (max-width: 380px) {


	
}
.navbar-collapse {
    position: relative;
}
@media (min-width: 1025px) {
.navbar-collapse {
    height: auto;
    display: none;
}
}
.nav {
    float: right;
    overflow: inherit;
    position: relative;
}
@media (min-width: 1025px) {
.nav {
    height: auto;
}
}
.nav li {
    float: left;
    text-align: left;
}
.nav li:not(.active) > a:hover::before, .nav li.open:not(.active) > a::before {
    background: #ebebeb none repeat scroll 0 0;
    left: 0;
}
@media (min-width: 1025px) {
.nav li {
    text-align: center;
}
}
.responsive-menu {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    padding: 75px 0 15px;
    position: relative;
    -webkit-transition: left 0.2s ease 0s, margin 0.2s ease 0s;
    -o-transition: left 0.2s ease 0s, margin 0.2s ease 0s;
    transition: left 0.2s ease 0s, margin 0.2s ease 0s;
    z-index: 3;
}

.header .responsive-menu {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    padding: 68px 0 0;
    position: relative;
    -webkit-transition: left 0.2s ease 0s, margin 0.2s ease 0s;
    -o-transition: left 0.2s ease 0s, margin 0.2s ease 0s;
    transition: left 0.2s ease 0s, margin 0.2s ease 0s;
    z-index: 3;
}
@media (min-width: 1025px) {
.responsive-menu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    bottom: auto;
    left: auto;
    margin-top: 0;
    min-width: auto;
    opacity: 1;
    overflow-y: inherit;
    padding: 0;
    position: static;
    top: auto;
    -webkit-transition: none 0s ease 0s ;
    -o-transition: none 0s ease 0s ;
    transition: none 0s ease 0s ;
    visibility: visible;
    width: auto;
    z-index: 1;
}
}
.nav li > a {
    color: rgba(255, 255, 255, 0.4);
    display: block;
    font-size: 18px;
    font-weight: normal;
    height: 151px;
    line-height: 26px;
    padding: 82px 0 43px;
    -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s, color 0.3s ease 0s;
    transition: background 0.3s ease 0s, color 0.3s ease 0s;
}
.nav li > a span {
    display: inline-block;
    padding: 0 27px;
    position: relative;
    z-index: 2;
}
.nav li > a span::before {
    bottom: -5px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    -webkit-transition: background 0.2s ease 0s, bottom 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s, bottom 0.2s ease 0s;
    transition: background 0.2s ease 0s, bottom 0.2s ease 0s;
    width: 100%;
}
.nav li:not(.active) > a:hover span::before {
    background: #ebebeb none repeat scroll 0 0;
    bottom: -43px;
}
.nav li.active > a span::before {
    background: #f05 none repeat scroll 0 0;
    bottom: -43px;
}
.nav ul li::before, .nav ul li::after {
    content: "";
    display: table;
}
.nav ul li::after {
    clear: both;
}
.nav ul li.nav-dropdown > ul {
    display: block;
}
.nav ul li.nav-dropdown > .caret {
    display: none;
}
.nav ul li.nav-dropdown ul li a span {
    padding: 0 10px;
}
.nav li > a .fa {
    display: none;
}
.menu-btn, .search-btn {
    display: block;
    height: 50px;
    left: auto;
    margin: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 50px;
    z-index: 3;
}
.menu-btn {
    left: 0;
    margin: 18px 0 0 0;
}

.header .menu-btn {
    left: 0;
    margin: 12px 0 0 0;
}
@media (max-width: 1024px) {
.menu-btn {
    font-size: 30px;
    height: 46px;
    line-height: 46px;
    width: 46px;
}
.header .menu-btn {
    font-size: 30px;
    height: 46px;
    line-height: 46px;
    width: 46px;
    position: absolute;
}
}

.nav .nav-categories {
    display: none;
}
@media (min-width: 1025px) {
.menu-btn {
    display: none;
    margin: 20px 0 0 15px;
}
}
@media only screen and (max-width: 1080px) {
.nav li > a {
    font-size: 16px;
    height: 151px;
    padding: 82px 0 43px;
}

.header .nav li > a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.nav li > a span {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}
.nav li > a span::before {
    height: 4px;
}
}
@media screen and (max-width: 1024px) {
.search-form .search-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	height: 52px;
	width: 52px;
	cursor: pointer;
	padding: 0;
	border: none;
	background: none;
}
.fixed .search-form .search-btn {
	right: 10px;
	top: 10px;
}
.header .container {
    padding: 0;
}
.header .navbar-collapse.clearfix::before, 
.header .navbar-collapse.clearfix::after {
    content: none;
}
.navbar-collapse {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    bottom: 0;
    float: none;
    height: 100%;
    left: 0;
    max-height: 100%;
    min-width: 270px;
    overflow-x: visible;
    overflow-y: auto;
    padding-top: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    width: 270px;
    z-index: 2;
}
.header .navbar-collapse {
    background: rgba(0, 0, 0, 0);
    bottom: 0;
    float: none;
    height: 100%;
    left: 0;
    max-height: 100%;
    min-width: 270px;
    overflow-x: visible;
    overflow-y: auto;
    padding-top: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    width: 270px;
    z-index: 2;
}

.navbar-collapse .icon-text {
	background: #111520;
	text-align: center;
	margin: 0 0 -15px;
	border-top: 1px solid #48494e;
}

.navbar-collapse .icon {
	padding: 20px 0 15px;
}

.navbar-collapse .icon-text .text p {
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
	font: 9px/14px 'Montserrat', sans-serif;
}

.wrapper.expanded .navbar-collapse {
    min-width: 270px;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
}
.nav {
    float: none;
    overflow: hidden;
}
.nav ul, 
.nav ul li {
    float: none;
    width: 100%;
}
.header .nav .main-menu {
    border-top: 1px solid rgba(47, 42, 51, 0.75);
}

.header .nav .main-menu li a {
	border-bottom: 1px solid rgba(47, 42, 51, 0.75);
}

.header .nav .main-menu li a:hover {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}

.header .nav .main-menu li ul a {
	border-bottom: 1px solid rgba(47, 42, 51, 0.75);
}

.nav ul li > a {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    position: relative;
}
.header .nav ul li > a {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    position: relative;
    background: rgba(19, 18, 19, 0.55);
}
.nav ul li.active > a {
    color: #fff;
}
.header .nav ul li.active > a {
    color: #fff;
    background: #ff0055 !important;
}
.nav li > a span {
    padding: 0 10px;
}
.nav li > a .fa {
    display: inline-block;
    padding-left: 5px;
    padding-right: 0;
}
.nav li > a span::before {
    display: none;
}
.nav li > a::after, .nav li > a::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: background 0.2s linear 0s, left 0.2s linear 0s, right 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s, left 0.2s linear 0s, right 0.2s linear 0s;
    transition: background 0.2s linear 0s, left 0.2s linear 0s, right 0.2s linear 0s;
    width: 4px;
    z-index: 1;
} 
.header .nav li > a::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: background 0.2s linear 0s, left 0.2s linear 0s, right 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s, left 0.2s linear 0s, right 0.2s linear 0s;
    transition: background 0.2s linear 0s, left 0.2s linear 0s, right 0.2s linear 0s;
    width: 4px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
}

.header .nav li > a::before {
	width: 0;
}
.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) none repeat scroll 0 0;
}
.nav li:not(.active) > a:hover::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    right: 0;
}
.nav li:not(.active) > a:hover::before {
    background: #ebebeb none repeat scroll 0 0;
    left: 0;
}
.nav li.active > a::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    right: 0;
}
.nav li.active > a::before {
    background: #9e79c5 none repeat scroll 0 0;
    left: 0;
}

.header .nav li.active > a::before {
	background: rgba(0, 0, 0, 0); none repeat scroll 0 0;
    left: 0;
}
.nav ul li.nav-dropdown {
    position: relative;
}

.nav ul li.nav-dropdown:active ul,
.nav ul li.nav-dropdown:focus ul {
    display: block;
}
.nav ul li.nav-dropdown a {
    padding: 0 40px 0 10px;
    z-index: 3;
}
.nav ul li.nav-dropdown ul::before, 
.nav ul li.nav-dropdown ul::after {
    content: "";
    display: table;
}
.nav ul li.nav-dropdown ul::after {
    clear: both;
}
.nav ul li.nav-dropdown > ul {
    background: rgba(255, 255, 255, 0.024) none repeat scroll 0 0;
    display: none;
}

.nav ul li.nav-dropdown > .caret {
    cursor: pointer;
    display: block;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 9;
}

.nav ul li.nav-dropdown > .caret::before {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 0;
    z-index: 9;
}

body.modal-open .nav ul li.open > .caret::before {
	   border-style: solid;
    border-color: transparent transparent #fff;
    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;
}
.nav .nav-categories {
    border-top: 1px solid #303030;
    display: block;
    margin-top: 20px;
    padding-top: 20px;
}
.nav .nav-categories li a {
    padding-right: 0;
    position: relative;
}
.nav .nav-categories li a em {
    background-color: #9e79c5;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    padding: 3px 6px;
    position: absolute;
    right: 10px;
    top: 8px;
}

.nav ul li.nav-dropdown.open>ul {
    position: relative;
    display: block;
}

.nav ul li.nav-dropdown>ul {
    display: none;
    background: rgba(255,255,255,0.025);
}
.mask {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

body.modal-open .mask {
    display: block;
}
}

.video-holder.new .tabs-menu .tab {
	width: 33.33%;
}

.video-holder.new .report {
	font-size: 16px;
	min-width: auto;
	padding: 0;
	background: rgba(0,0,0,0);
	position: absolute;
	right: 0;
	top: 0;
}

.video-holder.new .report .btn.tab {
	color: #000;
}

.video-holder.new .report .btn.tab:hover {
	color: #ff0055;
}

.video-holder.new .report .btn.tab i {
	margin: 0;
}

.video-holder.new .report-none {
	display: none;
}

.mfp-content .radio-wrap label {
	color: #fff;
}

.mfp-content .report.tab-content.clearfix {
	display: block !important;
}

.mfp-content .radio-wrap span, 
.mfp-content .reason span,
.mfp-content .title {
	color: #fff;
	font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
}

.mfp-content .report {
	min-height: 40px;
}

.mfp-content .report .radio-wrap {
	float: none;
	padding: 0;
}

.mfp-content .radio-wrap input {
	height: auto;
	width: 13px;
	margin-bottom: 5px;
}

.mfp-content .reason .form-holder,
.mfp-content .reason .btn {
	position: sticky;
	height: auto;
}

.mfp-content .reason .btn {
    background: #ff0055;
    color: #fff;
    padding: 10px 30px;
    cursor: pointer;
    margin-top: 13px;
    overflow: hidden;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.mfp-content .reason .btn:hover {
    background: #121212;
}

.mfp-content .reason textarea {
	padding: 5px 10px;
	height: 80px;
}

.mfp-content .reason {
	overflow: visible;
	position: relative;
}

.mfp-content .form-holder .button {
	bottom: -47px;
	right: 0;
}

.mfp-content .msg-report .title {
	font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    display: block;
    margin-bottom: 12px;
}

.icon_promote {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
	text-align: right;
	width: 95px;
	height: 90px
}

.icon_promote span {
	font-size: 15px;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 145px;
	display: block;
	background: #f80;
	position: absolute;
	top: 15px;
	left: -44px;
	z-index: 200
}

.icon_promote_right {
	left: auto;
	right: 0
}

.icon_promote_right span {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: auto;
	right: -44px
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}



@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('icomoon.eot');
  src: url('icomoon.eot?#iefix') format('embedded-opentype'), url('glyphicons-halflings-regular.woff') format('woff'), url('glyphicons-halflings-regular.ttf') format('truetype'), url('icomoon.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-play-circle:before{
	content:"\e029"
}

.glyphicon-user:before{
	content:"\e008"
}

.glyphicon-pencil:before{
	content:"\270f"
}

.glyphicon-registration-mark:before{
	content:"\e195"
}

.glyphicon-log-out:before{
	content:"\e163"
}

.glyphicon-shopping-cart:before{
	content:"\e116"
}

.shareBlock {
    display: none;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}



.hfad{width: 100%}
.hfad a{width: 50%;display: block;float: left;height: 80px}
.hfad a img{width: 100%;height: 100%}




#topad{position:fixed;z-index:9999;width: 100%;height:70px;top:1%;float:fixed;left: 0;}	

#bottom{position:fixed;z-index:999999;width: 100%;height:70px;bottom:1%;float:fixed;left: 0;}
	
	
.pctop{display:block;margin: auto;position:relative;width: 1200px;}
.pctop img{display:block;margin: auto;position:relative;width: 1200px;}
.pctop p{display:block;position:absolute;top:0px;right:0px;width:auto;height:auto;margin:0;background:rgba(15,25,25,0.5);color:white;padding:4px 5px;font-size:50%;line-height:100%;}


.fixediv{position:fixed;top:40px;z-index:9999;width:140px;height:216px;}
.fixediv img{float:left;display: block; }
.fixediv a{display: block;margin-bottom: 50px;width: 100%; height: 200px;}
.fixediv a.close{display:block;height:30px;line-height:30px;background:#fff;font-size:14px;padding:0 10px;color:#5e5e5e;text-decoration:none;text-align:center}.leftadv{left:0px}.rightadv{right:0px}


.cover{background:#000;position:fixed;left:0;top:0;width:100%;height:100%;z-index:99999999;opacity:0.8;display:none;}#alert_msg{display:none;position:fixed;left:10%;top:10%;width:80%;z-index:99999999;text-align:center;}#alert_msg .alert-h2,#alert_msg .alert-s,#alert_msg .alert-h3{position:absolute;left:50%;transform:translateX(-50%);display:inline-block;width:70%;}#alert_msg .alert-h2{margin-top:310px;text-align:center;font-size:23px;font-weight:bold;}#alert_msg .alert-h2.h2-2{margin-top:345px;}#alert_msg .alert-s{margin-top:380px;text-align:center;font-size:20px;color:#777777;}#alert_msg .alert-h3{margin-top:410px;font-size:23px;text-align:center;color:black;}#alert_msg .alert-h3 span{color:orange;}#alert_msg a{position:absolute;left:50%;transform:translateX(-50%);display:inline-block;width:400px;padding:15px 0;border-radius:500px;color:white;font-size:20px;letter-spacing:5px;}#alert_msg a#copyUrl{margin-top:530px;background-image:-moz-linear-gradient( -27deg,rgb(247,151,30) 0%,rgb(255,210,0) 100%);background-image:-webkit-linear-gradient( -27deg,rgb(247,151,30) 0%,rgb(255,210,0) 100%);background-image:-ms-linear-gradient( -27deg,rgb(247,151,30) 0%,rgb(255,210,0) 100%);box-shadow:0px 6px 27px 0px rgba(214,181,50,0.35);}#alert_msg a#copyUrl:hover{background-image:-moz-linear-gradient( -27deg,rgb(255,166,54) 0%,rgb(255,214,21) 100%);background-image:-webkit-linear-gradient( -27deg,rgb(255,166,54) 0%,rgb(255,214,21) 100%);background-image:-ms-linear-gradient( -27deg,rgb(255,166,54) 0%,rgb(255,214,21) 100%);}#alert_msg a#down_apk{margin-top:600px;background-image:-moz-linear-gradient( -27deg,rgb(255,81,47) 0%,rgb(240,152,25) 100%);background-image:-webkit-linear-gradient( -27deg,rgb(255,81,47) 0%,rgb(240,152,25) 100%);background-image:-ms-linear-gradient( -27deg,rgb(255,81,47) 0%,rgb(240,152,25) 100%);box-shadow:0px 6px 27px 0px rgba(214,181,50,0.35);}#alert_msg a#down_apk:hover{background-image:-moz-linear-gradient( -27deg,rgb(255,98,67) 0%,rgb(243,163,48) 100%);background-image:-webkit-linear-gradient( -27deg,rgb(255,98,67) 0%,rgb(243,163,48) 100%);background-image:-ms-linear-gradient( -27deg,rgb(255,98,67) 0%,rgb(243,163,48) 100%);}#alert_msg a#alert-close{display:block;width:40px;padding:0;position:absolute;transform:translateX(-50%);margin-top:15px;opacity:.8;top:-1%;left:72%;}#alert_msg .img{width:480px;}#copy{opacity:0;position:absolute;z-index:-1;}

	.nav_der{}
	.nav_der .nav_menu{height: 45px;
    border-bottom: 1px solid #fff;
    width: 100%;}
	.nav_der li {
    width: 16.66666%;
    height: 45px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    float: left;
    text-align: center;
     
    background-color: white;
    border: 1px solid rgba(44, 30, 51, 0.23);
}
	.nav_der li.active{    background: #a00;}
	.nav_der li.active a{    color: #fff;}
	.nav_der li a{    color: rgb(35, 35, 35);}
	.nav_der li:hover{background: #a00;color: aliceblue}
	.nav_der li:hover a{background: #a00;color: aliceblue}
	
.web_list {
    padding: 5px 0;
    width:100%
}
.web_list a {
    display:block;
    height:30px;
    width:11.75%;
    overflow:hidden;
    background-color:#f5f5f5;
    border:1px solid #f1f1f1;
    float:left;
    margin:0 5px 5px 0;
    font:12px/28px Tahoma,'Microsoft Yahei',Simsun;
    font-weight:bold;
    color:#333;
    background:no-repeat 10px center;
    background-size:16px 16px;
    text-align: center;
}


	@media screen and (max-width: 580px){
		.pctop{width: 100%;width:100%;height:60px;}
		.pctop img{display:block;margin: auto;position:relative;width: 100%;height: 100%}
		.fixediv{top:10%;    width: 109px;height: 216px;}
		.fixediv a{    margin-bottom: 10px;
    width: 100%;
    height: 145px;}
		.fixediv img{height: 100%}
		html #alert_msg .img {width: 100%!important;}
		html #alert_msg a#copyUrl{margin-top: -153px;}
		html #alert_msg a{width: 50%;font-size: 11px;}
		html #alert_msg a#down_apk{    margin-top: -97px;}
		html #alert_msg .alert-s {margin-top: -253px;}
		#alert_msg .alert-h3 {margin-top: -220px;font-size: 20px;text-align: center;color: black;}
		#alert_msg a#alert-close{left: 90%}
	}
	
	
	
	
	
.main_column {
    background-color:#fff;
}

.web_list {
    padding: 5px 0;
    width:100%
}
.web_list a {
    display:block;
    height:30px;
    width:11.75%;
    overflow:hidden;
    background-color:#f5f5f5;
    border:1px solid #f1f1f1;
    float:left;
    margin:0 5px 5px 0;
    font:12px/28px Tahoma,'Microsoft Yahei',Simsun;
    font-weight:bold;
    color:#333;
    background:no-repeat 10px center;
    background-size:16px 16px;
    text-align: center;
}
.tips {
    padding:5px 1%;
}
.tips a {
    font-weight:bold;
    width:5.75%;
	border: 1.5px solid #444;
}
.tips_type {
    padding:5px 1%;
}
.tips_type a {
    font-weight:bold;
    width:9.45%;
	border: 1.5px solid #444;
}
.web_list a:hover {
    background-color:#444;
    border-color:#444;
    color:#FFF
}
.user_list_input{

}
.user_list{
    background-color:#fff;
    height: calc(65vh - 0rem);
}
.user_list ul {
    padding-bottom:20px;
}
.user_list li {
    padding:0 1.5%;
}
.user_list a {
    font-size:10px;
	line-height:10px;
	padding-left: 5px;
}
.user_main{
    background-color: #fff;
    height: calc(70vh - 0rem); 
}
.input {
    display: block;
    height: 35px;
    width: 80%;
    overflow: hidden;
    background-color: #f5f5f5;
    border:1px solid #444;
    float: left;
    font: 12px/32px Tahoma,'Microsoft Yahei',Simsun;
    font-weight: 400;
    color: #000;
    background: no-repeat 10px center;
    background-size: 15px 15px;
    text-align: center;
}
.button {
	display: block;
    height: 35px;
    width: 20%;
    overflow: hidden;
    font-weight: 400;
    background-size: 15px 15px;
    text-align: center;
	font-weight: bold;
}
.change {
    padding:12px 30px;
    font-size:14px;
}
.change span {
    float:left;
    color:#999;
}
.change ul li {
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
.change ul li img{
    width: 110px;
    height: 60px;
    border: 2px solid #eee;
    padding:4px;
}
.change ul a {
    color:#06c;
    font-size:14px;
}
.change ul a:hover img{
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out 0s;
}
.change ul a:hover {
    color:#36F;
}
.topad {
    display:none
}
.topad {
    width:100%;
    height:120px;
    overflow:hidden
}
.topad .swiper-container {
    width:100%;
    height:120px;
    overflow:hidden
}
.topad .swiper-container .swiper-slide {
    width:100%;
    height:120px;
    overflow:hidden
}
.topad .swiper-pagination {
    text-align:center
}
.topad .swiper-pagination .swiper-pagination-bullet {
    width:15px;
    height:15px;
    border-radius:0;
    background:#fff
}
.swiper-slide {
    display:block;
    width:100%;
    height:120px
}
.swiper-slide img {
    width:100%;
    height:120px
}
.tanchu {
    width:620px;
    height:220px;
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-310px;
    margin-top:-200px;
    z-index:99999;
}
.tanchu div {
    height:620px;
    width:220px;
    position:relative;
}
.tanchu .tanchu_b {
    height:220px;
    width:620px;
    position:absolute;
    left:0;
    top:0;
    background:#000;
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity:0.4;
    opacity:0.4;
}
.tanchu .tanchu_box {
    height:200px;
    width:600px;
    position:absolute;
    left:10px;
    top:10px;
    background:#FFF
}
.tanchu .tanchu_close {
    width:600px;
    height:40px;
    background:#fafafa;
    border-bottom:1px solid #f5f5f5;
    overflow:hidden;
}
.tanchu .tanchu_close div {
    width:0px;
    height:40px;
    background:#fce6eb;
    float:left
}
.tanchu .tanchu_close a {
    display:block;
    height:40px;
    width:50px;
    text-align:center;
    float:right;
    line-height:40px;
    background:#444;
    color:#FFF;
}
.tanchu .tanchu_close a:hover {
    background:#fc7676
}
.tanchu .tanchu_c {
    height:120px;
    width:600px;
    background:#FFF;
    text-align:center;
    padding:20px 0
}
.play{
    height:auto;
    padding: 0 15px;
    height:40px;
}
.play button{
    height: 40px;
    overflow: hidden;
	padding:5px 35px;
    background-color: #49b8cf;
    font-weight: bold;
    color: #000;	
}
.topline{
    border-top: 5px solid #444;
}
.web_list_detail{
    padding: 5px 0;
    width: 100%;
	float: left;
}
.pic img{

    display: block;
    height: auto;
    width: 100%;
    overflow: hidden;
	padding:0;

}
.xianlu{
height:auto;
padding: 10px;
height:40px;
}
.xianlu a{
height: 30px;
    width: auto;
    overflow: unset;
    text-align: center;
    display: block;
    background-color: #fff;
    border: 0px solid #ffffff;
    font: 12px/20px Tahoma,'Microsoft Yahei',Simsun;
    font-weight: bold;
    color: #333;
}
.xianlu button{
    height: 30px;
    overflow: hidden;
}
.play_msg{
    width: 100%;
    max-width: 100%;
    min-height: 300px;
    padding: 10px 5% 10px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    border: 0px solid #444;
    border-radius: 0px;
    background: #000;
    box-sizing: border-box;
}
.play_msg .play_text {
    padding-left: 0px;
}
.play_tit {
    width: 100%;
    height: 30px;
    margin: 20px 0 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    letter-spacing: 5px;
}
.play_text a{
    width:40%;
	height:40px;
    border: 1px solid #333;
    font: 14px/40px Tahoma,'Microsoft Yahei',Simsun;
	font-weight: bold;
    background: #49b8cf;
    margin: 10px 5%;
    display: block;
    overflow: hidden;
    float: left;
    text-align: center;
    text-decoration: none;
	color: #333;
	
}
.play_text a:hover {
    background-color:#e5e5e5;
    border-color:#e5e5e5;
}
.links a{
	width:12%;
	font-weight:400;
	height:28px;
	line-height:28px;
}

@media only screen and (max-width:640px) {
    .main {
    width:100%
}
.banner {
    margin:auto;
    padding:0;
    width:100%
}
.banner img {
    width:100%;
    height:60px
}
.adbanner {
    margin:auto;
    padding:0px 0 0 0;
    width:100%
}
.adbanner img {
    width:100%;
    height:85px
}
.main_top {
    height:160px;
    padding:10px 0;
    background-color:#FFF;
}
.VIP {
    width:100%;
}
.main_top_12,.main_menu,.flash,.change,.column_words,.web_list a img {
    display:none
}
.nav{
	height: auto;
}
.nav a {
    margin: .5%;
	font-size:12px;
}


.main_column {
    width:100%;
    background-color:#fff;
}
.VIP{
    height: auto;
}
.jptj{
    padding: 1px .5%!important;
}
.column_bar {
    height:36px;
    width:100%
}
.column_title {
    height:36px;
    width:140px;
    float:left;
    background:url("../images/title.png")/*tpa=http://www.mmsedh.net/Home/Tpl/Public/assets/new/images/title.png*//*tpa=http://www.iavdh.com/images/title.png*/;
    font:14px/30px Tahoma,'Microsoft Yahei',Simsun;
    font-weight:bold;
    color:#FFF;
    text-indent:35px
}
.web_list {
    padding: 5px 0px;
    width:100%
}
.web_list a {
    text-align:center;
    display:block;
    height:22px;
    width:24%;
    overflow:hidden;
    background-color:#f5f5f5;
    border:1px solid #f1f1f1;
    float:left;
    margin:0 0 1% 1%;
    font:10px/22px Tahoma,'Microsoft Yahei',Simsun;
    font-weight:400;
    color:#333;
    background:no-repeat 10px center;
    background-size:16px 16px
}
.tips {
    padding:5px .5%;
}
.tips a {
    font-weight:bold;
    width:11.4%;
    border: 1px solid #444;
}
.tips_type {
    padding:5px .5%;
}
.tips_type a {
    font-weight:bold;
    width:15.5%;
	border: 1px solid #444;
}
.input {
    width: 71%;
    margin: 0 0 0 2%;
}
.button {
    width: 25%;
}
.info {
    width:100%;
    margin:auto;
    padding-top:15px;
    background-color:#FFF
}
.info div {
    text-align:center;
    font:14px/40px Tahoma,'Microsoft Yahei',Simsun;
    font-weight:600;
    color:red
}
.notice_big_title {
    font: 12px/25px Tahoma,'Microsoft Yahei',Simsun;
    font-weight: bold;
}
.web_list_detail{
    padding: 5px 1%;	
    width: 100%;
}
.play_msg {
    width: 100%;
    max-width: 100%;
    min-height: 300px;
    padding: 20px 0;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    border: 0px solid #444;
    border-radius: 0px;
    background: #000;
    box-sizing: border-box;
}
.play_tit {
    width: 100%;
    height: 30px;
    margin: 20px 0 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: "é»‘ä½“","microsoft yahei";
    letter-spacing: 5px;
}
.links a{
	width:20%;
	height:28px;
	line-height:28px;
	font-size:12px;
    margin: 0;
}
