/* ytgdjvbdf */
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,
strong {
	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: '';
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	outline: none;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

input,
textarea,
select,
button {
	margin: 0;
	font: 100% Arial, sans-serif;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-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: #a3abaf;
}

::-moz-placeholder {
	color: #a3abaf;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #a3abaf;
}

:-ms-input-placeholder {
	color: #a3abaf;
}

::placeholder {
	color: #a3abaf;
}

:focus:-moz-placeholder {
	color: transparent;
}

:focus::-moz-placeholder {
	color: transparent;
}

:focus::-webkit-input-placeholder {
	color: transparent;
}

:focus:-ms-input-placeholder {
	color: transparent;
}

:focus::placeholder {
	color: transparent;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*------------general------------*/
body {
	margin: 0;
	color: #969696;
	font: 14px/1.2 Arial, sans-serif;
	min-width: 320px;
	background-color: #000;
}

.container-ytgdjvbdf {
	/* max-width: 1240px; */
	max-width: 1550px;
	margin: 0 auto;
	padding: 0 10px;
}

@media screen and (max-width: 1024px) {
	.container-ytgdjvbdf {
		padding: 0 5px;
	}
}

.textfield {
	width: 100%;
	height: 36px;
	padding: 0 10px;
	background: #252525;
	color: #272727;
	border: 1px solid #151515;
	font-size: 14px;
	color: #fff;
}
textarea.textfield {
	height: auto;
	resize: vertical;
	padding: 10px;
	line-height: 20px;
}

.headline-ytgdjvbdf {
	margin: 0 0 15px 0;
}

.main-title-ytgdjvbdf {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	color: #fff;
	display: flex;
	align-items: center;
	margin: 0 0 15px 0;
}
.headline-ytgdjvbdf .main-title-ytgdjvbdf {
	margin: 0 0 5px;
}
.main-title-ytgdjvbdf i {
	margin: 0 5px 0 0;
}
.main-title-ytgdjvbdf.center {
	text-align: center;
	justify-content: center;
}
@media screen and (max-width: 1024px) {
	.main-title-ytgdjvbdf {
		margin: 0 0 10px 0;
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.main-title-ytgdjvbdf.mobile-center {
		text-align: center;
		justify-content: center;
	}
}

.main-text-ytgdjvbdf p {
	text-align: justify;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	color: #969696;
}
.main-text-ytgdjvbdf {
	text-align: center;
}
.btn-full-text {
	display: none;
	margin: 5px 0 0 0;
	vertical-align: top;
	color: #c6c6c6;
	text-align: center;
	border-radius: 3px;
	font-weight: 700;
	cursor: pointer;
}

.btn-full-text .text-less {
	display: none;
}
.main-text-ytgdjvbdf.full .btn-full-text .text-more {
	display: none;
}
.main-text-ytgdjvbdf.full .btn-full-text .text-less {
	display: block;
}
@media screen and (max-width: 480px) {
	.btn-full-text {
		display: inline-block;
	}
	.main-text-ytgdjvbdf p {
		height: 54px;
	}
	.main-text-ytgdjvbdf.full p {
		height: auto;
	}
}



/* .lazyload,
.lazyloading {
	opacity: 0
}

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

.flag-icon {
	display: inline-block;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;

	height: 1em;
	width: 1.335em;
	font-size: 16px;
}

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

.icon-arrow-left {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	border: solid #303030;
	border-width: 0 3px 3px 0;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	margin: 0 0 0 6px;
}
.icon-arrow-right {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	border: solid #303030;
	border-width: 0 3px 3px 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin: 0 6px 0 0;
}

.skip-link {
	display: none;
}
/*------------/general------------*/

/*------------flags------------*/
.item-flag:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(../fonts/sprite.svg);
	background-repeat: no-repeat;
	width: 21px;
	height: 16px;
	background-size: 100px;
	margin: 0 5px 0 0;
}
.flag-es:before {
	background-position: center -92px;
}
.flag-si:before {
	background-position: center -32px;
}
.flag-sk:before {
	background-position: center -52px;
}
.flag-sv:before {
	background-position: center -72px;
}
.flag-gb:before {
	background-position: center -112px;
}
.flag-ua:before {
	background-position: center -132px;
}
.flag-ru:before {
	background-position: center -152px;
}
.flag-pl:before {
	background-position: center -172px;
}
.flag-kr:before {
	background-position: center -192px;
}
.flag-no:before {
	background-position: center -212px;
}
.flag-jp:before {
	background-position: center -232px;
}
.flag-it:before {
	background-position: center -252px;
}
.flag-hu:before {
	background-position: center -272px;
}
.flag-gr:before {
	background-position: center -292px;
}
.flag-de:before {
	background-position: center -312px;
}
.flag-fr:before {
	background-position: center -332px;
}
.flag-fi:before {
	background-position: center -352px;
}
.flag-nl:before {
	background-position: center -372px;
}
.flag-dk:before {
	background-position: center -392px;
}
.flag-cz:before {
	background-position: center -412px;
}
.flag-ae:before {
	background-position: center -432px;
}
.flag-pt:before {
	background-position: center -452px;
}
.flag-in:before {
	background-position: center -472px;
}
.flag-my:before {
	background-position: center -492px;
}
/*------------/flags------------*/

/*------------header------------*/
.header-ytgdjvbdf {
	margin: 0 0 15px 0;
	background-color: #0e0e0e;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
	border-bottom: 1px solid #151515;
}

.header-ytgdjvbdf .container-ytgdjvbdf {
	padding: 0;
}

.row-header-ytgdjvbdf {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 0 10px;
	background: #0e0e0e;
}

@media screen and (max-width: 1024px) {
	.row-header-ytgdjvbdf {
		padding: 10px 5px;
		justify-content: flex-end;
	}
}

/*------------/header------------*/

/*------------navigation------------*/
.main-menu-ytgdjvbdf {
	text-align: center;
	position: relative;
	display: flex;
	justify-content: space-around;
	flex-grow: 1;
	margin: 0 15px;
}

.main-menu-ytgdjvbdf>li:last-child {
	border-bottom: none;
}

.main-menu-ytgdjvbdf>li.dropdown {
	position: relative;
}

.main-menu-ytgdjvbdf>li.dropdown .link:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border: solid #ccc;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	margin: -4px 0 0 6px;
}
.main-menu-ytgdjvbdf>li.dropdown.open .link:after {
	margin: 4px 0 0 6px;
	transform: rotate(225deg);
}

.main-menu-ytgdjvbdf .link {
	color: #fff;
	display: flex;
	padding: 24px 16px;
	position: relative;
	align-items: center;	font-size: 18px;
}

.main-menu-ytgdjvbdf .link .flag-icon {
	margin: 0;
}

.main-menu-ytgdjvbdf .link *+* {
	margin: 0 0 0 5px;
}

.no-touch .main-menu-ytgdjvbdf .link:hover:before,
.main-menu-ytgdjvbdf .link.active:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 4px solid #ff9000;
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.main-menu-ytgdjvbdf>li {
		margin: 0 8px;
	}

	.main-menu-ytgdjvbdf .link {
		font-size: 16px;
	}
}

