﻿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, sup, 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;
}
/* HTML5 display-role reset for older browsers */
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('../font/icomoon.eot');src:  url('../font/icomoon.eot') format('../fonts/embedded-opentype'),url('../font/icomoon.ttf') format('truetype'),url('../font/icomoon.woff') format('woff'),url('../font/icomoon.svg') format('svg');font-weight: normal;font-style: normal;
}[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	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-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";
}

.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: 13px/1 'Arial', sans-serif;
	color: #fff;
	font-weight: 300;
}

input, select, textarea, button {
	font: 13px/1 'Arial', sans-serif;
}

.container {
	max-width: 1548px;
	padding: 0 10px;
	margin: 0 auto;
}

header, footer {
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.fixed {
	position: fixed;
	z-index: 3;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.top-wrap-header {
	position: relative;
	padding-top: 5px;
	background: #171719;
	z-index: 3;
}

.fixed .top-wrap-header {
	position: relative;
	padding-top: 0;
	background: #171719;
	z-index: 3;
}

.header {

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.header-holder .logo {
	float: left;
	margin: 35px 85px 24px -15px;
}

.fixed .logo {
	float: left;
	/*margin: 13px 65px 10px -15px;*/
	margin:0;

	z-index: 9;
	position: relative;
}

.header-holder .logo img {
	display: block;
	width: 100%;
	height: auto;
}

.header-holder .menu {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.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: 15px;
	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: 72px;
	padding: 25px 0 10px;
	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;
}

@media screen and (min-width:1024px) {
	.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: 8px;
	font-weight: 400;
	line-height: 13px;
	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 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: #171719;
		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,.dropable .activetidpc {
		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;
}

.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;
}

.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;
}

@media screen and (min-width:1024px) {
	.search-form .search-btn:hover i {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

.top-spot {
	text-align: center;
	padding: 1px 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-color:#fff ;
}

.main-holder {
	padding-bottom: 15px;
}

.headline {
	margin: 5px 0 5px 0;
	position: relative;
}

@media (min-width: 1024px) {
	.headline {
		/*margin: 20px 0 15px;*/
	}
}

.headline .title {
	float: left;
	font-size: 18px;
	color: #171719;
	font-weight: 700;
	line-height: 24px;
	width: 60%;
	text-transform: capitalize;
}

@media screen and (min-width: 1024px) {
	.headline .title {
		width: calc(100% - 340px);
	}
}

.headline .text {
	font-size: 14px;
	line-height: 1.4;
	color: #000;
}

.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: #171719;
	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: #fff;
	border-radius: 0 0 0.25rem 0.25rem;
	z-index: 2;
	overflow: hidden;
}

@media screen and (min-width:1024px) {
	.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;
}

.cs-holder {
	margin-bottom: 10px;
}

.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: 20%;
	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;
	border-radius: 0.25rem;
}

@media screen and (min-width:1024px) {
	.thumb:hover .img-holder .rating {
		right: 0;
	}
}

@media screen and (min-width:1024px) {
	.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 {
	position: relative;
}

.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;
	border-radius: 0.25rem 0.25rem 0 0;
}

.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;
}

@media screen and (min-width:1024px) {
	.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: 5px;
	top: 5px;
	color: #fff;
	background-color: rgba(22, 22, 25, 0.7);
	padding: .3125rem;
	font-size: 14px;
	font-weight: 400;
	border-radius: 0.25rem;
}

.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: #ff0055;
	top: 10px;
	left: 10px;
	font-size: .6875rem;
	position: absolute;
	display: none;
}

.thumb .img-holder .time {
	position: absolute;
	top: 5px;
	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 {
	top: 5px;
	left: 5px;
	color: #fff;
	background-color: rgba(22, 22, 25, 0.7);
	padding: .3125rem;
	font-size: 14px;
	font-weight: 400;
	border-radius: 0.25rem;
}

@media screen and (max-width: 480px) {
	.thumb-wrap.new-second .img-holder .time,.thumb-wrap.new-second .img-holder .rating {
		font-size: 12px;
	}
}

.thumb .title {
	padding: 5px 10px;
	background: #fff;
	-webkit-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
	border-radius: 0 0 0.25rem 0.25rem;
}

.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: 14px;
	line-height: 16px;
	height: auto;
	min-height: auto;
	transition: color .3s;
	padding: 5px 10px;
	margin: 0;
	font-weight: 400;
}

@media screen and (min-width:1024px) {
	.thumb-wrap.new-second .thumb:hover .title span,.cat:hover .title {
		color: #ff0056 !important;
	}

	.cat.js-hover.hover .title,.cs-thumb.js-hover.hover .title {
		color: #ff0056 !important;
	}
}

