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: #7d7d7d;
}
input:-moz-placeholder,
textarea:-moz-placeholder
{
	opacity: 1;
	color: #5f9cbd;
}
input::-moz-placeholder,
textarea::-moz-placeholder
{
	opacity: 1;
	color: #5f9cbd;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder
{
	color: #5f9cbd;
}
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;
}
*{
	box-sizing: border-box;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts_new/icomoon.eot?zdwlyn');
  src:  url('../fonts_new/icomoon.eot?zdwlyn#iefix') format('embedded-opentype'),
    url('../fonts_new/icomoon.ttf?zdwlyn') format('truetype'),
    url('../fonts_new/icomoon.woff?zdwlyn') format('woff'),
    url('../fonts_new/icomoon.svg?zdwlyn#icomoon') 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-search2:before {
  content: "\e900";
}
.icon-menu2:before {
  content: "\e901";
}
.icon-cross:before {
  content: "\e902";
}
.icon-chevron-left:before {
  content: "\e903";
}
.icon-info:before {
  content: "\e904";
}
.icon-like:before {
  content: "\e905";
}
.icon-chevron-right:before {
  content: "\e908";
}
.icon-video-camera:before {
  content: "\e914";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-flag:before {
  content: "\f024";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-comment:before {
  content: "\f075";
}
.icon-share-alt-square:before {
  content: "\f1e1";
}
.icon-search:before {
  content: "\e986";
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100vh;
}
body{
	font: 13px/1 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 300;
}
.container{
	max-width: 1855px;
	padding: 0 10px;
	margin: 0 auto;
	max-width: 1545px;
}
header, footer {
	-ms-flex-negative: 0;
	        -webkit-flex-shrink: 0;
	        flex-shrink: 0;
}
header{
	position: relative;
	padding-top: 0px;
	box-shadow: 0px 13px 31px -13px rgba(0,0,0,0.75);
	background: url("../images/header-bg.png");
}

header:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0px;
	background: rgba(0,0,0,0);
}

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;
	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;
	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;
}
/*.header-wrap{
	background: rgba(28,20,43,1);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(28,20,43,1)), color-stop(100%, rgba(37,19,35,1)));
	background: linear-gradient(to bottom, rgba(28,20,43,1) 0%, rgba(37,19,35,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c142b', endColorstr='#251323', GradientType=0 );
}*/
.header-holder{
	position: relative;
}
.header-holder .logo{
	float: left;
	margin: 30px 85px 24px -15px;
}
.header-holder .logo img{
	display: block;
	width: 100%;
	height: auto;
}
.header-holder .menu{
	overflow: hidden;
}
.header-holder .main-menu{
	float: right;
	font-size: 0;
	margin-left: 85px;
}
.header-holder .main-menu li>a{
	display: block;
	height: 112px;
	padding: 45px 0 40px;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: #000;
	transition: background .3s,color .3s;
}

@media screen and (min-width: 1025px){
	.main-menu li:before,
	.main-menu li:after {
		display: table;
		content: "";
	}
	.main-menu li:after {
		clear: both;
	}
	.main-menu li.active>a span:before {
		bottom: -41px;
		background: #00afd4;
	}
	.main-menu li>a span:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 5px;
		left: 0;
		bottom: -5px;
		transition: background .2s,bottom .2s;
	}
	.main-menu li:not(.active)>a:hover span:before,
	.main-menu li.open:not(.active)>a span:before {
		bottom: -41px;
		background: #969696;
	}

	.main-menu li>a span:before {
		height: 0;
	}

	.main-menu li:after {
	    content: '';
	    display: block;
	    position: relative;
	    width: 0px;
	    border-top: 5px solid #969696;
	    margin: 0px auto 0 auto;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    transition: all 0.3s;
	}

	.main-menu li:hover:after, 
	.main-menu li.active:after {
	    width: 100%;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    transition: all 0.3s;
	}

	.main-menu li.active:after {
		border-top: 5px solid #00afd4;
	}
}
.main-menu li{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.main-menu li.mobile-link{
	display: none;
}
.main-menu li>a span{
	padding: 0 25px;
	position: relative;
	display: inline-block;
	z-index: 2;
}
.menu .search-form{
	position: relative;
	overflow: hidden;
	margin: 30px 0;
}
.search-form .search-text {
	width: 100%;
	height: 52px;
	padding: 5px 47px 5px 12px;
	background: rgba(47, 47, 47, 0.2);
	font-size: 15px;
	color: #000;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #f2f2f2;
	border-radius: 3px;
}
.search-form .search-btn {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	height: 52px;
	width: 52px;
	cursor: pointer;
	padding: 0;
	border: none;
	background: none;
}
.search-form .search-btn i{
	font-size: 24px;
	color: #00afd4;
	display: inline-block;
	transition: -webkit-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;
	        flex: 1 0 auto;
	background: #1F1F1F;
}
.main-holder{
	padding-bottom: 15px;
}
.headline{
	margin: 10px 0 10px 0;
/*	text-align: justify;
	text-justify: newspaper;
	font-size: 0;*/
	position: relative;
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*.headline:after{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 100%;
}*/
.headline .title{
	float: left;
	font-size: 18px;
	color: #CAC9CE;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
	width: 60%;
	width: 100%;
}
.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;
	text-overflow: ellipsis;
	width: 100%;
}
.headline .sort{
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.headline .sorting {
	float: right;
	font-size: 16px;
	cursor: pointer;
	background: #2f2f2f;
	padding: 0 10px;
	color: rgb(228, 228, 228);
	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: #2f2f2f;
	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: 16px;
	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: #00afd4;
		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;
	width: 20%;
}
.cs-holder .cs-thumb,
.categories .cat,
.thumbs-holder .thumb{
	display: block;
	position: relative;
	transition: box-shadow .2s linear;
	overflow: hidden;
	border-radius: 3px;
}
.thumb:hover .img-holder .rating{
	right: 0;
}
/*.cs-holder .cs-thumb:hover,
.categories .cat:hover,
.thumbs-holder .thumb:hover{
	box-shadow: 0px 0px 28px -4px rgba(0,0,0,0.75);
}*/
.thumbs-holder .thumb:hover .title{
	background: #2f2f2f;
}
/*.thumbs-holder .thumb:hover .title span,
.thumbs-holder .thumb:hover .statistic{
	color: #eee;
}*/
.thumbs-holder .thumb:hover .title span{
	color: #00afd4;
}
.cs-thumb img,
.cat img,
.thumb img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%; /*change auto*/
}
.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;
}
.thumb .img-holder i{
	font-size: 12px;
	margin-right: 5px;
}
.thumb .img-holder .rating{
	position: absolute;
	right: -60px;
	top: 10px;
	background: rgba(0, 175, 212, 0.8);
	color: #fff;
	padding: 5px 10px;
	transition: right .2s linear;
}
.thumb .img-holder .time{
	position: absolute;
	top: 10px;
	left: 0;
	background: rgba(0, 0, 0, .55);
	color:#eee;
	padding: 5px 10px;
	transition: top .2s linear;
}
.thumb .title{
	padding: 5px 10px;
	background: #2f2f2f;
	transition: background .2s linear;
}
.thumb .title span{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	line-height: 16px;
	color: #fff;
	transition: color .2s linear;
}
.thumb .title .statistic{
	overflow: hidden;
	margin: 5px 0 0 0;
	color: #8a8a8a;
	font-size: 12px;
	line-height: 13px;
	transition: color .2s linear;
}
.thumb .title .views{
	float: left;
}
.thumb .title .date{
	float: right;
}
.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: #2f2f2f;
	border-radius: 3px;
	overflow: hidden;
	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: #fff;
	text-transform: uppercase;
	font-size: 13px;
	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;
    transition: all .4s;
    -webkit-transform: scale(.5,1);
    -ms-transform: scale(.5,1);
    transform: scale(.5,1);
    background: #00afd4;
    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: #00afd4;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
}
.cs-thumb:hover .title,
.cat:hover .title{
	background: #2f2f2f;
	color: #00afd4;
}
.cs-thumb .title,
.cat .title{
	padding: 5px 10px;
	background: #2f2f2f;
	transition: color .2s linear, background .2s linear;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	line-height: 16px;
	color: #fff;
}
/*.cs-thumb .title{
	background: rgba(22, 24, 26, .7);
	padding: 0 65px 0 10px;
	color: #fff;
	text-align: left;
	webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
	position: relative;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}*/
