
body.loading {background: #000; overflow: hidden;}
body.loading > * {display: none;}
body.loading:before {content: ''; position: absolute; width: 150px; height: 42px; background-color: #aeb0b7; opacity: 0.6; -webkit-animation: scaleout 1.2s infinite ease-in-out; animation: scaleout 1.2s infinite ease-in-out; z-index: 1; left: 50%; margin-left: -75px; top: 76px; border-radius: 5px; }
body.loading:after {content: ""; width: 150px; height: 46px; position: absolute; background: url(/images/logo.png); left: 50%; margin-left: -75px; top: 75px; background-size: cover; z-index: 2; }
@keyframes scaleout {0% {-webkit-transform: scale(1); transform: scale(1) } 100% {-webkit-transform: scale(1.5); transform: scale(1.5); opacity: 0 } }

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, 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;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
* {
	outline: none;
	text-decoration: none;
}
img {
	display: block;
	max-width: 100%;
}
input, textarea, select, button {
	font: 100% Arial,Helvetica Neue,Helvetica,sans-serif;
	vertical-align: middle;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
button, input[type="submit"] {
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border: none;
}
::-moz-placeholder {
	color: #7c7c7c;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #7c7c7c;
}
:-ms-input-placeholder {
	color: #7c7c7c;
}
::placeholder {
	color: #7c7c7c;
}
:focus::-moz-placeholder {
	color: transparent;
}
:focus::-webkit-input-placeholder {
	color: transparent;
}
:focus:-ms-input-placeholder {
	color: transparent;
}
:focus::placeholder {
	color: transparent;
}
*, *:before, *:after {
	box-sizing: border-box;
}
.wrapper {
	overflow: hidden;
}
.container {
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: content-box;
}
@media only screen and (max-width: 1000px) {
	.container {
		padding: 0 10px;
	}
}
@media only screen and (max-width: 700px) {
	.container {
		padding: 0 5px;
	}
}
/*@media only screen and (max-width: 500px) {
	.container {
		padding: 0 2px;
	}
}*/

.container:after, .container:before {
	display: table;
	clear: both;
	content: '';
}
.text-middle {
	display: inline-block;
	vertical-align: middle;
}
.wrap-overflow {
	overflow: hidden;
}
.input-text,
.select {
	background: #0c0c0c;
	color: #dadada;
	width: 100%;
	border: none;
	height: 36px;
	padding: 0 14px;
}
.textarea {
	background: #0c0c0c;
	color: #dadada;
	width: 100%;
	border: none;
	height: 56px;
	padding: 10px 14px;
	resize: none;
}
.textarea.no-height {
	height: auto;
}
.btn {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	padding: 8px 20px;
	border-radius: 5px;
	font-size: 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.btn:disabled {
	opacity: 0.8;
	cursor: not-allowed;
}
.btn .text-middle {
	font-size: 12px;
	line-height: 20px;
}
.btn .icon-middle {
	margin: 0 6px 0 0;
}
.btn .text-middle + .icon-middle {
	margin: 0 0 0 10px;
}
.btn .icon-upload {
	font-size: 18px;
}
.btn .arrow {
	font-size: 24px;
	position: relative;
	top: -2px;
}
.btn .text-middle + .arrow {
	margin: 0 0 0 4px;
}
.btn-primary {
	background: #ff9700;
}
.btn-default {
	background: #2e3034;
}
.btn-default:hover,
.btn-default.active {
	background: #ff9700;
	color: #fff;
}
.btn-cancel {
	font-size: 12px;
	line-height: 30px;
	color: #ff9700;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 15px;
	cursor: pointer;
}
.checkbox-holder {
	font-size: 16px;
	color: #444;
	cursor: pointer;
}
.checkbox-holder input {
	display: none;
}
.checkbox-holder .text {
	display: block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.checkbox-holder .state {
	background: #0c0c0c;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	position: relative;
	margin: 0 3px 0 0;
	float: left;
}
.checkbox-holder input:checked + .state:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	margin: auto;
	width: 10px;
	height: 6px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
}
.checkbox-holder input:disabled + .state {
	background: pink;
}
.checkbox-holder input:checked:disabled + .state {
	background: gray;
}
.dropdown {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: transparent;
}
.open > .dropdown-menu {
	display: block;
}
.dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 1000;
	min-width: 120px;
	font-size: 14px;
	text-align: left;
	background-color: #303030;
	right: 0;
	border-radius: 6px;
	margin: 7px 0 0 0;
	text-transform: uppercase;
}
.open > .dropdown-menu:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	bottom: 100%;
	border-width: 0 5px 6px 5px;
	border-color: transparent transparent #303030 transparent;
	right: 8px;
	z-index: 2;
	margin: 1px 0 0px 0;
}
.icon-middle {
	display: inline-block;
	vertical-align: middle;
}
.svg-icon {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}
.icon-video {
	width: 1.08203125em;
}
.icon-photo {
	width: 1.3154296875em;
}
.icon-menu {
	width: 1.10546875em;
}
.icon-list2 {
	width: 1.0126953125em;
}
.icon-list1 {
	width: 0.974609375em;
}
.icon-like {
	width: 1.0419921875em;
}
.icon-heart {
	width: 1.130859375em;
}
.icon-flag {
	width: 0.8720703125em;
}
.icon-download-folder {
	width: 0.900390625em;
}
.icon-download {
	width: 0.974609375em;
}
.icon-dislike {
	width: 1.0419921875em;
}
.icon-eye {
	width: 1.6em;
}
body {
	margin: 0;
	color: #fff;
	background: #000;
	/*font: 13px/1 'Asap', sans-serif;*/
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	min-width: 320px;
}

.header {

}
.header-top {
	position: relative;
}

.header-top .container {
	padding: 16px 15px;
	background: #202020;
}
@media only screen and (max-width: 700px) {
	.header-top .container {
		background: #000;
		padding: 8px;
	}
}
.header-logo {
	float: left;
	margin: 0 40px 0 7px;
}
@media only screen and (max-width: 900px) {
	.header-logo {
		margin: 0 20px 0 7px;
	}
}
@media only screen and (max-width: 700px) {
	.header-logo {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: 105px;
	}
}

/*start search*/
.search-block {
	/* overflow: hidden; */
	margin: 2px 0 0 0;
	float: left;
	width: 40%;
}
.search-block form {
	position: relative;
}
.search-block .input-text {
	height: 30px;
}
.search-block .btn-search {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	background: transparent;
	width: 46px;
	height: 100%;
	text-align: center;
	background: #f89705;
	border-radius: 4px;
}
.search-block .btn-search:hover {
	background: #e08d0e;
}
.search-block .btn-search .svg-icon {
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
@media only screen and (max-width: 700px) {
	.search-block {
		position: absolute;
		left: 0;
		top: 100%;
		background: #333;
		width: 100%;
		padding: 10px;
		z-index: 12;
		margin: 0;

		visibility: hidden;
		opacity: 0;
		transition: all .3s;
		transform: translateY(50px);
	}
	body.show-search .search-block {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.search-block.shown {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.search-block .switcher {
	position: absolute;
	right: 46px;
	top: 0;
	bottom: 0;
}
.search-block .switcher .btn-drop {
	cursor: pointer;
	width: 50px;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
}
.search-block .switcher .btn-drop:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #dadada;
	border-top: 2px solid #dadada;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.search-block .switcher .dropdown-menu {
	transform: translateX(-50%);
	left: 50%;
}
.search-block .switcher .dropdown-menu:after {
	margin: 1px 0 0px -3px;
	left: 50%;
}
.search-block .switcher .svg-icon {
	color: #dadada;
	font-size: 20px;
}
.search-block .switcher .icon-arrow-down {
	font-size: 10px;
}
.search-block .switcher .icon-middle {
	margin: 0 7px 0 0;
}

/*.search-block .switcher *+* {
	margin: 0 0 0 5px;
}*/

/*end search*/

.btn-mobile-button {
	display: none;
	float: right;
	padding: 8px;
	font-size: 20px;
	background: #202020;
	color: #fff;
	border-radius: 6px;
}
.btn-mobile-button + .btn-mobile-button {
	margin-right: 5px;
}
.btn-mobile-button.active {
	background: #e08d0e;
}
@media only screen and (max-width: 700px) {
	.btn-mobile-button {
		display: block;
	}
}

.header-bottom .container {
	background: #0c0c0c;
}
@media only screen and (max-width: 700px) {
	.header-bottom {
		position: fixed;
		height: 100%;
		width: 280px;
		left: 0;
		top: 0;
		z-index: 200;
		background: #0c0c0c;
		transform: translateX(-100%);
		transition: transform .5s;
	}
	.header-bottom .container {
		overflow-y: auto;
		height: 100%;
		position: relative;
		padding: 0;
	}
	body.show-menu .header-bottom {
		transform: translateX(0);
	}
	body.show-menu .overcover-menu {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 199;
		background: rgba(0, 0, 0, 0.4);
		padding: 9999px;
		margin: -9999px;
		overflow: hidden;
	}
}
.header-menu {
	float: left;
}
.header-menu > li {
	float: left;
	position: relative;
}
.header-menu .item {
	display: block;
	padding: 8px 15px;
	border-radius: 3px;
	font-size: 18px;
	line-height: 24px;
	color: #dadada;
	position: relative;
}
.header-menu li:first-child .item {
	padding-left: 7px;
}
.header-menu li .item.active,
.header-menu li:hover .item {
	color: #ff9700;
}
.header-menu .item-drop:after {
	content: "";
	display: inline-block;
	position: relative;
	margin: 0 0 3px 6px;
	border-style: solid;
	border-width: 4px 4px 0;
	border-color: #fff transparent transparent;
}
.header-menu > li:hover .item-drop:after {
	border-color: #ff9700 transparent transparent;
}
.header-menu .drop {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 11;
	min-width: 140px;
	padding: 10px 0;
	background: #303030;
	border-radius: 3px;
}
@media only screen and (min-width: 701px) {
	.header-menu > li:hover .drop {
		display: block;
	}
}

.header-menu .drop li {

}
.header-menu .drop a {
	display: block;
	color: #dadada;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	white-space: nowrap;
	padding: 0 15px;
}
.header-menu .drop a:hover {
	/*background: #202020;*/
	background: #ff9700;
	color: #fff;
}



@media only screen and (max-width: 900px) {
	.header-menu .item {
		padding: 8px 5px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 700px) {
	.header-menu {
		float: none;
	}
	.header-menu > li {
		float: none;
		margin-bottom: 5px;
	}
	.header-menu li:first-child .item {
		padding-left: 15px;
	}
	.header-menu .item {
		padding: 8px 15px;
		font-size: 18px;
	}
	.header-menu .item .text-middle {
		margin-left: 10px;
	}
	.header-menu .drop {
		position: relative;
		padding: 0;
		overflow: hidden;
		background: none;
	}
	.header-menu .drop a {
		padding: 8px 15px;
		font-size: 18px;
	}
	.header-menu .drop.shown {
		display: block;
	}
}

.btn-mobile-menu {
	display: none;
	margin: 4px 10px 0 0;
	float: left;
	color: #878788;
	background: transparent;
	font-size: 23px;
	position: relative;
}
@media only screen and (max-width: 700px) {
	.btn-mobile-menu {
		display: block;
	}
}

.btn-close-menu {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	background: #202020;
	padding: 8px;
	transition: transform .3s;
	transform: translateX(-100%);
	transition-delay: .3s;
	font-size: 20px;
	border-radius: 0 0 8px 0;
	cursor: pointer;
}
@media only screen and (max-width: 700px) {
	.btn-close-menu {
		display: block;
	}
	body.show-menu .btn-close-menu {
		transform: translateX(0);
	}
}


.upload-holder {
	float: right;
	position: relative;
	margin: 6px 0 0;
}
.upload-holder .icon-middle {
	font-size: 18px;
	margin: 0 5px 0 0;
}
@media only screen and (max-width: 700px) {
	.upload-holder {
		float: none;
		margin: 0;
	}
	.upload-holder .dropdown-menu {
		position: relative;
		margin: 0;
		text-transform: none;
	}
	.upload-holder .dropdown-list {
		text-align: left;
	}
	.upload-holder .dropdown-list li a {
		font-size: 14px;
		font-weight: 400;
		line-height: 30px;
		padding: 0 15px;
	}
	.upload-holder .dropdown-list li + li a {
		border-top: 1px solid #424242;
	}
	.upload-holder.open > .dropdown-menu:after {
		display: none;
	}
}

.btn-upload {
	padding: 4px 8px;
	background: none;
	color: #d2d1d1;
	font-weight: normal;
	text-transform: capitalize;
	text-align: left;
}
.btn-upload:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #d2d1d1;
	border-top: 2px solid #d2d1d1;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.btn-upload .text-middle {
	font-size: 18px;
}
.open .btn-upload,
.btn-upload:hover {
	color: #fff;
}
.open .btn-upload:after,
.btn-upload:hover:after {
	border-color: #fff;
}
@media only screen and (max-width: 700px) {
	.btn-upload {
		width: 100%;
		padding: 10px 15px;
	}
}

.member-buttons-holder {
	float: right;
	position: relative;
}
.member-buttons {

}
.btn-login {
	color: #d2d1d1;
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	position: relative;
	transition: color .3s;
}
.btn-login:hover {
	color: #fff;
}
.btn-signup {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	background: #f89703;
	padding: 8px 14px;
	font-size: 16px;
	border-radius: 20px;
	transition: background .3s;
}
.btn-signup:hover {
	background: #e08d0e;
}

.menu-holder {
	float: right;
	background: transparent;
	margin: 0 0 0 10px;
	position: relative;
}
.menu-holder .dropdown-menu {
	margin: 10px 0 0 0;
	font-weight: 700;
	text-transform: uppercase;
	min-width: 200px;
}
.menu-holder .dropdown-list {
	text-align: left;
}
.menu-holder .username {
	color: #fff;
	text-align: center;
	text-transform: none;
	font-weight: normal;
	padding: 5px 0;
	border-bottom: 1px solid #505050;
	font-size: 15px;
	line-height: 18px;
}
.menu-holder .username strong {
	color: #ff9700;
}
.menu-holder .icon-middle {
	font-size: 18px;
	width: 22px;
	margin: 0 5px 0 0;
}
.menu-holder .icon-middle .svg-icon {
	margin: 0 auto;
}
.menu-holder .btn-menu {
	/*padding: 5px 12px 5px 8px;
	font-size: 26px;
	background: transparent;
	color: #909090;
	border-radius: 6px;*/

	padding: 0px 12px 0px 0px;
	font-size: 36px;
	background: transparent;
	color: #909090;
	border-radius: 6px;
}
.menu-holder .btn-menu:after {
	content: "";
	border-style: solid;
	border-width: 4px 4px 0;
	border-color: #909090 transparent transparent;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 4px;
}
.menu-holder .btn-menu img {
	width: 36px;
}
.menu-holder.open .btn-menu {
	color: #fff;
}
.menu-holder.open .btn-menu:after {
	border-color: #fff transparent transparent;
}

@media only screen and (max-width: 700px) {
	.menu-holder {
		margin: 0 10px 0 0;
	}
	.member-buttons-holder {
		margin: 0 5px 0 0;
	}
	.member-buttons {
		display: none;
		position: absolute;
		top: 100%;
		z-index: 1000;
		font-size: 14px;
		text-align: left;
		background-color: #303030;
		right: 0;
		border-radius: 6px;
		margin: 10px 0 0 0;
		min-width: 100px;
		text-transform: uppercase;
	}
	.member-buttons:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		position: absolute;
		bottom: 100%;
		border-width: 0 5px 6px 5px;
		border-color: transparent transparent #303030 transparent;
		right: 8px;
		z-index: 2;
		margin: 1px 0 0px 0;
	}
	.member-buttons-holder.open .member-buttons {
		display: block;
	}
	.member-buttons-holder.open .btn-mobile-button {
		background: #e08d0e;
	}

	.btn-login {
		display: block;
		margin: 0;
		font-size: 13px;
		line-height: 24px;
		color: #dadada;
		font-weight: 700;
		padding: 4px 10px;
		border-radius: 6px 6px 0 0;
		transition: none;
	}
	.btn-login:hover {
		color: #fff;
		background: #f89703;
	}
	.btn-signup {
		display: block;
		font-size: 13px;
		line-height: 24px;
		color: #dadada;
		display: block;
		font-weight: 700;
		padding: 4px 10px;
		background: none;
		border-radius: 0 0 6px 6px;
		transition: none;
	}
	.btn-signup:hover {
		color: #fff;
		background: #f89703;
	}
}



/*start sortings*/
.head-sorting {
	padding: 2px 0;
}
.head-sorting:after {
	content: "";
	display: block;
	clear: both;
}
.sort-title {
	float: left;
	overflow: hidden;
	font-size: 24px;
	line-height: 28px;
	color: #dadada;
	text-transform: capitalize;
	padding-top: 6px;
	padding-bottom: 2px;
}
.sorting {
	float: right;
	margin: 3px;
	font-size: 0;
}
.sorting > * {
	margin: 2px;
}
.sorting .btn-sort {
	display: inline-block;
	vertical-align: top;
	padding: 8px 10px;
	background-color: #303030;
	color: #dadada;
	font-size: 14px;
	text-align: left;
	line-height: 14px;
	border-radius: 3px;
	text-transform: capitalize;
	min-width: 100px;
	text-align: center;
}
.sorting .btn-holder .btn-sort:after {
	content: "";
	border-style: solid;
	border-width: 4px 4px 0;
	border-color: #fff transparent transparent;
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: middle;
}
.sorting .btn-sort.active {
	background: #000;
}
.sorting .dropdown-list li a {
	text-transform: capitalize;
	font-weight: normal;
}
.sorting .dropdown-list li a:hover,
.sorting .dropdown-list li a.active {
	background: #202020;
}
.sorting .dropdown-menu {
	min-width: auto;
	width: 100%;
	margin: 2px 0 0 0;
}
.sorting .dropdown-menu:after {
	display: none;
}
.sorting .dropdown-menu:before { /*avoid hiding block when hovering on empty area*/
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 100%;
}
.sorting .btn-holder:hover .dropdown-menu {
	display: block;
}

@media only screen and (max-width: 900px) {
	.head-sorting {
		text-align: center;
	}
	.sort-title {
		float: none;
		font-size: 20px;
		line-height: 24px;
	}
	.sorting {
		float: none;
	}
}
/*end sortings*/

.thumbs-items {
	text-align: center;
	font-size: 0;
	margin: 0 -5px;
}
.thumb-holder {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 5px;
}
@media only screen and (max-width: 1200px) {
	.thumbs-items {
		margin: 0 -4px;
	}
	.thumb-holder {
		width: 25%;
		padding: 4px;
	}
}
@media only screen and (max-width: 900px) {
	.thumb-holder {
		width: 33.333%;
	}
}
@media only screen and (max-width: 700px) {
	.thumbs-items {
		margin: 0 -3px;
	}
	.thumb-holder {
		width: 50%;
		padding: 3px;
	}
}
.thumb-holder.disabled {
	pointer-events: none;
}
.thumb-holder .options {
	font-size: 14px;
}
.thumb-item {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.thumb-item:hover {
	border-color: #d9a04f;
}
.thumb-item:hover .info {
	bottom: -1px;
}
.thumb-item .image-holder {
	display: block;
	position: relative;
	border: 1px solid #333438;
	padding-bottom: 59.33%;
	background: #000;
}
.thumb-item .image-holder img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.thumb-live-model .thumb-item .image-holder {
	padding-bottom: 74%;
	overflow: hidden;
}
.thumb-live-model .thumb-item .image-holder img {
	position: absolute;
	left: 0;
	top: 0;
}
.thumb-item .image-holder .duration {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 11px;
	line-height: 14px;
	padding: 3px 5px;
	color: #d6d4d4;
	background: rgba(43, 43, 43, 0.8);
}
.thumb-item .edit {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #d6d4d4;
	background: #2b2b2b;
	border-radius: 5px;
	width: 26px;
	height: 24px;
	font-size: 18px;
}
.thumb-item .edit .svg-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.thumb-item .info {
	padding: 3px 0;
}
.thumb-item .title {
	/*font-size: 13px;
	line-height: 16px;
	max-height: 32px;
	overflow: hidden;
	color: #ff9700;
	margin: 0 0 2px 0;
	font-weight: 700;*/
	margin-bottom: 4px;
	max-height: 40px;
	overflow: hidden;
	color: #dadada;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}
.thumb-item .title a {
	/*color: #ff9700;*/
	color: #dadada;
}
.thumb-item .title a:hover {
	/*text-decoration: underline;*/
	color: #ff9700;
}
.thumb-item .meta-info {
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
	color: #fff;
	text-align: left;
}
.thumb-item .meta-info .item {
	display: inline-block;
	vertical-align: middle;
}
.thumb-item .meta-info .views {
	color: #707070;
	margin: 0 5px 0 0;
}
.thumb-item .meta-info .rating {
	color: #3abd8e;
}
.thumb-item .meta-info .rating.red {
	color: #e81919;
}
.thumb-item .vote {
	cursor: pointer;
	color: #b3b3b3;
	font-size: 17px;
	margin: 0 3px 0 0;
}
.thumb-item .vote:last-child {
	margin: 0;
}
.thumb-item .vote:hover {
	color: #ff9700;
}
.thumb-item .comments {
	color: #b3b3b3;
	font-size: 16px;
	margin: 0 3px 0 0;
}
.thumb-item .name {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	padding: 5px 8px;
	text-align: center;
}
.dropdown-list {
	text-align: center;
}
.dropdown-list li a {
	cursor: pointer;
	font-size: 13px;
	line-height: 24px;
	color: #dadada;
	display: block;
	font-weight: 700;
	padding: 4px 10px;
}
.dropdown-list li a:hover,
.dropdown-list li a.active {
	color: #fff;
	background: #f89703;
}
.dropdown-list li:first-child a {
	border-radius: 6px 6px 0 0;
}
.dropdown-list li:last-child a {
	border-radius: 0 0 6px 6px;
}
.sidebar {
	float: right;
	width: 300px;
}
.sidebar .spot {
	width: 300px;
	margin: 0 auto;
	padding-bottom: 2px;
}
.sidebar .spot iframe {
	display: block;
}
/* .sidebar .spot:last-child {
	margin-top: 10px;
} */

.sidebar .thumb-holder {
	width: 50%;
}
.sidebar .title {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 5px 0;
	font-weight: bold;
}
.content {
	width: 100%;
	float: left;
	padding-right: 310px;
	margin-right: -310px;
}
.content:only-child {
	float: none;
	padding-right: 0;
	margin-right: 0;
}
.content .spottwo {
	width: 624px;
	margin: 0 auto;
}
.content .spot {
	display: inline-block;
	width: 300px;
	padding: 2px;
}
@media only screen and (min-width: 1001px) {
	body.full-player .sidebar {
		display: none;
	}
	body.full-player .content {
		float: none;
		padding-right: 0;
		margin-right: 0;
	}
}
@media only screen and (max-width: 1000px) {
	.content {
		float: none;
		padding-right: 0;
		margin-right: 0;
	}
	.sidebar {
		float: none;
		width: 100%;
	}
	.sidebar .spots {
		text-align: center;
		/* height: 250px;
		overflow: hidden; */
		margin: 20px 0 !important;
	}
	.sidebar .spot {
		display: inline-block;
		vertical-align: middle;
	}
	.sidebar .spot:last-child {
		margin-top: 0;
	}
}


.headline {
	padding: 8px 15px;
}
.headline .title {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
}
.headline .sub-title {
	font-size: 12px;
	line-height: 16px;
	color: #a2a2a2;
}
.headline .sub-title a {
	/*color: #ff9700;*/
	font-weight: 700;
}
.headline .sub-title a.hidden {
	display: none;
}
@media only screen and (max-width: 700px) {
	.headline {
		padding: 8px;
	}
}


.aside-thumbs {
	font-size: 0;
}
.aside-thumbs.list .thumb-holder {
	width: 100%;
}
.aside-thumbs.list .thumb-item .image-holder {
	float: left;
	width: 100px;
}
.aside-thumbs.list .thumb-item .info {
	position: static;
	overflow: hidden;
}
.aside-thumbs.list .thumb-item .info .row-info:first-child {
	position: absolute;
	bottom: 0;
}
.aside-thumbs.list .thumb-item .info .column {
	margin: 0 8px 0 0;
}
.aside-thumbs .thumb-holder {
	width: 50%;
	padding: 0 1px 2px 1px;
}

.block-info {
	border: 1px solid #333;
	position: relative;
}

.block-description {
	color: #dadada;
	font-size: 13px;
	line-height: 20px;
	padding: 0 15px 10px 15px;
}
.block-description a {
	color: #ff9700;
}
.block-description a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 700px) {
	.block-description {
		padding: 0 8px 8px 8px;
	}
}

.block-info .result {
	display: none;
	position: absolute;
	bottom: 100%;
	z-index: 10;
	background: #2e3034;
	padding: 0 5px;
	font-size: 12px;
	line-height: 14px;
	border: 1px solid #333;
}
.block-info .result-vote {
	left: -1px;
}
.block-info .result-fav {
	right: -1px;
}
.block-actions {
	overflow: hidden;
	background: #0c0c0c;
	padding: 10px 15px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.block-actions .btn {
	padding: 8px;
	color: #c1c1c2;
}
.block-actions .btn.not-active {
	pointer-events: none;
}
.block-actions .btn:hover,
.block-actions .btn.active {
	color: #fff;
}
.block-actions .btn .svg-icon {
	font-size: 25px;
}
.block-actions .actions {
	float: right;
	margin: 10px 0 0 0;
}
.block-actions .actions .item {
	color: #dadada;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
	cursor: pointer;
}
.block-actions .actions .item:last-child {
	margin: 0;
}
.block-actions .actions .item:hover,
.block-actions .actions .item.active {
	color: #fff;
}
@media only screen and (max-width: 700px) {
	.block-actions {
		padding: 8px;
	}
	.block-actions .actions .item {
		margin: 0 8px 0 0;
	}
}
@media only screen and (max-width: 1200px) {
	.block-actions .actions .item .text-middle {
		display: none;
	}
}


.block-actions .rating {
	float: left;
}
.block-actions .rating .buttons {
	display: inline-block;
	vertical-align: middle;
}
.block-actions .rating .info {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 18px;
	color: #9f9f9f;
	margin: 0 0 0 5px;
}
.block-report {
	display: none;
	overflow: hidden;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	padding: 10px;
}
.block-report:last-child {
	margin: 0;
	border-bottom: none;
}
.block-report .mark {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
}
.block-report .select-holder {
	float: left;
	width: 180px;
	margin: 0 5% 0 0;
}
.block-report .textarea-holder {
	overflow: hidden;
	position: relative;
}
.block-report .textarea-holder .textarea {
	height: 76px;
}
.block-report .recaptcha-right {
	float: right;
	margin: 0 0 0 10px;
}
@media only screen and (max-width: 700px) {
	.block-report .textarea-holder {
		padding-bottom: 86px;
	}
	.block-report .recaptcha-right {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%) scale(0.9);
		margin: 0;
	}
}
.block-report .actions {
	margin: 5px 0 0 0;
	overflow: hidden;
}
.block-report .actions .btn {
	float: right;
}
.block-report .actions .link {
	float: left;
	color: #a2a2a2;
	font-size: 14px;
	line-height: 16px;
	margin: 6px 0 0 0;
	transition: color .3s;
	background: #2e3034;
	padding: 5px 10px;
	border-radius: 4px;
	display: inline-block;
}
.block-report .actions .link:hover {
	color: #fff;
}
@media only screen and (max-width: 600px) {
	.block-report .actions {
		text-align: center;
	}
	.block-report .actions .link {
		float: none;
		width: 90%;
	}
	.block-report .actions .btn {
		float: none;
		display: block;
		width: 90%;
		margin: 3px auto 5px;
	}
}

.block-comments {
	padding: 6px;
}
.comment-form {
	margin: 0 0 15px 0;
}
/*.comment-form .btn {
	float: right;
	margin: 0 0 0 3px;
}*/
.comment-form .wrap-overflow {
	padding-left: 10px;
}
.comment-form .text {
	position: absolute;
	font-size: 14px;
	line-height: 20px;
	color: #202126;
	top: 5px;
	left: 10px;
}
.comment-form .text a {
	color: #ff9700;
}
.comment-form .text a:hover {
	text-decoration: underline;
}
.comment-form .avatar {
	float: left;
	font-size: 56px;
	width: 56px;
	margin: 0 10px 0 0;
}
.comment-form .buttons {
	display: none;
	text-align: right;
	margin: 10px 0 0 0;
}
.comment-form .buttons .cancel {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
	cursor: pointer;
}
.comment-form .wrap-textarea {
	position: relative;
}
.comment-form .wrap-textarea:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 10px 5px 0;
	border-color: transparent #0c0c0c transparent transparent;
}
.comment-form .wrap-textarea.active textarea {
	box-shadow: 0 0 10px 0 #272424 inset;
}
.comment-form .message {
	position: absolute;
	top: 8px;
	left: 8px;
}
.comment-form .message a {
	color: #f89703;
}

.list-comments {

}
.comment-item {
	margin-bottom: 5px;
	border: 1px solid #333;
	padding: 6px;
}
.comment-item:last-child {
	margin-bottom: 0;
}
.comment-item .avatar {
	float: left;
	font-size: 56px;
	width: 56px;
	margin: 0 10px 0 0;
}
.comment-item .info {
	overflow: hidden;
}
.comment-item .head {margin: 0 0 5px 0;}
.comment-item .name {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 16px;
	color: #ff9700;
	margin: 0 10px 0 0;
}
.comment-item .date {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	line-height: 16px;
	color: #9e9d9d;
}
.comment-item .text {
	color: #dadada;
	margin: 0 0 5px 0;
	font-size: 14px;
}
.comment-item .rating {
	position: relative;
	float: left;
}
.comment-item .rating .btn-rate {
	background: transparent;
	color: #6d6f71;
	font-size: 13px;
}
.comment-item .rating .btn-rate:hover {
	color: #ff9700;
}
.comment-item .rating .btn-rate.not-active {
	pointer-events: none;
}
.comment-item .rating .result {
	position: absolute;
	white-space: nowrap;
	top: 3px;
	left: 100%;
	font-size: 11px;
	line-height: 13px;
	margin-left: 8px;
}
.comment-item .rating .points {
	font-size: 12px;
	color: #20d663;
}
.comment-item .rating .points.red {
	color: #e41010;
}
.comment-item.bad .btn-show-comment {
	font-size: 18px;
	vertical-align: middle;
	color: #fff;
	margin: 0 5px 0 0;
	background: #6d6f71;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	line-height: 1;
}


/*.comment-item .rating {
	float: left;
	width: 26px;
	margin: 0 8px 0 0;
	text-align: center;
	position: relative;
}
.comment-item .rating .btn-rate {
	background: transparent;
	color: #6d6f71;
	font-size: 21px;
	margin-bottom: 3px;
}
.comment-item .rating .btn-rate:last-child {
	margin-bottom: 0;
}
.comment-item .rating .btn-rate:hover {
	color: #ff9700;
}
.comment-item .rating .btn-rate.not-active {
	pointer-events: none;
}
.comment-item .rating .result {
	position: absolute;
	white-space: nowrap;
	top: -11px;
	font-size: 11px;
	line-height: 13px;
}
.comment-item .info {
	overflow: hidden;
}
.comment-item .head {
	margin-bottom: 5px;
}
.comment-item .head a {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 13px;
	color: #ff9700;
}
.comment-item .head span {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	line-height: 13px;
	color: #828282;
	border-left: 1px solid #828282;
	padding-left: 10px;
	margin-left: 10px;
}
.comment-item .text {
	font-size: 13px;
	line-height: 18px;
	color: #c1c1c2;
	vertical-align: middle;
}
.comment-item.bad {
	background: #37383c;
	margin: 3px 0;
}
.comment-item.bad .btn-show-comment {
	font-size: 18px;
	vertical-align: middle;
	color: #fff;
	margin: 0 5px 0 0;
	background: #6d6f71;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	padding: 0 0 2px 0;
	line-height: 1;
}*/

.show-more {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #c1c1c2;
	background: #2e3034;
	text-align: center;
	text-transform: uppercase;
	border-radius: 4px;
	cursor: pointer;
	padding: 15px 10px;
	font-weight: 700;
	position: relative;
	width: 100%;
	margin: 10px auto 0;
}
.show-more[disabled] {
	background: #404349;
	cursor: not-allowed;
}
.show-more-holder {
	margin: 20px 0;
}
.show-more-holder .show-more {
	margin: 0 auto;
}
.show-more:hover {
	background: #404349;
	color: #fff;
}
.show-more:active {
	top: 1px;
}
@media only screen and (max-width: 700px) {
	.show-more {
		width: 80%;
	}
}

.list-images {
	margin: 0 0 15px 0;
}
.list-images .item {
	display: inline-block;
	vertical-align: top;
	margin: 0.25%;
	cursor: pointer;
	width: 19.5%;
}
.list-images .item .img-wrapper {
	position: relative;
}
.list-images .item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}
.list-images .spots {
	float: right;
	background: #0c0c0c;
	width: 40%;
	text-align: center;
}
.list-images .spot {
	padding: 20px;
	display: inline-block;
}
.list-images .spot iframe {
	display: block;
}
.list-images .spot + .spot {
	padding-top: 0;
}
@media only screen and (max-width: 1200px) {
	.list-images .item {
		width: 24.5%;
	}
	.list-images .spots {
		width: 50%;
	}
}
@media only screen and (max-width: 800px) {
	.list-images {
		margin: 0.5%;
	}
	.list-images .item {
		margin: 0.5%;
		width: 32.333%;
	}
	.list-images .spots {
		display: none;
	}
}
@media only screen and (max-width: 600px) {
	.list-images .item {
		width: 49%;
	}
}





.go-up {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 99;
	cursor: pointer;
	width: 40px;
	height: 46px;
	background: #ff9700;
	text-transform: uppercase;
	border-radius: 5px;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	text-align: center;
	padding: 25px 0 0 0;
}
.go-up:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	margin: auto;
	width: 15px;
	height: 15px;
	border-right: 5px solid #fff;
	border-top: 5px solid #fff;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.form-holder {
	margin: 0 0 30px 0;
}
.form-holder:last-child {
	margin: 0;
}
.form-holder .head {
	text-align: justify;
	margin: 0 0 15px 0;
	font-size: 0;
}
.form-holder .head:after {
	content: "";
	display: inline-block;
	width: 100%;
}
.form-holder .head .title {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.form-holder .head {
	font-size: 12px;
	line-height: 22px;
	color: #5a5c65;
	display: inline-block;
	vertical-align: middle;
}
.block-forms {
	background: #1d1d1d;
	padding: 6% 7%;
	overflow: hidden;
	position: relative;
}
.block-forms .form-left {
	float: left;
}
.block-forms .form-right {
	float: right;
}
.block-forms .block-form {
	width: 45%;
}
@media only screen and (max-width: 700px) {
	.block-forms {
		padding: 0;
	}
	.block-forms .form-left {
		float: none;
		margin: 0 0 30px 0;
	}
	.block-forms .form-right {
		float: none;
	}
	.block-forms .block-form {
		width: 100%;
	}
}

.label-holder {
	margin-bottom: 2px;
	font-size: 0;
	text-align: justify;
}
.label-holder-under {
	margin-bottom: 6px;
	font-size: 0;
	text-align: justify;
}
.label-holder:after {
	content: "";
	display: inline-block;
	width: 100%;
}
.label {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	margin: 0 8px 0 0;
}
.label-under {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0px 8px 4px;
}
.label-under span {
	color: #e07f28;
}
.block-forms .hint {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 18px;
	color: #b3b3b3;
}
.block-forms .textarea {
	height: 88px;
}
.block-forms .select-categories {
	overflow: hidden;
}
.block-forms .select-categories .btn {
	padding: 8px 10px;
}
.block-forms .select-categories .btn-add {
	float: right;
	margin: 2px 0 0 5px;
}
.block-forms .select-categories .label {
	float: left;
	margin: 9px 5px 0 0;
}
.block-forms .select-categories .holder {
	overflow: hidden;
}
.block-forms .select-categories .holder .btn {
	margin: 2px 2px;
	padding: 8px 30px 8px 10px;
}
.block-forms .select-categories .holder .btn .svg-icon {
	font-size: 14px;
}
.block-forms .select-categories .holder .btn:after {
	position: absolute;
	content: "";
	width: 4px;
	height: 20px;
	background: #fff;
	border-radius: 3px;
	top: 8px;
	right: 14px;
	transform: rotate(45deg);
}
.block-forms .select-categories .holder .btn:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 20px;
	background: #fff;
	border-radius: 3px;
	top: 8px;
	right: 14px;
	transform: rotate(135deg);
}

.block-forms .btn-choose {
	float: right;
	margin: 0 0 0 5px;
}
.row-form {
	margin: 0 0 15px;
	overflow: hidden;
}
.row-form.margin {
	margin: 0 0 15px 230px;
}
.row-submit {
	margin: 30px 0 0 0;
	overflow: hidden;
}
.btn-submit {
	padding: 15px 20px;
}
.btn-submit .text-middle {
	font-size: 16px;
}
.row-submit .btn-submit {
	float: right;
	margin: 0 0 0 20px;
}
.row-submit .show-more {
	margin: 0;
}
@media only screen and (max-width: 700px) {
	.row-submit{
		margin: 30px 20px 0 20px;
	}
	.row-submit .btn-submit {
		width: 100%;
		float: none;
		margin: 0;
	}
	.row-submit .show-more {
		margin: 10px 0 0 0;
		width: 100%;
	}
	.row-form.margin {
		margin: 0 0 15px 0;
	}
}


.block-holder {
	padding: 20px;
}
.file-control {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	max-width: 500px;
	text-align: center;
	border: 1px dashed #ff9700;
	padding: 40px;
}
.file-control .upload-icon {
	width: 100px;
	margin: 0 auto;
	opacity: 0.9;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
.file-control:hover .upload-icon {
	opacity: 1;
}
.file-control .file-input {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 300px;
	opacity: 0;
	cursor: pointer;
}
.file-control .title {
	font-size: 20px;
	line-height: 24px;
	margin: 16px 0 6px 0;
}
.file-control .sub-title {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 6px 0;
}
.file-control .input-file-text {
	height: 25px;
	border: none;
	background: transparent;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	width: 100%;
	padding: 0;
	text-align: center;
}
.file-failure {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin: 5px 0 0 0;
	background: #e23a3a;
}
@media only screen and (max-width: 700px) {
	.block-holder {
		padding: 3px;
	}
	.file-control {
		padding: 10px;
	}
}



.popup {
	padding: 35px 40px;
	background: #1d1d1d;
}
.popup .title {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	margin: 0 0 20px 0;
	font-weight: 700;
}
.popup .sub-title {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	margin: 0 0 3px 0;
	font-weight: 700;
}
.popup .desc {
	font-size: 12px;
	line-height: 18px;
	color: #5a5c65;
	margin: 0 0 15px 0;
}
.popup .checkbox-holder .state {
	margin: 0 7px 0 0;
}
.row-apply {
	margin: 20px 0 0 0;
	text-align: right;
}
.list-categories {
	column-count: 4;
	margin: 10px 0;
	backface-visibility: hidden;
}
@media only screen and (max-width: 700px) {
	.list-categories {
		column-count: 3;
	}
}
@media only screen and (max-width: 500px) {
	.list-categories {
		column-count: 2;
	}
}
.list-categories .item {
	padding: 0 10px 0 0;
	margin: 0 0 10px 0;
}


#kt_player, #kt_player object, #kt_player_internal, #kt_preview {
	position: absolute!important;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
	z-index: 10;
}
.player {
	position: relative;
	margin: 0 0 15px 0;

	overflow: hidden; /*fix blur for share block*/
}
.g_hidden {
	display: none;
}

.failure {
	font-size: 13px;
	line-height: 18px;
	color: #ff3f3f;
}
.success {
	/* font-size: 13px; */
	line-height: 26px;
	color: #00d600;
}
.success a {
	color: #ff9700;
}
#fav_link {
	display: inline-block !important;
}

.progressbar {
	margin: auto;
	height: 40px;
	border: 1px solid #d56e00;
	position: relative;
}
.progressbar .text {
	position: absolute;
	width: 100%;
	height: 38px;
	font-size: 22px;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
}
.progressbar .progress {
	position: absolute;
	height: 38px;
	background: #d56e00;
}

.list-albums-images {
	text-align: center;
	font-size: 0;
}
.list-albums-images .item {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin: 0px 5px 16px 5px;
	width: 160px;
}
.list-albums-images .item .item-control {
	font-size: 14px;
}


.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	text-align: center;
}
.modal:before {
	display: inline-block;
	vertical-align: middle;
	content: " ";
	height: 100%;
	width: 0;
	margin: 0 0 0 -4px;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	max-width: 480px;
}
.modal-content {
	position: relative;
	-webkit-background-clip: padding-box;
		background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.in {
	opacity: .5;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}


.loader {
	margin: 6em auto;
	font-size: 10px;
	display: none;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load 1.1s infinite linear;
	animation: load 1.1s infinite linear;
}
.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
	position: absolute;
	overflow: hidden;
	margin: -5em 0 0 -5em;
	left: 50%;
	top: 50%;
}
@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.reg {

}
.reg a {
	color: #ff9700;
	text-decoration: underline;
}
.forgot {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
	font-size: 14px;
	line-height: 16px;
	color: #ff9700;
}