.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 {
	padding: 5px 10px;
	padding-top: 0;
	font-size: 14px;
	line-height: 16px;
	color: #8a96a0;
	margin: 0;
	font-weight: 400;
}

@media screen and (max-width: 480px) {
	.thumb-wrap.new-second .title .statistic {
		font-size: 12px;
	}
}

.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 {
	margin: 0 -0.125rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0 0;
}

.pagination li {
	padding: 5px 2px 0;
	padding: 0.3125rem 0.125rem 0;
}

.pagination a,.pagination span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 32px;
	min-height: 32px;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
	background-color: #000;
	color: #fff;
	border-radius: 0.25rem;
	font-size: 14px;
	font-weight: 400;
	padding: 0.3125rem 0.625rem;
}

.pagination li.active span,.pagination li.dangqianye a {
	background-color: #e9004d;
	color: #fff;
}

@media screen and (min-width:1024px) {
	.pagination a:hover {
		background-color: #e9004d;
		color: #fff;
	}
}

.pagination a.disable {
	opacity: 0.6;
	pointer-events: none;
	cursor: default;
	background-color: #fff;
	color: #000;
}

.pagination li.prev span,.pagination li.next span,.pagination li.jump span {
	opacity: 0.6;
	cursor: not-allowed;
}

.pagination .ellipsis {
	background: #fff;
	color: #000;
}

.pagination .active a {
	background: #e9004d;
	color: #fff;
}

@media screen and (min-width:1024px) {
	.pagination li a:hover,.pagination .active a {
		background: #e9004d;
		color: #fff;
	}

	.pagination li a.js-hover.hover {
		background: #e9004d;
		color: #fff;
	}
}

@media screen and (max-width: 480px) {
	.pagination li {
		/*display: none;*/
	}

	.pagination li.active {
		display: inline-block;
	}

	.pagination li:first-child,.pagination li:last-child,.pagination li.active {
		display: inline-block;
		vertical-align: middle;
		width: 25%;
	}
}

@media screen and (min-width:1024px) {
	.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: #4a545a;
	font-weight: 400;
	font-size: 14px;
}

.cs-thumb .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.cs-thumb .title .title-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 35px);
}

.cs-thumb .title .videos {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: nowrap;
}

.cs-thumb .videos,.cat .videos {
	float: right;
}

.cat .videos i,.cs-thumb .videos i {
	margin-right: 5px;
}

@media screen and (min-width:1024px) {
	.cs-thumb:hover .title,.cat:hover .title {
		bottom: -30px;
	}

	.cs-thumb:hover .title {
		color: #ff0055;
	}
}

.more-btn-wrap {
	text-align: center;
	padding: 15px 0 0;
	cursor: pointer;
}

.more-btn {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	line-height: 45px;
	font-size: 14px;
	color: #4a545a;
	font-weight: 500;
	text-transform: capitalize;
	width: 100%;
	webkit-transition: background .3s, color .3s;
	-webkit-transition: background .3s, color .3s;
	-o-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	border-radius: 0.25rem;
}

@media screen and (min-width:1024px) {
	.more-btn:hover {
		color: #fff;
	}
}

.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;
}

@media screen and (min-width:1024px) {
	.more-btn:hover::before {
		opacity: 1;
		-webkit-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
	}
}

.main-holder .about {
	font-size: 14px;
	color: #0f0f10;
	line-height: 20px;
	text-align: justify;
	padding: 0 0 0 0;
	font-weight: 400;
}

.about .row {
	margin-bottom: 10px;
}

.about .row:last-child {
	margin-bottom: 0;
}

.exo-bottom {
	font-size: 0;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.exo-bottom .spot {
	display: inline-block;
	vertical-align: middle;
	padding: 2px;
	width: 25%;
}

.spot img {
	display: block;
	height: auto;
	width: 100%;
}

footer {
	background: #171719;
	-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: 14px;
	color: #eee;
	font-weight: 400;
}

@media screen and (min-width:1024px) {
	.bottom-nav li a:hover {
		color: #e4e4e4;
		text-decoration: underline;
	}
}

.bottom-wrap .text {
	font-size: 12px;
	color: #bdbdbd;
	display: block;
	line-height: 14px;
	margin-top: 15px;
	text-align: right;
	font-weight: 400;
}

.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: #171719;
	display: none;
}

.m-sort i {
	margin-right: 0;
}

.active {
	color: #9e79c5;
}