.cs-thumb .videos,
.cat .videos{
	float: right;
}
/*.cs-thumb .videos{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 30px;
	width: 62px;
	text-align: center;
	font-size: 11px;
	color: #eee;
	webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}*/
.cat .videos i,
.cs-thumb .videos i{
	margin-right: 5px;
}
.cs-thumb:hover .title,
.cat:hover .title{
	bottom: -30px;
}
/*.cs-thumb:hover  .title{
	background:#5608a7;
	color: #fff;
}
.cs-thumb:hover .videos{
	background: #94005b;
	color: #fff;
}*/
.more-btn-wrap{
	text-align: center;
	padding: 15px 0 0;
	cursor: pointer;
}
.more-btn{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background: #2f2f2f;
	border-radius: 3px;
	line-height: 45px;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	/* text-transform: uppercase; */
	width: 100%;
	webkit-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;
    transition: all .4s;
    -webkit-transform: scale(.5,1);
    -ms-transform: scale(.5,1);
    transform: scale(.5,1);
    background: #00afd4;
    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;
	transition: color .3s;
}
.top-searches a:hover{
	color: #fff;
	text-decoration: underline;
}
.top-list ul{
	width: 16.666%;
	float: left;
	padding: 0 2px 2px 0;
}
/*.top-list ul:last-child{
	padding-right: 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;
	text-overflow: ellipsis;
	background: #000;
	border: 1px solid #292929;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	webkit-transition: color .3s, background .3s, border .3s;
	transition: color .3s, background .3s, border .3s;
	line-height: 44px;
	padding-right: 5px;
	color: #8e8e8e;
}
.top-list a span{
	width: 50px;
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	margin-right: 5px;
	webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
	background: #000;
}
.top-list a:hover{
	color: #fff;
	background: #00afd4;
}
.top-list a:hover span{
	color: #fff;
	background: #2f2f2f;
}
.main-holder .about{
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	text-align: justify;
	padding: 0 0 0 0;
}
.about .row{
	margin-bottom: 10px;
}
.about .row:last-child{
	margin-bottom: 0;
}
.exo-bottom{
	font-size: 0;
	text-align: center;
	padding-bottom: 5px;
	padding: 15px 0 20px;
	background: #2f2f2f;
}
.exo-bottom .spot{
	display: inline-block;
	vertical-align: middle;
	margin: 1px 5px;
}
.spot img{
	display: block;
	height: auto;
	width: 100%;
}
footer{
	background: #191919;
	/* box-shadow: 0px -8px 34px -8px rgb(0, 0, 0); */
}
.footer-holder{
	padding: 20px 0;
}
.bottom-holder .logo{
	float: left;
/* margin: -14px 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: #e4e4e4;
	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{
	text-decoration:underline;
}
.bottom-wrap .text{
	font-size: 11px;
	color: #969696;
	display: block;
	line-height: 14px;
	margin-top: 15px;
	text-align: right;
}
.m-menu{
	position: absolute;
	right: 1;
	top:20px;
	font-size: 27px;
	color: #1f1f1f;
	display: none;
}
.m-search{
	position: absolute;
	right: 0px;
	top: 22px;
	font-size: 23px;
	color: #1f1f1f;
	display: none;
}
.m-sort{
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 20px;
	color: #CAC9CE;
	display: none;
}
.m-sort i{
	margin-right: 0;
}
.active{
	color: #00afd4;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{
	max-width: 500px!important;
	width: 100%!important;
}
.mfp-wrap .mfp-content{
	background: #121212;
	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: #2f2f2f;
	font-size: 12px;
	color: #eee;
	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: right;
}
.btn-wrap button{
	border: 0;
	background: none;
}
.btn-wrap .send{
	background: #00afd4;
	color: #fff;
	padding: 10px 30px;
	cursor: pointer;
	margin-top: 80px;
	overflow: hidden;
	transition: background .3s;
}

.btn-wrap .send:hover {
	background: #0F7D95;
}
.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;
	margin-top: 4px;
}
.video-holder .headline span{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 99%;
}
.video-holder{
	overflow:hidden;
}
.video-holder.columns{
	display: table;
	width: 100%;
}
.video-holder .column{
	display: table-cell;
	vertical-align: top;
}
.video-holder .second{
	width: 1%;
	white-space: nowrap;
	padding: 44px 0 0 10px;
}
.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: 320px;
	padding: 10px;
    background: #2f2f2f;
}
.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: #1f1f1f;
	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: #121212;
}
.player-holder .player-adv .btn:hover{
	background: #00afd4;
}
.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;
	transition: background .3s, color .3s;
	text-align: center;
	margin-right: 0;
}
.headline .report:hover{
	background: #b46fff;
	color: #f2f2f2;
}
.video .toolbox-holder{
	background: #000;
	padding:7px;
}
.toolbox-holder .download{
	background: #00afd4;
	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;
	transition: background .3s, box-shadow .3s;
}
.toolbox-holder .download span{
	font-weight: 700;
}
.toolbox-holder .download:hover{
	background:#121212;
	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 #1f1f1f;
}
.tools .rating-container,
.tools .video-tech,
.tools .tabs-menu{
	width: 33.333%;
	float: left;
}
/*.toolbox-holder .tools{
	display: table;
	table-layout: fixed;
	width: 100%;
}*/
/*.tools .btn,
.tools .progress{
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	padding: 1px 2px 7px;
}*/
.tools .progress{
	padding: 0;
	width: 50%;
	float: left;
	text-align: center;
	height: 50px;
	padding: 5px 10px;
	border-right: 1px solid #1f1f1f;
}
.tools div.btn span{
	display: block;
	font-size: 12px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 14px;
	margin-top: 5px;
}
.tools div.btn i{
	color: #fff;
	display: block;
	font-size: 17px;
}
.tools i{
	font-size: 25px;
	display: inline-block;
	vertical-align: middle;
}
.tools .like{
	color: #11ba56;
	webkit-transition: color .3s;
	transition: color .3s;
	width: 25%;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-right: 1px solid #1f1f1f;
}
.tools .like:hover{
	color: #01ff69;
    background: rgba(31, 31, 31, 0.69);
}
.tools .dislike i{
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.tools .dislike{
	color: #e8006d;
	webkit-transition: color .3s;
	transition: color .3s;
	width: 25%;
	float: right;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-right: 1px solid #1f1f1f;
}
.tools .dislike:hover{
	color: #ff70b3;
    background: rgba(31, 31, 31, 0.69);
}
.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: #fff;
}
.tools .progress span:last-child{
	font-size: 11px;
	font-weight: 300;
	margin-top: 5px;
	display: block;
	margin-bottom: 0;
	color: #fff;
}
.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 #1f1f1f;
	padding: 7px 0;
}
.tabs-menu .tab{
	float: left;
	width: 25%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-right: 1px solid #1f1f1f;
}
.tabs-menu .tab:last-child{
	border-right: none;
}
.tools .tab{
	color: #fff;
	webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}