@media screen and (max-width: 1024px) {
	.main-menu-ytgdjvbdf {
		display: block;
		position: absolute;
		top: 100%;
		background-color: #151515;
		left: 0;
		right: 0;
		z-index: 201;
		margin: 1px 0 0 0;
		visibility: hidden;
		opacity: 0;
		transition: transform .3s, opacity .6s;
		transform: translateY(-50px);
	}

	body.menu-opened .main-menu-ytgdjvbdf {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		display: block;
	}

	.main-menu-ytgdjvbdf>li {
		display: block;
		margin: 0;
	}

	.main-menu-ytgdjvbdf .link {
		justify-content: center;
		color: #c6c6c6;
		padding: 10px 6px;
	}

	.main-menu-ytgdjvbdf>li.dropdown .link:after {
		border-color: #ccc;
		width: 8px;
		height: 8px;
		margin: -8px 0 0 5px;
	}
	.main-menu-ytgdjvbdf>li.dropdown.open .link:after {
		margin: 2px 0 0 5px;
	}

}

/*------------/navigation------------*/

/*------------mobile menu button------------*/
.btn-menu-ytgdjvbdf {
	display: none;

	flex-shrink: 0;
	width: 44px;
	height: 34px;
	position: relative;
	margin: 0 0 0 10px;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
}

.btn-menu-ytgdjvbdf span {
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
	background: #ff9000;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.btn-menu-ytgdjvbdf span:nth-child(1) {
	top: 0px;
}

.btn-menu-ytgdjvbdf span:nth-child(2),
.btn-menu-ytgdjvbdf span:nth-child(3) {
	top: 14px;
}

.btn-menu-ytgdjvbdf span:nth-child(4) {
	top: 28px;
}

body.menu-opened .btn-menu-ytgdjvbdf span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

body.menu-opened .btn-menu-ytgdjvbdf span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

body.menu-opened .btn-menu-ytgdjvbdf span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

body.menu-opened .btn-menu-ytgdjvbdf span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

@media screen and (max-width: 1024px) {
	.btn-menu-ytgdjvbdf {
		display: block;
	}
}

/*------------/mobile menu button------------*/

/*------------dropdown container------------*/
.dropdown-container {
	position: absolute;
	right: 50%;
	z-index: 111;
	background: #fff;
	border: 1px solid #ccc;
	visibility: hidden;
	opacity: 0;
	transition: transform .3s, opacity .3s;
	transform: translate(50%, 50px);
	width: 400px;
}

.open .dropdown-container {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translate(50%, 0);
}

.dropdown-link {
	width: 33.333%;
	float: left;
	color: #303030;
	padding: 8px 5px;
	font-size: 13px;
	text-align: left;
	display: flex;
	align-items: center;
}
.no-touch .dropdown-link:hover {
	color: #ff9000;
}
@media screen and (max-width: 1650px) {
	.dropdown-container {
		right: 0;
		transform: translate(0, 50px);
	}
	.open .dropdown-container {
		transform: translate(0, 0);
	}
}
@media screen and (max-width: 1024px) {
	.dropdown-container {
		width: 100%;
	}
	.dropdown-link {
		justify-content: center;
	}
}

/*------------/dropdown container------------*/


/*------------search------------*/
.btn-search-ytgdjvbdf {
	background: #ff9000;
	padding: 8px 10px;
	border-radius: 5px;
	margin: 0 0 0 10px;
	cursor: pointer;
	transition: background .3s;
	width: 42px;
	height: 42px;
	position: relative;
	flex-shrink: 0;
}
.icon-search {
	position: absolute;
	display: inline-block;
	border-radius: 30px;
	height: 22px;
	width: 22px;
	border: 3px solid #fff;
	transform: rotate(-45deg);
	top: 7px;
	left: 7px;
}
.icon-search:after {
	content: "";
	height: 12px;
	width: 4px;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
}
body.search-opened .btn-search-ytgdjvbdf .icon-search {
	display: none;
}
body.search-opened .btn-search-ytgdjvbdf:after,
body.search-opened .btn-search-ytgdjvbdf:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 4px;
	height: 28px;
	background: #fff;
	border-radius: 5px;
}
body.search-opened .btn-search-ytgdjvbdf:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
body.search-opened .btn-search-ytgdjvbdf:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.search-form-ytgdjvbdf {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #151515;
	border: 1px solid #151515;
	padding: 10px;
	margin: 1px 0 0 0;
	visibility: hidden;
	opacity: 0;
	transition: transform .3s, opacity .6s;
	transform: translateY(-50px);
	z-index: 201;
}