.btn-wrap {
	text-align: right;
}

.btn-wrap button {
	border: 0;
	background: none;
}

.btn-wrap .send {
	background: #ff0055;
	color: #fff;
	padding: 13px 23px;
	cursor: pointer;
	margin-top: 80px;
	overflow: hidden;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 12px;
}

@media screen and (min-width:1024px) {
	.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;
}

.video-holder .headline .title {
	display: block;
	text-align: left;
}

.video-holder .headline span {
	white-space: pre-wrap;
	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: 0px;
}

.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;
	max-width: 100%;
}

.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: #171719;
	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;
}

@media screen and (min-width:1024px) {
	.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;
}

@media screen and (min-width:1024px) {
	.headline .report:hover {
		background: #b46fff;
		color: #f2f2f2;
	}
}

.video .toolbox-holder {
	background: #fff;
	padding: 7px;
	border-radius: 0 0 0.25rem 0.25rem;
}

.toolbox-holder .download {
	background: #000;
	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;
	width: 25%;
}

.toolbox-holder .download span {
	font-weight: 700;
}

@media screen and (min-width:1024px) {
	.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: 7px;
}

.toolbox-holder .tools-holder {
	border: 1px solid #cecfd2;
}

.tools .rating-container,.tools .video-tech {
	width: 33.333%;
	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;
}

@media screen and (min-width:1024px) {
	.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;
}

@media screen and (min-width:1024px) {
	.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;
}

.video-tech .btn {
	float: left;
	width: 33.333%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-right: 1px solid #cecfd2;
	padding: 7px 0;
}

.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 .active {
	color: #ff0055;
	background: rgba(206, 207, 210, 0.2);
}

@media screen and (min-width:1024px) {
	.tools .tab:hover {
		color: #ff0055;
		background: rgba(206, 207, 210, 0.2);
	}
}

.toolbox-holder .desc,.toolbox-holder .items-holder {
	line-height: 18px;
	padding-bottom: 5px;
	font-size: 14px;
}

.toolbox-holder .items-holder {
	border-bottom: none;
}

.toolbox-holder .desc {
	color: rgb(35, 35, 35);
}

.toolbox-holder .desc span {
	font-weight: 400;
	margin-right: 5px;
	color: rgb(35, 35, 35);
	font-size: 14px;
}
.items-holder{
    margin: 10px 0;
    padding: 2px;
}
.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: 14px;
	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 #171719;
	padding: 5px 10px;
	color: #171719;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	margin: 2px 5px 2px 0;
	-webkit-transition: background .3s, color .3s;
	-o-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
	cursor: pointer;
}

.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;
}

@media screen and (min-width:1024px) {
	.items-holder a:hover {
		background: #ff0055;
		color: #fff;
	}

	.items-holder.new a:hover {
		background: rgba(0,0,0,0);
		color: rgb(35, 35, 35);
	}
}

.share img {
	width: 175px;
}

.share .row {
	margin-bottom: 5px;
}

.share .row:last-chils {
	margin-bottom: 0;
}

.com-box {
	color: rgb(35, 35, 35);
}

.com-box .error {
	line-height: 23px;
}

.share .title,.comment .title {
	display: block;
	margin-bottom: 5px;
	font-weight: 400;
	color: rgb(35, 35, 35);
	font-size: 14px;
}

.name-holder .name {
	background: #fbfbfb;
	height: 30px;
	margin-bottom: 5px;
	display: block;
	width: 100%;
	padding: 7px;
	border: 0;
	border-radius: 0;
	font-weight: 400;
	border: 1px solid #cecfd25e;
}

.share textarea,.share input {
	width: 100%;
	resize: none;
	background: #cecfd2;
	border: none;
	padding: 7px;
}

.comment .more-btn {
	background: #171719;
	color: #eee;
	margin: 0 0 10px 0;
}

.comment .more-btn:before {
	background: #ff0055;
}

.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.active {
	background: #b46fff;
	color: #f2f2f2;
}

@media screen and (min-width:1024px) {
	.comment a.side:hover {
		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: 50px;
	padding: 7px;
	background: #fbfbfb;
	border-radius: 0;
	margin: 0 0 5px 0;
	font-weight: 400;
	border: 1px solid #cecfd25e;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow: none !important;
}

.comment button {
	display: inline-block;
	vertical-align: middle;
	border: none;
	background: none;
	padding: 0;
}

.comment .btn-holder {
	float: right;
}

.comment .btn {
	display: block;
	background: #171719;
	padding: 0 30px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	height: 50px;
}

@media screen and (min-width:1024px) {
	.comment .btn:hover {
		background: #ff0055;
	}
}

.comments .item {
	margin-bottom: 20px;
}

.comments .name {
	font-weight: 600;
	margin-right: 5px;
	color: #ff0055;
	font-size: 14px;
}

.comments .time {
	font-size: 12px;
	float: right;
	color: rgb(35, 35, 35);
}

.comments .text {
	margin-top: 5px;
	color: rgb(35, 35, 35);
}

#share,#comments,#sponsors,#report {
	display: none;
}