.tools .tab:hover,
.tools .active{
	color: #00afd4;
	background: rgba(31, 31, 31, 0.69);
}
.toolbox-holder .desc,
.toolbox-holder .items-holder{
	line-height: 18px;
	padding-bottom: 5px;
}
.toolbox-holder .items-holder{
	border-bottom: none;
}
.toolbox-holder .desc{
	color: #989898;
}
.toolbox-holder .desc span{
	font-weight: 400;
	margin-right: 5px;
	color: #989898;
}
.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: #989898;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
}
.items-holder a{
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
	border: 1px solid #00afd4;
	padding: 5px 10px;
	color: #cac9ce;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	margin: 2px 5px 2px 0;
	transition: background .3s, color .3s;
}
.items-holder a:last-child{
	margin-right: 0;
}
.items-holder a:hover{
	background: #00afd4;
	color: #fff;
}
.share img{
	width: 175px;
}
.share .row{
	margin-bottom: 5px;
}
.share .row:last-chils{
	margin-bottom: 0;
}
.com-box{
	color: #eee;
}
.com-box .error{
	line-height: 23px;
}
.share .title,
.comment .title{
	display: block;
	margin-bottom: 5px;
	font-weight: 400;
	color: #fff;
}
.name-holder .name {
	background: #e4e4e4;
	height: 30px;
	margin-bottom: 5px;
	display: block;
	width: 100%;
	padding: 7px;
	border: 0;
	border-radius: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
.share textarea,
.share input{
	width: 100%;
	resize: none;
	background: #e4e4e4;
	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.open .com-box{
	display: block;
}*/
.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: #e4e4e4;
	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: #e4e4e4;
	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: #121212;
	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: #00afd4;
}
.comments .item{
	margin-bottom: 20px;
}
.comments .name{
	font-weight: 400;
	margin-right: 5px;
	color: #00afd4;
}
.comments .time{
	font-size: 11px;
	float: right;
    color: #eee;
}
.comments .text{
	margin-top: 5px;
    color: #fff;
}
#share,
#comments,
#sponsors,
#report{
	display: none;
}
.tab-container .share,
.tab-container .comment-wrap,
.tab-container .info,
.tab-container .report{
	border: 1px solid #1f1f1f;
	padding: 5px;
	margin: 5px 0 0 0;
	color: #eee;
}
/*.related{
	padding: 40px 0 10px 0;
}*/
.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: #2f2f2f;
	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: #121212;
}
.rating .btn{
	display: inline-block;
	vertical-align: middle;
	background: #00afd4;
	line-height: 45px;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	transition: background .3s;
}