.block_text {

}
.block_header {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.text_content {
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #333438;
	padding: 10px;
}
.text_content a {
	color: #ff9700;
}
.tags_cloud {
	margin: 20px;
	text-align: center;
}
.tags_cloud a {
	color: #ff9700;
}
.tags_cloud a:hover {
	color: #fff;
}
.main {
	/*padding: 5px 0;*/
}
.main .container {
	background: #202020;
	padding-top: 10px;
}
@media only screen and (max-width: 700px) {
	.main .container {
		padding-top: 0;
	}
}
.page404 {
	text-align: center;
	margin: 0 0 20px 0;
}
.page404 .error {
	font-size: 20px;
	line-height: 24px;
	color: red;
}
.page404 .text {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.in_process {
	padding: 15px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
}

.block-text {
	display: none;
	margin: 0 0 20px 0;
}
.text-info {
	font-size: 14px;
	line-height: 16px;
	position: relative;
	background: #333438;
	padding: 15px;
	border-radius: 8px;
}
.text-info .btn-close {
	position: absolute;
	right: 10px;
	top: 10px;
	background: none;
	color: #fff;
}
.text-info .title {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-align: center;
}
.text-info .sub-title {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 3px 0;
	font-weight: bold;
}
.text-info a {
	color: #ff9700;
}
.text-info a:hover {
	text-decoration: underline;
}
.text-info ul {
	list-style: initial;
	margin: 3px 0 3px 25px;
}

.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}


.banner_video-play {
	z-index: 20;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -144px 0 0 -150px;
	width: 300px;
	height: 287px;
}
.banner_video-play .spot_video {
	width: 300px;
	height: 250px;
	overflow: hidden;
}
.banner_video-close {
	cursor: pointer;
	font-size: 16px;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 0;
	background: #2e3034;
	color: #fff;

}
.banner_video-close2 {
	cursor: pointer;
	height: 24px;
	font-size: 14px;
	color: #fff;
	margin: 5px auto 0 auto;
	width: 80px;
	background: #2e3034;
	border-radius: 4px;
	display: block;

}

.banner_video-close2:hover,
.banner_video-close:hover {
	background: #ff9700;
}

.unheadblock {
	margin: -6px 0 20px 0;
	text-align: center;
}
.unhead {
	margin-right: 6px;
	padding: 4px 8px;
	font-weight: 700;
	color: orange;
	font-size: 16px;
 	background: #2e3034;
}
.unhead:hover {
	color: #fff;
}
.kt-player .fp-embed {
	display: none !important;
}

.footer {
}
.footer .container {
	background: #0c0c0c;
	padding-top: 6px;
	padding-bottom: 6px;
}
.footer-links {
	text-align: right;
}
.footer-links .link {
	display: inline-block;
	margin: 5px 14px;
	font-size: 16px;
	line-height: 20px;
	color: #dadada;
	position: relative;
}
.footer-links .link:hover {
	color: #ff9700;
}
@media only screen and (max-width: 900px) {
	.footer-links {
		text-align: center;
	}
}

.row-holder {
	margin: 0 0 20px 0;
	overflow: hidden;
}
.row-holder:last-child {
	/*margin: 0;*/
}


.feedback {
	margin: 50px auto;
}
.feedback .label {
	color: #ff9700;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	float: left;
	width: 220px;
	margin: 0 10px 0 0;
}
.feedback .label span {
	display: block;
	font-size: 11px;
	line-height: 12px;
	color: #dadada;
	font-weight: 300;
}
.feedback .label.no-float {
	float: none;
	width: auto;
	margin: 0 0 5px 0;
}
.feedback .control {
	overflow: hidden;
}
.feedback .g_hint {
	display: block;
	margin: 3px 0 12px;
	color: #999;
}
.feedback .topmost {
	font-size: 15px;
	line-height: 17px;
	margin: 0 0 10px 0;
	background-color: #1e1e1e;
	color: #ccc;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
}
.feedback .text {
	font-size: 13px;
	line-height: 16px;
	color: #bbb;
}
.feedback .captcha {
	margin-right: 10px;
	float: left;
}
.feedback .input-text,
.feedback .textarea {
	background: #ddd;
	color: #1e1e1e;
}

@media only screen and (max-width: 700px) {
	.feedback .label {
		float: none;
		margin: 0 0 10px 0;
	}
}

.block_content {
	border: 1px solid #333438;
	padding: 10px;
}
.checkbox-row {
	margin: 0 0 10px 10px;
	color: #bbb;
}
.checkbox-row:last-child {
	margin: 0 0 0 10px;
}

.btn-holder {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.thumb-live-model {
	width: 25%;
}
.thumb-item .image-holder .status {
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 5px;
}
.thumb-item .info .title span {
	float: right;
	color: #fff;
	margin-left: 5px;
}
.thumb-item .info .title .holder {
	overflow: hidden;
	text-overflow: ellipsis;
}
.online {
	display: inline-block;
	vertical-align: middle;
	background: #2cc539;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin: 0 3px 0 0;
	animation: blink 2s linear infinite;
}
@keyframes blink {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes blink {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


.rules-holder {
	padding: 5px;
}
.rules-holder .rules {
	font-size: 14px;
	line-height: 16px;
}
.rules-holder .rules p {
	margin: 0 0 5px 0;
}
.rules-holder .rules ul {
	margin: 0 0 5px 18px;
	list-style-type: disc;
}
.rules-holder .rules a {
	color: #ff9700;
}
.rules-holder .rules a:hover {
	text-decoration: underline;
}
form + form {
	margin: 15px 0 0 0;
}

.preview-holder {
	margin: 0 0 5px 0;
	padding: 5px;
}
.preview {
	position: relative;
}
.preview .info {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	padding: 5px 10px;
}

.block-result {
	border: 1px solid #333438;
	padding: 10px;
}
.block-result p {
	margin: 0 0 5px 0;
}
.block-result p:last-child {
	margin: 0;
}

.success-upload {
	min-height: 40px;
	background: #202020;
	margin: -55px 0 0 0;
	position: relative;
}
.player .message {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 28px;
	color: #f89705;
	text-align: center;
	font-weight: 700;
	width: 100%;
	padding: 0 10px;
}
@media only screen and (max-width: 800px) {
	.player .message {
		font-size: 22px;
	}
}
@media only screen and (max-width: 600px) {
	.player .message {
		font-size: 18px;
	}
}
.album {
	position: relative;
}
.album .message {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 28px;
	color: #f89705;
	text-align: center;
	font-weight: 700;
	width: 100%;
	padding: 0 10px;
}
@media only screen and (max-width: 600px) {
	.album .message {
		font-size: 18px;
	}
}


.file-control.extra {
	margin-top: 20px;
	padding: 20px 20px 5px 20px;
}
.file-control.extra .upload-icon {
	width: 40px;
}

.submit-control {
	margin-top: 20px;
	text-align: center;
}
.iframe-holder {
	padding: 6px;
	width: 100%;
	overflow: hidden;
	height: 256px;
	background: white;
	position: relative;
}
.iframe-holder iframe {
	max-width: 2000px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 1586px) {
	.iframe-holder iframe {
		max-width: 1332px;
	}
}
@media only screen and (max-width: 1396px) { /*190*/
	.iframe-holder iframe {
		max-width: 1142px;
	}
}
@media only screen and (max-width: 1206px) {
	.iframe-holder iframe {
		max-width: 952px;
	}
}
@media only screen and (max-width: 1016px) {
	.iframe-holder iframe {
		max-width: 762px;
	}
}
@media only screen and (max-width: 826px) {
	.iframe-holder iframe {
		max-width: 572px;
	}
}
@media only screen and (max-width: 636px) {
	.iframe-holder iframe {
		max-width: 382px;
	}
}
@media only screen and (max-width: 446px) {
	.iframe-holder {
		height: 210px;
	}
	.iframe-holder iframe {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: scale(0.8) translate(-50%, -50%);
		width: 384px;
		transform-origin: top left;
		margin: 0 0 0 -4px;
	}
}

@media only screen and (max-width: 1200px) {
	.row-hidden-thumbs .thumb-holder:nth-last-child(-n+3) {
		display: none;
	}
}
@media only screen and (max-width: 700px) {
	.row-hidden-thumbs .thumb-holder:nth-last-child(-n+5) {
		display: none;
	}
}

.top-spot {
	background: #202020;
	padding: 8px;
	text-align: center;
}

.kt-player .fp-controls .fp-brand {
	font-size: 0 !important;
	pointer-events: none;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDIzIDE2Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgICBvcGFjaXR5OiAxOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0ibGFyZ2Vtb2RlLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTQyOC41LDkzMmExLjUsMS41LDAsMCwxLTEuNS0xLjV2LTYuNDExYTAuODgxLDAuODgxLDAsMCwxLS4yMi41M2wtMC41NS42MjQtMi4yMywyLjVhMC43MzcsMC43MzcsMCwwLDEtMS4xMiwwbC0wLjU1LS42MjFhMC45NSwwLjk1LDAsMCwxLDAtMS4yNDVsMC41NC0uNjA4LTEuNzYsMGExLjE3LDEuMTcsMCwwLDEtMS4xLTEuMjM2LDEuMTg2LDEuMTg2LDAsMCwxLDEuMTEtMS4yNDJsMS44LDAtMC41OC0uNjUyYTAuOTUsMC45NSwwLDAsMSwwLTEuMjQ1bDAuNTYtLjYyNGEwLjcyNSwwLjcyNSwwLDAsMSwxLjExLDBsMi4yMiwyLjQ4NSwwLjU2LDAuNjIyYTAuOTI1LDAuOTI1LDAsMCwxLC4yMS41MjZ2LTYuNGExLjUsMS41LDAsMCwxLDMsMHYxM0ExLjUsMS41LDAsMCwxLDE0MjguNSw5MzJabS0xMi42Mi02Ljc5NC0xLjgsMCwwLjU4LDAuNjUyYTAuOTUsMC45NSwwLDAsMSwwLDEuMjQ1bC0wLjU2LjYyNGEwLjcyNSwwLjcyNSwwLDAsMS0xLjExLDBsLTIuMjItMi40ODUtMC41Ni0uNjIyYTAuOTI1LDAuOTI1LDAsMCwxLS4yMS0wLjUyNnY2LjRhMS41LDEuNSwwLDAsMS0zLDB2LTEzYTEuNSwxLjUsMCwwLDEsMywwdjYuNDExYTAuODgxLDAuODgxLDAsMCwxLC4yMi0wLjUzbDAuNTUtLjYyNCwyLjIzLTIuNWEwLjczNywwLjczNywwLDAsMSwxLjEyLDBsMC41NSwwLjYyMWEwLjk1LDAuOTUsMCwwLDEsMCwxLjI0NWwtMC41NC42MDgsMS43NiwwYTEuMTcsMS4xNywwLDAsMSwxLjEsMS4yMzZBMS4xODYsMS4xODYsMCwwLDEsMTQxNS44OCw5MjUuMjA2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0MDcgLTkxNikiLz4KPC9zdmc+Cg==);
	background-repeat: no-repeat !important;
	background-position: 50% !important;
	width: 36px;
	height: 36px;
	opacity: 0.8;
	margin: 5px 0 0 0 !important;
}
.kt-player .fp-controls .fp-brand.active {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDE2Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgICBvcGFjaXR5OiAxOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iUm91bmRlZF9SZWN0YW5nbGVfNjhfY29weV8yIiBkYXRhLW5hbWU9IlJvdW5kZWQgUmVjdGFuZ2xlIDY4IGNvcHkgMiIgY2xhc3M9ImNscy0xIiBkPSJNMTYzMC44OCw5MjUuMjA2bC0xLjgsMCwwLjU4LDAuNjUyYTAuOTUsMC45NSwwLDAsMSwwLDEuMjQ1bC0wLjU2LjYyNGEwLjcyNSwwLjcyNSwwLDAsMS0xLjExLDBsLTIuMjItMi40ODUtMC41Ni0uNjIyYTAuOTI1LDAuOTI1LDAsMCwxLS4yMS0wLjUyNnY2LjRhMS41LDEuNSwwLDAsMS0zLDB2LTEzYTEuNSwxLjUsMCwwLDEsMywwdjYuNDExYTAuODgxLDAuODgxLDAsMCwxLC4yMi0wLjUzbDAuNTUtLjYyNCwyLjIzLTIuNWEwLjczNywwLjczNywwLDAsMSwxLjEyLDBsMC41NSwwLjYyMWEwLjk1LDAuOTUsMCwwLDEsMCwxLjI0NWwtMC41NC42MDgsMS43NiwwYTEuMTcsMS4xNywwLDAsMSwxLjEsMS4yMzZBMS4xODYsMS4xODYsMCwwLDEsMTYzMC44OCw5MjUuMjA2Wk0xNjE2LjUsOTMyYTEuNSwxLjUsMCwwLDEtMS41LTEuNXYtNi40MTFhMC44ODEsMC44ODEsMCwwLDEtLjIyLjUzbC0wLjU1LjYyNC0yLjIzLDIuNWEwLjczNywwLjczNywwLDAsMS0xLjEyLDBsLTAuNTUtLjYyMWEwLjk1LDAuOTUsMCwwLDEsMC0xLjI0NWwwLjU0LS42MDgtMS43NiwwYTEuMTcsMS4xNywwLDAsMS0xLjEtMS4yMzYsMS4xODYsMS4xODYsMCwwLDEsMS4xMS0xLjI0MmwxLjgsMC0wLjU4LS42NTJhMC45NSwwLjk1LDAsMCwxLDAtMS4yNDVsMC41Ni0uNjI0YTAuNzI1LDAuNzI1LDAsMCwxLDEuMTEsMGwyLjIyLDIuNDg1LDAuNTYsMC42MjJhMC45MjUsMC45MjUsMCwwLDEsLjIxLjUyNnYtNi40YTEuNSwxLjUsMCwwLDEsMywwdjEzQTEuNSwxLjUsMCwwLDEsMTYxNi41LDkzMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjA4IC05MTYpIi8+Cjwvc3ZnPgo=)
}
.kt-player .fp-controls .fp-brand:hover {
	opacity: 1;
}
.kt-player .fp-controls .fp-brand.loaded {
	pointer-events: auto;
}
@media only screen and (max-width: 1000px) {
	.kt-player .fp-controls .fp-brand {
		display: none;
	}
}

.list-links {
	padding: 10px 15px;
}
.list-links a {
	display: inline-block;
	vertical-align: middle;
	color: #dadada;
	margin: 0 5px 4px 0;
	padding: 0 10px;
	background: #303030;
	border-radius: 3px;
	font-size: 14px;
	line-height: 24px;
	transition: color .3s, background .3s;
}
.list-links a:hover {
	color: #fff;
	background: #f89703;
}
@media only screen and (max-width: 700px) {
	.list-links {
		padding: 8px;
	}
}

.cs-holder {
	margin: 0 0 8px 0;
}
.cs-holder .sponsored {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	background: #f99703;
	color: #0c0c0c;
	padding: 4px 4px;
	font-weight: 800;
}
.cs-holder .link {
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
	font-size: 14px;
	line-height: 10px;
	color: #dadada;
	position: relative;
	text-decoration: underline;
}
.cs-holder .link:hover {
	text-decoration: none;
}

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

.row-holder:empty {
	display:none;
}

.embed-holder {
	padding-bottom: 56.25%;
	position: relative;
}
.embed-holder iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-height: 700px) and (min-width: 600px) {
	.player {
		margin: 0 auto 15px auto;
		width: 80%;
	}
}

.kt-player .fp-poster > img {
	left: 50% !important;
	transform: translateX(-50%) !important;
}

.captcha-holder {
	float: right;
	margin: 0 0 10px 0;
}
.row-captcha {
	margin: 0 0 5px 0;
}
.row-captcha img {
	height: 36px;
	display: inline-block;
	vertical-align: middle;
}
.row-captcha .input-text {
	width: 160px;
	display: inline-block;
	vertical-align: middle;
}

.list-tags {
	font-size: 0;
	padding: 20px 0;
}
.list-tags .item {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	padding: 0 10px 10px 0;
}
.list-tags .link {
	display: inline-block;
}
.list-tags .name {
	color: #fff;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 20px;
}
.list-tags .count {
	float: right;
	color: #dadada;
	margin: 3px 0 0 6px;
	padding: 0 5px;
	background: #000;
	border-radius: 3px;
	font-size: 12px;
	line-height: 16px;
}
.list-tags .link:hover .name {
	text-decoration: underline;
}


@media only screen and (max-width: 1000px) {
	.list-tags .item {
		width: 25%;
	}
}
@media only screen and (max-width: 800px) {
	.list-tags .item {
		width: 33.333%;
	}
}
@media only screen and (max-width: 600px) {
	.list-tags .item {
		width: 50%;
	}
}


.ajax-block {
	position: relative;
}
.ajax-block:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.85);
	background-repeat: no-repeat;
	z-index: 1001;
	margin: -5px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.7s, opacity 0.7s;
}
.ajax-block.active:after {
	opacity: 1;
	visibility: visible;
}
.ajax-block.active:before {
	visibility: visible;
}
.ajax-loader {
	width: 104px;
	height: 41px;
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	margin: auto;
	z-index: 1002;
}
.ajax-loader.aligned {
	top: 0;
	bottom: 0;
}
.ajax-loader:before {
	content: '';
	position: absolute;
	width: 150px;
	height: 42px;
	background-color: #aeb0b7;
	opacity: 0.6;
	-webkit-animation: scaleout 1.2s infinite ease-in-out;
	animation: scaleout 1.2s infinite ease-in-out;
	left: 50%;
	margin-left: -75px;
	border-radius: 5px;
}
.ajax-loader:after {
	content: "";
	width: 150px;
	height: 46px;
	position: absolute;
	background: url(/images/logo.png);
	left: 50%;
	margin-left: -75px;
	background-size: cover;
}