body.search-opened .search-form-ytgdjvbdf {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.search-form-ytgdjvbdf .form {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
}

.search-form-ytgdjvbdf .input {
	width: 100%;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	padding: 0 50px 0 12px;
	border: none;
	background: #252525;
	color: #fff;
}

.search-form-ytgdjvbdf .btn-submit {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	height: 40px;
	width: 46px;
	background: #ff9000;
}

.search-form-ytgdjvbdf .btn-submit .icon-search {
	border-color: #fff;
	top: 5px;
	left: 10px;
}
.search-form-ytgdjvbdf .btn-submit .icon-search:after {
	background: #fff;
}
/*------------/search------------

/*------------sorts------------*/
.sorts {
	margin: 0 0 10px 0;
}

.sorts .item-sort {
	font-size: 18px;
	color: #969696;
	font-weight: 700;
	border-bottom: 2px solid transparent;
	padding: 5px 0;
	display: inline-block;
	vertical-align: top;
}

.sorts .item-sort+.item-sort {
	margin: 0 0 0 20px;
}

.sorts .item-sort.active {
	color: #ff9000;
	border-color: #ff9000;
}
.no-touch .sorts .item-sort:hover {
	color: #ff9000;
}

/*------------sorts------------*/

/*------------related-categories------------*/
.related-list-categories-ytgdjvbdf {
	margin: 0 0 10px 0;
	font-size: 0;
}

.related-list-categories-ytgdjvbdf::-webkit-scrollbar {
	display: none;
}

.related-list-categories-ytgdjvbdf .title {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
	color: #ff9000;
}
.related-list-categories-ytgdjvbdf .title i {
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px 0 0;
}
.related-list-categories-ytgdjvbdf .title span {
	font-size: 22px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}
.related-list-categories-ytgdjvbdf .item {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	color: #969696;
	padding: 8px 10px;
	font-size: 14px;
	margin: 2px 4px 2px 0;
	border-radius: 2px;
	white-space: nowrap;
}

.related-list-categories-ytgdjvbdf .item i {
	margin: 0 4px 0 0;
	font-size: 15px;
}

.no-touch .related-list-categories-ytgdjvbdf .item:hover {
	background: #ff9000;
}

@media screen and (max-width: 768px) {
	.related-list-categories-ytgdjvbdf {
		display: inline-flex;
		width: 100%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
	}
}

/*------------/related-categories------------*/

/*------------thumbs------------*/
.thumbs {
	font-size: 0;
	/* overflow: hidden; */
	margin: 0 0 15px 0;
}

.thumb {
	display: inline-block;
	vertical-align: top;
	width: calc(20% - 4px);
	margin: 2px;
}

.thumb .img-wrap {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 56.666%;
}

.thumb .img-wrap a {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.thumb .img-wrap a:before,
.thumb .img-wrap a:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	transition: width 0.5s, height 0.5s, opacity 0.5s;
	z-index: 1;
	opacity: 0;
}
.thumb .img-wrap a:before {
	border-bottom: 2px solid #ff9000;
	border-left: 2px solid #ff9000;
	left: 0;
	bottom: 0;
}
.thumb .img-wrap a:after {
	border-top: 2px solid #ff9000;
	border-right: 2px solid #ff9000;
	top: 0;
	right: 0;
}
.no-touch .thumb:hover .img-wrap a:before,
.no-touch .thumb:hover .img-wrap a:after {
	width: 100%;
	height: 100%;
	opacity: 1;
}

/* .thumb .img-wrap:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	opacity: 0;
	border: 2px solid #ff9000;
	transition: opacity 0.3s;
}
.no-touch .thumb:hover .img-wrap:before {
	opacity: 1;
} */

.thumb .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.thumb .duration {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 13px;
	color: #fff;
	background: rgb(0 0 0 / 60%);
	padding: 2px 4px;
	border-radius: 3px;
}

.thumb .title {
	font-size: 18px;
	display: block;
	padding: 4px;
	color: #c6c6c6;
	text-align: center;
}
.no-touch .thumb:hover .title {
	color: #ff9000;
}

.thumb .text-holder {
	display: block;
    padding: 5px 0;
}
.thumb .text {
    font-size: 14px;
    line-height: 18px;
    color: #c6c6c6;
    max-height: 36px;
    overflow: hidden;
}

.thumbs .thumbs-sites {
	border-bottom: 2px solid #ff9000;
	padding: 0 0 5px 0;
}
.thumbs-sites .thumb .row-title {
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.thumbs-sites .thumb .row-title .text {
	margin: 0 5px 0 0;
}


@media screen and (max-width: 1250px) {
	.thumb {
		width: calc(25% - 4px);
	}
	.thumbs-sites.desktop .thumb:last-child {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.thumb {
		width: calc(33.333% - 4px);
	}
	.thumbs-sites.desktop .thumb:nth-last-child(-n+2) {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	.thumb {
		width: calc(50% - 4px);
	}
	.thumb .title {
		font-size: 16px;
	}
	.thumbs-sites.desktop .thumb:nth-last-child(-n+2) {
		display: inline-block;
	}
	.thumbs-sites.desktop .thumb:last-child {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.thumb .text-holder {
		padding: 3px 0;
	}
	.thumb .text {
		font-size: 13px;
		line-height: 16px;
		max-height: 32px;
	}
}

/* fix for trade */
.thumb.hide-next + .thumb {
	display: none;
}
/*------------/thumbs------------*/

/*------------footer------------*/
.footer-ytgdjvbdf {
	padding: 25px 0;
	text-align: center;
	color: #ff9000;
	margin: 20px 0 0 0;
	background: #151515;
}

.footer-links-ytgdjvbdf {
	margin: 5px 0;
	padding: 0;
}

.footer-links-ytgdjvbdf a {
	margin: 3px 5px;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
}

.footer-ytgdjvbdf p {
	color: #969696;
	font-size: 15px;
	margin: 0 0 8px 0;
}

.footer-ytgdjvbdf p:last-child {
	margin: 0;
}

.footer-ytgdjvbdf a {
	color: #ff9000;
/*	text-decoration: underline;*/
}

@media screen and (min-width: 1025px){
	.footer-ytgdjvbdf a:hover{
		text-decoration: underline;
	}
}

.no-touch .footer-ytgdjvbdf a:hover {
	text-decoration: underline;
}

/*------------/footer------------*/


/*------------bottom text------------*/
.bottom-text {
	margin: 15px 0;
	text-align: justify;
}
.bottom-text .title {
	text-align: center;
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 10px 0;
}
.bottom-text p {
	margin: 0 0 15px 0;
	font-size: 15px;
	line-height: 20px;
	color: #969696;
}
.bottom-text p:last-child {
	margin: 0;
}
/*------------/bottom text------------*/

/*------------categories------------*/
.tag-cloud-ytgdjvbdf {
	margin: 0 0 15px 0;
	display: flex;
	flex-wrap: wrap;
}
.tag-cloud-ytgdjvbdf a {
	margin: 2px;
	color: #969696;
	padding: 4px 10px 4px 4px;
	border-radius: 20px;
/*	border: 2px solid #ccc;*/
	white-space: nowrap;
	position: relative;
	font-size: 16px;
	line-height: 28px;
	display: flex;
	align-items: center;
	background-color: #151515;
}
.no-touch .tag-cloud-ytgdjvbdf a:hover,
.tag-cloud-ytgdjvbdf a.active {
	color: #ff9000;
/*	border-color: #ff9000;*/
}

.tag-cloud-ytgdjvbdf a:before {
	margin: 0 4px 0 0;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	border: 2px solid transparent;
	text-align: center;
	line-height: 24px;
}
.no-touch .tag-cloud-ytgdjvbdf a:hover:before,
.tag-cloud-ytgdjvbdf a.active:before {
	border-color: #ff9000;
}
.tag-cloud-ytgdjvbdf.cs a:before,
.tag-cloud-ytgdjvbdf a.cs:before {
	content: '\2724';
	font-size: 23px;
}
.tag-cloud-ytgdjvbdf.models a:before,
.tag-cloud-ytgdjvbdf a.models:before {
	content: '\2605';
	font-size: 18px;
}
.tag-cloud-ytgdjvbdf.categories a:before,
.tag-cloud-ytgdjvbdf a.categories:before {
	content: '\2731';
	font-size: 24px;
}
/* .tag-cloud-ytgdjvbdf.sites a:before,
.tag-cloud-ytgdjvbdf a.sites:before {
	content: '\2661';
	font-size: 18px;
} */

.tag-cloud-ytgdjvbdf .heart {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 28px;
	height: 28px;
	border: 2px solid transparent;
	border-radius: 50%;
	margin: 0 4px 0 0;
}
.tag-cloud-ytgdjvbdf .heart:before, 
.tag-cloud-ytgdjvbdf .heart:after {
	content: "";
	position: absolute;
	top: 5px;
	width: 10px;
	height: 16px;
	border-radius: 20px 20px 0 0;
	background: #ff9000;
}
.tag-cloud-ytgdjvbdf .heart:before {
	left: 12px;
	transform: rotate(-45deg);
	transform-origin: 0 100%;
}
.tag-cloud-ytgdjvbdf .heart:after {
	left: 2px;
	transform: rotate(45deg);
	transform-origin: 100% 100%;
}
.no-touch .tag-cloud-ytgdjvbdf a:hover .heart,
.tag-cloud-ytgdjvbdf a.active .heart {
	border-color: #ff9000;
}
.no-touch .tag-cloud-ytgdjvbdf a:hover .heart:before, 
.no-touch .tag-cloud-ytgdjvbdf a:hover .heart:after,
.tag-cloud-ytgdjvbdf a.active .heart:before, 
.tag-cloud-ytgdjvbdf a.active .heart:after {
	background: #ff9000;
}

.no-touch .tag-cloud-ytgdjvbdf a:hover:before {
	border-color: #ff9000;
}
.no-touch .tag-cloud-ytgdjvbdf a:hover:after {
	background: #ff9000;
}

.tag-cloud-ytgdjvbdf.one-row::-webkit-scrollbar {
	display: none;
}
@media screen and (max-width:768px) {
	.tag-cloud-ytgdjvbdf.one-row  {
		display: inline-flex;
		flex-wrap: nowrap;
		width: 100%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
	}
}


.tag-cloud-ytgdjvbdf.searches a {
	border: none;
	padding: 0;
	margin: 2px 4px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tag-cloud-ytgdjvbdf.searches a:before {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #ff9000;
	margin: 0 6px 0 4px;
	position: relative;
	top: -3px;
	flex-shrink: 0;
}
.tag-cloud-ytgdjvbdf.searches a:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 8px;
	background: #ff9000;
	left: 4px;
	top: 16px;
	transform: rotate(40deg);
}
.no-touch .tag-cloud-ytgdjvbdf.searches a:hover:before {
	border-color: #ff9000;
}
.no-touch .tag-cloud-ytgdjvbdf.searches a:hover:after {
	background: #ff9000;
}
@media screen and (max-width:768px) {
	.tag-cloud-ytgdjvbdf.searches {
		justify-content: center;
	}
	.tag-cloud-ytgdjvbdf.searches a {
		font-size: 14px;
	}
}


.tag-cloud-ytgdjvbdf.columns {
	margin: 0 0 15px 0;
    column-count: 5;
	display: block;
}
.tag-cloud-ytgdjvbdf.columns a {
	margin: 0 0 10px 0;
	background: #252525;
}
.tag-cloud-ytgdjvbdf.columns a.hidden {
	display: none;
}
@media screen and (max-width: 1024px) {
	.tag-cloud-ytgdjvbdf.columns {
		column-count: 4;
	}
}
@media screen and (max-width: 768px) {
	.tag-cloud-ytgdjvbdf.columns {
		column-count: 3;
	}
}
@media screen and (max-width: 640px) {
	.tag-cloud-ytgdjvbdf.columns {
		column-count: 2;
	}
}
@media screen and (max-width: 480px) {
	.tag-cloud-ytgdjvbdf.columns {
		column-count: 1;
	}
}
/*------------/categories------------*/

/*------------pagination------------*/
.pagination {
	font-size: 0;
	text-align: center;
	margin: 0 0 15px;
}
.pagination li {
	display: inline-block;
	vertical-align: top;
	margin: 2px 1px 0;
}
.pagination a,
.pagination span {
	color: #fff;
	background-color: #303030;
	box-sizing: content-box;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	min-width: 30px;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 3px;
	text-decoration: none;
}
.no-touch .pagination a:hover,
.pagination a.active,
.pagination li.active a {
	background-color: #ff9000;
	color: #fff;
}
@media (max-width: 640px) {
	.pagination ul.mobile {
		display:table;
		width: 100%;
		border-collapse: separate;
		border-spacing: 2px;
		padding: 0 5px;
	}
	.pagination ul.mobile li {
		display: table-cell;
	}
}
/*------------/pagination------------*/

/*------------album link------------*/
.caption-link {
	background: #ff9000;
	display: inline-block;
	vertical-align: middle;
}

.caption-link a {
	color: #303030;
	padding: 8px 16px;
	display: inline-flex;
	align-items: center;
}

.caption-link a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 22px;
}

.caption-link a .svg-icon {
	margin: 0 0 0 5px;
	font-size: 22px;
}

/*------------/album link------------*/

/*------------player------------*/
.player {
	position: relative;
	margin-bottom: 10px;
	background-color: #303030;
}
.fluid-player {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
}
.fluid-player .fluid_video_wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}

.fluid-player video {
	display: none;
}
.fluid-player .fluid_video_wrapper video {
	display: block;
}
.fluid-player .fluid_initial_play {
	display: none;
}

.iframe-player {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.fake-player {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: cover;
}
.fake-player .fake-player-play {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;

	width: 60px;
	height: 60px;
	border-radius: 50px;
	background-color: #333333;
}
.fake-player .fake-player-play:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 23px;
	border-style: solid;
	border-width: 15px 0 15px 21px;
	border-color: transparent transparent transparent #ffffff;
}
/*------------/player------------*/

/*------------spot in player------------*/
.spot-player {
	display: none;

	z-index: 20;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: Arial;
	text-align: center;
}
.spot-player.visible {
	display: block;
}
.spot-player-text {
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 2px 8px;
	font-size: 14px;
}
.spot-player .spot {
	padding: 2px;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	box-sizing: content-box;
}
.spot-player.desktop .spot {
	width: 300px;
	min-height: 172px;
	max-height: 250px;
}
.spot-player.mobile .spot {
	width: 300px;
	min-height: 100px;
}
.spot-continue {
	display: none;
	
	outline: 0;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	margin: 5px 0 0 0;
	background: #ff9000;
	border: none;
	padding: 8px 10px;
	font-weight: 700;
}

.spot-close {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	height: 20px;
	width: 20px;
	background: #ff9000;
	border: none;
	outline: none;
}
.spot-close:after,
.spot-close:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 3px;
	height: 18px;
	background: #fff;
}
.spot-close:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.spot-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
	.spot-continue {
		display: none;
	}
}
/*------------/spot in album------------*/

/*------------block-info------------*/
.block-info {
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
	background: #fff;
	padding: 15px;
}

.row-info {
	margin: 0 0 10px 0;
	font-size: 16px;
}

.row-info:last-child {
	margin: 0;
}

.info-title {
	color: #969696;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.info-title .icon-holder {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 3px 0 0;
	width: 18px;
}
.info-title .svg-icon {
	margin: 0 auto;
	font-size: 16px;
}
.info-title .icon-star {
	font-size: 18px;
}
.info-title .icon-categories {
	font-size: 15px;
}

/* .info-link {
	color:#af0d6d;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
} */

.tag-link {
	padding: 5px 8px;
	background: #2d2d2d;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	margin: 3px 1px;
	background: #676767;
}

.no-touch .tag-link:hover {
	background: #ff9000;
}

.source-link {
	display: flex;
	padding: 15px 10px;
	text-align: center;
	background: #af0d6d;
	color: #fff;
	font-size: 20px;
	border-radius: 3px;
	transition: opacity .3s;
	justify-content: center;
	align-items: center;
}
.source-link .svg-icon {
	margin: 0 0 0 5px;
	font-size: 22px;
}
.no-touch .source-link:hover {
	background: #ff9000;
}

/*------------/block-info------------*/

/*------------alphabet------------*/
.alphabet-ytgdjvbdf {
	display: flex;
	margin: 0 0 15px 0;
	flex-wrap: wrap;
}
.alphabet-ytgdjvbdf::-webkit-scrollbar {
	display: none;
}
.alphabet-ytgdjvbdf a {
	text-align: center;
	font-size: 16px;
	line-height: 31px;
	min-width: 35px;
	margin: 0 2px 2px 0;
	flex-shrink: 0;
	color: #969696;
	padding: 0 3px;
	border-radius: 20px;
	border: 2px solid #ccc;
}
.no-touch .alphabet-ytgdjvbdf a:hover,
.alphabet-ytgdjvbdf a.active {
	border-color: #ff9000;
	color: #ff9000;
}
@media screen and (max-width: 768px) {
	.alphabet-ytgdjvbdf {
		display: inline-flex;
		flex-wrap: nowrap;
		width: 100%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
	}
}

/*------------/alphabet------------*/

/*------------list-group------------*/
.list-group-ytgdjvbdf {
	overflow: hidden;
	padding: 30px 0 20px 0;
	border-top: 1px solid #ccc;
}
.list-group-ytgdjvbdf .letter {
	float: left;
	width: 100px;
	font-size: 20px;
	line-height: 24px;
	color: #ff9000;
	font-weight: 700;
}
.list-group-ytgdjvbdf .items {
	overflow: hidden;
	font-size: 0;
}
.list-group-ytgdjvbdf .items .item {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 0 10px 10px 0;
	box-sizing: border-box;
}
.list-group-ytgdjvbdf .items .item a {
	color: #969696;
	font-size: 16px;
	line-height: 24px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
.no-touch .list-group-ytgdjvbdf .items .item a:hover {
	color: #303030;
}
@media only screen and (max-width: 1200px) {
	.list-group-ytgdjvbdf .items .item {
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) {
	.list-group-ytgdjvbdf .items .item {
		width: 33.333%;
	}
}
@media only screen and (max-width: 768px) {
	.list-group-ytgdjvbdf .items .item {
		width: 50%;
	}
}
@media only screen and (max-width: 540px) {
	.list-group-ytgdjvbdf .letter {
		text-align: center;
		width: 40px;
	}
	.list-group-ytgdjvbdf .items .item a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
	}
}
/*------------/list-group------------*/

/*------------spots------------*/
.mobile-block {
	display: none;

	width: 300px;
	margin: 10px auto;
	padding: 3px;
	background: #ececec;
	border: 1px solid #c8c8c8;
	box-sizing: content-box;
}
.mobile-block-title {
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin: 0 0 3px 0;
}
.mobile-block-content {
	width: 300px;
	background-color: #fafafa;
	overflow: hidden;
}
@media only screen and (max-width: 480px) {
	.mobile-block {
		display: block;
	}
}


.item-spot {
	width: 300px;
	height: 250px;
	padding: 2px;
	position: relative;
	box-sizing: content-box;
}
.thumb .item-spot {
	transform: translateX(-50%);
	left: 50%;
}
.item-spot-text {
	position: absolute;
	left: 2px;
	top: 2px;
	font-size: 14px;
	background: rgb(0 0 0 / 40%);
	padding: 5px 8px;
	border-radius: 0 0 3px 0;
	color: #969696;
	z-index: 1;
}
/*------------/spots------------*/

/*------------show all------------*/
.link-all-holder-ytgdjvbdf {
	text-align: center;
	margin: 0 0 15px;
	position: relative;
	overflow: hidden;
}
.link-all-holder-ytgdjvbdf.hidden {
	display: none;
}
.link-all {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 24px;
	padding: 16px 26px;
	color: #c6c6c6;
	text-transform: uppercase;
	border-radius: 30px;
/*	border: 2px solid #ccc;*/
	position: relative;
	z-index: 1;
	background: #151515;
	cursor: pointer;
}
.link-all:before,
.link-all:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 1000px;
	background: #969696;
	top: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none;
}
.link-all:before {
	right: 100%;
}
.link-all:after {
	left: 100%;
}
.no-touch .link-all:hover {
	border-color: #ff9000;
	color: #ff9000;
}
.no-touch .link-all:hover:before,
.no-touch .link-all:hover:after {
	background: #ff9000;
}

@media screen and (max-width: 640px) {
	.link-all {
		font-size: 15px;
		line-height: 20px;
		padding: 12px 20px;
	}
}
/*------------/show all------------*/


/*------------video-row------------*/
.video-row-ytgdjvbdf {
	display: flex;
	align-items: flex-start;
	margin: 0 0 5px 0;
	flex-wrap: wrap;
}
.sidebar-ytgdjvbdf {
	margin: 0 0 0 10px;
	flex-shrink: 0;
	width: 59%;
}
.sidebar-ytgdjvbdf .thumbs {
	margin: 0;
}
.sidebar-ytgdjvbdf .items-thumbs {
	margin: 0;
}
.sidebar-ytgdjvbdf .item-thumb {
	width: 100%;
	margin: 0 0 10px 0;
}
.sidebar-ytgdjvbdf .thumb {
	width: calc(33.333% - 4px);
}
.video-holder-ytgdjvbdf {
	flex-grow: 1;
}
@media screen and (max-width: 1250px) {
	.sidebar-ytgdjvbdf {
		width: 50%;
	}
	.sidebar-ytgdjvbdf .thumb {
		width: calc(50% - 4px);
	}
	.sidebar-ytgdjvbdf .thumb:nth-last-child(-n+2) {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.video-row-ytgdjvbdf {
		margin: 0;
	}
	.video-holder-ytgdjvbdf {
		order: 1;
	}
	.sidebar-ytgdjvbdf {
		width: 100%;
		margin: 0;
		flex-shrink: 1;
		order: 3;
	}
	.sidebar-ytgdjvbdf .thumb {
		width: calc(33.333% - 4px);
	}
	.sidebar-ytgdjvbdf .thumb:nth-last-child(-n+2) {
		display: inline-block;
	}
}
@media screen and (max-width: 700px) {
	.sidebar-ytgdjvbdf .thumb {
		width: calc(50% - 4px);
	}
}
@media screen and (min-width: 1025px) {
	.sidebar-ytgdjvbdf .mobile-spot {
		display: none;
	}
}
/*------------/video-row------------*/

/*------------player info------------*/
.player-wrap {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}
.player-wrap iframe,
.player-wrap .preview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.player-message {
	position: absolute;
	top: 0;
	left: 0;
	color: #969696;
	border-radius: 0 2px 2px 0;
	opacity: 0.8;
	background: #fff;
	font-size: 15px;
	line-height: 18px;
	padding: 5px 10px;
	z-index: 1;
}
.player-message.hidden {
	display: none;
}
.player-message a {
	color: #ff9000;
}
.player-link {
	display: block;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	overflow: hidden;
	background-color: #ff9000;
	opacity: 0.9;
	color: #fff;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 10px;
	font-weight: 700;
}
.no-touch .player-link:hover {
	opacity: 1;
}

.video-action-ytgdjvbdf {
	display: flex;
	align-items: center;
	margin: 10px 0 0 0;
}
.video-action-ytgdjvbdf > * + * {
	flex-grow: 1;
}

.info-link {
	color: #969696;
	padding: 5px 0;
	border-bottom: 2px solid transparent;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	text-align: center;
	justify-content: center;
}
.info-link .svg-icon {
	font-size: 18px;
}
.info-link span {
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 0 5px;
}

@media screen and (min-width: 1025px) {
	.no-touch .info-link:hover {
		color: #fff;
	}
}
.info-link.active {
	color: #fff;
	border-color: #ff9000;
}
@media screen and (max-width: 1200px) {
	.info-link span {
		font-size: 13px;
	}
}
@media screen and (max-width: 1024px) {
	.player-link {
		margin: 0 0 5px 0;
	}
	.video-action-ytgdjvbdf {
		margin: 5px 0 0 0;
	}
}
@media screen and (max-width: 640px) {
	.info-link span {
		display: none;
	}
	.info-link .svg-icon {
		font-size: 22px;
	}
}
@media screen and (max-width: 480px) {
	.video-action-ytgdjvbdf {
		justify-content: space-between;
		padding: 0 5px;
	}
	.video-action-ytgdjvbdf > * + * {
		margin: 0;
	}
}

.info-tabs {
	margin: 0;
	width: 100%;
}
.info-tab {
	background: #000;
	border: 1px solid #151515;
	padding: 10px;
	border-radius: 3px;
	margin: 0 0 10px;
}
.info-tab.hidden {
	display: none;
}
.info-tab .tag-cloud-ytgdjvbdf {
	margin: 0;
}
@media screen and (max-width: 1024px) {
	.info-tabs {
		order: 2;
	}
}
.vote-buttons {
	display: flex;
	align-items: center;
	position: relative;
}
.vote-buttons .btn-vote {
	color: #969696;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 6px;
}
@media screen and (min-width: 1024px){
	.vote-buttons .btn-vote + .btn-vote:hover{
		color: #fff;
	}
	.vote-buttons .btn-vote:hover{
		color: #fff;
	}
}
.vote-buttons .btn-vote.like .svg-icon {
	color: #38a731;
}
.vote-buttons .btn-vote.dislike .svg-icon {
	color: #bf4e4e;
}
.no-touch .vote-buttons .btn-vote.like:hover .svg-icon,
.vote-buttons .btn-vote.like.active .svg-icon {
	color: #34ca2b;
}
.no-touch .vote-buttons .btn-vote.dislike:hover .svg-icon,
.vote-buttons .btn-vote.dislike.active .svg-icon {
	color: #dc3f3f;
}
.vote-buttons .btn-vote + .btn-vote {
	margin: 0 0 0 5px;
}
.vote-buttons .btn-vote .svg-icon {
	font-size: 22px;
}
.vote-buttons .btn-vote span {
	font-size: 16px;
	margin: 0 0 0 5px;
}
.vote-buttons .result-vote {
	display: none;
	position: absolute;
	font-size: 14px;
	line-height: 34px;
	left: 0;
	width: 100%;
	top: 0;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	padding: 0 3px;
	white-space: nowrap;
}
.vote-buttons .result-vote.error {
	background: #c33535;
}
.vote-buttons .result-vote.success {
	background: #289e21;
}

.video-title {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 10px 0;
}
@media screen and (max-width: 640px) {
	.video-title {
		font-size: 18px;
		line-height: 22px;
	}
}
.label {
	margin: 0 0 5px 0;
	font-size: 15px;
	color: #969696;
	display: block;
}

.info-box {
	margin: 0 0 6px -10px;
}
.info-box .item {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin: 4px 10px;
}
.info-box .item strong {
	font-weight: 700;
}
.info-box .item span {
	color: #969696;
}

.item-row {
	margin: 0 0 8px 0;
}
.item-row:last-child {
	margin: 0;
}
.item-row .desc {
	font-size: 15px;
	line-height: 20px;
	color: #969696;
}
.item-row .link {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	color: #303030;
	padding: 8px 10px;
	font-size: 14px;
	margin: 2px 2px 2px 0;
	border-radius: 2px;
	opacity: 0.8;
}
.no-touch .item-row .link:hover {
	opacity: 1;
}
.item-row .link i {
	margin: 0 3px 0 0;
}
.item-row .row-title {
	display: inline-block;
	vertical-align: top;
	color: #969696;
	font-size: 16px;
	line-height: 30px;
	margin: 2px 5px 2px 0;
}

.report-holder {
	display: flex;
	margin: 0 0 10px;
}
.block-radios {
	margin: 0 20px 0 0;
}
.block-radios .row-radio {
	margin: 0 0 5px 0;
}
.block-radios .row-radio:last-child {
	margin: 0;
}
.block-radios .radio {
	margin: 0;
}
.block-textarea {
	flex-grow: 1;
}
@media screen and (max-width: 640px) {
	.report-holder {
		display: block;
	}
	.block-radios {
		margin: 0 0 5px 0;
	}
}
/*------------/player info------------*/

/*------------comments------------*/
.list-comments {
	margin: 10px 0 0 0;
}
.item-comment {
	margin: 0 0 5px 0;
	padding: 8px 0;
	font-size: 14px;
}
.item-comment:last-child {
	margin: 0;
}
.item-comment .comment-info {
	margin: 0 0 3px 0;
}
.item-comment .username {
	font-weight: 700;
	color: #ff9000;
	font-size: 15px;
}
.item-comment .date {
	color: #969696;
	font-size: 13px;
	margin: 0 0 0 3px;
}
.item-comment .comment-text {
	font-size: 14px;
	line-height: 20px;
}
/*------------/comments------------*/

/*------------models cams------------*/
.list-view {
	margin: 0 0 20px 0;
}
.list-view .pagination {
	display: none;
}

.list-models-ytgdjvbdf {
	font-size: 0;
	margin: 20px 0 0 0;
}
.list-models-ytgdjvbdf > div {
	display: inline-block;
	vertical-align: top;
	width: calc(20% - 4px);
	margin: 2px;
	font-size: 14px;
}
.list-models-ytgdjvbdf > div > a {
	display: block;
}
.list-models-ytgdjvbdf .image-holder {
	padding-bottom: 56.666%;
	position: relative;
	overflow: hidden;
}
.list-models-ytgdjvbdf .image-holder img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
.list-models-ytgdjvbdf .info-holder {
	padding: 5px 3px;
	display: flex;
	justify-content: space-between;
}
.list-models-ytgdjvbdf .title {
	color: #303030;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 8px 0 0;
}
.list-models-ytgdjvbdf .info {
	color: #969696;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



@media screen and (max-width: 1250px) {
	.list-models-ytgdjvbdf > div {
		width: calc(25% - 4px);
	}
}

@media screen and (max-width: 1024px) {
	.list-models-ytgdjvbdf > div {
		width: calc(33.333% - 4px);
	}
}

@media screen and (max-width: 700px) {
	.list-models-ytgdjvbdf > div {
		width: calc(50% - 4px);
	}
}

@media screen and (max-width: 480px) {
	.list-models-ytgdjvbdf > div {
		font-size: 13px;
	}
}
/*------------/models cams------------*/

/*------------panel-text------------*/
.panel-block {
	border-radius: 3px;
	margin: 0 0 20px;
}
.panel-heading {
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
	padding: 8px;
}
.panel-body {
	display: flex;
	text-align: center;
}
.panel-body .col {
	flex-grow: 1;
	flex-basis: 0;
	padding: 10px;
}
.panel-body .title {
	font-size: 18px;
	margin: 0 0 10px 0;
	background: #fff;
	padding: 8px 0 8px 10px;
}
.panel-body .text {
	font-size: 14px;
	line-height: 20px;
	color: #969696;
	margin: 0 0 10px;
}

@media screen and (max-width: 700px) {
	.panel-body {
		flex-wrap: wrap;
	}
	.panel-body .col {
		flex-basis: auto;
	}
}
/*------------/panel-text------------*/

/*------------block-links------------*/
.block-links {
	margin: 0 0 15px;
}
.block-link {
	color: #969696;
	padding: 4px 10px 4px 4px;
	border-radius: 20px;
	border: 2px solid #ccc;
	white-space: nowrap;
	position: relative;
	font-size: 16px;
	line-height: 28px;
	display: inline-block;
	vertical-align: top;
}
.block-link:before {
	content: '\2661';
	font-size: 18px;
	margin: 0 4px 0 0;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	line-height: 24px;
	border: 2px solid transparent;
	text-align: center;
}
.no-touch .block-link:hover,
.block-link.active {
	color: #ff9000;
	border-color: #ff9000;
}
.no-touch .block-link:hover:before,
.block-link.active:before {
	border-color: #ff9000;
}
/*------------/block-links------------*/

/*------------block-filter------------*/
.form-filter {
	display: flex;
	margin: 0 -5px;
}
.select-holder {
	position: relative;
	flex-grow: 1;
	flex-basis: 0;
	margin: 0 5px;
}
.select-holder:after {
	content: '';
	position: absolute;
	right: 15px;
	top: 15px;
	width: 8px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	pointer-events: none;
}
.select-holder .select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0px 30px 0 15px;
	height: 40px;
	border: 2px solid #969696;
	background: #303030;
	border-radius: 4px;
	font-size: 14px;
	color: #303030;
	width: 100%;
	cursor: pointer;
}
.select-holder .select::-ms-expand { 
	display: none; /* hide the default arrow in ie10 and ie11 */
}

/*------------/block-filter------------*/

/*------------advertisement------------*/
.text-spots {
	text-align: center;
	color: #969696;
	font-size: 14px;
	margin: 0 0 4px 0;
	text-transform: uppercase;
}

.mobile-spot {
	margin: 5px;
	text-align: center;
	overflow: hidden;
}
.mobile-spot.hidden {
	margin: 0;
}
.container-ytgdjvbdf .mobile-spot {
	margin: 5px 0;
}
.thumbs .mobile-spot {
	margin: 2px 2px 10px 2px;
	border-bottom: 2px solid #ff9000;
}

.mobile-spot.hidden > * {
	display: none;
}
.spot-place {
	/* min-height: auto !important; */
	margin: 0 auto;
	transform-origin: top;
}
.spot-place iframe {
	display: block;
}
.spot-layout {
	min-height: auto !important;
}

.bottom-spots {
	text-align: center;
}
.dynamic-spot {
	text-align: center;
}

.adv-title-holder {
    text-align: center;
 	margin: 8px 0;
    position: relative;
    overflow: hidden;
}
.adv-title {
	display: inline-block;
    line-height: 1.2;
    font-weight: 600;
    color: #c6c6c6;
    font-size: 18px;
	background: #000;
	position: relative;
	padding: 0 15px;
}
.adv-title:before,
.adv-title:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 1000px;
	background: #969696;
	top: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none;
}
.adv-title:before {
	right: 100%;
}
.adv-title:after {
	left: 100%;
}
@media screen and (max-width: 640px) {
	.adv-title {
		font-size: 16px;
	}
}
/*------------/advertisement------------*/

/*------------description-container------------*/
.description-container {
	color: #969696;
	font-size: 15px;
	line-height: 20px;
}
.description-container p {
	margin: 15px 0;
}
.description-container p strong {
	font-weight: 700;
	font-size: 17px;
	color: #303030;
}
.description-container p a {
	color: #303030;
	text-decoration: underline;
}
.no-touch .description-container p a:hover {
	text-decoration: none;
}
/*------------/description-container------------*/

/*------------not-found------------*/
.not-found {
    text-align: center;
	margin-bottom: 15px;
}
.not-found .main-title-ytgdjvbdf {
	justify-content: center;
	font-size: 28px;
}
.link-holder .link {
	display: inline-block;
	vertical-align: top;
	color: #303030;
	padding: 4px 10px;
	border-radius: 20px;
	border: 2px solid #ccc;
	font-size: 16px;
	line-height: 28px;
}
.no-touch .link-holder .link:hover {
	color: #ff9000;
	border-color: #ff9000;
}
@media screen and (max-width: 768px) {
	.not-found .main-title-ytgdjvbdf {
		font-size: 20px;
	}
}
/*------------/not-found------------*/


/*------------notice-holder------------*/
body.welcome-popup {
	overflow: hidden;
}
body.welcome-popup .thumb .img {
	-webkit-filter: blur(15px);
	filter: blur(15px);
}
body.welcome-popup .fake-player {
	-webkit-filter: blur(15px);
	filter: blur(15px);
}

.notice-holder-ytgdjvbdf {
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	color: #fff;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
body.welcome-popup .notice-holder-ytgdjvbdf {
	display: flex;
}
.notice-holder-ytgdjvbdf .block-notice {
	padding: 0 20px;
	width: 100%;
	max-width: 650px;
	border-radius: 5px;
	background: #fff;
	border: 2px solid #ff9000;
	color: #969696;
	font-size: 14px;
	line-height: 22px;
	max-height: 100%;
	position: relative;
	overflow-y: auto;
}
.notice-holder-ytgdjvbdf .title {
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	color: #303030;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding: 20px 0 10px;
}
.notice-holder-ytgdjvbdf .title span {
	color: #ff9000;
}
.notice-holder-ytgdjvbdf .text {
	margin: 0 0 10px;
}
.notice-holder-ytgdjvbdf .text a {
	color: #ff9000;
}
.no-touch .notice-holder-ytgdjvbdf .text a:hover {
	text-decoration: underline;
}
.notice-holder-ytgdjvbdf .text p {
	margin: 0 0 10px 0;
}
.notice-holder-ytgdjvbdf .text ul {
	margin: 0 0 10px 0;
	list-style-type: disc;
	padding: 0 0 0 40px;
}
.notice-holder-ytgdjvbdf .text > *:last-child {
	margin: 0;
}
.notice-holder-ytgdjvbdf .btn-action-holder {
	position: sticky;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 0 20px;
	background: #fff;
}
.notice-holder-ytgdjvbdf .btn-action {
	padding: 10px;
	width: 100%;
	border-radius: 3px;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	cursor: pointer;
	background: #1bbd56;
}
.no-touch .notice-holder-ytgdjvbdf .btn-action:hover {
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.notice-holder-ytgdjvbdf .block-notice {
		padding: 0 10px;
	}
	.notice-holder-ytgdjvbdf .btn-action-holder {
		padding: 10px 0;
	}
	.notice-holder-ytgdjvbdf .title {
		padding: 10px 0;
	}
	.notice-holder-ytgdjvbdf .title {
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}
}
/*------------/notice-holder------------*/

/*------------block-suggest-lang------------*/
.block-suggest-lang-ytgdjvbdf {
	position: absolute;
	top: 33px;
	right: 100%;
	background: #fff;
	margin: 0 14px 0 0;
	z-index: 111;
	color: #969696;
	width: 306px;
	padding: 20px 20px 20px;
	border: 3px solid #ccc;
}
.block-suggest-lang-ytgdjvbdf.hidden {
	display: none;
}
.block-suggest-lang-ytgdjvbdf:before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 10px 0 0;
	z-index: 2;
	border-color: #ccc transparent transparent #ccc;
}
.block-suggest-lang-ytgdjvbdf:after {
	content: "";
	position: absolute;
	top: -3px;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 16px 0 0;
	border-color: #ccc transparent transparent #ccc;
}
.block-suggest-lang-ytgdjvbdf .title {
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 500;
}
.block-suggest-lang-ytgdjvbdf .title span {
	color: #ff9000;
}
.block-suggest-lang-ytgdjvbdf .subtitle {
	font-size: 12px;
	color: #969696;
	margin-bottom: 10px;
}
.block-suggest-lang-ytgdjvbdf .btn-action {
	padding: 10px 15px;
	display: inline-block;
	color: #303030;
	width: 100%;
	border-radius: 12px;
	background-color: #fff;
	border: 2px solid transparent;
	text-align: center;
}
.block-suggest-lang-ytgdjvbdf .btn-action .flag {
	margin-left: 5px
}
.block-suggest-lang-ytgdjvbdf .btn-action.btn-go {
	background-color: #e5e5e5;
	opacity: 0.9;
	color: #969696;
}
.no-touch .block-suggest-lang-ytgdjvbdf .btn-action.btn-go:hover {
	opacity: 1;
}
.block-suggest-lang-ytgdjvbdf .btn-action.btn-continue {
	background-color: #fff;
	border-color: #ccc;
	color: #969696;
}
.no-touch .block-suggest-lang-ytgdjvbdf .btn-action.btn-continue:hover {
	border-color: #ff9000;
}
.block-suggest-lang-ytgdjvbdf .btn-action+.btn-action {
	margin-top: 10px;
}
.block-suggest-lang-ytgdjvbdf .btn-action .item-flag {
	margin: 0 26px 0 0;
	position: relative;
}
.block-suggest-lang-ytgdjvbdf .btn-action .item-flag:before {
	position: absolute;
	left: 100%;
	margin: 0 0 0 5px;
}

.block-suggest-lang-ytgdjvbdf .btn-close {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	height: 20px;
	width: 20px;
	background: #fff;
	border: none;
	outline: none;
}
.block-suggest-lang-ytgdjvbdf .btn-close:after,
.block-suggest-lang-ytgdjvbdf .btn-close:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 3px;
	height: 18px;
	background: #fff;
}
.block-suggest-lang-ytgdjvbdf .btn-close:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.block-suggest-lang-ytgdjvbdf .btn-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
	.block-suggest-lang-ytgdjvbdf {
		position: fixed;
		bottom: 0;
		top: auto;
		left: 0;
		right: 0;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.block-suggest-lang-ytgdjvbdf.mob-hidden {
		display: none;
	}
	.block-suggest-lang-ytgdjvbdf:before,
	.block-suggest-lang-ytgdjvbdf:after {
		display: none;
	}
	.block-suggest-lang-ytgdjvbdf .btn-close {
		left: auto;
		right: 0;
	}
	.block-suggest-lang-ytgdjvbdf .btn-action.btn-go {
		opacity: 1;
	}
}
/*------------/block-suggest-lang------------*/