.rating .btn {
	padding: 0;
}
.rating .btn:hover{
	background: #121212;
}
.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: #fff;
}
.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: #c8c8c8;
	margin: 0 7px 0 0;
}
.rate .full{
	background:#00afd4;
}
.desc .about{
	 margin-top: 5px;
}
.tags-holder .col{
	float: left;
	width: 20%;
	padding-right: 10px;
}
.tags-holder li a{
	position: relative;
	z-index: 1;
	display: block;
	transition: color .4s;
	color: #989898;
	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: '';
	transition: width .5s;
	background: #00afd4;
}
.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: #989898;
	transition: color .4s;
}
.tags-holder li.title{
	display: block;
	margin: 5px 0;
	border-bottom: 2px solid #2F5760;
	font-size: 20px;
	font-weight: 400;
	color: #00afd4;
}
.report .radio-wrap{
	float: left;
	padding-right: 15px;
}
.radio-wrap span,
.reason span{
	display: block;
	margin-bottom: 5px;
	font-weight: 400;
	color: #fff;
}
.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: #fff;
}
.reason{
	overflow: hidden;
}
.reason textarea{
	width: 100%;
	border: none;
	resize: none;
	height: 52px;
	padding: 7px 115px 7px 7px;
	font-family: 'Montserrat', sans-serif;
	background: #e4e4e4;
	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: #121212;
	padding: 0 30px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
.reason .btn:hover{
	background: #00afd4;
}
.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: 30px 40px 24px -15px;
	}
	.header-holder .main-menu{
		margin-left: 40px;
	}
	.main-menu li>a span{
		padding: 0 15px;
	}
}
@media screen and (max-width: 1300px){
	.video-holder .column.first{
		display: none;
	}
}
@media screen and (max-width: 1255px){
	.exo-bottom .spot:nth-child(4){
		display: none;
	}
}
@media screen and (max-width: 1170px){
	.main-menu li>a span{
		padding: 0 10px;
	}
	.header-holder .logo{
		margin: 30px 30px 24px -15px;
	}
	.header-holder .main-menu{
		margin-left: 30px;
	}
	.main-menu li>a span{
		padding: 0 5px;
	}
	.top-list ul,
	.tags-holder .col{
		width: 33.333%;
	}
}
@media screen and (max-width: 1024px){
    .top-spot {
        display: block;
    }	
    .header-holder .menu{
		padding:0;
	}
	header{
		min-height: 63px;
	}
	.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;
	}
	.menu .search-form,
	.header-holder .menu .share,
	.header-holder .menu .main-menu{
		display: none;
	}
	.menu .search-form{
		margin: 5px 0 0 0;
	}
	.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%;
	}
	.main-menu li.mobile-link{
		display: block;
	}
	header .wrap-nav-top{
		display: none;
	}
	.main-menu li.active a{
		color: #00afd4;
	}
	.headline .sorting{
		display: none;
		margin-top: 7px;
		padding: 0;
		border: none;
		float: none;
	}
	.headline .title{
		float: none;
		width: 90%;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.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: #00afd4;
	}

	.js-open-menu i {
		display: none !important;
	}

	.sendwich {
    -moz-appearance: none;
    border: 0 none;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    font-size: 0;
    height: 50px;
    overflow: hidden;
    padding: 0;
    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;
    top: 10px;
    left: -10px;
}
.sendwich span {
    background: #1f1f1f 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-visibil.wrapper.new .header.open-menu ity: hidden;
}