.block-searches .list-links {
	padding: 10px 0;
	font-size: 0;
}
@media only screen and (max-width: 900px) {
	.block-searches .list-links {
		text-align: center;
	}
}
@media only screen and (max-width: 500px) {
	.block-searches .list-links a {
		margin: 0 1% 4px;
		width: 48%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}
.ntvc {
	width: 300px;
	height: 60px;
}


.share-block {
	display: none;
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}
.share-block.visible {
	display: block;
}
.share-block .share-holder {
	max-width: 500px;
	margin: 40px auto 0;
	padding: 10px;
	background: #292929;
	border: 1px solid #202020;
}
.share-block .title {
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 20px 0;
}
.share-block .textarea {
	height: 100px;
}
.socials {
	float: right;
	margin: 0 0 0 10px;
	font-size: 0;
}
.socials .btn-social {
	display: inline-block;
	vertical-align: top;
	font-size: 36px;
	margin: 0 0 0 5px;
}
.socials .btn-social:first-child {
	margin: 0;
}

.share-block.visible ~ .player-holder {
	filter: blur(8px);
}
@media only screen and (max-width: 700px) {
	.share-block .share-holder {
		max-width: 200px;
	}
	.share-block .label-holder {
		display: none;
	}
	.share-block .wrap-overflow {
		display: none;
	}
	.share-block .row-form {
		margin: 0;
	}
	.share-block .title {
		margin: 0 0 10px 0;
	}
	.share-block .socials {
		float: none;
		text-align: center;
	}
}



.btn-action {
	font-size: 20px;
	z-index: 11;
	background: #0c0c0c;
	color: #fff;
	padding: 8px;
	border-radius: 5px;
	cursor: pointer;
}
.player .btn-action {
	position: absolute;
	right: 12px;
	top: 12px;
}

.player.playing .btn-share {
	opacity: 0;
}
.btn-share {
	transition: opacity 0.5s;
	transition-delay: 1s;
}
.player:hover .btn-share {
	opacity: 1;
	transition-delay: 0s;
}



.share-block.visible ~ .cs-inplayer-holder {
	display: none !important;
}

.cs-inplayer-holder {
	display: none;

	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	width: 100%;
	max-width: 600px;
	margin: auto;
	z-index: 11;
	text-align: center;
}
.cs-inplayer-holder.shown {
	display: block;
}
.cs-inplayer-holder.hidden {
	display: block;
}
.cs-inplayer-holder.hidden .cs-inplayer {
	display: none;
}
.cs-inplayer-holder.hidden .arrow {
	display: block;
}
.cs-inplayer-holder .sponsored {
	text-transform: uppercase;
	flex-grow: 1;
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	background: #0c0c0c;
	border-right: 1px solid #333;
	padding: 0 8px;
}
.cs-inplayer-holder .text a {
	display: block;
	padding: 10px 30px;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
}
.cs-inplayer-holder .text a span {
	font-weight: 700;
	text-decoration: underline;
}
.cs-inplayer-holder .btn-close {
	background: #0c0c0c;
	color: #fff;
	padding: 6px;
	font-size: 12px;
	height: 24px;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
}
.cs-inplayer-holder .arrow {
	display: none;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #9d9da6 transparent;
	background: none;
	transition: opacity 0.5s;
	transition-delay: 1s;
}
.player.playing .arrow {
	opacity: 0;
}
.player:hover .arrow {
	opacity: 1;
	transition-delay: 0s;
}
@media only screen and (max-width: 700px) {
	.cs-inplayer-holder {
		display: none !important;
	}
}
.mobile-under-cs {
	text-align: center;
	padding: 4px 0 18px 0;
	color: #a2a2a2;
}
.mobile-under-cs a {
	color: #ff6e00;
	font-weight: 700;
	text-decoration: underline;
}

@media only screen and (max-width: 700px) {
	.video-page .container {
		padding: 0;
	}
	.video-page .row-holder:not(:first-child) {
		margin-left: 5px;
		margin-right: 5px;
	}
	.block-info {
		margin: 0 5px;
	}
}

.spot.thumb-holder {
	width: 100%;
}


.mobile-links {
	display: flex;
	text-align: center;
	margin: 4px 2px 8px 2px;
}
.mobile-links li {
	flex-grow: 1;
	margin: 1px;
}
.mobile-links .item {
	display: block;
	color: #b5b5b5;
	background: #000000;
	/* padding: 10px;
	border: 1px solid #333; */
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 800;
}
@media only screen and (min-width: 701px) {
	.mobile-links {
		display: none;
	}
}
.spot-holder {
	width: 300px;
	margin: 0 auto;
	overflow: hidden;
}
.spot-holder:after {
	position: relative;
	content: "Advertisement";
	text-transform: uppercase;
	display: block;
	font-size: 8px;
	letter-spacing: 1px;
	opacity: 0.6;
	padding: 2px;
	text-align: center;
	margin: 5px 0 0 0;
}
.spot-holder img:first-child {
	padding-bottom: 4px;
}

.bast {
    position: relative;
    padding-bottom: 75%;
}
.bast iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.btn-switch-holder {
	float: right;
	margin: 2px 8% 0 0;
}
.btn-switch {
	color: #fff;
	background: #f89703;
	padding: 5px 14px;
	border-radius: 4px;
	transition: background .3s;
	cursor: pointer;
}
.btn-switch .text {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin: 0 3px 0 0;
}
.btn-switch .svg-icon {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}
.btn-switch:hover {
	background: #e08d0e;
}
@media only screen and (max-width: 900px) {
	.btn-switch-holder {
		margin: 2px 2% 0 0;
	}
	.btn-switch .text {
		display: none;
	}
}
@media only screen and (max-width: 700px) {
	.btn-switch {
		position: absolute;
		left: 45px;
		top: 9px;
		padding: 0;
		width: 32px;
		height: 32px;
		background: #202020;
		color: #fff;
		border-radius: 6px;
	}
	.btn-switch .svg-icon {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

.g-recaptcha {
	display: inline-block;
	vertical-align: top;
}

.generic-error {
	margin-bottom: 10px;
}

.upload-message {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}


.block-form {
	max-width: 500px;
	margin: 20px auto;
}

.vast-info {
	display: none;
	position: absolute;
	right: 10px;
	bottom: 100px;
	line-height: 30px;
	padding: 4px 12px;
	background: #222;
	background: rgba(53, 53, 53, 0.7);
	color: #fff;
	cursor: pointer;
	z-index: 200;
	border-radius: 7px;
	text-align: center;
	pointer-events: none;
}
.vast-info.shown {
	display: block;
}
.vast-info .svg-icon {
	margin: 0 3px 0 0;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}
.vast-info .text {
	display: inline-block;
	vertical-align: middle;
}
.link-spot{
	display: none;
}
@media (max-width: 639px) {
	.link-spot{
		display: block;
		padding: 5px;
		background-color: rgb(255, 208, 1);
		color: #000;
		font-weight: bold;
		text-align: center;
	}
}