.tab-container .share,.tab-container .comment-wrap,.tab-container .info,.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;
	border-radius: 0.25rem;
}

.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: #171719;
}

.rating .btn {
	display: inline-block;
	vertical-align: middle;
	background: #ff0055;
	line-height: 45px;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

@media screen and (min-width:1024px) {
	.rating .btn:hover {
		background: #171719;
	}
}

.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;
	font-size: 14px;
}

.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 {
	float: left;
	width: 10%;
	padding-right: 10px;
}

.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;
	font-weight: 400;
	text-transform: capitalize;
}

.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;
}

@media screen and (min-width:1024px) {
	.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: #6b6969;
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

.tags-holder li.title {
	display: block;
	margin: 5px 0;
	border-bottom: 2px solid #171719;
	font-size: 20px;
	font-weight: 400;
	color: #fe0056;
}

.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;
}

.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;
	background: #fbfbfb;
	border-radius: 0;
	margin: 0;
	border: 1px solid #cecfd25e;
	font-weight: 400;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow: none !important;
}

.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: #171719;
	padding: 0 30px;
	color: #eee;
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

@media screen and (min-width:1024px) {
	.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) {
	.exo-bottom .spot:nth-child(6) {
		display: none;
	}
}

@media screen and (max-width: 1560px) {
	.exo-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) {
	.exo-bottom .spot:nth-child(4) {
		display: none;
	}

	.exo-bottom .spot {
		width: 33.33%;
	}

	.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;
	}

	.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: #171719;
		position: absolute;
		width: 100%;
		right: 0;
	}

	.top-wrap-header {
		min-height: 63px;
		z-index: 3
	}

	.m-search {
		display: block;
	}

	.header-holder {
		text-align: center;
		/*padding: 5px 0;*/
		padding: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;*/
		padding: 20px;

		width: 305px;
	}

	.menu .search-form,.header-holder .menu .share,.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: 25%;
	}

	.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;
		color: #171719;
	}
}

@media screen and (max-width: 950px) {
	.video-holder.columns {
		display: block;
	}

	.video-holder .column.second {
		display: none;
	}

	.video-holder .column {
		display: block;
	}

	.exo-bottom .spot:nth-child(3) {
		display: none;
	}

	.exo-bottom .spot {
		width: 50%;
	}
}

@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;
		padding-top: 12px;
	}

	.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 {
		float: none;
		width: 100%;
	}

	.tools .progress,.tools .dislike,.tools .like {
		width: 33.333%;
	}

	.tools .rating-container,.tools .video-tech {
		border-bottom: 1px solid #cecfd2;
	}

	.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) {
	.exo-bottom .spot:nth-child(2) {
		display: none;
	}

	.exo-bottom .spot {
		width: 100%;
	}
}

@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;
	}

	.cs-holder {
		margin-bottom: 10px;
	}

	.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;
	}

	.pagination li {
		/*display: none;*/
	}

	.pagination li:first-child,.pagination li:last-child,.pagination .active {
		display: inline-block;
		vertical-align: middle;
	}

	.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%;
	}
}

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;
	}
}

.wrapper.expanded {
	overflow: hidden;
}

.nav ul li.nav-dropdown>ul {
	display: none;
}

.sendwich span::before {
	top: -8px;
}

.sendwich span::after {
	bottom: -8px;
}

.main {
	overflow-x: hidden;
	-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);
}

.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: fixed;
	}
}

.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);
	}

	.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);
	}@	media screen and (min-width:1024px) {
		.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 .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;
}

@media screen and (min-width:1024px) {
	.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;
}