.sendwich span:before, 
.sendwich span:after {
    background-color: #1f1f1f;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-backface-visibility: hidden;
	  	backface-visibility: hidden;
}
.sendwich span:before {
    top: -8px;
}
.sendwich span:after {
    bottom: -8px;
}


.header.open-menu .sendwich span:before, 
.header.open-menu .sendwich span:after {
    background: #f05 none repeat scroll 0 0;
}
.header.open-menu .sendwich span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
}
.header.open-menu .sendwich span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	  	transform: rotate(45deg);
}
.header.open-menu .sendwich span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	  	transform: rotate(-45deg);
}

.sendwich span, 
.sendwich span:before, 
.sendwich span:after,
.header.open-menu .sendwich span, 
.header.open-menu .sendwich span:before, 
.header.open-menu .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;
}

}
@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 .adv{
		display: none;
	}*/
	.video-holder.columns{
		display: block;
	}
	.video-holder .column.second{
		display: none;
	}
	.video-holder .column{
		display: block;
	}
	.exo-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%;
	}
	.bottom-holder{
		text-align: center;
	}
	.bottom-holder .logo{
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 13px 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 #1f1f1f;
	}
	.top-list ul,
	.tags-holder .col{
		width: 50%;
	}
	.container{
		padding: 0 5px;
	}
	.headline .report{
		display: block;
		margin-top: 10px;
		font-size: 12px;
		padding: 8px;
	}
	.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;
	}
}
@media screen and (max-width: 480px){
	.thumbs-holder, .categories, .cs-holder{
		margin: -2px 0 0 -2px;
	}
	.thumbs-holder .thumb-wrap, .categories .cat-wrap, .cs-holder .cs-wrap{
		padding: 2px 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%;
	}
}
@media screen and (max-width: 320px){

}