/*------------block-img------------*/
.block-img {
	position: relative;
	margin: 0 0 10px 0;
	padding-bottom: 56.25%;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
}
.block-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.block-img .link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #ff9000;
    color: #fff;
    padding: 14px 18px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
}
@media screen and (max-width: 1024px) {
	.block-img {
		margin: 0 0 5px 0;
	}
}
/*------------/block-img------------*/


/* 
@media screen and (max-width: 1200px) 
@media screen and (max-width: 1024px) 
@media screen and (max-width: 768px) 
@media screen and (max-width: 640px) 
@media screen and (max-width: 480px) 
*/

.logo-new {
  margin: 0 auto 0 0;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
}
.footer-ytgdjvbdf .logo-new {
	margin-bottom: 15px;
}
.logo-new span {
  color: #ff9000;
}
.sp-holder {
    margin: 10px 0;
}
.sp-holder .sp {
	width: 300px;
	height: 100px;
	margin: 0 auto;
	display: block !important;
	overflow: hidden;
}
.sp-holder .text {
	font-size: 14px;
	text-align: center;
	margin: 0 0 3px 0;
}
.sp-holder .text:last-child {
	margin: 3px 0 0 0;
}
@media (min-width: 1025px) {
	.sp-holder {
		display: none;
	}
}