@media screen and (max-width: 765px) {
	.headline.new {
		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;
	}

	.headline.new .title {
		width: calc(100% - 369px);
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

@media screen and (min-width: 1024px) {
	.headline.new {
		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;
	}

	.headline.new .title {
		width: calc(100% - 369px);
	}

	.headline.new .sorting {
		display: block !important;
		padding: 0;
		background: transparent;
		right: -3px;
	}

	.headline.new .sorting:hover {
		background: transparent;
	}

	.headline.new .sorting .select {
		display: none;
	}

	.headline.new .sorting .drop,.headline.new .sorting:hover .drop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: inherit;
		-ms-flex-align: inherit;
		align-items: inherit;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		position: -webkit-sticky;
		position: sticky;
		background: transparent;
	}

	.headline.new .sorting .drop a {
		display: inline-block;
		margin: 0 3px;
		position: relative;
		z-index: 1;
		padding: 7px 10px;
		text-align: left;
		color: #171719;
		-webkit-transition: background .3s, color .3s;
		transition: background .3s, color .3s;
		background: #fff;
		border-radius: 0.25rem;
	}

	.headline.new .sorting .drop a.select {
		padding: 7px 10px 8px;
		margin-right: 3px;
		background-color: #ff0055;
		color: #fff;
		border-radius: 0.25rem;
	}

	.headline.new .sorting .drop a:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		z-index: -1;
		background: #ff0055;
		-webkit-transition: all .4s;
		transition: all .4s;
		-webkit-transform: scale(0.5, 1);
		transform: scale(0.5, 1);
		border-radius: 0.25rem;
	}

	.headline.new .sorting .drop a:hover {
		color: #fff;
	}

	.headline.new .sorting .drop a:hover:before {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@media screen and (max-width: 1024px) {
	.headline.new .sorting {
		right: 0px;
	}

	.headline.new .title {
		width: 100%;
		line-height: 20px;
	}

	.headline.new .sorting span {
		background: transparent;
	}

	.headline.new .sorting i {
		display: inline-block;
	}

	.headline.new .sorting {
		padding: 0;
		float: right;
		font-size: 14px;
		cursor: pointer;
		background: #fff;
		padding: 0;
		color: #eee;
		-webkit-transition: background .2s linear, color .2s linear;
		transition: background .2s linear, color .2s linear;
		position: relative;
		border-radius: 0.25rem;
		min-width: 150px;
		display: block;
		margin: 0;
	}

	.headline.new .sorting div.select {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 7px 20px 7px 10px;
		color: #eee;
		transition: background .3s;
	}

	.headline.new .sorting .drop a {
		display: block;
		padding: 7px 10px;
		text-align: left;
		color: #171719;
		-webkit-transition: background .3s;
		transition: background .3s;
	}

	.headline.new .sorting .drop a.select {
		display: none;
	}

	.headline.new .sorting.open div.select {
		background: #ff0055;
		border-color: #ff0055;
	}

	.headline.new .sorting div.select span {
		transition: color .3s;
	}

	.headline.new .sorting.open div.select span {
		color: #fff;
	}

	.headline.new .sorting div.select i {
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.headline.new .sorting.open div.select i {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		color: #fff;
	}

	.headline.new .sorting.open .drop {
		display: block;
	}

	.headline.new .m-sort {
		display: none;
	}

	.headline.new .sorting div.select {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 7px 5px 7px 10px;
		color: #171719;
		border-radius: 0.25rem;
		background: #fff;
	}

	.headline.new {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.headline.new .sorting .drop {
		display: none;
		position: absolute;
	}
}

.new-block .toolbox-holder .tools-holder {
	border: 0;
	border-top: 1px dashed #cecfd2;
	border-bottom: 1px dashed #cecfd2;
}

.new-block .tools {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.new-block .video-tech .btn {
	border: 0;
	float: left;
	margin-right: 15px;
	width: auto;
	padding: 0;
	height: auto;
}

.new-block .tools div.btn span + span {
	color: rgb(35, 35, 35);
	line-height: 15px;
}

.new-block .video-tech .report {
	top: 10px;
}

.new-block .video-tech .report .btn {
	margin: 0;
	width: 46px;
	height: 46px;
	border-radius: 3px;
	margin-right: 0 !important;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	background-color: #dde3e7 !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.new-block .video-tech .report .btn i {
	color: #8a96a0;
	transition: color .3s;
}

@media screen and (min-width:1024px) {
	.new-block .video-tech .report .btn:hover i {
		color: #ff0055;
	}
}

.new-block .tools .progress {
	float: right;
	border: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0 10px;
	height: 100%;
}

.new-block .tools .progress span {
	font-size: 18px;
}

@media (min-width: 768px) {
	.new-block .video-tech {
		width: 82% !important;
		padding: 10px 0 10px 10px !important;
		border: none !important;
		margin-top: 0 !important;
	}
}

.new-block .tools div.btn span {
	text-align: left;
	font-size: 14px;
}

.new-block .tools .dislike,.new-block .tools .like {
	float: left;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 50px;
	text-align: center;
	border-radius: 3px;
	width: 46px;
	height: 46px;
	background-color: #dde3e7;
}

.new-block .tools .like {
	margin-right: 3px;
}

.new-block .tools .rating-container {
	width: 210px !important;
	min-width: 210px;
	padding: 10px 0;
	border-right: 1px dashed #cecfd2;
	height: 66;
}

.new-block .tab-container {
	display: none;
}

.new-block .show-block-holder {
	padding: 15px 0 8px;
}

.new-block .show-block-btn {
	outline: none;
	border: none;
	background-color: transparent;
	color: rgb(35, 35, 35);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	cursor: pointer;
	font-weight: 400;
	font-size: 14px;
}

.new-block .toolbox-holder .desc span {
	color: #ff0056;
}

.new-block .show-block-holder .icon-chevron-right {
	font-size: 8px;
	width: 10px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	margin: 4px;
}

.new-block .toolbox-holder.open .show-block-holder .icon-chevron-right {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.new-block .toolbox-holder.open .tab-container {
	display: block;
}

.new-block .toolbox-holder.open #share,.new-block .toolbox-holder.open #comments,.new-block .toolbox-holder.open #sponsors,.new-block .toolbox-holder.open #report {
	display: block;
}

.new-block .toolbox-holder.open #comments input,.new-block .toolbox-holder.open #comments textarea {
	background: #31343b;
	color: #a7a7a7;
}

.new-block .comment-title {
	margin: 0 0 10px;
}

.new-block .video-holder.new-block .report-none {
	display: none;
}

.new-block .video-holder.new-block .toolbox-holder.active .report-none {
	display: block;
}

.new-block .video-tech.clearfix .report {
	position: absolute;
	width: 46px;
	height: 46px;
	border-radius: 3px;
	margin-right: 0 !important;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	background-color: #dde3e7 !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 10px;
}

.new-block .report#report_wind {
	padding: 5px;
	border-bottom: 1px dashed #cecfd2;
	position: sticky;
	position: -webkit-sticky;
}

.new-block .tab-container .share,.new-block .tab-container .comment-wrap,.new-block .tab-container .info,.new-block .tab-container .report {
	border: 0;
	border-bottom: 1px dashed #cecfd2;
}

.new-block #block_id {
	margin-top: 10px;
}

.new-block #block_id .block-fl {
	font-size: 13px;
}

@media (min-width: 768px) {
	.new-block #block_id .block-fl {
		display: -moz-flex !important;
		display: -ms-flex !important;
		display: -o-flex !important;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

@media (min-width: 768px) {
	.new-block .radio-wrap {
		width: 220px;
		margin-right: 30px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

@media (min-width: 768px) {
	.new-block .reason {
		width: 100%;
	}
}

.new-block .reason {
	overflow: hidden;
}

.new-block .radio-wrap label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	font-size: 13px;
}

.new-block .container-radio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.new-block .radio-wrap label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.new-block .radio-wrap label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.new-block .container-radio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.new-block .container-radio input {
	position: absolute;
	opacity: 0;
}

.new-block .radio-wrap span,.new-block .reason span {
	display: block;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 14px;
}

.new-block .radio-wrap span,.new-block .reason span {
	display: block;
	margin-bottom: 10px;
	font-weight: 400;
}

.new-block .checkmark {
	position: absolute;
	top: -3px;
	left: 0;
	height: 20px;
	width: 20px;
	border: 2px solid #8a96a0;
	border-radius: 50%;
	margin-bottom: 0 !important;
}

.new-block .container-radio input:checked~.checkmark:after {
	display: block;
	background: #8a96a0;
}

.new-block .container-radio .checkmark:after {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
}

.new-block .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

@media screen and (max-width: 640px) {
	.new-block .tools .progress {
		width: 63%;
		left: 53px;
	}
}

@media (max-width: 768px) {
	.new-block .tools {
		padding: 10px 0;
		flex-wrap: wrap;
	}

	.new-block .tools .rating-container,.new-block .tools .video-tech {
		padding: 0;
		border: 0;
		display: flex;
		align-content: center;
		justify-content: space-between;
	}

	.new-block .tools .rating-container {
		width: 100% !important;
		padding: 0 0 10px;
		border: 0;
		border-bottom: 1px dashed #cecfd2;
		height: 57;
	}

	.new-block .tools .dislike,.new-block .tools .like {
		float: none;
		min-width: 46px;
	}

	.new-block .tools .progress {
		float: none;
		width: 100%;
	}

	.new-block .video-tech.clearfix .report {
		position: sticky;
	}

	.new-block .tools .video-tech {
		padding: 10px 0 0;
	}

	.new-block .video-tech .report {
		position: sticky;
		position: -webkit-sticky;
	}
}

@media (max-width: 570px) {
	.new-block .tools {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.new-block .tools .progress {
		width: 100%;
		left: 60px;
	}
}

@media (max-width: 500px) {
	.new-block .tools .progress {
		width: 75%;
		left: 60px;
	}
}

@media (max-width: 460px) {
	.new-block .tools .progress {
		width: 71%;
		left: 60px;
	}
}

@media (max-width: 390px) {
	.new-block .tools .progress {
		width: 67%;
		left: 60px;
	}
}

@media (max-width: 360px) {
	.new-block .tools .progress {
		width: 63%;
		left: 60px;
	}
}

@media (max-width: 330px) {
	.new-block .tools .progress {
		width: 60%;
		left: 60px;
	}
}

.new-block .btn.report-btn i {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	font-size: 30px;
}

@media screen and (min-width:1024px) {
	.new-block .btn.report-btn:hover i {
		color: #ff0056;
	}
}

.new-block .msg-report div {
	font-size: 13px;
	color: #4a545a;
	font-weight: 400;
}

.new-block .like.btn .svg-icon,.new-block .dislike.btn .svg-icon {
	font-size: 32px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	color: #8a96a0;
}

@media screen and (min-width:1024px) {
	.new-block .like.btn:hover .svg-icon {
		color: #11ba56;
	}

	.new-block .dislike.btn:hover .svg-icon {
		color: #ff0055;
	}
}

.new-block .svg-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

@media (min-width: 1025px) {
	.new-block .show-block-btn:hover,.new-block .show-block-btn:hover .icon-chevron-right {
		color: #ff0056;
	}
}

.new-block .comment-title,.new-block .comment-hint {
	margin: 0 0 10px;
	font-size: 14px;
}

.new-block .add_comment,.new-block .field_error {
	font-size: 13px;
	color: #4a545a;
	font-weight: 400;
	padding-bottom: 5px;
}

.new-block .name-holder .name {
	width: 60%;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow: none !important;
}

@media screen and (max-width: 480px) {
	.new-block .name-holder .name {
		width: 100%;
	}
}

@media (min-width: 479px) {
	.new-block .comment-wrap .form-holder {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.new-block .comment .btn {
		margin: 0 0 0 10px;
	}
}

.new-block .toolbox-holder.active .report-none {
	display: block;
}

.new-block .reason .form-holder {
	height: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.new-block .reason .btn {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 400;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	padding: 17px 30px;
	margin-left: 10px;
	position: sticky;
}

.new-block .reason textarea {
	height: 100%;
}

@media screen and (max-width: 480px) {
	.new-block .reason .form-holder {
		display: block;
		height: auto;
	}

	.new-block .reason textarea {
		height: 100px;
	}

	.new-block .reason .btn {
		margin: 10px 0 0 0;
		width: 100%;
	}
}

.static-block h1 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-bottom: 15px;
	position: absolute;
	left: 0;
	bottom: 100%;
}

.static-block li {
	margin-bottom: 15px;
}

.static-block label {
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
	color: #333;
}

.static-block input,.static-block textarea {
	display: block;
	width: 100%;
	height: 45px;
	border: 1px solid transparent;
	background: #fff;
	border-radius: 3px;
	font-size: 12px;
	color: #000;
	padding: 0 20px;
	-webkit-transition: border .5s;
	transition: border .5s;
}

.static-block textarea {
	padding: 20px;
	height: 100px;
	resize: none;
}

.static-block .btn-wrap .send {
	margin-top: 38px;
}

@media screen and (max-width: 480px) {
	.static-block .btn-wrap .send {
		margin-top: 10px;
		width: 100%;
	}
}

.field_required {
	font-size: 12px;
	color: #eb0000;
	margin-top: 8px;
}

.js-success .btn-wrap {
	text-align: left;
}

.captcha-hint {
	margin-bottom: 10px;
	color: #8f8f9d;
}

.btn-wrap .captcha-control {
	text-align: left;
	width: 100%;
}

.btn-wrap .captcha-control img {
	margin: 0 0 5px 0;
	float: none;
}

#support_code {
	width: 50%;
}

.headline.new::after,.rating-container::after {
	display: none;
}

.webcamitems {
	overflow: hidden;
	position: relative;
	text-align: center;
}

.webcamitems div {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	overflow: hidden;
	margin: 0 0 0 -8px;
	max-width: 1325px;
}

.webcamitems iframe {
	display: block;
	width: 100% !important;
	margin: -10px 0 -1px 8px;
}

@media screen and (max-width:1400px) {
	.webcamitems div {
		max-width: 1135px;
	}
}

@media screen and (max-width:1200px) {
	.webcamitems div {
		max-width: 946px;
	}
}

@media screen and (max-width:1000px) {
	.webcamitems div {
		max-width: 758px;
	}
}

@media screen and (max-width:800px) {
	.webcamitems div {
		max-width: 568px;
	}
}

@media screen and (max-width:610px) {
	.webcamitems div {
		max-width: 380px;
	}
}

@media screen and (max-width:420px) {
	.webcamitems div {
		max-width: 380px;
	}
}

@media screen and (max-width:387px) {
	.webcamitems div {
		max-width: 190px;
	}
}

.lazyload,.lazyloading {
	opacity: 0
}

.lazyloaded {
	opacity: 1;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}

.form-error {
	font-size: 12px;
	color: #f14c4c;
	margin-top: 8px;
	text-align: left;
}

.recaptcha-block {
	float: left;
}

.seo-text {
	font-size: 14px;
	line-height: 1.3;
	margin: 15px 0;
	color: #333;
}

.js-success {
	color: #2a832a;
	font-size: 15px;
}



.top-grid .item {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	width: 6%;
	color: #000;
	font-weight:  bold;
	font-size: 13px;
	padding: 10px 1px;
	border-radius: 6px;
	-webkit-transition: font-weight,background,transform .3s;
	-moz-transition: font-weight,background,transform .3s;
	-o-transition: font-weight,background,transform .3s;
	transition: font-weight,background,transform .3s
}

@media(max-width:1300px) {
	.top-grid .item {
		width: 16.6666667%
	}
}

@media(max-width:767px) {
	.top-grid .item {
		width: 20%
	}
}

@media(max-width:480px) {
	.top-grid .item {
		width: 25%;
		padding: 10px 5px;
		font-size: 12px
	}

	.top-grid .item .icon {
		width: 40px;
		height: 40px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
}

.top-grid .item:hover {
	background: #e9004d;
	color: #fff;
	font-weight: 600;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

.top-grid .item .icon {
	width: 56px;
	height: 56px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.top-grid .item:hover .icon {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transform: rotateZ(360deg)
}

.top-grid .item .icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px
}

.top-grid .item .name {
	width: 100%;
	text-align: center;
	margin-top: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.hezuohuoban {
	display: grid;
	grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
	padding: 2px
}

.hezuohuoban li {
	font-size: 16px;
	text-align: center;
	margin: 2px;
	border-radius: 0;
	background: #1eb5ea;
	white-space: nowrap;
	list-style: none;
	list-style-type: none;
	float: left;
	margin-bottom: 5px;
}

.hezuohuoban li a {
	text-decoration: none;
	color: #000
}

@media only screen and (max-width: 1400px) {
	.hezuohuoban {
		grid-template-columns: auto auto auto auto auto auto;
	}

	.hezuohuoban li {
		font-size: 16px;
	}
	.top-grid {
    	font-size: 0;
    }
}

@media only screen and (max-width: 1300px) {
    
}

@media only screen and (max-width: 760px) {
	.hezuohuoban {
		grid-template-columns: auto auto auto auto;
	}
	



}

@media only screen and (max-width: 400px) {
	.hezuohuoban {
		grid-template-columns: auto auto auto;
	}

	.hezuohuoban {
		lifont-size: 10px;
	}
}

.hezuohuoban li.b {
	background: #fff;
}

.hezuohuoban li.h {
	background: #ff0055;
}
.hezuohuoban li.g {
	background: #171719;
}
.hezuohuoban li a{
    padding: 6px;
    display: block;
}
.hezuohuoban li.h a {
	color: #fff;
}
.hezuohuoban li.g a{
	color: #fff;
}

.hezuohuoban li:hover a {
	color: #e9004d;
}
.hezuohuoban li.h:hover a {
	color: #000;
	font-weight: bold;
}


.lt {
	margin: 0 0 5px;
	padding: 0.1rem 0 0px 10px;
}

.lt h1 {
	font-size: 2rem;
}



.clear{
    clear: both;
}

.col6{
    width: 50%;
    float: left;
}
.col6 a{
    display: block !important;
}
@media screen and (max-width: 750px){
     
.col6 {
    width: 100%!important;
}
.col6  img{
    height: 50px !important;
}
}


.hits{
    display: none !important;
}