.support-page .mfp-content {
	width: 100%;
}


.support-page .form-wrap {
	text-align: center;
}

.support-page .mfp-hide {
	text-align: left;
	display: inline-block !important;
	max-width: 500px!important;
    width: 100%!important;
}

.usc p {
	margin: 0 0 20px;
}

/* new css */
.container:before,
.container:after {
    content: ' ';
    display: table;
}
.container:after {
    clear: both;
}
.container {
    margin: auto;
    padding: 0 10px;
    zoom: 1;
}
.container--small,
.container {
    max-width: 1548px;
}
.icon {
    width: 1em;
    height: 1em;
    display: block;
    fill: currentColor;
}

.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -0.125rem 0 0 -0.125rem;
}
.btn-group__item {
    margin: 0.125rem 0 0 0.125rem;
}

.btn {
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0.125rem;
    font-size: 0.75rem;
    padding: 0.9375rem 1.25rem;
    display: block;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    -ms-transform: scale(0.5, 1);
        transform: scale(0.5, 1);
}

.btn--icon {
    background-color: #1f1f1f;
    color: #8a96a0;
    font-size: 2rem;
    padding: 0.4375rem;
}

.btn--icon::before {
    display: none;
}

.trailer__info {
    background-color: #2f2f2f;
    padding: 0 0.625rem;
}

.trailer__spot {
    text-align: center;
    overflow: hidden;
}

.trailer__row {
    border-top: 1px dashed #1f1f1f;
    padding: 0.9375rem 0;
}

.trailer__row:first-child {
    border-top: 0;
}

.trailer__tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -0.625rem;
}

.trailer__tool {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding: 0 0.625rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}

.trailer__tool .details {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
            flex: 1 1 0%;
}

.trailer__tool:last-child {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
@media (min-width: 48em) {
    .trailer__tool:last-child::before {
        top: -15px;
        bottom: -15px;
        content: '';
        position: absolute;
        left: 0;
        border: 1px dashed #1f1f1f;
    }
}

.progress {
    display: block;
    width: 100%;
    height: 6px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.3125rem;
    overflow: hidden;
    min-width: 90px;
    background-color: red;
}

.progress[value]::-ms-fill {
    background-color: #00afd4;
    border: 0;
}

.progress[value]::-moz-progress-bar {
    background-color: #00afd4;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.progress[value]::-webkit-progress-value {
    background-color: #00afd4;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.progress[value='100']::-moz-progress-bar {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.progress[value='100']::-webkit-progress-value {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.progress[value]::-webkit-progress-bar {
    background-color: red;
    border-radius: 0.3125rem;
}

.progress base::-moz-progress-bar,
.progress[value] {
    background-color: red;
    border-radius: 0.3125rem;
}

.details__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -0.625rem;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.details__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 0.625rem;
}

.details__label {
    font-weight: 400;
    color: #fff;
    margin: 0 0 0.3125rem;
}

.details__value {
    font-weight: 400;
    color: #8a8a8a;
    font-size: 1rem;
}

.comments__heading {
    color: #fff;
    font-weight: 400;
    margin: 0 0 0.625rem;
    display: block;
}

.comments__item {
    padding: 0.625rem 0;
    border-top: 1px dashed #363636;
}

.comments__item:first-child {
    border-top: 0;
}

.post__header {
    margin: 0 0 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.post__name {
    color: #00afd4;
    font-size: 0.6875rem;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
}

.post__date {
    margin: 0 0 0 1.25rem;
    display: inline-block;
    color: #656565;
    font-size: 0.625rem;
    font-weight: 400;
}

.post__body {
    color: #656565;
    font-size: 0.8125rem;
}

.rating-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.rating__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin: 0 0 0 0.625rem;
}

.rating__text {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
}

.captcha__hint {
    color: gray;
    font-size: 0.6875rem;
    display: block;
    margin: 0 0 0.4375rem;
}

.captcha__image {
    display: block;
    width: 165px;
    height: 68px;
    margin: 0 0 0.625rem;
}

.captcha__action {
    margin: 0.4375rem 0 0;
}

@media (max-width: 48em) {
	.trailer__tools {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .trailer__tool {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
    }
    .trailer__tool:last-child {
        width: 100%;
        margin: 0.625rem 0 0;
    }
    .rating-new {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
                flex-direction: column;
        width: 100%;
        position: relative;
    }
    .rating-new .btn-group {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
    }
    .rating__counter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0;
        position: absolute;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 110px);
        bottom: 0;
    }
    .rating__text {
        margin: 0 0 0.625rem;
    }
}