.search-items-ytgdjvbdf {
	margin: 0 0 20px 0;
    max-width: 600px;
}
.search-items-ytgdjvbdf .input {
	width: 100%;
    font-size: 18px;
    line-height: 44px;
    padding: 0 20px;
    display: block;
    background: #252525;
/*    border: 2px solid #ccc;*/
    border-radius: 5px;
    border: none;
    color: #fff;
}

.searches a {
    background: none !important;
}





/*------------new style------------*/

.search-form-ytgdjvbdf {
    position: static;
    top: 0;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
	visibility: visible;
    opacity: 1;
    transform: translateY(0);
	width: 100%;
    max-width: 600px;
}
@media screen and (max-width: 640px) {
	.search-form-ytgdjvbdf {
		max-width: 100%;
		padding: 10px 5px;
		background-color: #000;
	}
	.search-form-ytgdjvbdf .form {
		max-width: 100%;
	}
}
.home .search-form-ytgdjvbdf {
	max-width: 100%;
	padding: 10px;
	background-color: #000;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.home .search-form-ytgdjvbdf {
		padding: 10px 5px;
	}
}
.home .search-form-ytgdjvbdf::before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #000;
    margin-left: -9999px;
    padding-left: 9999px;
}
.home .search-form-ytgdjvbdf::after {
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #000;
    margin-right: -9999px;
    padding-right: 9999px;
}
.thumb-img {
	margin: 0 auto;
	border-radius: 10px;
    width: 8.333vw;
    height: 8.333vw;
}
@media screen and (max-width: 768px) {
	.thumb-img {
		width: 16vw;
    	height: 16vw;
	}
}
@media screen and (max-width: 480px) {
	.thumb-img {
		width: 20vw;
    	height: 20vw;
	}
}
.thumb.second {
	width: calc(16.66% - 4px);
}
@media screen and (max-width: 768px) {
	.thumb.second {
		width: calc(20% - 4px);
	}
}
@media screen and (max-width: 640px) {
	.thumb.second {
		width: calc(25% - 4px);
	}
}
@media screen and (max-width: 768px) {
	.main-title-ytgdjvbdf.mobile-center {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
}
.home .header-ytgdjvbdf .wrap-logo {
	width: 100%;
    text-align: center;
	padding: 10px;
	border-bottom: 1px solid #151515;
}
@media screen and (max-width: 1024px) {
	.header-ytgdjvbdf .wrap-logo {
		margin-right: 20px;
	}
	.home .header-ytgdjvbdf .wrap-logo {
		margin-right: 0;
		padding: 10px 5px;
	}
}
@media screen and (max-width: 640px) {
	.header-ytgdjvbdf .wrap-logo {
		margin-right: 0;
		width: 100%;
		text-align: center;
		padding: 10px 5px;
		border-bottom: 1px solid #151515;
	}
}
.home .header-ytgdjvbdf {
	overflow: hidden;
}
@media screen and (max-width: 1024px) {
	.header-ytgdjvbdf {
		margin-bottom: 55px;
	}
	.home .header-ytgdjvbdf {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 640px) {
	.header-ytgdjvbdf {
		margin-bottom: 15px;
	}
}
.home .row-header-ytgdjvbdf {
	padding: 0;
	flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
	.row-header-ytgdjvbdf {
		justify-content: space-between;
	}
}
@media screen and (max-width: 640px) {
	.row-header-ytgdjvbdf {
		flex-wrap: wrap;
		padding: 0;
        background: #000;
	}
}
.home .thumbs {
	background: #0e0e0e;
    padding: 15px 0;
    border-radius: 10px;
}
.main-title-ytgdjvbdf {
	padding-bottom: 2px;
	display: inline-block;
	border-bottom: 3px solid #ff9000;
}
.main-menu-ytgdjvbdf {
	flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
	.main-menu-ytgdjvbdf {
		display: flex;
		flex-wrap: wrap;
		transform: translateY(0);
		visibility: visible;
        opacity: 1;
		flex-shrink: initial;
	}
	.link.active {
		color: #ff9000;
	}
	.main-menu-ytgdjvbdf .link.active:before {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.main-menu-ytgdjvbdf {
		position: static;
		margin: 10px 5px 0;
	}
	.main-menu-ytgdjvbdf .link {
		padding: 8px 6px;
		font-size: 15px;
	}
}