.hidden {
    display: none;
}

.top-spot {
    text-align: center;
    padding: 10px 0 0;
    display: none;
}

@media screen and (max-width: 1024px) {
    .top-spot {
        display: block;
    }

}

.top-spot .adv {
    display: inline-block;
    vertical-align: middle;
}

.trailer__info .download {
    background: #00afd4;
    padding: 16px;
    font-size: 14px;
    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;
}

.trailer__info .download:hover {
    background: #363636;
    color: #fff;
    -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);
}

.trailer__info .download span {
    font-weight: 700;
}

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

.more-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #2f2f2f;
    border-radius: 3px;
    line-height: 45px;
    font-size: 14px;
    color: #8a8a8a;
    font-weight: 500;
    /* text-transform: uppercase; */
    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;
}

.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: #00afd4;
    z-index: 2;
}

.more-btn:hover {
    color: #fff;
}

.show-block {
    display: none;
    border-top: 1px dashed #1f1f1f;
}

.show-holder-btn {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px dashed #1f1f1f;
    padding: 0.7375rem 0;
}

.show-holder-btn .show-btn {
    cursor: pointer;
	transition: all .3s;
    background: transparent;
	outline: 0;
	border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
    color: #8a8a8a;
    display: flex;
    align-items: center;
} 

.show-holder-btn .show-btn:hover {
    cursor: pointer;
    color: #00afd4;
}

.show-holder-btn .show-btn i {
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0px;
    transition: transform .3s;
    transform: rotate(-90deg);
}

.open .show-btn i {
    transform: rotate(90deg);
}

.show-holder-btn .show-btn span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 7px 0 0;
    line-height: 12px;
    font-weight: 400;
    font: 13px/1 'Montserrat', sans-serif;
}


.report {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.report__reason {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    padding-left: 30px;
}
.report__row {
    margin: 0 0 10px 0;
    margin: 0 0 0.625rem 0;
}
.report__row--columns {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}
.report__column:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    padding-right: 10px;
}
@media (max-width: 48em) {
    .report {
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .report__reason {
        padding: 10px 0 0;
    }
    .report__reason,
    .report__fields {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
                flex-basis: 100%;
    }
    .page__header.is-hidden {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    }
}
@media (max-width: 30em) {
    .report__row--columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        -ms-grid-row-align: stretch;
        -webkit-align-items: stretch;
                align-items: stretch;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .report__column:first-child {
        width: 100%;
        padding: 0 0 0.625rem;
    }
}
.radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.radio__action {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    margin: 0 0.625rem 0 0;
}

.radio__switch {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
}

.radio__switch::before,
.radio__switch::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    z-index: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
	border-radius: 50%;
	box-sizing: border-box;
}

.radio__switch::before {
    border: 3px solid #dde3e7;
}

.radio__switch::after {
    background-color: #00afd4;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0);
    will-change: transform;
}
.radio__field[type='radio'] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    margin: -0.0625rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.radio__field[type='radio']:checked + .radio__switch::after {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
        transform: scale(0.4);
}

.radio__label {
    line-height: 1;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8125rem;
}
.btn--count::after {
    content: attr(data-count);
    font-size: 8px;
    color: #dde3e7;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    z-index: 1;
    line-height: 1;
}

.field {
    color: #eee;
    font-size: 0.75rem;
    width: 100%;
    height: 45px;
    display: block;
    padding: 0 1.25rem;
    background-color: #1f1f1f;
    border: 0;
    border-radius: 0.1875rem;
    -webkit-transition: box-shadow 0.3s;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
	font-family: 'Montserrat', sans-serif;
}

.field--area {
    padding: 1.25rem;
    height: 100px;
    resize: vertical;
}

.btn--success {
    background-color: #1f1f1f;
    color: #fff;
    border: 0;
}

.btn--success::before {
    background-color: #363636;
}
.btn--success:hover, .btn--success:active, .btn--success:focus {
    color: #fff;
}

.btn--success:hover::before, .btn--success:active::before, .btn--success:focus::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
	background-color: #08aed4;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    -ms-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}

.form__group {
    margin: 0 0 0.9375rem;
}

.form__group:last-child {
    margin: 0;
}

.field--name {
    width: 35%;
}

@media (max-width: 48em) {
	.field--name {
		width: 100%;
	}
}

.validate--error {
    color: #eb0000;
    margin: 0.5rem 0 0;
    font-size: 0.75rem;
}

.form__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.form__columns .form__action {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0.625rem 0 0;
}

.field--area {
    padding: 1.25rem;
    height: 100px;
    resize: vertical;
}

.comments__item {
    padding: 0.625rem 0;
    border-top: 1px dashed #1f1f1f;
}

.comments__item:first-child {
    border-top: 0;
}

.post__header {
    margin: 0 0 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.post__name {
    color: #00afd4;
    font-size: 0.6875rem;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}

.post__date {
    margin: 0 0 0 1.25rem;
    display: inline-block;
    color: #8a8a8a;
    font-size: 0.625rem;
    font-weight: 400;
}

.post__body {
    color: #fff;
    font-size: 0.8125rem;
}

.trailer__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.625rem 0 0 0;
}

.trailer__col {
    margin: 0.625rem 0 0 0;
    overflow: hidden;
}

.btn-group__label {
    color: #fff;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0.125rem 0.625rem 0 0.125rem;
}

.btn--primary {
    background-color: #2f2f2f;
    color: #8a8a8a;
}

.btn--sm {
    padding: 0.625rem;
    font-size: 0.625rem;
}

.btn--primary::before {
    background-color: #00afd4;
}

.btn--primary:hover,
.btn--primary.is-active {
    color: #fff;
}

.btn--primary:hover::before, 
.btn--primary:active::before, 
.btn--primary:focus::before,
.btn--primary.is-active::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn--icon:hover, .btn--icon:active, .btn--icon:focus, .btn--icon.voted, .btn--icon.open {
    color: #00afd4;
}

.btn--dislike:hover, .btn--dislike:active, .btn--dislike:focus, .btn--dislike.voted {
    color: #eb0000;
}

.scroll-top {
	font-weight: 400;
    cursor: pointer;
    border-radius: .125rem;
    text-transform: uppercase;
    overflow: hidden;
	background-color: #2f2f2f;
	color: #8a8a8a;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1040;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}

.scroll-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
	background-color: #00afd4;
    -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);
}

.scroll-top:hover {
    color: #fff;
}

.scroll-top:hover::before{
    opacity: 1; 
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}

.scroll-top.show {
    opacity: 1;
}


.heading__item.sorting-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
	flex-shrink: 0;
	justify-content: flex-end;
}

.btn__text {
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.heading__item .sorting-mobi {
    display: none;
}

@media (max-width: 48em) {
	.heading__item.sorting-block {
		width: 122px;
	}

	.heading__item .btn-group {
		display: none;
	}

	.heading__item .sorting-mobi {
		display: block;
		position: relative;
		width: 116px;
	}

	.heading__item .sorting-mobi span {
		line-height: normal;
	}

	.heading__item .sorting-mobi .active {
		position: relative;
	}

	.heading__item .sorting-mobi .active:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		opacity: 0;
		content: '';
		background-color: #2f2f2f;
		-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: #00afd4;
		z-index: -1;
	}

	.heading__item .sorting-mobi i {
		position: absolute;
		z-index: 9;
		font-size: 10px;
		right: 9px;
		color: #8a96a0;
		top: 10px;
		z-index: 2;
		margin: 0;
		transition: -webkit-transform .3s;
		-webkit-transition: -webkit-transform .3s;
		-o-transition: transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
	}

	.heading__item .sorting-mobi i::before {
		display: inline-block;
		transform: rotate(90deg);
	}

	.heading__item .sorting-mobi .drop {
		display: none;
		position: absolute;
		width: 100%;
		z-index: 9;
		-webkit-transition: color 0.3s;
		-o-transition: color 0.3s;
		transition: color 0.3s;
	}

	.heading__item .sorting-mobi:hover .drop {
        display: block;
    }

    .heading__item .sorting-mobi:hover i {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        color: #fff;
    }

    .heading__item .sorting-mobi:hover .active {
        color: #fff;
    }

    .heading__item .sorting-mobi:hover .active:before {
        opacity: 1;
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
    }

	.form__columns .form__action {
		float: inherit;
		width: 100%;
		padding: 0 0 10px;
	}

	.form__columns .btn--success {
		width: 100%;
	}

}

.trailer__col .btn_item {
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0.125rem;
    font-size: 0.75rem;
    padding: 0.9375rem 1.25rem;
    display: block;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
	transition: color 0.3s;
	background-color: #1f1f1f;
	color: #8a8a8a;
	padding: 0.625rem;
    font-size: 0.625rem;
}

.trailer__col .btn_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    -ms-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
	background-color: #00afd4;
}

.trailer__col .btn_item:hover {
    color: #fff;
}

trailer__col .btn_item::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

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