/****************************
	colors definition
	_colors.scss
****************************/
/* endfile */
@import url(extra_rules.css);
.bootstrap-tagsinput {
	line-height: 22px;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 10px;
	padding: 4px 6px;
	cursor: text;
	vertical-align: middle;
	color: #555555;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bootstrap-tagsinput input {
	width: auto !important;
	max-width: inherit;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	box-shadow: none;
}

.bootstrap-tagsinput input:focus {
	border: none;
	box-shadow: none;
}

.bootstrap-tagsinput .tag {
	margin-right: 2px;
	color: white;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
	margin-left: 8px;
	cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
	padding: 0 2px;
	content: "x";
}

/*.bootstrap-tagsinput .tag.tag_remove [data-role="remove"]:after {
	padding: 0 2px;
	content: "x";
}*/
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/****************************
	common rules
	_common.scss
****************************/
html {
	font-family: arial, sans-serif;
}

body {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	min-width: 320px;
	margin: 0;
	padding: 0;
	color: black;
	background-color: #EDFDFF;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
	max-height: 1000000px;
}

.content_wrapper {
	max-width: 1400px;
	margin: auto;
	position: relative;
}

.main_wrapper {
	display: block;
	overflow: hidden;
	width: 100%;
	padding-bottom: 5px !important;
	/* this is used for shadow */
}

@media (min-width: 576px) {
	.main_wrapper {
		width: calc(100% - 20px);
		padding: 0 10px;
	}
}

@media (min-width: 992px) {
	.main_wrapper {
		width: auto;
	}
}

.video_wrapper,
.video_iframe_wrapper {
	position: relative;
}

.videoewok {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
}

.videoewok .videoewok_loc {
	position: absolute;
}

a {
	text-decoration: none;
	color: black;
}

.bold {
	font-weight: bold;
}

a:hover,
a:active,
a.active,
a:focus {
	text-decoration: none;
	color: white;
}

p,
h1,
h2,
h3,
h4 {
	margin: 0;
}

.h2_class {
	margin: 0;
	font-weight: bold;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	outline: none;
}

textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: black;
	background-color: white;
	border: 1px solid #1749C6;
}

.w_25 {
	width: 25%;
}

.w_33 {
	width: 33%;
}

.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
									supported by Chrome, Edge, Opera and Firefox */
}

button {
	cursor: pointer;
	margin: 0;
	padding: 0 15px;
	outline: none;
}

.warning {
	color: #EB0000 !important;
}

.modal {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.24);
	position: absolute;
	z-index: 4;
	top: 15%;
	right: 0;
	left: 0;
	width: 90%;
	margin: 0 auto;
	opacity: 1;
}

.modal_box_overlay {
	cursor: pointer;
	z-index: 3;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal_upper {
	z-index: 5;
}

.pointer {
	cursor: pointer;
}

.social_link_wrapper {
	position: relative;
	display: flex;
}

.social_link_wrapper a,
.social_link_wrapper .obfs {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
}

.social_link_wrapper a:hover,
.social_link_wrapper .obfs:hover {
	color: #EB0000;
	text-decoration: underline;
}

.social_link_info_item {
	display: inline-flex;
	padding-right: 15px;
}

.social_link_info_item i {
	margin-right: 3px;
}

.social_link_info_item span {
	white-space: nowrap;
}

.icon {
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.icon_48 {
	height: 48px;
	width: 48px;
}

.icon_40 {
	height: 40px;
	width: 40px;
}

.icon_30 {
	height: 30px;
	width: 30px;
}

.icon_26 {
	height: 26px;
	width: 26px;
}

.icon_22 {
	height: 22px;
	width: 22px;
}

.icon_20 {
	height: 20px;
	width: 20px;
}

.icon_19 {
	height: 19px;
	width: 19px;
}

.icon_18 {
	height: 18px;
	width: 18px;
}

.icon_16 {
	height: 16px;
	width: 16px;
}

.icon_12 {
	height: 12px;
	width: 12px;
}

.icon_no_results {
	width: 176px;
	height: 170px;
}

.selected_as_favorite .icon {
	display: none;
}

.selected_as_favorite .active {
	display: inline-block !important;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

button {
	color: black;
	background-color: white;
	border: 1px solid #1749C6;
}

input {
	color: black;
	background-color: white;
	border: 1px solid #1749C6;
}

select {
	-webkit-appearance: none;
	color: black;
	background-color: #EDFDFF;
	border: 1px solid #1749C6;
}

textarea {
	padding: 0 5px;
	font-size: 14px;
	line-height: 24px;
}

button,
input,
select {
	padding: 0 5px;
	height: 26px;
	font-size: 14px;
	line-height: 24px;
}

button option,
input option,
select option {
	padding: 0;
}

button > option:hover,
input > option:hover,
select > option:hover {
	background-color: #55ACEE;
	color: white;
}

button span.dropdown_caret,
input span.dropdown_caret,
select span.dropdown_caret {
	float: right;
	height: 20px;
	padding-left: 5px;
	pointer-events: none;
}

button span.dropdown_caret:before,
input span.dropdown_caret:before,
select span.dropdown_caret:before {
	display: inline-block;
	width: 0;
	height: 0;
	content: "";
	vertical-align: 3px;
	border-top: 8px solid #1749C6;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

button i,
input i,
select i {
	width: 16px;
	height: 16px;
}

button:focus,
input:focus,
select:focus {
	outline: none;
}

/****************************
	bootstrap replacement
	_common.scss
****************************/
img {
	vertical-align: middle;
	border: 0;
}

.img_centered {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
}

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

@-ms-viewport {
	width: device-width;
}

.hidden {
	display: none !important;
}

.invisible {
	opacity: 0 !important;
}

@media (max-width: 359px) {
	.hidden-x {
		display: none !important;
	}
}

@media (min-width: 360px) and (max-width: 575px) {
	.hidden-s {
		display: none !important;
	}
}

@media (max-width: 575px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1399px) {
	.hidden-lg {
		display: none !important;
	}
}

@media (min-width: 576px) {
	.hidden-min-sm {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.hidden-min-md {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.hidden-min-lg {
		display: none !important;
	}
}

@media (min-width: 1400px) {
	.hidden-min-xl {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.hidden-max-md {
		display: none !important;
	}
}

@media (max-width: 1399px) {
	.hidden-max-lg {
		display: none !important;
	}
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
	display: table;
	content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
	clear: both;
}

* {
	-webkit-tap-highlight-color: transparent;
}

/****************************
	loading image
	_common.scss
****************************/
.loading_img_wrapper {
	position: fixed;
	top: 50%;
	z-index: 5;
	display: none;
	width: 100%;
}

.loading_img_wrapper.modal_lock .overlay {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.loading_img {
	display: block;
	margin: 0 auto;
}

.grey_text {
	color: #828282;
}

/****************************
	switch container
	_common.scss
****************************/
.switch_container {
	font-size: 15px;
	text-align: center;
	height: 30px;
}

.switch_container .switch {
	position: relative;
	top: 2px;
	display: inline-block;
	background-color: none;
	width: 32px;
	height: 14px;
	margin: 0 10px;
}

.switch_container .switch input {
	display: none;
}

.switch_container .slider {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: white;
	border: none;
	border-radius: 13px;
	cursor: pointer;
}

.switch_container .slider:before {
	position: absolute;
	top: -3px;
	bottom: -3px;
	left: -3px;
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	transition: .2s;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.24);
	background-color: white;
	border: 1px solid white;
}

.switch_container input:checked + .slider:before {
	transform: translateX(21px);
}

/****************************
	scroll top button
	_common.scss
****************************/
.scroll_top_btn {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	opacity: 0.5;
	border-radius: 2px;
	z-index: 5;
	background-color: white;
}

.scroll_top_btn:hover {
	opacity: 1;
}

.scroll_top_btn .icon {
	position: absolute;
	top: 6px;
	left: 6px;
}

.footer_partner_enabled {
	transform: translate(0, -97px);
}

@media (min-width: 768px) {
	.footer_partner_enabled {
		transform: translate(0, -10px);
	}
}

/****************************
	buttons
	_common.scss
****************************/
.btn {
	border: none;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}

.primary_btn {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 20px;
	height: 30px;
	margin: 0 5px;
	background-color: #1749C6;
	color: #fff;
	border: 1px solid #1749C6;
	background-image: linear-gradient(#456DD1, #456DD1);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition: background-size .25s ease-out;
}

.primary_btn:hover, .primary_btn:focus {
	background-size: 100% 100%;
}

.secondary_btn {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 20px;
	height: 30px;
	margin: 0 5px;
	background-color: #fff;
	color: #1749C6;
	border: 1px solid #1749C6;
	background-image: linear-gradient(#EDFDFF, #EDFDFF);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition: background-size .25s ease-out;
}

.secondary_btn:hover, .secondary_btn:focus {
	background-size: 100% 100%;
}

.small_btn {
	font-size: 14px;
	height: 25px;
}

.header_button {
	position: relative;
	padding: 10px 10px 9px 0;
	margin: 0;
	float: right;
	border: none;
	display: block;
	height: 50px;
	width: 30px;
	cursor: pointer;
	background-image: url(../../reference/img/header_gradient_bg.png);
	background-size: contain;
}

@media (min-width: 992px) {
	.header_button {
		height: 80px;
	}
}

.header_button span {
	position: absolute;
	top: -8px;
	left: 5px;
	height: 14px;
	width: 18px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	border-radius: 2px;
	color: white;
	background-color: #c80000;
}

/****************************
	helpers
	_common.scss
****************************/
.fleft {
	float: left;
}

.fright {
	float: right;
}

.align_center {
	text-align: center;
}

.align_left {
	text-align: left;
}

.relative {
	position: relative;
}

.inline_block {
	display: inline-block !important;
}

.none {
	display: none;
}

input.disabled,
input.disabled:focus,
input.disabled:hover {
	font-size: 17px;
	border: 0 !important;
	border-color: transparent;
	background-color: transparent !important;
}

select.disabled,
select.disabled:focus,
select.disabled:hover,
select.disabled + .custom_select_caret {
	font-size: 17px;
	border: 0 !important;
	border-color: transparent;
	background-color: transparent !important;
}

.scroll_hidden {
	overflow: hidden !important;
}

.relative {
	position: relative !important;
}

.no_btn {
	border: none;
	background-color: transparent;
}

.async_loader {
	line-height: 24px;
}

.js_clear_history_btn,
.js_confirm_hclean_wrapper,
.js_confirm_favclean_wrapper {
	display: none;
}

.hide {
	display: none !important;
}

/****************************
	invisible recaptcha
	_common.scss
****************************/
.grecaptcha-badge {
	z-index: 4;
}

/****************************
	truncate text
	_common.scss
****************************/
.truncate_text {
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/****************************
	rating
	_common.scss
****************************/
.rating_wrapper {
	display: block;
	position: relative;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
}

@media (min-width: 576px) {
	.rating_wrapper {
		margin: initial;
	}
}

.rating_wrapper .rating_item {
	position: relative;
	vertical-align: middle;
	float: left;
	width: 25px;
	height: 30px;
	cursor: pointer;
	padding: 0 3px;
}

.rating_wrapper .rating_item i {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.rating_wrapper .rating_item .rating_percentage {
	display: inline-flex;
	padding-top: 25px;
}

.rating_wrapper .rating_down {
	margin-left: 20px;
}

.message_container {
	position: fixed;
	z-index: 8000;
	top: 5px;
	right: 5%;
	left: 5%;
	max-width: 100%;
}

.message_container .alert {
	margin-bottom: 20px;
	position: relative;
	color: white;
	padding: 15px;
	border-radius: 5px;
}

.message_container .alert_error {
	background-color: #EB0000;
}

.message_container .alert_info {
	background-color: #55ACEE;
}

.message_container .alert_warning {
	background-color: #EC771F;
}

.message_container .alert_success {
	background-color: #59A72F;
}

.message_container .alert-dismissable,
.message_container .alert-dismissible {
	padding-right: 35px;
}

.message_container .icon-alert_error,
.message_container .icon-alert_info,
.message_container .icon-alert_warning,
.message_container .icon-alert_success {
	margin-right: 20px;
}

.message_container .close {
	position: absolute;
	background-color: transparent;
	border: none;
	top: 12px;
	right: 11px;
}

.comments_number_span {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	position: absolute;
	top: -5px;
	left: 10px;
	padding: 2px !important;
	background-color: #c80000;
	color: white;
	border-radius: 3px;
	min-width: 10px;
}

.img-blured img,
.img-blured .video_iframe_container,
.img-blured .js_ad_container,
.img-blured iframe,
.img-blured .supplement_container {
	/* FF doesn't support blur filter, but SVG */
	filter: url("data:image/svg+xml;charset=utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='30'/></filter></svg>#svgBlur");
	filter: blur(30px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='30');
	backdrop-filter: blur(10px);
	-webkit-filter: blur(30px);
	-moz-filter: blur(30px);
	-ms-filter: blur(30px);
	-o-filter: blur(30px);
}

.img-blured-small img {
	/* FF doesn't support blur filter, but SVG */
	filter: url("data:image/svg+xml;charset=utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");
	filter: blur(5px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
	backdrop-filter: blur(10px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
}

.img-blured .video_iframe_wrapper {
	overflow: hidden;
}

.blurmyass {
	display: none;
}

.img_18plus_wrapper {
	pointer-events: none;
	margin-top: -20px;
}

@media (min-width: 576px) {
	.img_18plus_wrapper {
		margin-top: initial;
	}
}

.img-blured .blurmyass {
	position: absolute;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: center;
	align-content: center;
}

.img-blured .blurmyass img {
	position: relative;
	width: 80%;
	filter: none !important;
	backdrop-filter: none !important;
	cursor: pointer;
}

@media (min-width: 360px) {
	.img-blured .blurmyass img {
		width: 60%;
	}
}

@media (min-width: 576px) {
	.img-blured .blurmyass img {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.img-blured .blurmyass img {
		width: 40%;
	}
}

@media (min-width: 1400px) {
	.img-blured .blurmyass img {
		width: 30%;
	}
}

@media (min-width: 1600px) {
	.img-blured .blurmyass img {
		width: 400px;
	}
}

.img-blured .blurmyass .img_18plus {
	margin-top: -25px;
	max-width: 40px;
}

.img-blured .blurmyass .img_sfw {
	width: 100%;
	height: 100%;
}

.img-blured .blurmyass .sfw_thumb_preview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blursfw_poster {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.blursfw_poster img {
	width: 100%;
	height: 100%;
}

.ignore-blur img,
.ignore-blur .video_iframe_container,
.ignore-blur .js_ad_container,
.ignore-blur iframe {
	filter: none !important;
	backdrop-filter: none !important;
}

.dropdown-menu {
	position: absolute;
	margin: 2px 0 0;
	text-align: left;
	list-style: none;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background-color: white;
	background-clip: padding-box;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.custom_checkbox > .icon_checkbox:after,
.custom_radio > .icon_radio:after,
.custom_select_caret:before,
.dropdown_caret:before,
.modal_box::before {
	content: "";
}

.custom_checkbox {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: sub;
	margin-right: 5px;
}

.custom_checkbox input {
	display: none;
}

.custom_checkbox input[type=checkbox]:checked + .icon_checkbox:after {
	opacity: 1;
}

.custom_checkbox .icon_checkbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background-color: white;
	border: 1px solid #1749C6;
}

.custom_checkbox .icon_checkbox:after {
	position: absolute;
	top: 2px;
	left: 1px;
	width: 12px;
	height: 5px;
	content: "";
	-webkit-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	transform: rotate(-50deg);
	opacity: 0;
	border: 1px solid black;
	border-top: 0;
	border-right: 0;
}

.custom_radio {
	position: absolute;
	width: calc(100% + 10px);
	height: 100%;
	margin-left: -10px;
	z-index: -1;
}

.custom_radio input {
	display: none;
}

.custom_radio input[type=radio]:checked + .icon_radio:after {
	opacity: 1;
}

.custom_radio .icon_radio:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #EDFDFF;
	opacity: 0;
}

#custom_modal {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
}

#basic_modal {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: auto;
}

.modal_wrapper {
	display: table-cell;
	vertical-align: middle;
}

.modal_title {
	font-weight: bold;
	padding: 5px 10px 0;
}

.modal_content_wrapper {
	padding: 5px 10px 10px;
}

.dmca_penalty_modal .modal_container {
	border: 1px solid black;
	border-radius: 15px;
	background-color: white;
}

.content_section_wrapper {
	margin: 10px 0 0 0;
	min-height: 270px;
	background-color: white;
	border-radius: 6px;
	padding: 5px 10px;
	box-shadow: 0px 0px 10px #456DD140;
}

.content_section_recent_amateur_videos_homepage {
	min-height: 201px;
}

.content_section_top_videos_homepage {
	min-height: 206px;
}

.top_webcams_homepage {
	min-height: 181px;
}

.xdsoft_autocomplete input {
	border-color: #3C3C3C !important;
	color: black !important;
	background-color: #EDFDFF !important;
}

.xdsoft_autocomplete_dropdown {
	text-align: left;
	width: auto !important;
}

.xdsoft_autocomplete_dropdown div {
	color: black !important;
	background-color: #EDFDFF !important;
	height: 22px;
	padding-top: 2px;
}

.xdsoft_autocomplete_dropdown .active {
	background: white !important;
}

.xdsoft_autocomplete_dropdown .icon {
	margin-right: 8px;
	margin-bottom: 12px;
}

.xdsoft_autocomplete_dropdown .search_type {
	font-size: 14px;
}

.xdsoft_autocomplete_dropdown .search_title {
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: calc(100% - 90px);
	display: inline-block;
}

.bootstrap-tagsinput {
	background-color: #EDFDFF;
	border-color: #3C3C3C;
}

.intl-tel-input .country .dial-code,
.intl-tel-input .country .country-name {
	display: none;
}

/* Mobile banner iframe */
.visible-mobile {
	display: none;
}

body.mobile .visible-mobile {
	display: block;
}

body.mobile .mobile_banner_frame {
	margin-left: auto;
	margin-right: auto;
}

.amaenao .hideonadblock {
	display: none;
}

.homepage_extra_btn_wrapper {
	position: relative;
	float: right;
	margin-left: 3px;
	height: 22px;
	margin-top: 0;
}

@media (min-width: 768px) {
	.homepage_extra_btn_wrapper {
		margin-top: 3px;
	}
}

.homepage_extra_btn_wrapper .video_iframe_random {
	font-size: 14px;
	line-height: 24px;
	padding: 0 5px;
	cursor: pointer;
	margin: 0;
}

/* autocomplete for predictive search */
.tt-menu {
	background-color: #EDFDFF;
	border-color: #3C3C3C;
	width: 100%;
	text-align: left;
}

.tt-menu a {
	color: black !important;
	background-color: #EDFDFF !important;
	height: 22px;
	padding: 2px 10px 0 10px;
	display: block;
	width: calc(100% - 20px);
}

.tt-menu a:hover {
	background: white !important;
}

.tt-menu .tt-cursor {
	background: white !important;
}

.tt-menu .icon {
	margin-right: 8px;
	margin-bottom: 12px;
}

.tt-menu .search_type {
	font-size: 14px;
	max-width: 70px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tt-menu .search_title {
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: calc(100% - 100px);
	display: inline-block;
}

.tt-menu .tt-highlight {
	font-weight: bold;
}

.mobile_search .twitter-typeahead {
	width: 100%;
}

mark {
	font-weight: bold;
	color: black;
	background-color: transparent;
}

@media (min-width: 992px) {
	.no_sidebar .main_wrapper {
		margin-left: 10px;
	}
}

.locked_by_modal {
	overflow: hidden;
}

.locked_by_modal .scroll_top_btn,
.locked_by_modal .footer_partner_container_wrapper {
	display: none !important;
}

.single_line {
	white-space: nowrap;
}

/* footer advertising */
.footer_partner_container_wrapper {
	position: fixed;
	width: 100%;
	max-width: 480px;
	height: 80px;
	bottom: 0;
	z-index: 4;
}

@media (min-width: 576px) {
	.footer_partner_container_wrapper {
		left: calc(50% - 240px);
	}
}

.footer_partner_container_wrapper .footer_partner_container {
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.4);
	transition: 400ms;
	opacity: 0;
	position: relative;
	bottom: -87px;
	width: calc(100% - 10px);
	margin: auto;
	text-align: center;
	z-index: 4;
	overflow: hidden;
	padding: 5px;
	border-radius: 2px;
	color: black;
	background-color: #EDFDFF;
}

.footer_partner_container_wrapper .fading {
	transition: 400ms;
	opacity: 1;
	bottom: 0;
}

.footer_partner_container_wrapper .box_container {
	position: relative;
	display: table;
	width: calc(100% - 10px);
	padding: 0 5px;
}

.footer_partner_container_wrapper .box_container .close_button {
	position: absolute;
	right: 0;
	top: -5px;
	cursor: pointer;
}

.jstemp_specific_disabled {
	cursor: wait !important;
}

.obfs {
	cursor: pointer;
}

.post_placeholder {
	background-image: url("/assets/default/img/video_placeholder.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.register_button_container {
	margin: auto;
	text-align: center;
	padding-top: 50px;
}

.register_button_container .register_button {
	text-decoration: none;
	padding: 10px;
	color: black !important;
}

.trix_partner_container {
	text-align: center;
	height: 100px;
	margin-top: 5px;
}

@media (min-width: 768px) {
	.trix_partner_container {
		height: 90px;
	}
}

/* ENDFILE */
/****************************
	_dropdown_menus.scss
****************************/
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.dropdown_menu {
	display: none;
	position: fixed;
	top: 140px;
	right: 10px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.24);
	z-index: 3;
	background-color: black;
	color: black;
	padding: 5px;
	min-width: 130px;
	text-align: left;
}

@media (min-width: 576px) {
	.dropdown_menu {
		right: 90px;
	}
}

@media (min-width: 768px) {
	.dropdown_menu {
		right: 70px;
		top: 110px;
	}
}

.dropdown_menu.title_main_categories_menu, .dropdown_menu.filter_menu {
	position: absolute;
	top: 25px;
	right: 0;
}

.open > .dropdown_menu {
	display: inline-block !important;
}

.dropdown_menu label {
	display: block;
	font-weight: normal;
	line-height: 34px;
	padding-left: 5px;
	margin: 0;
	position: relative;
}

.dropdown_menu label input {
	position: absolute;
	top: 2px;
	left: 0;
}

/* ENDFILE */
/****************************
	_header.scss
****************************/
.static_search {
	position: fixed;
	bottom: 0;
	display: none;
	height: 40px;
	width: 100%;
	z-index: 3;
}

@media (min-width: 576px) {
	.static_search {
		position: absolute;
		top: 90px;
		right: 0;
		width: 270px;
		height: 50px;
	}
}

@media (min-width: 992px) {
	.static_search {
		position: fixed;
		display: block !important;
		z-index: 5;
		top: 86px;
		right: 15px;
		width: auto;
	}
}

@media (min-width: 1400px) {
	.static_search {
		right: initial;
		left: calc(50% + 420px);
	}
}

.static_search form.search {
	background-color: #1749C6;
	display: flex;
	padding: 5px 0;
}

@media (min-width: 576px) {
	.static_search form.search {
		padding: 15px 0 10px 0;
	}
}

@media (min-width: 992px) {
	.static_search form.search {
		padding: 0;
	}
}

@media (min-width: 1400px) {
	.static_search form.search {
		width: 270px;
	}
}

.static_search .back_search_btn {
	margin-right: 15px;
}

@media (min-width: 576px) {
	.static_search .back_search_btn {
		display: none;
	}
}

.static_search input.search_text {
	height: 30px;
	border: none;
	min-width: 65%;
	background-color: white;
	width: calc(100% - 90px);
}

@media (min-width: 576px) {
	.static_search input.search_text {
		width: 90%;
		margin: auto;
	}
}

.static_search button.search_btn {
	cursor: pointer;
	border: none;
	width: 30px;
	height: 30px;
	background-color: transparent;
}

@media (min-width: 576px) {
	.static_search button.search_btn {
		display: none;
	}
}

@media (min-width: 992px) {
	.static_search button.search_btn {
		display: block;
	}
}

.header_wrapper {
	position: sticky;
	top: 0;
	height: 50px;
	z-index: 5;
	background-image: url(../../reference/img/header_gradient_bg.png);
	border-color: #2F2D2C;
	background-size: contain;
	margin-bottom: 25px;
}

@media (min-width: 992px) {
	.header_wrapper {
		height: 80px;
	}
}

.header_wrapper .header_inner_wrapper {
	max-width: calc(1400px - 20px);
	height: 100%;
	position: relative;
	margin: auto;
}

@media (min-width: 576px) {
	.header_wrapper .header_inner_wrapper {
		background-image: url(../../reference/img/header_bg.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
}

.header_wrapper .navbar_wrapper {
	display: block;
	min-width: 50%;
	width: 100%;
	height: 100%;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

.header_wrapper .navbar_wrapper .navbar_item {
	position: relative;
	display: inline-block;
}

.header_wrapper .navbar_wrapper .navbar_item .navbar_signed_user {
	margin-right: 0;
}

.header_wrapper .navbar_wrapper .navbar_signed_user_bg {
	position: absolute;
	width: 60px;
	height: 100%;
	z-index: 0;
	background-color: white;
}

@media (min-width: 768px) {
	.header_wrapper .navbar_wrapper .navbar_menu_btn_wrapper {
		display: none;
	}
}

.header_wrapper .navbar_wrapper .mobile_notification_wrapper,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper {
	width: 200px;
	display: none;
	position: absolute;
	top: 49px;
	right: 10px;
	z-index: 4;
}

.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_connexion,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_connexion {
	display: none;
}

.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_main,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_main {
	display: inline-block;
}

.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_close_btn,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_close_btn {
	position: absolute;
	top: -49px;
	right: -10px;
}

.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_main,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_inscription,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_connexion,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_main,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_inscription,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_connexion {
	width: calc(100% - 40px);
	position: absolute;
	top: 42px;
	right: -10px;
	z-index: 0;
	padding: 10px 20px;
	border: none;
	border-radius: 2px;
	color: #1749C6;
	background-color: white;
	box-shadow: 0px 6px 6px #00000026;
}

@media (min-width: 992px) {
	.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_main,
	.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_inscription,
	.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_connexion,
	.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_main,
	.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_inscription,
	.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_connexion {
		top: 71px;
	}
}

.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_main a,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_inscription a,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_connexion a,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_main a,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_inscription a,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_connexion a {
	color: black;
}

.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_main .top_bar_menu_buttons,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_inscription .top_bar_menu_buttons,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_connexion .top_bar_menu_buttons,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_main .top_bar_menu_buttons,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_inscription .top_bar_menu_buttons,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_connexion .top_bar_menu_buttons {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-right: -10px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: black;
}

.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_main .top_bar_menu_buttons button,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_inscription .top_bar_menu_buttons button,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_connexion .top_bar_menu_buttons button,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_main .top_bar_menu_buttons button,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_inscription .top_bar_menu_buttons button,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_connexion .top_bar_menu_buttons button {
	display: inline-block;
	width: 105px;
	margin-right: 10px;
}

.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_main .last_bar_menu_item,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_inscription .last_bar_menu_item,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_connexion .last_bar_menu_item,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_main .last_bar_menu_item,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_inscription .last_bar_menu_item,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_connexion .last_bar_menu_item {
	border: none;
}

.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_main .top_bar_menu_item,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_inscription .top_bar_menu_item,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_connexion .top_bar_menu_item,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_main .top_bar_menu_item,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_inscription .top_bar_menu_item,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_connexion .top_bar_menu_item {
	display: block;
	line-height: 34px;
	cursor: pointer;
	text-align: left;
}

.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_main .top_bar_menu_item .menu_line_container,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_inscription .top_bar_menu_item .menu_line_container,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_connexion .top_bar_menu_item .menu_line_container,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_main .top_bar_menu_item .menu_line_container,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_inscription .top_bar_menu_item .menu_line_container,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_connexion .top_bar_menu_item .menu_line_container {
	line-height: 34px;
}

.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_main .top_bar_menu_item .menu_line_container,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_main .top_bar_menu_item a,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_main .top_bar_menu_item .obfs,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_main .top_bar_menu_item .page_theme_menu_item,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_inscription .top_bar_menu_item .menu_line_container,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_inscription .top_bar_menu_item a,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_inscription .top_bar_menu_item .obfs,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_inscription .top_bar_menu_item .page_theme_menu_item,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_connexion .top_bar_menu_item .menu_line_container,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_connexion .top_bar_menu_item a,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_connexion .top_bar_menu_item .obfs,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_connexion .top_bar_menu_item .page_theme_menu_item,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_main .top_bar_menu_item .menu_line_container,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_main .top_bar_menu_item a,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_main .top_bar_menu_item .obfs,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_main .top_bar_menu_item .page_theme_menu_item,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_inscription .top_bar_menu_item .menu_line_container,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_inscription .top_bar_menu_item a,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_inscription .top_bar_menu_item .obfs,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_inscription .top_bar_menu_item .page_theme_menu_item,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_connexion .top_bar_menu_item .menu_line_container,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_connexion .top_bar_menu_item a,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_connexion .top_bar_menu_item .obfs,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_connexion .top_bar_menu_item .page_theme_menu_item {
	display: block;
	width: 100%;
	position: relative;
	color: hamburguer_text_color;
	font-size: 14px;
}

.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_main .top_bar_menu_item .menu_line_container:hover,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_main .top_bar_menu_item a:hover,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_main .top_bar_menu_item .obfs:hover,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_main .top_bar_menu_item .page_theme_menu_item:hover,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_inscription .top_bar_menu_item .menu_line_container:hover,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_inscription .top_bar_menu_item a:hover,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_inscription .top_bar_menu_item .obfs:hover,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_inscription .top_bar_menu_item .page_theme_menu_item:hover,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_connexion .top_bar_menu_item .menu_line_container:hover,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_connexion .top_bar_menu_item a:hover,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_connexion .top_bar_menu_item .obfs:hover,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_connexion .top_bar_menu_item .page_theme_menu_item:hover,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_main .top_bar_menu_item .menu_line_container:hover,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_main .top_bar_menu_item a:hover,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_main .top_bar_menu_item .obfs:hover,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_main .top_bar_menu_item .page_theme_menu_item:hover,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_inscription .top_bar_menu_item .menu_line_container:hover,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_inscription .top_bar_menu_item a:hover,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_inscription .top_bar_menu_item .obfs:hover,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_inscription .top_bar_menu_item .page_theme_menu_item:hover,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_connexion .top_bar_menu_item .menu_line_container:hover,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_connexion .top_bar_menu_item a:hover,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_connexion .top_bar_menu_item .obfs:hover,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_connexion .top_bar_menu_item .page_theme_menu_item:hover {
	color: #1749C6 !important;
	text-decoration: underline;
}

.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_main .top_bar_menu_item i,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_inscription .top_bar_menu_item i,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_connexion .top_bar_menu_item i,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_main .top_bar_menu_item i,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_inscription .top_bar_menu_item i,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_connexion .top_bar_menu_item i {
	margin-right: 10px;
}

.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_main .top_bar_menu_item .alternative,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_inscription .top_bar_menu_item .alternative,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_connexion .top_bar_menu_item .alternative,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_main .top_bar_menu_item .alternative,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_inscription .top_bar_menu_item .alternative,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_connexion .top_bar_menu_item .alternative {
	color: black;
}

.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_main .top_bar_menu_item .alternative:hover,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_inscription .top_bar_menu_item .alternative:hover,
.header_wrapper .navbar_wrapper .mobile_notification_wrapper .top_bar_menu_connexion .top_bar_menu_item .alternative:hover,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_main .top_bar_menu_item .alternative:hover,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_inscription .top_bar_menu_item .alternative:hover,
.header_wrapper .navbar_wrapper .top_bar_menu_wrapper .top_bar_menu_connexion .top_bar_menu_item .alternative:hover {
	color: #1749C6 !important;
}

.header_wrapper .navbar_wrapper .navbar_search_wrapper {
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	display: inline-block;
	width: 275px;
	height: 30px;
	padding: 0;
	margin: 0 auto;
	z-index: 3;
}

@media (min-width: 992px) {
	.header_wrapper .navbar_wrapper .navbar_search_wrapper {
		width: 400px;
	}
}

.header_wrapper .navbar_wrapper .navbar_search_wrapper .search_wrapper,
.header_wrapper .navbar_wrapper .navbar_search_wrapper input.search_text,
.header_wrapper .navbar_wrapper .navbar_search_wrapper button.search_btn {
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	height: 30px;
	border: none;
	background-color: black;
}

.header_wrapper .navbar_wrapper .navbar_search_wrapper .search_wrapper {
	right: 30px;
	z-index: 3;
	border-style: solid;
	border-width: 0 1px 0 0;
	border-radius: 0;
	border-color: black;
}

.header_wrapper .navbar_wrapper .navbar_search_wrapper .search_wrapper button {
	border: none;
	height: 30px;
	background-color: black;
	z-index: 2;
}

.header_wrapper .navbar_wrapper .navbar_search_wrapper .search_wrapper div.dropdown_menu {
	position: absolute;
	top: 32px;
	right: 0;
	min-width: 180px;
	color: black;
	background-color: black;
	z-index: 2;
}

.header_wrapper .navbar_wrapper .navbar_search_wrapper .search_wrapper div.dropdown_menu .icon_radio {
	color: black;
	background-color: white;
	z-index: 2;
}

.header_wrapper .navbar_wrapper .navbar_search_wrapper .search_wrapper div.dropdown_menu .icon_radio:after {
	background-color: black;
}

.header_wrapper .navbar_wrapper .navbar_search_wrapper button.search_btn {
	z-index: 2;
	cursor: pointer;
	right: 0;
	width: 30px;
}

.header_wrapper.expand {
	height: 91px;
}

.header_wrapper.expand .mobile_search {
	max-height: 999px;
}

.sub_header_box {
	position: sticky;
	top: 35px;
	height: 15px;
	z-index: 2;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.sub_header_wrapper {
	position: relative;
}

.logo_wrapper {
	position: relative;
	z-index: 3;
	display: inline-block;
	top: 5px;
	left: 10px;
	height: 40px;
	width: 139px;
	overflow: hidden;
}

@media (min-width: 992px) {
	.logo_wrapper {
		height: 70px;
		width: 243px;
	}
}

/* ENDFILE */
/****************************
	_sidebar.scss
	(v2 is related with search page)
****************************/
.sidebar_wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	float: left;
	display: none;
	width: 200px;
	z-index: 4;
}

@media (min-width: 992px) {
	.sidebar_wrapper {
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		display: block !important;
		z-index: 1;
	}
}

.sidebar_wrapper .inner-wrapper-sticky {
	width: 210px !important;
}

.sidebar_wrapper .side_bar_container {
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
	box-shadow: 0px 0px 10px #456DD140;
}

@media (min-width: 992px) {
	.sidebar_wrapper .side_bar_container {
		margin-top: 10px;
		margin-left: 10px;
		border-radius: 6px;
	}
}

.sidebar_wrapper .side_bar_container .side_bar_logo_container {
	width: 210px;
	height: 45px;
	margin-left: -10px;
}

@media (min-width: 992px) {
	.sidebar_wrapper .side_bar_container .side_bar_logo_container {
		height: 80px;
	}
}

.sidebar_wrapper .side_bar_container .js_sidebar_webcams {
	min-height: 375px;
}

.sidebar_wrapper .sidebar_section_wrapper .sidebar_section_title,
.sidebar_wrapper .sidebar_section_wrapper .sidebar_subsection_history .sidebar_section_subtitle,
.sidebar_wrapper .sidebar_section_wrapper .sidebar_subsection_favourites .sidebar_section_subtitle,
.sidebar_wrapper .sidebar_section_wrapper .sidebar_subsection_main_categories .sidebar_section_subtitle {
	position: relative;
	padding-top: 15px;
	padding-bottom: 5px;
}

.sidebar_wrapper .sidebar_section_wrapper .sidebar_section_title h2, .sidebar_wrapper .sidebar_section_wrapper .sidebar_section_title .h2_class,
.sidebar_wrapper .sidebar_section_wrapper .sidebar_subsection_history .sidebar_section_subtitle h2,
.sidebar_wrapper .sidebar_section_wrapper .sidebar_subsection_history .sidebar_section_subtitle .h2_class,
.sidebar_wrapper .sidebar_section_wrapper .sidebar_subsection_favourites .sidebar_section_subtitle h2,
.sidebar_wrapper .sidebar_section_wrapper .sidebar_subsection_favourites .sidebar_section_subtitle .h2_class,
.sidebar_wrapper .sidebar_section_wrapper .sidebar_subsection_main_categories .sidebar_section_subtitle h2,
.sidebar_wrapper .sidebar_section_wrapper .sidebar_subsection_main_categories .sidebar_section_subtitle .h2_class {
	display: inline-block;
	font-size: 18px;
	color: #1749C6;
}

.sidebar_wrapper .sidebar_section_wrapper .sidebar_history_button {
	padding-top: 15px;
}

.sidebar_wrapper .sidebar_section_wrapper .sidebar_section_content {
	position: relative;
	font-size: 16px;
}

.sidebar_wrapper .sidebar_section_wrapper .sidebar_section_content .sidebar_section_container {
	margin-left: -5px;
}

.sidebar_wrapper .sidebar_section_wrapper .sidebar_section_content a {
	display: block;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: black;
}

.sidebar_wrapper .sidebar_section_wrapper .sidebar_section_content a:hover {
	border-color: white;
	color: white;
}

.sidebar_wrapper .sidebar_section_wrapper .sidebar_section_content span.obfs, .sidebar_wrapper .sidebar_section_wrapper .sidebar_section_content span.obfs_delayed {
	display: block;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: black;
	cursor: pointer;
}

.sidebar_wrapper .sidebar_section_wrapper .sidebar_section_content span.obfs:hover, .sidebar_wrapper .sidebar_section_wrapper .sidebar_section_content span.obfs_delayed:hover {
	border-color: white;
	color: white;
}

.sidebar_wrapper .sidebar_section_wrapper .sidebar_section_content .sidebar_bundle_category {
	border: 1px solid #3C3C3C;
	border-radius: 5px;
	padding: 2px 10px;
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 5px;
}

.sidebar_wrapper .social_container {
	padding: 10px 0px;
}

.sidebar_wrapper .sidebar_social_share {
	display: inline-block;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	height: 22px;
}

.sidebar_wrapper .sidebar_social_share span.obfs {
	display: inline-block;
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
	border-radius: 2px;
	text-align: left;
	font-size: 14px;
	color: white;
}

.sidebar_wrapper .sidebar_social_share span.obfs i {
	position: relative;
	top: -1px;
	margin-right: 5px;
}

.sidebar_wrapper .sidebar_social_share span.obfs.twitter_btn {
	background-color: #1DA1F2;
}

.sidebar_wrapper .sidebar_social_share span.obfs.facebook_btn {
	background-color: #4267B2;
}

.sidebar_wrapper .sidebar_social_share span.obfs.onlyfans_btn {
	background-color: #00aff0;
}

.sidebar_wrapper .sidebar_subsection_main_categories .sidebar_category_list_wrapper {
	overflow: auto;
	height: 1150px;
}

.sidebar_wrapper .sidebar_subsection_main_categories ::-webkit-scrollbar {
	width: 7px;
	-webkit-appearance: none;
}

.sidebar_wrapper .sidebar_subsection_main_categories ::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.sidebar_wrapper .sidebar_subsection_main_categories .simplebar-wrapper .sidebar_section_item {
	padding-left: 5px;
}

.sidebar_wrapper .sidebar_subsection_main_categories .simplebar-scrollbar:before {
	background-color: #456DD1;
	opacity: 0.5;
}

.sidebar_wrapper .sidebar_subsection_main_categories .simplebar-visible:before {
	background-color: #456DD1;
	opacity: 1 !important;
}

.sidebar_wrapper .sidebar_subsection_main_categories .simplebar-horizontal {
	display: none;
}

.sidebar_wrapper .sidebar_section_item {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	position: relative;
	padding: 3px 0;
	margin-right: 5px;
	border-radius: 3px;
	color: black !important;
	padding-left: 5px;
	background-image: linear-gradient(#1749C6, #1749C6);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition: background-size .25s ease-out, padding .25s ease-out, background-color 0.25s ease-out, color 0s;
}

.sidebar_wrapper .sidebar_section_item img {
	max-width: 320px;
}

.sidebar_wrapper .sidebar_section_item:hover {
	width: 150px;
	padding-left: 10px;
	background-color: #1749C6;
	background-size: 100% 100%;
	color: white !important;
}

/* related with simplebar */
.sidebar_category_list_wrapper {
	margin-left: -5px;
}

/*********************************/
/*****    site notice css	 *****/
/*********************************/
.site_notice {
	text-align: center;
	background-color: white;
	color: white;
	padding: 5px 5px 10px 5px;
	border-radius: 5px;
	margin: 5px 0 15px 0;
}

.site_notice .site_notice_title {
	font-weight: bold;
	margin-bottom: 5px;
}

.site_notice a {
	color: inherit;
	background-color: inherit;
}

.site_notice a:hover,
.site_notice a:focus {
	font-weight: bold;
	text-decoration: underline;
	color: inherit;
}

.site_notice .site_notice_close {
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
}

.site_notice .site_notice_close i {
	margin-right: 5px;
}

.sidebar_wrapper .sidebar_history_wrapper .sidebar_section_title {
	margin-top: 2px;
}

.content_wrapper_page_post_page .sidebar_category_list_wrapper {
	height: 960px !important;
}

/* ENDFILE */
/****************************
	_navbar.scss
****************************/
/* main menu */
.navbar_menu_wrapper {
	display: block;
	position: relative;
	height: 40px;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	border-style: solid;
	border-width: 0;
	border-color: #1749C6;
	background-color: #1749C6;
}

.navbar_menu_wrapper .main_menu {
	position: relative;
	text-align: center;
	display: flex;
	margin: 0;
	padding: 0;
	height: 40px;
	overflow: hidden;
}

@media (min-width: 768px) {
	.navbar_menu_wrapper .main_menu {
		padding-right: 30px;
	}
}

@media (min-width: 992px) {
	.navbar_menu_wrapper .main_menu {
		margin: auto;
		padding-right: 0;
		max-width: 1400px;
	}
}

.navbar_menu_wrapper .main_menu .main_menu_item {
	position: relative;
	height: 40px;
	line-height: 40px;
	float: left;
	overflow: hidden;
	cursor: pointer;
	padding: 0 10px;
	display: block;
	text-transform: uppercase;
	background-image: linear-gradient(#ffffff, #ffffff);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition: background-size .25s ease-out;
}

@media (min-width: 768px) {
	.navbar_menu_wrapper .main_menu .main_menu_item {
		display: block;
	}
}

.navbar_menu_wrapper .main_menu .main_menu_item:hover, .navbar_menu_wrapper .main_menu .main_menu_item:focus {
	background-size: 100% 100%;
}

.navbar_menu_wrapper .main_menu .main_menu_item:hover .main_menu_txt, .navbar_menu_wrapper .main_menu .main_menu_item:focus .main_menu_txt {
	color: #1749c6;
}

.navbar_menu_wrapper .main_menu .main_menu_item .custom-icon_12_webcam_anim {
	margin-right: 2px;
	margin-top: -2px;
}

.navbar_menu_wrapper .main_menu .main_menu_item.dynamic_menu_item_snap span {
	position: initial;
}

.navbar_menu_wrapper .main_menu .main_menu_item.dynamic_menu_item_snap span .icon {
	margin-right: 6px;
}

.navbar_menu_wrapper .main_menu .main_menu_item.dynamic_menu_item_snap span .chat_counter {
	position: absolute;
	top: 5px;
	left: 18px;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	display: inline-block;
	padding: 2px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	color: white;
	background-color: #c80000;
}

.navbar_menu_wrapper .main_menu .main_menu_item .main_menu_txt {
	color: white;
	text-transform: uppercase;
}

.navbar_menu_wrapper .main_menu .main_menu_item_alt:hover .icon, .navbar_menu_wrapper .main_menu .main_menu_item_alt:focus .icon {
	display: none;
}

.navbar_menu_wrapper .main_menu .main_menu_item_alt:hover .icon.active, .navbar_menu_wrapper .main_menu .main_menu_item_alt:focus .icon.active {
	display: block !important;
}

.navbar_menu_wrapper .main_menu .main_menu_item_alt .main_menu_txt {
	padding-left: 20px;
}

.navbar_menu_wrapper .main_menu .main_menu_item_alt .icon {
	position: absolute;
	top: 12px;
}

.navbar_menu_wrapper .main_menu .main_menu_item_alt .icon.active {
	display: none;
}

.navbar_menu_wrapper .main_menu .slide_menu_button {
	background-image: initial;
}

.navbar_menu_wrapper .main_menu .search_button {
	color: initial;
	background-color: initial;
	border: initial;
	height: 30px;
	padding-top: 7px;
	padding-left: 8px;
}

@media (min-width: 576px) {
	.navbar_menu_wrapper .main_menu .search_button {
		position: absolute;
		right: 0;
	}
}

@media (min-width: 992px) {
	.navbar_menu_wrapper .main_menu .search_button {
		display: none;
	}
}

.navbar_bottom_wrapper {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 2;
	box-shadow: 0 0 6px #00000073;
}

@media (min-width: 576px) {
	.navbar_bottom_wrapper {
		display: none;
	}
}

.navbar_bottom_wrapper .navbar_menu_wrapper {
	top: 0;
	border: none;
}

.navbar_bottom_wrapper .navbar_menu_wrapper .main_menu {
	top: 0;
	display: block;
}

.navbar_bottom_wrapper .navbar_menu_wrapper .main_menu .main_menu_item {
	width: 18%;
	display: block;
}

.navbar_bottom_wrapper .navbar_menu_wrapper .main_menu .main_menu_item.top_videos_item {
	width: 25%;
}

.navbar_bottom_wrapper .navbar_menu_wrapper .main_menu .main_menu_item:after {
	display: none;
}

.navbar_bottom_wrapper .navbar_menu_wrapper .main_menu .main_menu_item.dynamic_menu_item_snap {
	width: 100px;
}

/* ENDFILE */
/****************************
	_user_log_reg.scss
****************************/
@media (min-width: 992px) {
	.content_wrapper_page_login .sidebar_wrapper,
	.content_wrapper_page_signup .sidebar_wrapper {
		display: none !important;
	}
}

.content_wrapper_page_login .main_wrapper,
.content_wrapper_page_signup .main_wrapper {
	margin: auto;
}

.login_register_wrapper {
	max-width: 800px;
	font-size: 14px;
	margin: 10px auto 0 auto;
	background-color: white;
	border-radius: 6px;
	padding: 5px 10px;
	box-shadow: 0px 0px 10px #456DD140;
}

.login_register_wrapper .auth_form_item {
	display: grid;
}

.login_register_wrapper .button_container {
	margin: 10px 0 15px 0;
	display: block;
	text-align: center;
}

.login_register_wrapper label.error,
.login_register_wrapper .error_msg_container {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #EB0000;
	text-align: center;
	width: 360px;
	margin: 5px auto 0 auto;
}

.login_register_wrapper label.error.success,
.login_register_wrapper .error_msg_container.success {
	background-color: #59A72F;
	color: white;
	padding: 5px 0;
	border-radius: 5px;
}

.login_register_wrapper label.error.error,
.login_register_wrapper .error_msg_container.error {
	background-color: #EB0000;
	color: white;
	padding: 5px 0;
	border-radius: 5px;
}

.login_register_wrapper .terms_conditions,
.login_register_wrapper .create_account_tip {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	margin: 10px 0 15px 0;
	text-align: center;
	display: flex;
}

.login_register_wrapper .terms_conditions a,
.login_register_wrapper .terms_conditions .obfs,
.login_register_wrapper .create_account_tip a,
.login_register_wrapper .create_account_tip .obfs {
	color: #1749C6;
	display: contents;
}

.login_register_wrapper .terms_conditions a:hover,
.login_register_wrapper .terms_conditions .obfs:hover,
.login_register_wrapper .create_account_tip a:hover,
.login_register_wrapper .create_account_tip .obfs:hover {
	text-decoration: underline;
}

.signup_wrapper .auth_form_item-msg {
	text-align: center;
}

.signup_wrapper .auth_form_item-msg.success {
	background-color: #59A72F;
	color: white;
	padding: 5px 0;
	border-radius: 5px;
}

.signup_wrapper .auth_form_item-msg.error {
	background-color: #EB0000;
	color: white;
	padding: 5px 0;
	border-radius: 5px;
}

.recover_login_wrapper {
	position: absolute;
	text-align: center;
	z-index: 4;
	width: 100%;
}

.recover_login_wrapper .recover_login_inside_wrapper {
	width: 340px;
	margin: auto;
	background: white;
	padding: 10px;
}

.recover_login_wrapper .recover_login_inside_wrapper .auth_form_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.recover_login_wrapper .recover_login_inside_wrapper .auth_recover_form_item {
	display: grid;
	font-size: 12px;
	margin-bottom: 10px;
}

.recover_login_wrapper .recover_login_inside_wrapper .auth_recover_form_submit {
	margin-top: 5px;
}

/* ENDFILE */
/****************************
	_load_more.scss
****************************/
.load_more_wrapper {
	display: block;
	margin-top: 5px;
	position: relative;
}

@media (min-width: 576px) {
	.load_more_wrapper {
		margin-right: 5px;
		margin-left: 5px;
	}
}

@media (min-width: 768px) {
	.load_more_wrapper {
		margin-right: 10px;
		margin-left: 10px;
	}
}

@media (min-width: 992px) {
	.load_more_wrapper {
		margin-right: 0;
		margin-left: 0;
	}
}

.load_more_wrapper .load_more_btn {
	text-align: center;
	position: relative;
	cursor: pointer;
}

.load_more_wrapper .load_more_btn .load_more_text {
	display: inline-block;
	margin-top: 10px;
	padding: 4px 50px;
	border: 1px solid black;
	background-color: white;
	color: black;
}

.load_more_wrapper .load_more_btn.invisible {
	display: none;
}

.load_more_wrapper.use_load_more.havemore:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: inline-block;
	height: 50%;
	z-index: 0;
	border-bottom: 1px solid  black;
}

/* ENDFILE */
/****************************
	_content_section_title.scss
****************************/
/* overall rules */
.content_section_title {
	position: relative;
	width: 100%;
}

@media (min-width: 576px) {
	.content_section_title {
		width: auto;
	}
}

.content_section_title .title_wrapper {
	position: relative;
	display: block;
}

.content_section_title .title_wrapper .title_text {
	position: relative;
	display: block;
	width: 100%;
	float: left;
}

.content_section_title .title_wrapper .title_text h1, .content_section_title .title_wrapper .title_text h2, .content_section_title .title_wrapper .title_text .h2_class {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin: 6px 0;
	color: #1749C6;
}

.content_section_title div .dropdown_menu {
	display: none;
	color: black;
}

.content_section_title .title_conditional_main_categories_wrapper_360px {
	display: none;
}

.content_section_title .title_main_categories_wrapper,
.content_section_title .conditional_main_category,
.content_section_title .random_video_btn_wrapper {
	position: relative;
	float: right;
	margin-left: 3px;
	height: 22px;
}

.content_section_title .title_main_categories_wrapper .dropdown_menu,
.content_section_title .conditional_main_category .dropdown_menu,
.content_section_title .random_video_btn_wrapper .dropdown_menu {
	background-color: #EDFDFF;
	color: black;
}

@media (min-width: 768px) {
	.content_section_title .title_main_categories_wrapper button,
	.content_section_title .conditional_main_category button,
	.content_section_title .random_video_btn_wrapper button {
		display: inline-block;
	}
	.content_section_title .title_main_categories_wrapper button i,
	.content_section_title .conditional_main_category button i,
	.content_section_title .random_video_btn_wrapper button i {
		position: absolute;
		top: 3px;
		bottom: 0;
		left: 6px;
	}
	.content_section_title .title_main_categories_wrapper button span,
	.content_section_title .conditional_main_category button span,
	.content_section_title .random_video_btn_wrapper button span {
		margin-left: 20px;
		font-size: 14px;
		line-height: 24px;
	}
}

.content_section_category_videos .title_wrapper .filters_wrapper,
.content_section_all_videos .title_wrapper .filters_wrapper,
.content_section_multifilter_videos .title_wrapper .filters_wrapper,
.content_section_top_rated_videos .title_wrapper .filters_wrapper,
.content_section_most_popular_videos .title_wrapper .filters_wrapper {
	width: 100%;
}

.top_pornstars_wrapper .title_wrapper {
	border: none;
	position: relative;
	/* specific trix network */
}

.top_pornstars_wrapper .title_wrapper .title_text {
	width: 100%;
}

@media (min-width: 768px) {
	.top_pornstars_wrapper .title_wrapper .title_text {
		width: auto;
	}
}

.top_pornstars_wrapper .title_wrapper .filters_wrapper {
	width: 100%;
}

.top_pornstars_wrapper .title_wrapper .title_filter_country,
.top_pornstars_wrapper .title_wrapper .title_filter_by_starting_letter {
	display: none !important;
}

.content_section_pornstar_related_videos {
	min-height: 200px;
}

.content_section_pornstar_related_videos .title_wrapper .title_text .h2_class {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin: 5px 0;
}

.content_section_pornstar_related_videos .filters_wrapper {
	display: none;
}

/* ENDFILE */
/****************************
	_content_post_page.scss
****************************/
@media (min-width: 992px) {
	.content_post_page {
		margin-top: 5px !important;
	}
}

.content_post_page .video_wrapper .video_iframe_container {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.content_post_page .video_wrapper .video_iframe_container > iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.content_section_footer {
	display: block;
}

@media (min-width: 576px) {
	.content_section_footer {
		margin: 0;
	}
}

.content_section_footer .video_footer_text {
	margin: 0 5px;
}

/* ENDFILE */
/****************************
	_filters.scss
****************************/
.filters_wrapper {
	text-align: center;
}

@media (min-width: 768px) {
	.filters_wrapper {
		line-height: initial !important;
	}
}

.filters_wrapper .title_filter_country {
	width: 58px;
}

.filters_wrapper .title_filter_country select {
	padding-left: 2px;
}

.filters_wrapper .filter_wrapper {
	position: relative;
	display: inline-block;
}

.filters_wrapper .filter_wrapper .dropdown_btn {
	width: 100px;
}

@media (min-width: 576px) {
	.filters_wrapper .filter_wrapper .dropdown_btn {
		width: 160px;
	}
}

.filters_wrapper .filter_wrapper.filter_by_category {
	position: relative;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	width: 100%;
}

.filters_wrapper .filter_wrapper.filter_by_category select {
	width: 100%;
}

.filters_wrapper .filter_wrapper.filter_by_category span.dropdown_caret {
	position: absolute;
	top: 2px;
	right: 5px;
	height: 20px;
	background-color: #EDFDFF;
}

.filters_wrapper .filter_wrapper.filter_by_category span.dropdown_caret:before {
	vertical-align: 1px;
}

.filters_wrapper .filter_wrapper:first-child {
	margin-left: 0;
}

.filters_wrapper .filter_wrapper .filter_menu {
	right: auto;
	left: 5px;
	color: black;
	background-color: white;
}

@media (min-width: 576px) {
	.filters_wrapper .filter_wrapper .filter_menu {
		left: 85px;
	}
}

@media (min-width: 768px) {
	.filters_wrapper .filter_wrapper .filter_menu {
		left: auto;
		right: 300px;
	}
}

.filters_wrapper .filter_wrapper .filter_menu .filter_menu_text {
	text-align: center;
	border-bottom: 1px solid #1749C6;
	padding-bottom: 5px;
}

.filters_wrapper .filter_wrapper.filter_quality_wrapper .filter_menu,
.filters_wrapper .filter_wrapper.filter_duration_wrapper .filter_menu {
	left: auto;
	right: 0;
}

.content_section_title .title_wrapper .filters_wrapper {
	float: right;
}

.content_section_title .title_wrapper .filters_wrapper .filter_wrapper {
	margin-right: 5px;
	display: inline-block;
}

.content_section_title .title_wrapper .filters_wrapper .filter_wrapper.title_filter_by_starting_letter, .content_section_title .title_wrapper .filters_wrapper .filter_wrapper.title_filter_country {
	max-width: 100px;
}

.content_section_title .title_wrapper .filters_wrapper .filter_wrapper.title_filter_by_starting_letter select, .content_section_title .title_wrapper .filters_wrapper .filter_wrapper.title_filter_country select {
	width: 100%;
}

.content_section_title .title_wrapper .filters_wrapper .filter_wrapper.title_filter_by_starting_letter .dropdown_caret, .content_section_title .title_wrapper .filters_wrapper .filter_wrapper.title_filter_country .dropdown_caret {
	position: absolute;
	top: 8px;
	right: 5px;
	height: 10px;
	background-color: white;
}

.content_section_title .title_wrapper .filters_wrapper .filter_wrapper.title_filter_by_starting_letter .dropdown_caret:before, .content_section_title .title_wrapper .filters_wrapper .filter_wrapper.title_filter_country .dropdown_caret:before {
	vertical-align: 9px;
	border-top-color: #1749C6;
}

.content_section_title .title_wrapper .filters_wrapper .filter_wrapper .filter_title {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	float: left;
}

.content_section_title .title_wrapper .filters_wrapper .open span.dropdown_caret:before {
	border-top: initial;
	border-bottom: 8px solid #1749C6;
}

.content_section_title .title_wrapper .filters_wrapper .title_filter_by_starting_letter select {
	padding-right: 20px;
}

.classic_category_filter .filter_category_selects {
	display: block;
	height: 28px;
	max-width: 380px;
	margin: auto;
}

.classic_category_filter .filter_category_selects .filter_category_select_wrapper {
	position: relative;
	display: inline-block;
	width: 33.3%;
	height: 100%;
}

.classic_category_filter .filter_category_selects .filter_category_select_wrapper span.spacer {
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	left: 5px;
	display: inline-block;
}

.classic_category_filter .filter_category_selects .filter_category_select_wrapper span.spacer select {
	width: 100%;
}

.filter_multifilter_wrapper {
	display: inline-block;
	min-height: 22px;
	width: 100%;
}

@media (min-width: 768px) {
	.filter_multifilter_wrapper {
		margin-bottom: 5px;
	}
}

.filter_multifilter_wrapper .filter_breadcrumb {
	margin-bottom: 5px;
}

@media (min-width: 576px) {
	.filter_multifilter_wrapper .filter_breadcrumb {
		width: calc(100% - 80px);
	}
}

.filter_multifilter_wrapper .filter_breadcrumb span.filter_text, .filter_multifilter_wrapper .filter_breadcrumb span.filter_slugs {
	margin: 0;
}

.filter_multifilter_wrapper .filter_breadcrumb span.filter_slugs {
	text-transform: capitalize;
	font-weight: bold;
	white-space: nowrap;
}

.filter_multifilter_wrapper .filter_breadcrumb .filter_close {
	position: relative;
	color: #EB0000;
	padding: 2px 8px 2px 2px;
	margin-left: 1px;
	bottom: 2px;
}

.filter_multifilter_wrapper .multifilter_dropdown_wrapper {
	display: inline-flex;
	width: calc(100% - 35px);
	margin-left: 5px;
}

@media (min-width: 576px) {
	.filter_multifilter_wrapper .multifilter_dropdown_wrapper {
		width: calc(100% - 115px);
	}
}

@media (min-width: 768px) {
	.filter_multifilter_wrapper .multifilter_dropdown_wrapper {
		max-width: calc(100% - 430px);
		width: 700px;
	}
}

.filter_multifilter_wrapper .multifilter_dropdown_wrapper > div {
	position: relative;
	margin-left: initial;
	margin-right: 5px;
	min-width: 50px;
	height: 28px;
}

@media (min-width: 768px) {
	.filter_multifilter_wrapper .multifilter_dropdown_wrapper > div {
		height: 22px;
	}
}

.filter_multifilter_wrapper .multifilter_dropdown_wrapper select {
	max-width: 100%;
	width: 100%;
}

.filter_multifilter_wrapper.filter_count_3 .multifilter_dropdown_wrapper > div {
	width: 33%;
}

.filter_multifilter_wrapper.filter_count_4 .multifilter_dropdown_wrapper > div {
	width: 25%;
}

/* filters for videos */
.filter_type_wrapper .dropdown_menu,
.filter_period_wrapper .dropdown_menu,
.filter_quality_wrapper .dropdown_menu,
.filter_duration_wrapper .dropdown_menu {
	top: 40px !important;
	left: 0px !important;
	position: absolute;
	min-width: 145px;
}

.filter_type_wrapper .dropdown_menu,
.filter_period_wrapper .dropdown_menu {
	right: initial;
	left: 2px !important;
	top: 40px !important;
}

/* specific for trix network */
.filter_by_multiple_filters {
	display: inline-block !important;
}

/************************************************/
/***	specific dropdown for pornstarts page ***/
/************************************************/
.top_pornstars_wrapper .dropdown_btn {
	width: 165px !important;
}

.top_pornstars_wrapper .filter_by_multiple_filters {
	display: inline-block !important;
}

.top_pornstars_wrapper .filter_by_multiple_filters .dropdown_menu {
	position: absolute;
	min-width: 325px;
	top: 30px;
	left: 0;
	background-color: #EDFDFF;
	color: black;
}

.top_pornstars_wrapper .filter_by_multiple_filters .open span.dropdown_caret:before {
	border-top: initial;
	border-bottom: 8px solid white;
}

.top_pornstars_wrapper .filter_by_multiple_filters .multiple_filter_option {
	display: block;
}

.content_section_top_videos_homepage .filters_wrapper {
	margin-top: 5px;
}

.filters_title_collapsible {
	display: none;
}

@media (min-width: 768px) {
	.filters_title_collapsible {
		display: block;
		position: absolute;
		right: 0;
		bottom: 5px;
		margin-top: 5px;
	}
}

.filters_title_collapsible.open {
	display: block;
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.filters_title_collapsible.open {
		margin-bottom: initial;
	}
}

.filters_title_collapsible .filter_wrapper {
	margin-right: 5px;
}

@media (min-width: 576px) {
	.filters_title_collapsible .filter_wrapper {
		margin-right: 10px;
	}
}

.btn_multifilter_options {
	position: absolute;
	bottom: 6px;
	right: 5px;
	margin-left: 5px;
	width: 24px;
}

@media (min-width: 576px) {
	.btn_multifilter_options {
		width: 105px;
	}
}

@media (min-width: 768px) {
	.btn_multifilter_options {
		display: none;
	}
}

.btn_multifilter_options.open {
	bottom: 28px;
}

.btn_multifilter_options i {
	margin-top: -3px;
}

.btn_multifilter_options span {
	margin-left: 5px;
}

.posts_filter_category_wrapper {
	position: relative;
}

/* filter suggestions */
.filter_suggestions_wrapper {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	padding-right: 20px;
	margin: 0 5px;
	position: relative;
}

.filter_suggestions_wrapper .filter_suggestions {
	position: relative;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (min-width: 768px) {
	.filter_suggestions_wrapper .filter_suggestions {
		-webkit-line-clamp: 1;
	}
}

.filter_suggestions_wrapper a,
.filter_suggestions_wrapper .obfs {
	display: inline-flex;
	line-height: 15px;
	padding: 2px;
	margin: 2px 0;
}

.filter_suggestions_wrapper .suggestion_label {
	position: absolute;
	bottom: 5px;
	right: 0;
	cursor: pointer;
}

.filter_suggestions_wrapper .suggestion_input_1 {
	opacity: 0;
	position: absolute;
	pointer-events: none;
}

.filter_suggestions_wrapper .suggestion_lines_initial {
	-webkit-line-clamp: 2;
	display: -webkit-box;
}

@media (min-width: 768px) {
	.filter_suggestions_wrapper .suggestion_lines_initial {
		-webkit-line-clamp: 1;
	}
}

.filter_suggestions_wrapper .suggestion_lines_more {
	-webkit-line-clamp: 4;
	display: -webkit-box;
}

@media (min-width: 768px) {
	.filter_suggestions_wrapper .suggestion_lines_more {
		-webkit-line-clamp: 3;
	}
}

.filter_suggestions_wrapper .suggestion_lines_all {
	-webkit-line-clamp: initial;
}

/* ENDFILE */
/****************************
	_disclaimer.scss
****************************/
.disclaimer_parent_wrapper {
	display: none;
	position: fixed;
	top: 10px;
	right: 5px;
	left: 5px;
	z-index: 5;
}

.disclaimer_parent_wrapper .disclaimer_overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.8;
	background-color: black;
}

.disclaimer_parent_wrapper .disclaimer_container {
	position: absolute;
	left: 50%;
	top: 30vh;
	max-width: 750px;
	width: 100%;
}

@media (min-width: 1400px) {
	.disclaimer_parent_wrapper .disclaimer_container {
		max-width: 600px;
	}
}

.disclaimer_parent_wrapper .disclaimer_wrapper {
	position: relative;
	z-index: 5;
	left: -50%;
	overflow: hidden;
	padding: 10px 5px;
	max-height: 88vh;
	color: white;
}

.disclaimer_parent_wrapper .disclaimer_wrapper .disclaimer_content {
	font-size: 14px;
	line-height: 17px;
	overflow: auto;
	max-height: 88vh;
}

.disclaimer_parent_wrapper .disclaimer_wrapper .disclaimer_content > div, .disclaimer_parent_wrapper .disclaimer_wrapper .disclaimer_content > p {
	margin-bottom: 10px;
}

.disclaimer_parent_wrapper .disclaimer_wrapper .disclaimer_content .disclaimer_image,
.disclaimer_parent_wrapper .disclaimer_wrapper .disclaimer_content .disclaimer_header,
.disclaimer_parent_wrapper .disclaimer_wrapper .disclaimer_content .disclaimer_sub_header {
	text-align: center;
	font-weight: bold;
}

.disclaimer_parent_wrapper .disclaimer_wrapper .disclaimer_content .disclaimer_header {
	font-size: 16px;
}

.disclaimer_parent_wrapper .disclaimer_wrapper .disclaimer_content .disclaimer_checkbox {
	position: relative;
}

.disclaimer_parent_wrapper .disclaimer_wrapper .disclaimer_content .disclaimer_checkbox div:first-child {
	position: absolute;
	top: -5px;
	left: 0;
	width: 20px;
	height: 20px;
}

.disclaimer_parent_wrapper .disclaimer_wrapper .disclaimer_content .disclaimer_checkbox div:last-child:first-letter {
	margin-left: 20px;
}

.disclaimer_parent_wrapper .disclaimer_wrapper .disclaimer_content .disclaimer_buttons {
	text-align: center;
}

.disclaimer_parent_wrapper .disclaimer_wrapper .disclaimer_content .disclaimer_buttons button {
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	border-radius: 2px;
	padding: 0 15px;
	margin: 0 15px;
	cursor: pointer;
	background-color: transparent;
	color: #59A72F;
}

.disclaimer_parent_wrapper .disclaimer_wrapper .disclaimer_content .disclaimer_buttons button.btn_disclaimer_leave {
	color: #EB0000;
}

.disclaimer_parent_wrapper .disclaimer_wrapper .disclaimer_content .disclaimer_buttons button:hover {
	text-decoration: underline;
}

.disclaimer_parent_wrapper .disclaimer_wrapper .disclaimer_content .cookie_disclaimer {
	margin: 0;
}

.disclaimer_parent_wrapper .disclaimer_wrapper .disclaimer_content .cookie_disclaimer p:first-child {
	margin-bottom: 10px;
}

.disclaimer_parent_wrapper .disclaimer_wrapper .disclaimer_content .cookie_disclaimer a,
.disclaimer_parent_wrapper .disclaimer_wrapper .disclaimer_content .cookie_disclaimer .obfs {
	text-decoration: underline;
	color: black;
	text-decoration-color: #3C3C3C;
}

/* ENDFILE */
/****************************
	_disclaimer.scss
****************************/
.cookie_consent_disclaimer {
	text-align: center;
}

.cookie_consent_disclaimer .cookie_consent_disclaimer_parent_wrapper {
	display: none;
}

.cookie_consent_disclaimer .cookie_consent_disclaimer_wrapper {
	background-color: none;
	color: none;
}

.cookie_consent_disclaimer .cookie_consent_disclaimer_wrapper .cookie_consent_disclaimer_content {
	color: black;
	background-color: #EDFDFF;
	font-size: 16px;
	line-height: 25px;
	display: flex;
	position: fixed;
	width: calc(100% - 20px);
	max-width: 600px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 10px;
	box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.15);
	border-radius: 7px 7px 0 0;
	border-style: solid;
	border-color: #d9d9d9;
	border-width: 1px 1px 0 1px;
	z-index: 5;
}

@media (max-width: 480px) {
	.cookie_consent_disclaimer .cookie_consent_disclaimer_wrapper .cookie_consent_disclaimer_content {
		flex-direction: column;
	}
}

.cookie_consent_disclaimer .cookie_consent_disclaimer_wrapper .sticky-cookies-button {
	margin: 5px;
}

.cookie_consent_disclaimer .cookie_consent_disclaimer_wrapper span {
	text-decoration: underline;
}

/* ENDFILE */
/****************************
	_footer.scss
****************************/
.footer_wrapper {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	text-align: center;
	display: block;
	margin: 50px 0;
	color: #1749C6;
}

@media (min-width: 576px) {
	.footer_wrapper {
		margin-bottom: 5px;
	}
}

.footer_wrapper .footer_item:hover,
.footer_wrapper .footer_item:active,
.footer_wrapper .footer_item.active,
.footer_wrapper .footer_item:focus {
	text-decoration: underline;
}

.footer_wrapper .copywrite {
	display: block;
	font-size: 12px;
}

.read_more_btn_wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px -10px 5px 0px #000;
	background-color: #EDFDFF;
}

.read_more_btn_wrapper.read_more_opened {
	display: none;
}

.read_more_btn_wrapper .read_more_btn {
	cursor: pointer;
	padding: 0 20px;
}

/* ENDFILE */
/****************************
	_mobile_tooltip.scss
****************************/
.mobile_tooltip {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	font-size: 15px;
	padding: 10px;
	color: white;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
}

.mobile_tooltip .mobile_tooltip_wrapper {
	display: block;
	margin-top: 10%;
	line-height: initial;
}

@media (min-width: 576px) {
	.mobile_tooltip .mobile_tooltip_wrapper {
		margin-top: 12%;
	}
}

.mobile_tooltip .mobile_tooltip_wrapper .tip_icon_wrapper {
	display: block;
	text-align: center;
	padding-bottom: 15px;
}

@media (min-width: 576px) {
	.mobile_tooltip .mobile_tooltip_wrapper .tip_icon_wrapper {
		float: left;
		padding-left: 10px;
		padding-right: 30px;
	}
}

.mobile_tooltip .mobile_tooltip_wrapper .tip_icon_wrapper .tip_text {
	color: white;
}

.mobile_tooltip .mobile_tooltip_wrapper .tool_label, .mobile_tooltip .mobile_tooltip_wrapper .tool_confirm {
	width: 50%;
	float: left;
	text-align: center;
}

.mobile_tooltip .mobile_tooltip_wrapper .tool_label span, .mobile_tooltip .mobile_tooltip_wrapper .tool_confirm span {
	display: inline-block;
	width: 100%;
}

.mobile_tooltip .mobile_tooltip_wrapper .tool_label span.tool_confirm, .mobile_tooltip .mobile_tooltip_wrapper .tool_confirm span.tool_confirm {
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.mobile_tooltip_show {
	display: block;
}

/* ENDFILE */
/****************************
	pornstar page
	_pornstar.scss
****************************/
.content_pornstar_page_wrapper {
	display: block;
	min-height: auto;
}

.content_pornstar_page_wrapper .pornstar_img_wrapper {
	width: 340px;
	height: 283px;
}

@media (min-width: 576px) {
	.content_pornstar_page_wrapper .pornstar_img_wrapper {
		width: 216px;
		height: 162px;
		min-width: 216px;
		min-height: 162px;
	}
}

.content_pornstar_page_wrapper .pornstar_header_container {
	position: relative;
	display: block;
}

@media (min-width: 576px) {
	.content_pornstar_page_wrapper .pornstar_header_container {
		display: flex;
	}
}

.content_pornstar_page_wrapper .pornstar_header_container .pornstar_img_wrapper {
	position: relative;
	margin: auto;
}

@media (min-width: 576px) {
	.content_pornstar_page_wrapper .pornstar_header_container .pornstar_img_wrapper {
		margin: initial;
	}
}

.content_pornstar_page_wrapper .pornstar_header_container .pornstar_info_wrapper {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	margin-left: 5px;
}

.content_pornstar_page_wrapper .pornstar_header_container .pornstar_info_wrapper .pornstar_basic_info {
	display: flex;
}

.content_pornstar_page_wrapper .pornstar_header_container .pornstar_info_wrapper .basic_info_title {
	font-weight: bold;
	padding-right: 5px;
}

.content_pornstar_page_wrapper .pornstar_header_container .pornstar_info_wrapper .pornstar_social {
	padding-top: 5px;
}

.content_pornstar_page_wrapper .pornstar_header_container .pornstar_stats {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content_pornstar_page_wrapper .pornstar_header_container .pornstar_rank_value {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	line-height: 28px;
	position: absolute;
	width: 36px;
	height: 29px;
	color: white;
	font-weight: bold;
	background-color: #1749C6;
	text-align: center;
	margin: 10px;
}

.content_pornstar_page_wrapper .pornstar_header_container .pornstar_rank_value .rank_box {
	margin-top: 5px;
}

.content_pornstar_page_wrapper .pornstar_header_container .pornstar_stats_videos {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	position: absolute;
	height: 20px;
	padding: 0 5px;
	bottom: 10px;
	left: 0;
	color: white;
	background-color: black;
	line-height: 20px;
}

.content_pornstar_page_wrapper .pornstar_header_container .pornstar_stats_videos i {
	margin-top: -3px;
}

.content_pornstar_page_wrapper .pornstar_header_container .pornstar_stats_videos span {
	padding-left: 5px;
}

.content_pornstar_page_wrapper .pornstar_header_container .pornstar_stats_views {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	position: absolute;
	height: 20px;
	padding: 0 5px;
	bottom: 10px;
	right: 0;
	color: white;
	background-color: black;
	line-height: 20px;
}

.content_pornstar_page_wrapper .pornstar_header_container .pornstar_stats_views i {
	margin-top: -3px;
}

.content_pornstar_page_wrapper .pornstar_header_container .pornstar_stats_views span {
	padding-left: 5px;
}

.content_pornstar_page_wrapper .pornstar_content_container {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
}

.content_pornstar_page_wrapper .pornstar_content_container .pornstar_info_bio {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}

/* ENDFILE */
/****************************
	pornstars top page
	category top page
	_showcases.scss
****************************/
.showcases_grid_wrapper {
	text-align: center;
	margin: 0 -10px;
}

.showcase_item_wrapper {
	position: relative;
	display: inline-block;
	width: 47vw;
	height: calc((47vw / (4 / 3)) + 32px);
	line-height: 25px;
	margin: 5px;
	font-size: 14px;
	overflow: hidden;
}

@media (min-width: 576px) {
	.showcase_item_wrapper {
		width: 31vw;
		height: calc((31vw / (4 / 3)) + 32px);
	}
}

@media (min-width: 768px) {
	.showcase_item_wrapper {
		width: 23vw;
		height: calc((23vw / (4 / 3)) + 32px);
	}
}

@media (min-width: 992px) {
	.showcase_item_wrapper {
		width: 18vw;
		height: calc((18vw / (4 / 3)) + 32px);
	}
}

@media (min-width: 1400px) {
	.showcase_item_wrapper {
		width: 226px;
		height: 202px;
	}
}

.showcase_item_wrapper .showcase_item_title {
	position: absolute;
	height: 32px;
	width: 100%;
	bottom: 0;
	text-align: left;
	background-color: white;
}

.showcase_item_wrapper .showcase_item_title h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	padding: 5px;
}

.showcase_item_wrapper .showcase_item_thumbnail {
	position: absolute;
	width: 100%;
	height: calc(100% - 32px);
}

.showcase_item_wrapper .showcase_item_thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
}

.showcase_item_wrapper .showcase_item_remove {
	position: absolute;
	top: -2px;
	left: 5px;
	cursor: pointer;
}

.showcase_item_wrapper .showcase_item_disabled {
	position: absolute;
	top: 50%;
	width: 70%;
	background-color: orangered;
	border-radius: 6px;
	margin: auto;
	text-align: center;
	padding: 10px;
	left: 10%;
	color: white;
}

.showcase_item_wrapper .showcase_item_containter {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	position: absolute;
	display: inline-flex;
	text-align: center;
	bottom: 35px;
	right: 0;
	width: auto;
	height: 18px;
}

.showcase_item_wrapper .showcase_item_containter .showcase_item {
	padding: 2px 3px;
}

.showcase_item_wrapper .showcase_item_containter .showcase_item_rank {
	color: white;
	background-color: #1749C6;
}

.showcase_item_wrapper .showcase_item_containter .showcase_item_videos {
	display: inline-flex;
	padding: 2px 3px;
	color: white;
	background-color: black;
}

.showcase_item_wrapper .showcase_item_containter .showcase_item_videos p {
	padding: 0 2px;
}

.showcase_item_wrapper .showcase_link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}

.showcase_category_item_wrapper {
	position: relative;
	display: inline-block;
	width: 46vw;
	height: calc((46vw / (16/9)) + 26px);
	line-height: 25px;
	margin: 5px 2px;
	font-size: 14px;
	overflow: hidden;
}

@media (min-width: 576px) {
	.showcase_category_item_wrapper {
		width: 31vw;
		height: calc((31vw / (16/9)) + 26px);
	}
}

@media (min-width: 768px) {
	.showcase_category_item_wrapper {
		width: 23vw;
		height: calc((23vw / (16/9)) + 26px);
	}
}

@media (min-width: 992px) {
	.showcase_category_item_wrapper {
		width: 18vw;
		height: calc((18vw / (16/9)) + 26px);
	}
}

@media (min-width: 1400px) {
	.showcase_category_item_wrapper {
		width: 226px;
		height: 196px;
	}
}

.showcase_category_item_wrapper .showcase_item_title {
	position: absolute;
	height: 26px;
	width: 100%;
	bottom: 0;
	text-align: left;
	background-color: white;
	background-color: #456DD1;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.showcase_category_item_wrapper .showcase_item_title h3, .showcase_category_item_wrapper .showcase_item_title .h3_class {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: white;
	margin: 3px 5px;
}

.showcase_category_item_wrapper .showcase_item_thumbnail {
	position: absolute;
	width: 100%;
	height: calc(100% - 26px);
}

.showcase_category_item_wrapper .showcase_item_thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
}

.showcase_category_item_wrapper .showcase_item_containter {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	position: absolute;
	display: inline-flex;
	text-align: center;
	bottom: 26px;
	right: 0;
	width: auto;
	height: 18px;
}

.showcase_category_item_wrapper .showcase_item_containter .showcase_item {
	padding: 2px 3px;
}

.showcase_category_item_wrapper .showcase_item_containter .showcase_item_videos {
	display: inline-flex;
	padding: 2px 3px;
	color: white;
	background-color: black;
}

.showcase_category_item_wrapper .showcase_item_containter .showcase_item_videos p {
	padding: 0 2px 0 3px;
}

.showcase_category_item_wrapper .showcase_link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}

.videos_grid_wrapper {
	text-align: center;
	margin: 0 0 -3px 0;
}

@media (max-width: 575px) {
	.videos_grid_wrapper {
		margin: 0;
	}
}

@media (min-width: 576px) {
	.videos_grid_wrapper {
		margin: -2px;
	}
}

@media (min-width: 992px) {
	.videos_grid_wrapper {
		text-align: left;
		margin: 0 -4px -4px 0;
	}
}

.videos_grid_wrapper .async_loader {
	text-align: center;
}

/* ENDFILE */
/****************************
	_social_share.scss
****************************/
.pornstar_social_share_wrapper,
.video_social_wrapper {
	display: none;
}

.pornstar_social_share_wrapper.open,
.video_social_wrapper.open {
	display: block;
}

.social {
	display: block;
	margin-top: 10px;
}

.social ul {
	display: block;
	height: 30px;
	text-align: center;
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.social ul:after {
	content: "";
	width: 100%;
	display: inline-block;
}

.social ul li {
	display: inline-block;
	width: 20%;
	height: 30px;
}

.social ul li span {
	display: none;
}

.social .share_dropdown {
	max-width: 320px;
	margin: auto !important;
}

.social .embed_video_info {
	display: none;
}

@media (min-width: 992px) {
	.social .embed_video_info {
		display: block;
		margin-top: 10px;
	}
	.social .embed_video_info textarea {
		width: 100%;
		height: auto;
		-webkit-user-select: text;
		/* Chrome 49+ */
		-moz-user-select: text;
		/* Firefox 43+ */
		-ms-user-select: text;
		/* No support yet */
		user-select: text;
		/* Likely future */
	}
}

/* ENDFILE */
/****************************
	pornstars top page
	_pornstar.scss
****************************/
.pornstar_add_btn {
	position: absolute;
	right: 5px;
	top: 3px;
}

@media (min-width: 768px) {
	.pornstar_add_btn {
		position: relative;
		float: right;
		margin-left: 10px;
		top: initial;
	}
}

@media (min-width: 576px) {
	.editor_add_pornstar_view .category_selector .editor_field_label {
		position: absolute;
	}
}

.editor_add_pornstar_view .category_selector .editor_field_wrapper {
	text-align: left;
}

@media (min-width: 576px) {
	.editor_add_pornstar_view .category_selector .editor_field_wrapper {
		text-align: center;
		padding: 0;
	}
}

@media (min-width: 768px) {
	.editor_add_pornstar_view .editor_field_wrapper input,
	.editor_add_pornstar_view .editor_field_wrapper .bootstrap-tagsinput {
		width: calc(100% - 20px) !important;
	}
}

@media (min-width: 768px) {
	.editor_add_pornstar_view .editor_field_wrapper textarea {
		width: calc(100% - 5px) !important;
	}
}

.editor_add_pornstar_view #pornstar_suggestion_wrapper {
	text-align: center;
}

.editor_add_pornstar_view #pornstar_suggestion_list {
	height: auto;
	width: auto;
}

.editor_add_pornstar_view #pornstar_suggestion_list span {
	cursor: pointer;
}

/* ENDFILE */
/****************************
	_video_page.scss
****************************/
.chips_section_wrapper a,
.chips_section_wrapper .obfs {
	color: #1749C6;
	font-size: 14px;
}

.chips_section_wrapper a:hover,
.chips_section_wrapper .obfs:hover {
	text-decoration: underline;
}

.video_info_wrapper {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
}

.video_info_wrapper .video_rating_wrapper {
	float: left;
}

.video_info_wrapper .video_duration_wrapper {
	position: relative;
	margin-left: 25px;
	padding-top: 1px;
	display: block;
	float: left;
	height: inherit;
}

.video_info_wrapper .video_report_wrapper {
	float: right;
	display: inline-flex;
	margin-top: 12px;
	cursor: pointer;
}

.video_info_wrapper .video_report_wrapper:hover, .video_info_wrapper .video_report_wrapper:focus {
	color: #1749C6;
	text-decoration: underline;
}

.video_info_wrapper .video_report_wrapper i {
	margin: 1px 3px 0 0;
}

.video_description_wrapper {
	width: 100%;
	margin-top: 40px;
	padding: 10px 0;
}

.video_description_wrapper .video_description_text {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	font-weight: normal;
}

.content_section_post {
	border-bottom: 1px solid white;
}

/* ENDFILE */
/****************************
	_video_list.scss
****************************/
.content_wrapper_page_videos .filter_category_wrapper {
	display: none;
}

/* ENDFILE */
/****************************
	_videos.scss
****************************/
.video_item_disabled {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 19%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
}

.video_item_disabled .video_item_disabled_text {
	color: white;
}

.video_item_wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-align: left;
	margin: 2px 0;
	cursor: pointer;
	width: calc(50vw - 15px);
	height: calc((50vw - 15px) / (16/9));
	padding-bottom: 46px;
	background-color: #456DD1;
	margin-bottom: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	/* only when there is 2 columns*/
}

@media (max-width: 575px) {
	.video_item_wrapper.odd_item {
		margin-right: 10px;
	}
	.video_item_wrapper.even_item {
		margin-left: 0;
	}
}

@media (min-width: 576px) {
	.video_item_wrapper {
		width: 30vw;
		height: calc(30vw / (16/9));
		margin: 3px;
	}
}

@media (min-width: 768px) {
	.video_item_wrapper {
		width: 23vw;
		height: calc(23vw / (16/9));
	}
}

@media (min-width: 992px) {
	.video_item_wrapper {
		width: 18vw;
		height: calc(18vw / (16/9));
	}
	.video_item_wrapper #video {
		width: 18vw;
		height: calc(18vw / (16/9));
	}
}

@media (min-width: 1400px) {
	.video_item_wrapper {
		max-width: 225px;
		max-height: calc(225px / (16/9));
	}
	.video_item_wrapper #video {
		max-width: 225px;
		max-height: calc(225px / (16/9));
	}
}

.video_item_wrapper .video_item_title {
	position: absolute;
	display: inline-block;
	top: auto;
	bottom: 0;
	height: 40px;
	background-color: transparent;
	text-shadow: none;
	width: 100%;
}

.video_item_wrapper .video_item_title .video_item_section_container {
	width: calc(100% - 10px);
	line-height: 16px;
	font-size: 14px;
	font-weight: normal;
}

.video_item_wrapper .video_item_title .video_item_section_container a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: normal;
	color: white;
}

.video_item_wrapper .video_item_title .user_item_remove {
	margin: 0 5px;
	cursor: pointer;
}

.video_item_wrapper .video_item_title .video_item_section_container {
	position: relative;
	display: inline-block;
	width: calc(100% - 30px);
	line-height: 16px;
	font-size: 14px;
	font-weight: normal;
	padding: 0 5px;
	z-index: 1;
}

.video_item_wrapper .video_item_title .video_item_section_container a {
	overflow: hidden;
	text-overflow: ellipsis;
}

.video_item_wrapper .video_item_title i {
	position: relative;
	top: 3px;
	left: -3px;
}

.video_item_wrapper video {
	width: 100%;
	height: auto;
}

.video_item_wrapper .video_progress_bar {
	bottom: 45px;
}

@media (min-width: 576px) {
	.video_item_wrapper .video_progress_bar {
		bottom: 0;
	}
}

.video_item_wrapper a {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 100%;
	z-index: 0;
	color: white;
}

.video_item_wrapper a #image_thumb {
	z-index: 2;
	margin-top: 0;
	bottom: initial;
}

.video_item_wrapper a #image_thumb #thumbnail_wrapper {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.video_item_wrapper a #image_thumb #thumbnail_bar {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.5);
}

.video_item_wrapper a #image_thumb #thumbnail_bar span#slider {
	position: relative;
	-webkit-transition: left;
	transition: left;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0 5px;
	font-size: 14px;
	line-height: 24px;
}

.video_item_wrapper a img {
	height: 100%;
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}

.video_item_wrapper .video_item_stats {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: white;
	display: inline-block;
	width: 100%;
	z-index: 1;
	height: 14px;
	background-color: transparent;
	pointer-events: none;
	bottom: 46px;
}

.video_item_wrapper .video_item_stats .user_item_remove {
	margin: 0 5px;
	cursor: pointer;
}

.video_item_wrapper .video_item_stats .bubble {
	position: relative;
	display: inline-block;
	width: fit-content;
	background-color: black;
}

.video_item_wrapper .video_item_stats .bubble i {
	position: absolute;
	margin-left: 5px;
	top: 1px;
}

.video_item_wrapper .video_item_stats .bubble span {
	padding-right: 5px;
	padding-left: 20px;
}

.video_item_wrapper .video_item_stats .bubble .span_duration {
	padding-left: 5px;
}

.video_item_wrapper .video_item_stats .bubble_duration span {
	padding-left: 5px;
}

.video_item_wrapper .video_item_stats .bubble_quality {
	position: absolute;
	right: 0;
}

.video_item_wrapper .video_item_stats .bubble_quality i {
	margin-left: -10px;
	top: 0;
}

.video_item_wrapper .video_item_stats .bubble_quality span {
	padding-left: 5px;
}

.video_item_wrapper .video_item_stats .video_quality_container {
	display: inline-block;
	padding: 0 3px;
}

.video_item_wrapper .video_item_stats .video_quality_4k {
	background-color: #E70055;
}

.video_item_wrapper .video_item_stats .video_quality_1080 {
	background-color: #E70055;
}

.video_item_wrapper .video_item_stats .video_quality_720 {
	background-color: #E70055;
}

.video_item_wrapper .video_item_stats .video_quality_sd {
	background-color: #E70055;
}

.video_item_wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.video_item_wrapper .post_item_remove {
	position: absolute;
	top: 0;
	background-color: #1749C6;
	padding: 1px;
}

.video_item_wrapper .thumb_preview {
	position: absolute;
}

.video_item_wrapper .thumb_default {
	position: absolute;
	z-index: -1;
}

.video_embed {
	display: block;
	margin-top: 10px;
	height: 100px;
	border-style: 1px;
	border-width: solid;
	border-color: #3C3C3C;
}

.video_embed textarea {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 5px 10px;
}

@media (min-width: 992px) {
	.content_section_related_posts .content_section_title {
		display: block;
		width: 100%;
	}
}

.video_item_already_seen {
	display: none;
	position: absolute;
	top: 25px;
	left: 5px;
	padding: 0 5px;
	font-size: 14px;
	color: white;
	background-color: black;
}

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

.content_post_page {
	margin-top: 0;
}

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

.outterthumb {
	/* video js play button */
}

.outterthumb .video_iframe_container .vjs-big-play-button {
	display: block;
}

.outterthumb .video_iframe_container:hover .vjs-big-play-button, .outterthumb .video_iframe_container .vjs-big-play-button:focus {
	border-color: #fff;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, 0.5);
	transition: all 0s;
}

.outterthumb .vjs-big-play-button {
	background: none;
	border: none;
	color: inherit;
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	text-decoration: none;
	transition: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 2;
}

.outterthumb .vjs-big-play-button {
	font-size: 3em;
	line-height: 1.5em;
	height: 1.5em;
	width: 3em;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	border: 0.06666em solid #fff;
	background-color: #2B333F;
	background-color: rgba(43, 51, 63, 0.7);
	border-radius: 0.3em;
	transition: all 0.4s;
}

.outterthumb .vjs-big-play-button {
	top: 50%;
	left: 50%;
	margin-top: -0.75em;
	margin-left: -1.5em;
}

.outterthumb .vjs-big-play-button {
	font-size: 38px;
	line-height: 84px;
	height: 80px;
	width: 80px;
	margin: -40px;
	border-radius: 2em;
	border: 0;
}

.outterthumb .vjs-icon-placeholder {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 22px 35px;
	border-color: transparent transparent transparent #fafafa;
	font-size: 1px;
	vertical-align: top;
	margin-left: 10px;
}

.post_bottom_extra_wrapper {
	min-height: calc(100vw + 15px);
	overflow: hidden;
	clear: both;
	background-color: white;
	padding: 5px;
	margin-top: -5px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

@media (min-width: 576px) {
	.post_bottom_extra_wrapper {
		min-height: calc(25vw);
	}
}

@media (min-width: 992px) {
	.post_bottom_extra_wrapper {
		min-height: calc(20vw);
	}
}

/* ENDFILE */
/****************************
	_video_iframe.scss
****************************/
.video_wrapper .video_iframe_wrapper {
	min-width: 293px;
	max-width: 860px;
	margin: 0;
}

@media (min-width: 1400px) {
	.video_wrapper .video_iframe_wrapper {
		display: inline-block;
		width: 855px;
	}
}

.video_wrapper .video_supplement {
	display: none;
	vertical-align: top;
	margin-left: 5px;
}

@media (min-width: 1400px) {
	.video_wrapper .video_supplement {
		display: inline-grid;
	}
}

.video_wrapper .supplement_container {
	width: 300px;
}

.video_wrapper .supplement_top {
	height: 250px;
}

.video_wrapper .supplement_bottom {
	margin-top: 5px;
	height: 230px;
}

.video_iframe_container {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.video_iframe_container .video_drag {
	touch-action: none;
	width: 136px;
	height: 22px;
	background-color: transparent;
	border-radius: 5px;
	border: 1px solid white;
	z-index: 1;
	position: absolute;
	bottom: 4px;
	left: calc(50% - 68px);
	display: none;
	overscroll-behavior: none;
}

@media (max-width: 359px) {
	.video_iframe_container .video_drag {
		left: calc(50% - 48px);
	}
}

.video_iframe_container .video_drag span {
	color: white;
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+/Edge */
	user-select: none;
	/* Standard */
}

.video_iframe_container .video_drag span::before {
	content: '';
	width: 14px;
	height: 14px;
	background-image: url("/assets/default/img/icon_drag_resize.png");
	background-repeat: no-repeat;
	display: inline-block;
	margin: 2px;
	vertical-align: middle;
}

.mobile .draggable_player .video_iframe_container.player_active .video_drag {
	display: block;
	z-index: 2;
}

.video_iframe_container_16by9 {
	padding-bottom: 56.25%;
}

.video_iframe_container_4by3 {
	padding-bottom: 75%;
}

.video_iframe_container > iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* ENDFILE */
.video_report_modal_wrapper {
	width: 100%;
	display: none;
	position: absolute;
	left: 0;
	top: 140px;
	z-index: 6;
	pointer-events: none;
}

@media (min-width: 576px) {
	.video_report_modal_wrapper {
		top: 250px;
	}
}

.video_report_modal_wrapper.open {
	display: block;
}

.video_report_modal_wrapper .post_report_modal {
	width: calc(100% - 40px);
	max-width: 500px;
	height: 462px;
	margin: auto;
	background-color: white;
	pointer-events: initial;
}

.video_report_modal_wrapper .post_report_modal #report_video {
	position: relative;
}

.video_report_modal_wrapper .post_report_modal .post_report_title {
	text-align: center;
	padding: 15px 0;
}

.video_report_modal_wrapper .post_report_modal .options_item_title {
	font-size: 14px;
	padding: 5px 0px;
	font-weight: bold;
}

.video_report_modal_wrapper .post_report_modal form {
	padding: 0 15px;
}

.video_report_modal_wrapper .post_report_modal form a,
.video_report_modal_wrapper .post_report_modal form .obfs {
	color: #1749C6;
}

.video_report_modal_wrapper .post_report_modal form a:hover,
.video_report_modal_wrapper .post_report_modal form .obfs:hover {
	text-decoration: underline;
}

.video_report_modal_wrapper .post_report_modal form .options_item_checkbox {
	font-size: 14px;
	width: 50%;
	height: 35px;
	display: inline-flex;
	position: relative;
}

.video_report_modal_wrapper .post_report_modal form .options_item_checkbox span {
	margin-right: 10px;
}

.video_report_modal_wrapper .post_report_modal form .report_form_item {
	display: grid;
	margin-bottom: 10px;
}

.video_report_modal_wrapper .post_report_modal form .options_item_submit {
	text-align: center;
	margin-top: 10px;
}

.video_report_modal_wrapper .post_report_modal .modal_box_close {
	position: absolute;
	padding: 5px;
	right: 0;
	top: 0;
}

.post_report_modal .custom_radio {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 3px;
	vertical-align: sub;
	border-radius: 6px;
	z-index: 0;
}

.post_report_modal .custom_radio input {
	display: none;
}

.post_report_modal .custom_radio input[type=radio]:checked + .icon_radio:after {
	opacity: 1;
}

.post_report_modal .custom_radio .icon_radio {
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	margin: 1px 0 0;
	cursor: pointer;
	border: 1px solid #1749C6;
	border-radius: 6px;
	background-color: white;
	color: black;
}

.post_report_modal .custom_radio .icon_radio:after {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 7px;
	height: 7px;
	opacity: 0;
	border-radius: 50%;
	background-color: #1749C6;
}

/****************************
	_options_page.scss
****************************/
.content_options_wrapper {
	position: relative;
	max-width: 1000px;
}

.content_options_wrapper .content_section_title {
	display: block;
	width: 100%;
}

.content_options_wrapper .title_wrapper h2, .content_options_wrapper .title_wrapper .h2_class {
	padding-left: 28px !important;
}

.content_options {
	margin: 5px 5px 0 5px;
}

@media (min-width: 992px) {
	.content_options {
		margin-top: 10px;
		margin-left: 0;
	}
}

.content_options .options_intro_wrapper h1,
.content_options .options_intro_wrapper h2 {
	text-align: center;
	margin-bottom: 5px;
}

.content_options .options_item_wrapper {
	margin-top: 20px;
}

.content_options .options_item {
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #2F2D2C;
	background-color: #2F2D2C;
}

.content_options .options_item .options_item_title {
	text-decoration: underline;
	margin-bottom: 10px;
}

.content_options .options_item .options_item_subtitle {
	margin: 5px 0;
}

.content_options .options_item .options_item_submit {
	text-align: center;
	margin: 5px 0;
}

.content_options .options_item .btn_options_item {
	background-color: #3C3C3C;
	height: 30px;
	width: 130px;
	font-weight: bold;
	border-radius: 5px;
	border-style: solid;
	border-width: 0 0 2px 0;
	border-color: #2F2D2C;
}

.content_options .options_item .btn_options_item:hover {
	background-color: white;
	border-color: black;
}

.content_options .options_item_checkbox {
	margin-right: 20px;
	margin-bottom: 0;
	cursor: pointer;
}

.content_options .options_item_category {
	width: 187px;
	margin-bottom: 10px;
	cursor: pointer;
}

.content_options .options_item,
.content_options .options_item_category,
.content_options .options_item_checkbox,
.content_options .participate_notice_wrapper {
	display: inline-block;
}

.content_options label {
	font-weight: bold;
}

/* ENDFILE */
/****************************
	_upload_page.scss
****************************/
@media (min-width: 992px) {
	.content_wrapper_page_upload .sidebar_wrapper {
		display: none !important;
	}
}

.content_wrapper_page_upload .main_wrapper {
	margin: auto;
}

@media (min-width: 1400px) {
	.content_wrapper_page_upload .main_wrapper {
		width: 100%;
		padding: auto;
	}
}

.content_upload_wrapper {
	position: relative;
	max-width: 1000px;
	margin: 10px auto 0 auto;
}

.content_upload_wrapper .content_section_title {
	display: block;
	width: 100%;
}

.content_upload_wrapper .content_section_content {
	text-align: center;
}

.upload_iframe {
	width: 100%;
	height: 800px;
	max-width: 100%;
	margin: 0 auto;
	border: 0;
}

#upload_form {
	font-family: Verdana;
	padding: 10px 30px 0 30px;
	padding-top: 10px;
	color: black;
}

#upload_form label {
	font-size: 18px;
	font-weight: normal;
	display: inline-block;
	width: 150px;
	margin-bottom: 0;
	margin-left: 10px;
	text-align: left;
}

#upload_form input[type="text"] {
	height: 23px;
}

#upload_form input[type="text"],
#upload_form textarea,
#upload_form select {
	width: 100%;
}

#upload_form .form_item {
	padding: 0;
}

#upload_form .row {
	margin-bottom: 4px;
}

#upload_form .form_toc label {
	width: auto;
}

#upload_form .form_toc input[type="checkbox"] {
	height: auto;
}

#upload_form .form_submit {
	text-align: left;
}

#upload_progress_wrapper {
	position: absolute;
	width: 100%;
}

#upload_progress {
	position: relative;
	width: 400px;
	margin: 0 auto;
	padding: 8px 13px 8px 13px;
	border: 1px solid white;
	border-radius: 2px;
	background-color: white;
}

#upload_progress > div {
	margin-bottom: 4px;
}

#upload_progress span {
	display: inline-block;
}

#upload_progress .file_info {
	max-width: 132px;
	margin: 0 auto;
	padding-top: 5px;
}

#progress_iframe {
	width: 100%;
	max-width: 950px;
	height: 300px;
	margin: 0 auto;
	border: 0;
}

#finished_video_upload {
	font-family: Verdana;
	font-size: 18px;
	width: 100%;
	margin: 8px 0 0 29px;
	color: black;
}

#finished_video_upload > div {
	padding-bottom: 5px;
	text-align: left;
}

#finished_video_upload label {
	font-weight: bold;
	float: left;
	width: 155px;
}

#finished_video_upload .green {
	font-weight: normal;
	width: 100%;
	text-align: left;
	color: #59A72F;
}

#finished_video_upload .finished_other_video {
	font-weight: normal;
	width: 100%;
	cursor: pointer;
	text-decoration: underline;
}

#finished_video_upload .red {
	width: 100%;
	text-align: left;
	color: #EB0000;
}

#upload_form .bootstrap-tagsinput {
	overflow-y: auto;
	min-height: 48px;
	padding-top: 0;
	padding-left: 4px;
	text-align: left;
	border: 1px solid #2F2D2C;
	border-radius: 0;
}

#upload_form .bootstrap-tagsinput .label {
	line-height: 0;
	height: 34px;
	padding: 1px 3px 3px 4px;
}

#upload_form .bootstrap-tagsinput .tag {
	margin-right: 0;
}

#upload_form #description {
	resize: vertical;
}

#upload_form .char_counter {
	line-height: 0;
	top: 11px;
	display: inline-block;
}

#upload_form .description_counter {
	top: 23px;
	height: auto;
	margin-right: 4px;
}

#upload_form .keywords_counter {
	top: 22px;
}

#upload_form .warning {
	color: #EB0000 !important;
}

#upload_form .form-control-feedback {
	font-weight: bold;
	color: #59A72F;
}

.content_upload_wrapper .tkn_uploader {
	height: 800px;
}

.content_upload_wrapper .content_section_content {
	text-align: left;
}

.pool_uploading_explanation {
	text-align: left;
}

.pool_uploading_explanation > p {
	padding-top: 3px;
}

.upload_request_ftp_access_wrapper {
	border-top: 1px solid #2F2D2C;
}

.upload_request_ftp_access_request {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 4px 0;
}

.upload_request_ftp_access_request > p {
	cursor: pointer;
	text-decoration: underline;
}

.upload_request_ftp_access_details_wrapper {
	padding-top: 5px;
	text-align: left;
}

.upload_request_ftp_access_details_wrapper > div {
	padding-top: 10px;
}

.upload_request_ftp_access_details .js_forgot_ftp_password {
	cursor: pointer;
	text-decoration: underline;
}

.upload_request_ftp_access_explanation {
	padding-left: 25px;
}

.upload_request_ftp_access_explanation > p {
	padding-bottom: 5px;
}

.upload_request_ftp_access_explanation a {
	text-decoration: underline;
}

.upload_request_ftp_access_info {
	position: absolute;
	margin-top: 13px;
}

.upload_ftp_details_wrapper {
	width: 100%;
	text-align: center;
	border-top: 1px solid #2F2D2C;
}

.upload_ftp_details_username {
	width: 100px;
	margin: 10px auto;
}

.upload_ftp_details_username > p {
	margin-bottom: 5px;
}

div.upload_account_needed_message {
	font-weight: bold;
	padding: 40px 0 200px;
}

div.content_upload a,
div.content_upload .obfs {
	text-decoration: underline;
}

.pool_uploading_explanation_btn {
	padding: 5px 0;
}

.is_mobile #more_upload_informations {
	display: block !important;
	visibility: visible !important;
	padding: 10px 0;
}

.is_mobile .pool_uploading_explanation {
	display: none;
}

.upload_request_ftp_access_wrapper .request_ftp_access_btn {
	width: 200px;
	height: 30px;
}

.upload_request_ftp_access_wrapper button[disabled] {
	cursor: not-allowed;
}

.ftp_access_toc {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ftp_request_access_toc_label {
	font-weight: normal;
	display: inline-block;
	margin-left: 5px;
}

.ftp_request_access_toc_label a {
	text-decoration: underline;
}

.ftp_access_toc .checkbox {
	display: inline;
}

/* ENDFILE */
/****************************
	_profile_page.scss
****************************/
.content_profile_wrapper .content_user_profile {
	max-width: 800px;
	margin: auto;
	font-size: 14px;
}

.content_profile_wrapper .content_user_profile .user_profile_info_item,
.content_profile_wrapper .content_user_profile .user_settings_input_group {
	display: grid;
	margin-bottom: 10px;
}

.content_profile_wrapper .content_user_profile .button_container {
	margin: 10px 0 15px 0;
	display: block;
	text-align: center;
}

.content_profile_wrapper .content_user_profile .profile_info_disabled input {
	border-color: #828282;
}

.content_profile_wrapper .content_user_profile .user_profile_form_submit,
.content_profile_wrapper .content_user_profile .user_profile_remove_button {
	width: 100%;
	text-align: center;
}

.content_profile_wrapper .content_user_profile .user_profile_form_submit .btn_user_profile {
	width: 160px;
	margin: auto;
	height: 35px;
	line-height: 36px;
	margin-bottom: 10px;
}

.user_profile_info_wrapper {
	border-bottom: 1px solid white;
}

.user_profile_info_wrapper,
.user_profile_pending_info_wrapper {
	margin-bottom: 10px;
}

.user_profile_info_wrapper .user_profile_pending_extra,
.user_profile_pending_info_wrapper .user_profile_pending_extra {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}

.user_profile_info_wrapper form,
.user_profile_pending_info_wrapper form {
	position: relative;
}

.user_profile_info_wrapper .confirmation_modal_wrapper,
.user_profile_pending_info_wrapper .confirmation_modal_wrapper {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}

.user_profile_info_wrapper .confirmation_modal,
.user_profile_pending_info_wrapper .confirmation_modal {
	position: relative;
	border-radius: 5px;
	border: 1px solid #3C3C3C;
	box-shadow: 0px 0px 15px grey;
	margin: auto;
	max-width: 315px;
	padding: 15px 10px 5px 10px;
	max-height: 140px;
	width: 100%;
	height: 100%;
	color: black;
	background-color: #EDFDFF;
}

.user_profile_info_wrapper .confirmation_modal .modal_div_close,
.user_profile_pending_info_wrapper .confirmation_modal .modal_div_close {
	position: absolute;
	top: 5px;
	right: 10px;
	border: none;
	border-radius: 50%;
	margin: 2px;
	padding: 2px;
	height: 20px;
	width: 20px;
	text-align: center;
	cursor: pointer;
}

.user_profile_info_wrapper .confirmation_modal .modal_div_close .icon,
.user_profile_pending_info_wrapper .confirmation_modal .modal_div_close .icon {
	vertical-align: initial;
}

/* ENDFILE */
/****************************
_profile_history.scss
****************************/
.content_section_history_videos {
	position: relative;
}

.content_section_history_videos .user_history_options_wrapper {
	position: absolute;
	top: 5px;
	right: -5px;
	cursor: pointer;
}

@media (min-width: 992px) {
	.content_section_history_videos .user_history_options_wrapper {
		right: 0;
	}
}

.content_section_history_videos .user_history_options_wrapper .user_history_options {
	position: absolute;
	display: grid;
	width: 190px;
	right: 0;
	top: 35px;
	background-color: white;
	z-index: 4;
	box-shadow: 0px 0px 5px black;
}

@media (min-width: 992px) {
	.content_section_history_videos .user_history_options_wrapper .user_history_options {
		right: 5px;
	}
}

.content_section_history_videos .user_history_options_wrapper a,
.content_section_history_videos .user_history_options_wrapper .obfs {
	padding: 5px;
	color: black;
	font-size: 14px;
}

.content_section_history_videos .user_history_options_wrapper a i,
.content_section_history_videos .user_history_options_wrapper .obfs i {
	margin-right: 5px;
}

.content_section_history_videos .user_history_options_wrapper a:hover,
.content_section_history_videos .user_history_options_wrapper .obfs:hover {
	text-decoration: underline;
}

/****************************
_profile_favorites.scss
****************************/
.content_favorites_wrapper {
	position: relative;
}

.content_favorites_wrapper .user_favorites_options_wrapper {
	position: absolute;
	top: 5px;
	right: -5px;
	cursor: pointer;
}

@media (min-width: 992px) {
	.content_favorites_wrapper .user_favorites_options_wrapper {
		right: 0;
	}
}

.content_favorites_wrapper .user_favorites_options_wrapper .user_favorites_options {
	position: absolute;
	display: grid;
	width: 190px;
	right: 0;
	top: 35px;
	background-color: white;
	z-index: 4;
	box-shadow: 0px 0px 5px black;
}

@media (min-width: 992px) {
	.content_favorites_wrapper .user_favorites_options_wrapper .user_favorites_options {
		right: 5px;
	}
}

.content_favorites_wrapper .user_favorites_options_wrapper a,
.content_favorites_wrapper .user_favorites_options_wrapper .obfs {
	padding: 5px;
	color: #EB0000;
	font-size: 14px;
}

.content_favorites_wrapper .user_favorites_options_wrapper a i,
.content_favorites_wrapper .user_favorites_options_wrapper .obfs i {
	margin-right: 5px;
}

.content_favorites_wrapper .user_favorites_options_wrapper a:hover,
.content_favorites_wrapper .user_favorites_options_wrapper .obfs:hover {
	text-decoration: underline;
}

/****************************
	_favorites_page.scss
****************************/
@media (min-width: 992px) {
	.content_wrapper_page_favorites .sidebar_wrapper,
	.content_wrapper_page_history .sidebar_wrapper {
		display: none !important;
	}
}

.content_wrapper_page_favorites .main_wrapper,
.content_wrapper_page_history .main_wrapper {
	margin: auto;
}

@media (min-width: 1400px) {
	.content_wrapper_page_favorites .main_wrapper,
	.content_wrapper_page_history .main_wrapper {
		width: 100%;
		padding: 0;
	}
}

.content_favorites_wrapper {
	position: relative;
}

.content_favorites_wrapper .content_section_title {
	display: block;
	width: 100%;
}

.favorites_item {
	margin: 5px 0 15px 0;
	padding-bottom: 5px;
}

.favorites_item.card-columns {
	border: none;
}

.favorites_item .video_item_stats {
	pointer-events: auto !important;
}

/* ENDFILE */
/****************************
	_webcams.scss
****************************/
.webcams_grid_wrapper,
.webcam_top_container {
	text-align: center;
	height: calc(48vw / (16/9));
	overflow: hidden;
}

@media (min-width: 576px) {
	.webcams_grid_wrapper,
	.webcam_top_container {
		height: calc(32vw / (16/9));
	}
}

@media (min-width: 768px) {
	.webcams_grid_wrapper,
	.webcam_top_container {
		height: calc(25vw / (16/9));
		text-align: left;
	}
}

@media (min-width: 992px) {
	.webcams_grid_wrapper,
	.webcam_top_container {
		height: 190px;
	}
}

.webcams_grid_wrapper .webcam_item_wrapper,
.webcam_top_container .webcam_item_wrapper {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 47vw;
	height: calc(47vw / (16/9));
	margin: 2px;
	text-align: left;
	vertical-align: top;
	letter-spacing: normal;
	cursor: pointer;
	background-image: url(../img/webcam_placeholder.png);
	background-size: cover;
	background-position: center;
	background-color: #456DD1;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

@media (min-width: 576px) {
	.webcams_grid_wrapper .webcam_item_wrapper,
	.webcam_top_container .webcam_item_wrapper {
		width: 32vw;
		height: calc(32vw / (16/9));
	}
}

@media (min-width: 768px) {
	.webcams_grid_wrapper .webcam_item_wrapper,
	.webcam_top_container .webcam_item_wrapper {
		width: 24vw;
		height: calc(24vw / (16/9));
	}
}

@media (min-width: 992px) {
	.webcams_grid_wrapper .webcam_item_wrapper,
	.webcam_top_container .webcam_item_wrapper {
		width: 320px;
		height: 180px;
		margin: 0 0 20px 0;
	}
}

.webcams_grid_wrapper .webcam_item_wrapper .webcam_item_flag,
.webcam_top_container .webcam_item_wrapper .webcam_item_flag {
	position: absolute;
	top: 2px;
	left: 3px;
}

.webcams_grid_wrapper .webcam_item_wrapper .force-webcam-video,
.webcam_top_container .webcam_item_wrapper .force-webcam-video {
	position: absolute;
	pointer-events: none;
	height: 100%;
	background-color: black;
}

.webcams_grid_wrapper .webcam_item_wrapper .force-webcam-video .lw,
.webcam_top_container .webcam_item_wrapper .force-webcam-video .lw {
	border: none !important;
}

.webcams_grid_wrapper .webcam_item_wrapper .force-webcam-video .xlove_video_container,
.webcam_top_container .webcam_item_wrapper .force-webcam-video .xlove_video_container {
	height: 100%;
}

.webcams_grid_wrapper .webcam_item_wrapper .force-webcam-video .xlove_video_container .live,
.webcam_top_container .webcam_item_wrapper .force-webcam-video .xlove_video_container .live {
	display: none !important;
}

.webcams_grid_wrapper .webcam_item_wrapper .webcam-video,
.webcam_top_container .webcam_item_wrapper .webcam-video {
	position: absolute;
	opacity: 0;
}

.webcams_grid_wrapper .webcam_item_wrapper .webcam-video:hover,
.webcam_top_container .webcam_item_wrapper .webcam-video:hover {
	opacity: 1;
}

.webcams_grid_wrapper .webcam_item_section,
.webcam_top_container .webcam_item_section {
	position: absolute;
	width: 100%;
	color: black;
	background-color: white;
}

.webcams_grid_wrapper .webcam_item_footer,
.webcam_top_container .webcam_item_footer {
	bottom: 0;
	height: 20px;
	margin-top: -1px;
	color: white;
	background-color: #456DD1;
}

@media (min-width: 992px) {
	.webcams_grid_wrapper .webcam_item_footer,
	.webcam_top_container .webcam_item_footer {
		height: 23px;
		margin-top: 0;
	}
}

.webcams_grid_wrapper .webcam_item_footer .webcam_item_title_txt,
.webcam_top_container .webcam_item_footer .webcam_item_title_txt {
	display: flex;
	align-items: center;
	float: left;
	margin-top: 4px;
	margin-left: 25px;
	margin-right: 5px;
	line-height: 16px;
	font-size: 14px;
	font-weight: normal;
}

.webcams_grid_wrapper .webcam_item_footer i,
.webcam_top_container .webcam_item_footer i {
	position: absolute;
	right: 3px;
	top: 1px;
}

.celebrity_bottom_webcams,
.top_webcams_homepage,
.bottom_webcams {
	height: calc(((100vw) / (16/9)) + 10px);
	min-height: auto;
}

@media (min-width: 576px) {
	.celebrity_bottom_webcams,
	.top_webcams_homepage,
	.bottom_webcams {
		height: calc(((30vw) / (16/9)) + 10px);
	}
}

@media (min-width: 768px) {
	.celebrity_bottom_webcams,
	.top_webcams_homepage,
	.bottom_webcams {
		height: calc(((23vw) / (16/9)) + 10px);
	}
}

@media (min-width: 992px) {
	.celebrity_bottom_webcams,
	.top_webcams_homepage,
	.bottom_webcams {
		height: calc(((17vw) / (16/9)) + 10px);
	}
}

.celebrity_bottom_webcams .content_section_title,
.top_webcams_homepage .content_section_title,
.bottom_webcams .content_section_title {
	display: none;
}

.celebrity_bottom_webcams .content_section_content,
.top_webcams_homepage .content_section_content,
.bottom_webcams .content_section_content {
	position: absolute;
	left: 0px;
	right: 10px;
}

.celebrity_bottom_webcams .webcams_grid_wrapper,
.top_webcams_homepage .webcams_grid_wrapper,
.bottom_webcams .webcams_grid_wrapper {
	height: calc(((100vw) / (16/9)) + 12px);
	overflow: hidden;
	text-align: center;
}

@media (min-width: 576px) {
	.celebrity_bottom_webcams .webcams_grid_wrapper,
	.top_webcams_homepage .webcams_grid_wrapper,
	.bottom_webcams .webcams_grid_wrapper {
		height: calc(((30vw) / (16/9)) + 5px);
	}
}

@media (min-width: 768px) {
	.celebrity_bottom_webcams .webcams_grid_wrapper,
	.top_webcams_homepage .webcams_grid_wrapper,
	.bottom_webcams .webcams_grid_wrapper {
		height: calc(((23vw) / (16/9)) + 5px);
	}
}

@media (min-width: 992px) {
	.celebrity_bottom_webcams .webcams_grid_wrapper,
	.top_webcams_homepage .webcams_grid_wrapper,
	.bottom_webcams .webcams_grid_wrapper {
		height: calc(((17vw) / (16/9)) + 10px);
	}
}

.celebrity_bottom_webcams .webcams_grid_wrapper .webcam_item_wrapper,
.top_webcams_homepage .webcams_grid_wrapper .webcam_item_wrapper,
.bottom_webcams .webcams_grid_wrapper .webcam_item_wrapper {
	height: calc(((100vw) / (16/9)) + 10px);
	width: calc(100vw - 15px);
}

@media (min-width: 576px) {
	.celebrity_bottom_webcams .webcams_grid_wrapper .webcam_item_wrapper,
	.top_webcams_homepage .webcams_grid_wrapper .webcam_item_wrapper,
	.bottom_webcams .webcams_grid_wrapper .webcam_item_wrapper {
		width: 30vw;
		height: calc(30vw / (16/9));
	}
}

@media (min-width: 768px) {
	.celebrity_bottom_webcams .webcams_grid_wrapper .webcam_item_wrapper,
	.top_webcams_homepage .webcams_grid_wrapper .webcam_item_wrapper,
	.bottom_webcams .webcams_grid_wrapper .webcam_item_wrapper {
		width: 23vw;
		height: calc(23vw / (16/9));
	}
}

@media (min-width: 992px) {
	.celebrity_bottom_webcams .webcams_grid_wrapper .webcam_item_wrapper,
	.top_webcams_homepage .webcams_grid_wrapper .webcam_item_wrapper,
	.bottom_webcams .webcams_grid_wrapper .webcam_item_wrapper {
		width: 14vw;
		height: calc(17vw / (16/9));
		margin: 0 5px 20px 0;
	}
}

.celebrity_bottom_webcams,
.top_webcams_homepage,
.bottom_webcams {
	background-color: transparent;
	box-shadow: none;
}

/* ENDFILE */
/****************************
	_static_page.scss
		for:
			tos_page
			dmca_page
			cookie_page
			parental_page
			privacy_policy_page
			contact_page
			sticker_page

****************************/
@media (min-width: 992px) {
	.content_wrapper_page_tos .sidebar_wrapper,
	.content_wrapper_page_dmca .sidebar_wrapper,
	.content_wrapper_page_contact .sidebar_wrapper {
		display: none !important;
	}
}

.content_2257_wrapper,
.content_tos_wrapper,
.content_dmca_wrapper,
.content_cookie_wrapper,
.content_parental_wrapper,
.content_privacy_policy_wrapper,
.content_section_contact_wrapper,
.content_section_sticker_wrapper {
	position: relative;
	max-width: 1000px;
	margin: 5px auto auto auto;
	font-size: 14px;
}

.content_2257_wrapper .content_section_title,
.content_tos_wrapper .content_section_title,
.content_dmca_wrapper .content_section_title,
.content_cookie_wrapper .content_section_title,
.content_parental_wrapper .content_section_title,
.content_privacy_policy_wrapper .content_section_title,
.content_section_contact_wrapper .content_section_title,
.content_section_sticker_wrapper .content_section_title {
	display: block;
	width: 100%;
}

.content_2257_wrapper a,
.content_2257_wrapper .obfs,
.content_tos_wrapper a,
.content_tos_wrapper .obfs,
.content_dmca_wrapper a,
.content_dmca_wrapper .obfs,
.content_cookie_wrapper a,
.content_cookie_wrapper .obfs,
.content_parental_wrapper a,
.content_parental_wrapper .obfs,
.content_privacy_policy_wrapper a,
.content_privacy_policy_wrapper .obfs,
.content_section_contact_wrapper a,
.content_section_contact_wrapper .obfs,
.content_section_sticker_wrapper a,
.content_section_sticker_wrapper .obfs {
	color: #EB0000;
	font-size: 14px;
}

.content_2257_wrapper a:hover,
.content_2257_wrapper .obfs:hover,
.content_tos_wrapper a:hover,
.content_tos_wrapper .obfs:hover,
.content_dmca_wrapper a:hover,
.content_dmca_wrapper .obfs:hover,
.content_cookie_wrapper a:hover,
.content_cookie_wrapper .obfs:hover,
.content_parental_wrapper a:hover,
.content_parental_wrapper .obfs:hover,
.content_privacy_policy_wrapper a:hover,
.content_privacy_policy_wrapper .obfs:hover,
.content_section_contact_wrapper a:hover,
.content_section_contact_wrapper .obfs:hover,
.content_section_sticker_wrapper a:hover,
.content_section_sticker_wrapper .obfs:hover {
	text-decoration: underline;
}

.content_2257_wrapper .sticker_preview_image,
.content_tos_wrapper .sticker_preview_image,
.content_dmca_wrapper .sticker_preview_image,
.content_cookie_wrapper .sticker_preview_image,
.content_parental_wrapper .sticker_preview_image,
.content_privacy_policy_wrapper .sticker_preview_image,
.content_section_contact_wrapper .sticker_preview_image,
.content_section_sticker_wrapper .sticker_preview_image {
	margin: auto;
	text-align: center;
}

@media (min-width: 768px) {
	.content_2257_wrapper .sticker_preview_image,
	.content_tos_wrapper .sticker_preview_image,
	.content_dmca_wrapper .sticker_preview_image,
	.content_cookie_wrapper .sticker_preview_image,
	.content_parental_wrapper .sticker_preview_image,
	.content_privacy_policy_wrapper .sticker_preview_image,
	.content_section_contact_wrapper .sticker_preview_image,
	.content_section_sticker_wrapper .sticker_preview_image {
		float: right;
	}
}

.content_2257_wrapper .content_2257 p,
.content_2257_wrapper .content_tos p,
.content_2257_wrapper .content_cookie p,
.content_2257_wrapper .content_sticker p,
.content_2257_wrapper .content_contact p,
.content_2257_wrapper .content_parental p,
.content_tos_wrapper .content_2257 p,
.content_tos_wrapper .content_tos p,
.content_tos_wrapper .content_cookie p,
.content_tos_wrapper .content_sticker p,
.content_tos_wrapper .content_contact p,
.content_tos_wrapper .content_parental p,
.content_dmca_wrapper .content_2257 p,
.content_dmca_wrapper .content_tos p,
.content_dmca_wrapper .content_cookie p,
.content_dmca_wrapper .content_sticker p,
.content_dmca_wrapper .content_contact p,
.content_dmca_wrapper .content_parental p,
.content_cookie_wrapper .content_2257 p,
.content_cookie_wrapper .content_tos p,
.content_cookie_wrapper .content_cookie p,
.content_cookie_wrapper .content_sticker p,
.content_cookie_wrapper .content_contact p,
.content_cookie_wrapper .content_parental p,
.content_parental_wrapper .content_2257 p,
.content_parental_wrapper .content_tos p,
.content_parental_wrapper .content_cookie p,
.content_parental_wrapper .content_sticker p,
.content_parental_wrapper .content_contact p,
.content_parental_wrapper .content_parental p,
.content_privacy_policy_wrapper .content_2257 p,
.content_privacy_policy_wrapper .content_tos p,
.content_privacy_policy_wrapper .content_cookie p,
.content_privacy_policy_wrapper .content_sticker p,
.content_privacy_policy_wrapper .content_contact p,
.content_privacy_policy_wrapper .content_parental p,
.content_section_contact_wrapper .content_2257 p,
.content_section_contact_wrapper .content_tos p,
.content_section_contact_wrapper .content_cookie p,
.content_section_contact_wrapper .content_sticker p,
.content_section_contact_wrapper .content_contact p,
.content_section_contact_wrapper .content_parental p,
.content_section_sticker_wrapper .content_2257 p,
.content_section_sticker_wrapper .content_tos p,
.content_section_sticker_wrapper .content_cookie p,
.content_section_sticker_wrapper .content_sticker p,
.content_section_sticker_wrapper .content_contact p,
.content_section_sticker_wrapper .content_parental p {
	margin-bottom: 10px;
}

.content_2257_wrapper .content_2257 ol,
.content_2257_wrapper .content_tos ol,
.content_2257_wrapper .content_cookie ol,
.content_2257_wrapper .content_sticker ol,
.content_2257_wrapper .content_contact ol,
.content_2257_wrapper .content_parental ol,
.content_tos_wrapper .content_2257 ol,
.content_tos_wrapper .content_tos ol,
.content_tos_wrapper .content_cookie ol,
.content_tos_wrapper .content_sticker ol,
.content_tos_wrapper .content_contact ol,
.content_tos_wrapper .content_parental ol,
.content_dmca_wrapper .content_2257 ol,
.content_dmca_wrapper .content_tos ol,
.content_dmca_wrapper .content_cookie ol,
.content_dmca_wrapper .content_sticker ol,
.content_dmca_wrapper .content_contact ol,
.content_dmca_wrapper .content_parental ol,
.content_cookie_wrapper .content_2257 ol,
.content_cookie_wrapper .content_tos ol,
.content_cookie_wrapper .content_cookie ol,
.content_cookie_wrapper .content_sticker ol,
.content_cookie_wrapper .content_contact ol,
.content_cookie_wrapper .content_parental ol,
.content_parental_wrapper .content_2257 ol,
.content_parental_wrapper .content_tos ol,
.content_parental_wrapper .content_cookie ol,
.content_parental_wrapper .content_sticker ol,
.content_parental_wrapper .content_contact ol,
.content_parental_wrapper .content_parental ol,
.content_privacy_policy_wrapper .content_2257 ol,
.content_privacy_policy_wrapper .content_tos ol,
.content_privacy_policy_wrapper .content_cookie ol,
.content_privacy_policy_wrapper .content_sticker ol,
.content_privacy_policy_wrapper .content_contact ol,
.content_privacy_policy_wrapper .content_parental ol,
.content_section_contact_wrapper .content_2257 ol,
.content_section_contact_wrapper .content_tos ol,
.content_section_contact_wrapper .content_cookie ol,
.content_section_contact_wrapper .content_sticker ol,
.content_section_contact_wrapper .content_contact ol,
.content_section_contact_wrapper .content_parental ol,
.content_section_sticker_wrapper .content_2257 ol,
.content_section_sticker_wrapper .content_tos ol,
.content_section_sticker_wrapper .content_cookie ol,
.content_section_sticker_wrapper .content_sticker ol,
.content_section_sticker_wrapper .content_contact ol,
.content_section_sticker_wrapper .content_parental ol {
	padding: 0;
}

.sticker_form_wrapper,
.contact_form_wrapper {
	max-width: 600px;
}

.sticker_form_wrapper .sticker_form_title,
.sticker_form_wrapper .contact_form_title,
.contact_form_wrapper .sticker_form_title,
.contact_form_wrapper .contact_form_title {
	margin-bottom: 10px;
}

.sticker_form_wrapper .sticker_form_item,
.sticker_form_wrapper .contact_form_item,
.contact_form_wrapper .sticker_form_item,
.contact_form_wrapper .contact_form_item {
	/* exception */
}

@media (min-width: 576px) {
	.sticker_form_wrapper .sticker_form_item,
	.sticker_form_wrapper .contact_form_item,
	.contact_form_wrapper .sticker_form_item,
	.contact_form_wrapper .contact_form_item {
		display: flex;
		margin-bottom: 10px;
	}
}

.sticker_form_wrapper .sticker_form_item label,
.sticker_form_wrapper .contact_form_item label,
.contact_form_wrapper .sticker_form_item label,
.contact_form_wrapper .contact_form_item label {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	display: block;
	float: left;
	width: 190px;
	padding-top: 3px;
}

.sticker_form_wrapper .sticker_form_item label.error,
.sticker_form_wrapper .contact_form_item label.error,
.contact_form_wrapper .sticker_form_item label.error,
.contact_form_wrapper .contact_form_item label.error {
	color: #EB0000;
	padding-top: 0;
	margin-bottom: 5px;
}

@media (min-width: 576px) {
	.sticker_form_wrapper .sticker_form_item label.error,
	.sticker_form_wrapper .contact_form_item label.error,
	.contact_form_wrapper .sticker_form_item label.error,
	.contact_form_wrapper .contact_form_item label.error {
		position: absolute;
		margin-top: 30px;
		margin-left: 145px;
		width: 100%;
	}
}

@media (min-width: 576px) {
	.sticker_form_wrapper .sticker_form_item #contact_message-error.error,
	.sticker_form_wrapper .contact_form_item #contact_message-error.error,
	.contact_form_wrapper .sticker_form_item #contact_message-error.error,
	.contact_form_wrapper .contact_form_item #contact_message-error.error {
		margin-top: 75px;
	}
}

.sticker_form_wrapper .sticker_form_item input,
.sticker_form_wrapper .sticker_form_item select,
.sticker_form_wrapper .sticker_form_item textarea,
.sticker_form_wrapper .contact_form_item input,
.sticker_form_wrapper .contact_form_item select,
.sticker_form_wrapper .contact_form_item textarea,
.contact_form_wrapper .sticker_form_item input,
.contact_form_wrapper .sticker_form_item select,
.contact_form_wrapper .sticker_form_item textarea,
.contact_form_wrapper .contact_form_item input,
.contact_form_wrapper .contact_form_item select,
.contact_form_wrapper .contact_form_item textarea {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	display: block;
	float: left;
	width: calc(100% - 10px);
	height: 29px;
	padding: 0 5px;
	border: 1px solid #3C3C3C;
	border-radius: 4px;
}

@media (min-width: 576px) {
	.sticker_form_wrapper .sticker_form_item input.error,
	.sticker_form_wrapper .sticker_form_item select.error,
	.sticker_form_wrapper .sticker_form_item textarea.error,
	.sticker_form_wrapper .contact_form_item input.error,
	.sticker_form_wrapper .contact_form_item select.error,
	.sticker_form_wrapper .contact_form_item textarea.error,
	.contact_form_wrapper .sticker_form_item input.error,
	.contact_form_wrapper .sticker_form_item select.error,
	.contact_form_wrapper .sticker_form_item textarea.error,
	.contact_form_wrapper .contact_form_item input.error,
	.contact_form_wrapper .contact_form_item select.error,
	.contact_form_wrapper .contact_form_item textarea.error {
		margin-bottom: 20px;
	}
}

.sticker_form_wrapper .sticker_form_item select,
.sticker_form_wrapper .contact_form_item select,
.contact_form_wrapper .sticker_form_item select,
.contact_form_wrapper .contact_form_item select {
	width: 100% !important;
}

.sticker_form_wrapper .sticker_form_item textarea,
.sticker_form_wrapper .contact_form_item textarea,
.contact_form_wrapper .sticker_form_item textarea,
.contact_form_wrapper .contact_form_item textarea {
	height: auto !important;
	width: 100% !important;
}

.sticker_form_wrapper .sticker_form_submit,
.sticker_form_wrapper .contact_form_submit,
.contact_form_wrapper .sticker_form_submit,
.contact_form_wrapper .contact_form_submit {
	text-align: center;
	margin-top: 5px;
	width: 100%;
}

.sticker_form_wrapper .video_removal_input,
.contact_form_wrapper .video_removal_input {
	margin-bottom: 5px;
}

.sticker_form_wrapper .add_video_removal_btn,
.contact_form_wrapper .add_video_removal_btn {
	float: left;
	margin-bottom: 10px;
	cursor: pointer;
}

.sticker_form_wrapper .video_removal .contact_form_input,
.contact_form_wrapper .video_removal .contact_form_input {
	width: 100%;
}

@media (min-width: 576px) {
	.sticker_form_wrapper .video_removal .contact_form_input .video_removal_input_wrapper,
	.contact_form_wrapper .video_removal .contact_form_input .video_removal_input_wrapper {
		display: grid;
	}
}

.dmca_iframe {
	width: 100%;
	height: 820px;
	border: 0;
}

/****************************
	404/410 module
****************************/
.md_404_wrapper,
.md_410_wrapper {
	margin-bottom: 10px;
	text-align: center;
	height: 280px;
	overflow: hidden;
}

@media (min-width: 576px) {
	.md_404_wrapper,
	.md_410_wrapper {
		position: relative;
		height: 260px;
		padding-top: 20px;
		text-align: left;
	}
}

.md_404_img,
.md_410_img {
	position: absolute;
	z-index: -1;
	overflow: hidden;
	width: 100%;
	height: 115px;
	margin-top: 10px;
}

@media (min-width: 576px) {
	.md_404_img,
	.md_410_img {
		left: 225px;
		width: auto;
		max-width: 540px;
		height: 236px;
		display: inline-block;
		vertical-align: top;
		*display: inline;
		*zoom: 1;
	}
}

@media (min-width: 992px) {
	.md_404_img,
	.md_410_img {
		left: 307px;
	}
}

.md_404_content,
.md_410_content {
	display: inline-block;
	margin-left: 10px;
}

.md_404_content .md_404_content_title,
.md_404_content .md_410_content_title,
.md_410_content .md_404_content_title,
.md_410_content .md_410_content_title {
	font-size: 96px;
	font-weight: bold;
	line-height: 83px;
	color: #3C3C3C;
}

.md_404_content .md_404_content_txt,
.md_404_content .md_410_content_txt,
.md_410_content .md_404_content_txt,
.md_410_content .md_410_content_txt {
	font-size: 16px;
	font-weight: bold;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.md_404_content .md_404_content_txt,
	.md_404_content .md_410_content_txt,
	.md_410_content .md_404_content_txt,
	.md_410_content .md_410_content_txt {
		position: absolute;
		left: 200px;
		text-align: center;
		font-size: 30px;
		width: 250px;
		font-weight: normal;
		line-height: 34px;
	}
}

.md_404_content .md_404_content_btn,
.md_404_content .md_410_content_btn,
.md_410_content .md_404_content_btn,
.md_410_content .md_410_content_btn {
	margin-top: 20px;
}

/* ENDFILE */
/****************************
	_category_page.scss
****************************/
.content_section_category_videos .filter_category_selects {
	display: none;
}

/* ENDFILE */
/****************************
	_search_page.scss
****************************/
.content_section_search_posts .title_wrapper .title_text {
	width: auto;
}

.content_section_search_posts .title_wrapper .title_text h1,
.content_section_search_posts .title_wrapper .title_text .h2_class {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin: 6px 0;
}

.content_section_search_posts .title_wrapper .filters_wrapper {
	width: 100%;
}

.content_section_search_posts .videos_grid_wrapper {
	display: inline-block;
}

.content_section_search_posts .video_item_wrapper {
	float: left;
}

/* ENDFILE */
/****************************
	_description_pool_page.scss
****************************/
.content_description_pool_wrapper {
	position: relative;
	max-width: 1000px;
	/* dropdown used to flag the video */
}

.content_description_pool_wrapper .content_section_title {
	display: block;
	width: 100%;
}

.content_description_pool_wrapper .content_description_pool {
	margin: 5px 5px 0 5px;
	/* form */
}

.content_description_pool_wrapper .content_description_pool a {
	text-decoration: underline;
	cursor: pointer;
}

.content_description_pool_wrapper .content_description_pool small {
	color: #828282;
	line-height: 17px;
}

.content_description_pool_wrapper .content_description_pool small .icon {
	margin-right: 5px;
}

.content_description_pool_wrapper .content_description_pool .grey_small_text {
	color: #828282;
}

.content_description_pool_wrapper .content_description_pool .form-group {
	margin-bottom: 10px;
}

.content_description_pool_wrapper .content_description_pool textarea {
	width: 100%;
	min-height: 238px;
	resize: vertical;
}

.content_description_pool_wrapper .content_description_pool input {
	width: calc(100% - 47px);
	height: 30px;
}

.content_description_pool_wrapper .content_description_pool .bootstrap-tagsinput,
.content_description_pool_wrapper .content_description_pool #custom_pornstar {
	width: calc(100% - 15px);
	text-align: left;
}

.content_description_pool_wrapper .content_description_pool label .char_counter {
	margin-right: 10px;
	float: right;
	font-weight: bold;
	font-size: 18px;
}

.content_description_pool_wrapper .content_description_pool label .icon {
	margin-right: 10px;
	margin-top: 4px;
	float: right;
	cursor: help;
}

.content_description_pool_wrapper .content_description_pool .label-info {
	display: inline;
	background-color: #55ACEE;
	padding: 0px 5px 2px 5px;
	white-space: nowrap;
}

.content_description_pool_wrapper .content_description_pool #main_categories,
.content_description_pool_wrapper .content_description_pool #categories,
.content_description_pool_wrapper .content_description_pool #pornstars {
	width: 100%;
	height: auto;
	padding: 5px;
}

.content_description_pool_wrapper .content_description_pool #main_categories option,
.content_description_pool_wrapper .content_description_pool #categories option,
.content_description_pool_wrapper .content_description_pool #pornstars option {
	padding: 2px 0 3px 7px;
}

.content_description_pool_wrapper .content_description_pool .user_description_pool_form_submit {
	text-align: center;
	margin: 10px 0;
}

.content_description_pool_wrapper .content_description_pool .user_description_pool_form_submit .btn_submit_description {
	width: 160px;
}

.content_description_pool_wrapper .content_description_pool .circular_loader_wrapper {
	position: absolute;
	display: none;
	width: 100%;
	margin-top: -57%;
	text-align: center;
}

.content_description_pool_wrapper .user_description_pool_info_wrapper {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #3C3C3C;
}

.content_description_pool_wrapper .user_description_pool_uploaded_user {
	float: left;
}

.content_description_pool_wrapper .user_video_file_name {
	margin-top: 10px;
}

.content_description_pool_wrapper .user_description_pool_editing iframe {
	width: 100%;
	height: 408px;
}

.content_description_pool_wrapper .dropdown_wrapper {
	position: relative;
	float: right;
}

.content_description_pool_wrapper .user_description_quality_warning {
	line-height: 17px;
}

.content_description_pool_wrapper .user_description_quality_warning .icon {
	margin-right: 5px;
}

.content_description_pool_wrapper .dropdown_menu {
	display: none;
	position: absolute;
	top: 25px;
	right: 0;
	min-width: 150px;
	color: black;
	background-color: black;
}

.content_description_pool_wrapper .dropdown_menu .dropdown_menu_item {
	cursor: pointer;
	height: 24px;
}

.content_description_pool_wrapper .dropdown_menu .dropdown_menu_item:hover {
	background-color: black;
}

.content_description_pool_wrapper .dropdown_menu input {
	float: left;
	height: auto;
	width: auto;
}

.content_description_pool_wrapper .dropdown_menu .custom_radio {
	width: 0;
}

@media (min-width: 768px) {
	.content_description_pool_wrapper .row {
		display: inline-flex;
	}
}

@media (min-width: 768px) {
	.content_description_pool_wrapper .row .large_row {
		width: 50%;
		padding: 5px 10px;
	}
}

@media (min-width: 992px) {
	.content_description_pool_wrapper .user_description_pool_editing #main_categories {
		height: 88px;
	}
}

@media (min-width: 992px) {
	.content_description_pool_wrapper .user_description_pool_editing #categories {
		height: 254px;
	}
}

@media (min-width: 992px) {
	.content_description_pool_wrapper .user_description_pool_editing #pornstars {
		height: 313px;
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.content_description_pool_wrapper .user_description_pool_editing .add_pornstars {
		height: 59px;
	}
}

.content_description_pool_wrapper .description_pool_report_text_btn {
	margin-left: 5px;
}

/* ENDFILE */
/****************************
	_custom_icons.scss
****************************/
.custom-icon_12_webcam_anim {
	width: 12px;
	height: 12px;
	background-image: url(../../reference/img/icons_light/webcam_anim.gif);
}

.custom-icon_20_live_anim {
	width: 20px;
	height: 20px;
	background-image: url(../../reference/img/icons_light/live_anim.gif);
}

.custom-mn_16_webcam {
	width: 20px;
	height: 20px;
	background-image: url(../../reference/img/icons_light/mn_16_webcam.gif);
}

.custom-mn_16_webcam_hover {
	width: 20px;
	height: 20px;
	background-image: url(../../reference/img/icons_light/mn_16_webcam_hover.gif);
}

/* ENDFILE */
/****************************
	_pagination.scss
****************************/
.pagination {
	text-align: center;
	margin: 15px 0;
	padding-bottom: 10px;
}

.pagination .pagination_page,
.pagination .pagination_space {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	padding: 6px 0;
	width: 30px;
	display: inline-block;
	border-radius: 2px;
}

.pagination .pagination_space {
	width: 30px;
}

.pagination .live_pagination {
	color: black;
	background-color: white;
	display: inline-block;
	padding: 0 5px;
}

.pagination .live_pagination a {
	color: black;
}

.pagination .live_pagination .pagination_page {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	font-weight: bold;
	display: inline-block;
	background-color: #fff;
	color: #1749C6;
	border: 1px solid #1749C6;
	background-image: linear-gradient(#1749C6, #1749C6);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition: background-size .25s ease-out;
}

.pagination .live_pagination .pagination_page.current, .pagination .live_pagination .pagination_page:focus, .pagination .live_pagination .pagination_page:hover {
	background-size: 100% 100%;
	color: white;
}

.pagination .live_pagination .pagination_space {
	width: 5px;
}

@media (min-width: 360px) {
	.pagination .live_pagination .pagination_space {
		width: 10px;
	}
}

@media (min-width: 576px) {
	.pagination .live_pagination .pagination_space {
		width: 20px;
	}
}

@media (min-width: 360px) {
	.pagination .live_pagination .gap::before {
		content: "...";
	}
}

.pagination .live_pagination .ghost {
	display: none;
}

@media (min-width: 768px) {
	.pagination .live_pagination .ghost {
		display: inline-block !important;
	}
}

.pagination .fade_pagination {
	margin-top: 5px;
	color: black;
}

@media (min-width: 768px) {
	.pagination .fade_pagination {
		display: none;
		width: 30px;
	}
}

.pagination .fade_pagination a {
	color: black;
}

.pagination .fade_pagination .pagination_page {
	height: 30px;
	margin-top: 5px;
	display: inline-block;
}

.pagination .fade_pagination .pagination_space {
	width: 20px;
	height: 30px;
}

/* ENDFILE */
/* ENDFILE */
html.light {
	/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
}

html.light .icon-alert_close {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -337px -46px;
	width: 12px;
	height: 12px;
}

html.light .icon-alert_error {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -189px -129px;
	width: 16px;
	height: 16px;
}

html.light .icon-alert_info {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -276px -272px;
	width: 16px;
	height: 16px;
}

html.light .icon-alert_success {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -42px -295px;
	width: 16px;
	height: 16px;
}

html.light .icon-alert_warning {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -61px -295px;
	width: 16px;
	height: 16px;
}

html.light .icon-arrow_white_left {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -337px 0px;
	width: 12px;
	height: 20px;
}

html.light .icon-arrow_white_right {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -337px -23px;
	width: 12px;
	height: 20px;
}

html.light .icon-ic_10_check {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -337px -226px;
	width: 12px;
	height: 10px;
}

html.light .icon-ic_10_close {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -337px -254px;
	width: 10px;
	height: 10px;
}

html.light .icon-ic_12_other_delete {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -337px -61px;
	width: 12px;
	height: 12px;
}

html.light .icon-ic_12_upro_ot_confirmed {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -337px -76px;
	width: 12px;
	height: 12px;
}

html.light .icon-ic_12_upro_ot_phone {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -337px -91px;
	width: 12px;
	height: 12px;
}

html.light .icon-ic_12_vid_th_close {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -337px -106px;
	width: 12px;
	height: 12px;
}

html.light .icon-ic_12_webcam_blink {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -337px -121px;
	width: 12px;
	height: 12px;
}

html.light .icon-ic_16_head_bt_chat {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -80px -295px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_head_bt_close {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -99px -295px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_head_bt_hamburger {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -118px -295px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_head_bt_options {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -137px -295px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_head_bt_search {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -156px -295px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_head_bt_upload {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -175px -295px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_head_bt_user {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -194px -295px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_head_mn_premium {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -213px -295px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_head_mn_webcams_anim {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -232px -295px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_install {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -251px -295px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_search_cat {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -270px -295px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_search_pornstar {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -289px -295px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_search_studio {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -318px 0px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_search_tag {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -318px -19px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_search_video {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -318px -38px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_search_webcam {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -318px -57px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_story_close {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -318px -76px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_story_delete {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -318px -95px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_story_report {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -318px -114px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_tool_facebook {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -318px -133px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_tool_insta {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -318px -152px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_tool_instagram {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -318px -171px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_tool_onlyfans {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -137px -88px;
	width: 16px;
	height: 10px;
}

html.light .icon-ic_16_tool_patreon {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -318px -190px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_tool_sound_off {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -318px -209px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_tool_sound_on {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -318px -228px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_tool_tikporn {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -318px -247px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_tool_tiktok {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -318px -266px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_tool_twitter {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -318px -285px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_tool_view_more {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: 0px -316px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_tool_website {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -19px -316px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_up_grey_instagram {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -38px -316px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_up_grey_onlyfans {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -57px -316px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_up_grey_patreon {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -76px -316px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_up_grey_tiktok {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -95px -316px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_16_up_grey_twitter {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -114px -316px;
	width: 16px;
	height: 16px;
}

html.light .icon-ic_18_ad_pepper {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -295px -138px;
	width: 18px;
	height: 18px;
}

html.light .icon-ic_18_gal_close {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -295px -159px;
	width: 18px;
	height: 18px;
}

html.light .icon-ic_18_gal_comments {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -295px -180px;
	width: 18px;
	height: 18px;
}

html.light .icon-ic_18_gal_download {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -295px -201px;
	width: 18px;
	height: 18px;
}

html.light .icon-ic_18_gal_favorite {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -295px -222px;
	width: 18px;
	height: 18px;
}

html.light .icon-ic_18_gal_pause {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -295px -243px;
	width: 18px;
	height: 18px;
}

html.light .icon-ic_18_gal_play {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -295px -264px;
	width: 18px;
	height: 18px;
}

html.light .icon-ic_18_gal_play2 {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -252px -218px;
	width: 18px;
	height: 18px;
}

html.light .icon-ic_18_story_share {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -273px -218px;
	width: 18px;
	height: 18px;
}

html.light .icon-ic_18_vid_sg_favorites_hover {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: 0px -295px;
	width: 18px;
	height: 18px;
}

html.light .icon-ic_18_vid_sg_like_hover {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -21px -295px;
	width: 18px;
	height: 18px;
}

html.light .icon-ic_19_qlt_4k {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -209px -316px;
	width: 19px;
	height: 13px;
}

html.light .icon-ic_19_qlt_full_hd {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -231px -316px;
	width: 19px;
	height: 13px;
}

html.light .icon-ic_19_qlt_hd {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -253px -316px;
	width: 19px;
	height: 13px;
}

html.light .icon-ic_19_qlt_sd {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -275px -316px;
	width: 19px;
	height: 13px;
}

html.light .icon-ic_22_dislike_red {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -182px -239px;
	width: 22px;
	height: 22px;
}

html.light .icon-ic_22_gal_dislike {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -207px -239px;
	width: 22px;
	height: 22px;
}

html.light .icon-ic_22_gal_like {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -232px -239px;
	width: 22px;
	height: 22px;
}

html.light .icon-ic_22_like_green {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -257px -239px;
	width: 22px;
	height: 22px;
}

html.light .icon-ic_30_avatar {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -252px -119px;
	width: 30px;
	height: 30px;
}

html.light .icon-ic_30_avatar_anonymous {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -252px -86px;
	width: 30px;
	height: 30px;
}

html.light .icon-ic_30_sha_reddit {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -252px -152px;
	width: 30px;
	height: 30px;
}

html.light .icon-ic_30_sha_tumblr {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -252px -185px;
	width: 30px;
	height: 30px;
}

html.light .icon-ic_30_sha_twitter {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -129px -110px;
	width: 30px;
	height: 30px;
}

html.light .icon-ic_30_sha_vk {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -172px -153px;
	width: 30px;
	height: 30px;
}

html.light .icon-ic_30_story_add {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -215px -196px;
	width: 30px;
	height: 30px;
}

html.light .icon-ic_30_story_like {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: 0px -239px;
	width: 30px;
	height: 30px;
}

html.light .icon-ic_30_story_liked {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -33px -239px;
	width: 30px;
	height: 30px;
}

html.light .icon-ic_40_swipe {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -51px -59px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_40_webapp_boafoda {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -94px -59px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_40_webapp_disable_boafoda {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: 0px -110px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_40_webapp_disable_drochy {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -43px -110px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_40_webapp_disable_eispop {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -86px -110px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_40_webapp_disable_gmail {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -166px 0px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_40_webapp_disable_photos {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -166px -43px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_40_webapp_disable_porndig {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -166px -86px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_40_webapp_disable_pornes {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: 0px -153px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_40_webapp_disable_pornototale {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -43px -153px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_40_webapp_disable_tukif {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -86px -153px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_40_webapp_disable_tybito {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -129px -153px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_40_webapp_disable_youtube {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -209px 0px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_40_webapp_drochy {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -209px -43px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_40_webapp_eispop {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -209px -86px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_40_webapp_gmail {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -209px -129px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_40_webapp_photos {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: 0px -196px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_40_webapp_porn {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -43px -196px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_40_webapp_porndig {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -86px -196px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_40_webapp_pornototale {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -129px -196px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_40_webapp_tukif {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -172px -196px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_40_webapp_tybito {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -252px 0px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_40_webapp_youtube {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -252px -43px;
	width: 40px;
	height: 40px;
}

html.light .icon-ic_48_add_up {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: 0px -59px;
	width: 48px;
	height: 48px;
}

html.light .icon-icon_deleted_video {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: 0px 0px;
	width: 80px;
	height: 56px;
}

html.light .icon-play_video_btn {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -83px 0px;
	width: 80px;
	height: 56px;
}

html.light .icon-user_gift_button {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -232px -172px;
	width: 16px;
	height: 18px;
}

html.light .icon-icon_12_arrow_down {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -337px -136px;
	width: 12px;
	height: 12px;
}

html.light .icon-icon_12_arrow_up {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -337px -151px;
	width: 12px;
	height: 12px;
}

html.light .icon-icon_12_dating {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -337px -166px;
	width: 12px;
	height: 12px;
}

html.light .icon-icon_12_report {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -337px -181px;
	width: 12px;
	height: 12px;
}

html.light .icon-icon_12_videos {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -337px -196px;
	width: 12px;
	height: 12px;
}

html.light .icon-icon_12_votes {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -337px -211px;
	width: 12px;
	height: 12px;
}

html.light .icon-icon_12_webcam {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -337px -239px;
	width: 10px;
	height: 12px;
}

html.light .icon-icon_20_cancel {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -209px -172px;
	width: 20px;
	height: 20px;
}

html.light .icon-icon_20_categories {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -166px -129px;
	width: 20px;
	height: 20px;
}

html.light .icon-icon_20_del_video {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: 0px -272px;
	width: 20px;
	height: 20px;
}

html.light .icon-icon_20_delete {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -23px -272px;
	width: 20px;
	height: 20px;
}

html.light .icon-icon_20_dislike {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -46px -272px;
	width: 20px;
	height: 20px;
}

html.light .icon-icon_20_edit {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -69px -272px;
	width: 20px;
	height: 20px;
}

html.light .icon-icon_20_favorite {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -92px -272px;
	width: 20px;
	height: 20px;
}

html.light .icon-icon_20_history {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -115px -272px;
	width: 20px;
	height: 20px;
}

html.light .icon-icon_20_home {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -138px -272px;
	width: 20px;
	height: 20px;
}

html.light .icon-icon_20_like {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -161px -272px;
	width: 20px;
	height: 20px;
}

html.light .icon-icon_20_login {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -184px -272px;
	width: 20px;
	height: 20px;
}

html.light .icon-icon_20_logout {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -207px -272px;
	width: 20px;
	height: 20px;
}

html.light .icon-icon_20_profile {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -230px -272px;
	width: 20px;
	height: 20px;
}

html.light .icon-icon_20_register {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -253px -272px;
	width: 20px;
	height: 20px;
}

html.light .icon-icon_20_search {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -295px 0px;
	width: 20px;
	height: 20px;
}

html.light .icon-icon_20_sidebar {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -295px -23px;
	width: 20px;
	height: 20px;
}

html.light .icon-icon_20_top_videos {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -295px -46px;
	width: 20px;
	height: 20px;
}

html.light .icon-icon_20_upload {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -295px -69px;
	width: 20px;
	height: 20px;
}

html.light .icon-icon_20_uploads {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -295px -92px;
	width: 20px;
	height: 20px;
}

html.light .icon-icon_26_arrow {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -137px -59px;
	width: 26px;
	height: 26px;
}

html.light .icon-icon_26_close {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -66px -239px;
	width: 26px;
	height: 26px;
}

html.light .icon-icon_26_hamburger {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -95px -239px;
	width: 26px;
	height: 26px;
}

html.light .icon-icon_26_search {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -124px -239px;
	width: 26px;
	height: 26px;
}

html.light .icon-icon_26_user_menu {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -153px -239px;
	width: 26px;
	height: 26px;
}

html.light .icon-live_anim {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -295px -115px;
	width: 20px;
	height: 20px;
}

html.light .icon-mn_16_dating {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -152px -316px;
	width: 16px;
	height: 16px;
}

html.light .icon-mn_16_dating_hover {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -133px -316px;
	width: 16px;
	height: 16px;
}

html.light .icon-mn_16_webcam {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -190px -316px;
	width: 16px;
	height: 16px;
}

html.light .icon-mn_16_webcam_hover {
	background-image: url(../img/spritesheet_light.28f6ce4f.png);
	background-position: -171px -316px;
	width: 16px;
	height: 16px;
}

html.dark {
	/****************************
	colors definition
	_colors.scss
****************************/
	/* endfile */
	/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
}

html.dark .icon-alert_close {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -337px -46px;
	width: 12px;
	height: 12px;
}

html.dark .icon-alert_error {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -189px -129px;
	width: 16px;
	height: 16px;
}

html.dark .icon-alert_info {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -276px -272px;
	width: 16px;
	height: 16px;
}

html.dark .icon-alert_success {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -21px -295px;
	width: 16px;
	height: 16px;
}

html.dark .icon-alert_warning {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -40px -295px;
	width: 16px;
	height: 16px;
}

html.dark .icon-arrow_white_left {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -337px 0px;
	width: 12px;
	height: 20px;
}

html.dark .icon-arrow_white_right {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -337px -23px;
	width: 12px;
	height: 20px;
}

html.dark .icon-ic_10_check {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -337px -226px;
	width: 12px;
	height: 10px;
}

html.dark .icon-ic_10_close {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -337px -254px;
	width: 10px;
	height: 10px;
}

html.dark .icon-ic_12_other_delete {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -337px -61px;
	width: 12px;
	height: 12px;
}

html.dark .icon-ic_12_upro_ot_confirmed {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -337px -76px;
	width: 12px;
	height: 12px;
}

html.dark .icon-ic_12_upro_ot_phone {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -337px -91px;
	width: 12px;
	height: 12px;
}

html.dark .icon-ic_12_vid_th_close {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -337px -106px;
	width: 12px;
	height: 12px;
}

html.dark .icon-ic_12_webcam_blink {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -337px -121px;
	width: 12px;
	height: 12px;
}

html.dark .icon-ic_16_head_bt_chat {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -59px -295px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_head_bt_close {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -78px -295px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_head_bt_hamburger {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -97px -295px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_head_bt_options {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -116px -295px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_head_bt_search {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -135px -295px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_head_bt_upload {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -154px -295px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_head_bt_user {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -173px -295px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_head_mn_premium {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -192px -295px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_head_mn_webcams_anim {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -211px -295px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_install {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -230px -295px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_search_cat {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -249px -295px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_search_pornstar {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -268px -295px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_search_studio {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -287px -295px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_search_tag {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -318px 0px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_search_video {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -318px -19px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_search_webcam {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -318px -38px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_story_close {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -318px -57px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_story_delete {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -318px -76px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_story_report {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -318px -95px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_tool_facebook {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -318px -114px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_tool_insta {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -318px -133px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_tool_instagram {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -318px -152px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_tool_onlyfans {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -137px -88px;
	width: 16px;
	height: 10px;
}

html.dark .icon-ic_16_tool_patreon {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -318px -171px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_tool_sound_off {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -318px -190px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_tool_sound_on {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -318px -209px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_tool_tikporn {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -318px -228px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_tool_tiktok {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -318px -247px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_tool_twitter {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -318px -266px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_tool_view_more {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -318px -285px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_tool_website {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: 0px -316px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_up_grey_instagram {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -19px -316px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_up_grey_onlyfans {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -38px -316px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_up_grey_patreon {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -57px -316px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_up_grey_tiktok {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -76px -316px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_16_up_grey_twitter {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -95px -316px;
	width: 16px;
	height: 16px;
}

html.dark .icon-ic_18_ad_pepper {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -295px -115px;
	width: 18px;
	height: 18px;
}

html.dark .icon-ic_18_gal_close {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -295px -136px;
	width: 18px;
	height: 18px;
}

html.dark .icon-ic_18_gal_comments {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -295px -157px;
	width: 18px;
	height: 18px;
}

html.dark .icon-ic_18_gal_download {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -295px -178px;
	width: 18px;
	height: 18px;
}

html.dark .icon-ic_18_gal_favorite {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -295px -199px;
	width: 18px;
	height: 18px;
}

html.dark .icon-ic_18_gal_pause {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -295px -220px;
	width: 18px;
	height: 18px;
}

html.dark .icon-ic_18_gal_play {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -295px -241px;
	width: 18px;
	height: 18px;
}

html.dark .icon-ic_18_gal_play2 {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -295px -262px;
	width: 18px;
	height: 18px;
}

html.dark .icon-ic_18_story_share {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -252px -218px;
	width: 18px;
	height: 18px;
}

html.dark .icon-ic_18_vid_sg_favorites_hover {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -273px -218px;
	width: 18px;
	height: 18px;
}

html.dark .icon-ic_18_vid_sg_like_hover {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: 0px -295px;
	width: 18px;
	height: 18px;
}

html.dark .icon-ic_19_qlt_4k {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -190px -316px;
	width: 19px;
	height: 13px;
}

html.dark .icon-ic_19_qlt_full_hd {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -212px -316px;
	width: 19px;
	height: 13px;
}

html.dark .icon-ic_19_qlt_hd {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -234px -316px;
	width: 19px;
	height: 13px;
}

html.dark .icon-ic_19_qlt_sd {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -256px -316px;
	width: 19px;
	height: 13px;
}

html.dark .icon-ic_22_dislike_red {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -182px -239px;
	width: 22px;
	height: 22px;
}

html.dark .icon-ic_22_gal_dislike {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -207px -239px;
	width: 22px;
	height: 22px;
}

html.dark .icon-ic_22_gal_like {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -232px -239px;
	width: 22px;
	height: 22px;
}

html.dark .icon-ic_22_like_green {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -257px -239px;
	width: 22px;
	height: 22px;
}

html.dark .icon-ic_30_avatar {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -252px -119px;
	width: 30px;
	height: 30px;
}

html.dark .icon-ic_30_avatar_anonymous {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -252px -86px;
	width: 30px;
	height: 30px;
}

html.dark .icon-ic_30_sha_reddit {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -252px -152px;
	width: 30px;
	height: 30px;
}

html.dark .icon-ic_30_sha_tumblr {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -252px -185px;
	width: 30px;
	height: 30px;
}

html.dark .icon-ic_30_sha_twitter {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -129px -110px;
	width: 30px;
	height: 30px;
}

html.dark .icon-ic_30_sha_vk {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -172px -153px;
	width: 30px;
	height: 30px;
}

html.dark .icon-ic_30_story_add {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -215px -196px;
	width: 30px;
	height: 30px;
}

html.dark .icon-ic_30_story_like {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: 0px -239px;
	width: 30px;
	height: 30px;
}

html.dark .icon-ic_30_story_liked {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -33px -239px;
	width: 30px;
	height: 30px;
}

html.dark .icon-ic_40_swipe {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -51px -59px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_40_webapp_boafoda {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -94px -59px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_40_webapp_disable_boafoda {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: 0px -110px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_40_webapp_disable_drochy {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -43px -110px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_40_webapp_disable_eispop {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -86px -110px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_40_webapp_disable_gmail {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -166px 0px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_40_webapp_disable_photos {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -166px -43px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_40_webapp_disable_porndig {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -166px -86px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_40_webapp_disable_pornes {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: 0px -153px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_40_webapp_disable_pornototale {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -43px -153px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_40_webapp_disable_tukif {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -86px -153px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_40_webapp_disable_tybito {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -129px -153px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_40_webapp_disable_youtube {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -209px 0px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_40_webapp_drochy {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -209px -43px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_40_webapp_eispop {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -209px -86px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_40_webapp_gmail {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -209px -129px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_40_webapp_photos {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: 0px -196px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_40_webapp_porn {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -43px -196px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_40_webapp_porndig {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -86px -196px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_40_webapp_pornototale {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -129px -196px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_40_webapp_tukif {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -172px -196px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_40_webapp_tybito {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -252px 0px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_40_webapp_youtube {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -252px -43px;
	width: 40px;
	height: 40px;
}

html.dark .icon-ic_48_add_up {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: 0px -59px;
	width: 48px;
	height: 48px;
}

html.dark .icon-icon_deleted_video {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: 0px 0px;
	width: 80px;
	height: 56px;
}

html.dark .icon-play_video_btn {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -83px 0px;
	width: 80px;
	height: 56px;
}

html.dark .icon-user_gift_button {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -232px -172px;
	width: 16px;
	height: 18px;
}

html.dark .icon-icon_12_arrow_down {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -337px -136px;
	width: 12px;
	height: 12px;
}

html.dark .icon-icon_12_arrow_up {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -337px -151px;
	width: 12px;
	height: 12px;
}

html.dark .icon-icon_12_dating {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -337px -166px;
	width: 12px;
	height: 12px;
}

html.dark .icon-icon_12_report {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -337px -181px;
	width: 12px;
	height: 12px;
}

html.dark .icon-icon_12_videos {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -337px -196px;
	width: 12px;
	height: 12px;
}

html.dark .icon-icon_12_votes {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -337px -211px;
	width: 12px;
	height: 12px;
}

html.dark .icon-icon_12_webcam {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -337px -239px;
	width: 10px;
	height: 12px;
}

html.dark .icon-icon_20_cancel {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -209px -172px;
	width: 20px;
	height: 20px;
}

html.dark .icon-icon_20_categories {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -166px -129px;
	width: 20px;
	height: 20px;
}

html.dark .icon-icon_20_del_video {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: 0px -272px;
	width: 20px;
	height: 20px;
}

html.dark .icon-icon_20_delete {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -23px -272px;
	width: 20px;
	height: 20px;
}

html.dark .icon-icon_20_dislike {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -46px -272px;
	width: 20px;
	height: 20px;
}

html.dark .icon-icon_20_edit {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -69px -272px;
	width: 20px;
	height: 20px;
}

html.dark .icon-icon_20_favorite {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -92px -272px;
	width: 20px;
	height: 20px;
}

html.dark .icon-icon_20_history {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -115px -272px;
	width: 20px;
	height: 20px;
}

html.dark .icon-icon_20_home {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -138px -272px;
	width: 20px;
	height: 20px;
}

html.dark .icon-icon_20_like {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -161px -272px;
	width: 20px;
	height: 20px;
}

html.dark .icon-icon_20_login {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -184px -272px;
	width: 20px;
	height: 20px;
}

html.dark .icon-icon_20_logout {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -207px -272px;
	width: 20px;
	height: 20px;
}

html.dark .icon-icon_20_profile {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -230px -272px;
	width: 20px;
	height: 20px;
}

html.dark .icon-icon_20_register {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -253px -272px;
	width: 20px;
	height: 20px;
}

html.dark .icon-icon_20_search {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -295px 0px;
	width: 20px;
	height: 20px;
}

html.dark .icon-icon_20_sidebar {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -295px -23px;
	width: 20px;
	height: 20px;
}

html.dark .icon-icon_20_top_videos {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -295px -46px;
	width: 20px;
	height: 20px;
}

html.dark .icon-icon_20_uploads {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -295px -69px;
	width: 20px;
	height: 20px;
}

html.dark .icon-icon_26_arrow {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -137px -59px;
	width: 26px;
	height: 26px;
}

html.dark .icon-icon_26_close {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -66px -239px;
	width: 26px;
	height: 26px;
}

html.dark .icon-icon_26_hamburger {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -95px -239px;
	width: 26px;
	height: 26px;
}

html.dark .icon-icon_26_search {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -124px -239px;
	width: 26px;
	height: 26px;
}

html.dark .icon-icon_26_user_menu {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -153px -239px;
	width: 26px;
	height: 26px;
}

html.dark .icon-live_anim {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -295px -92px;
	width: 20px;
	height: 20px;
}

html.dark .icon-mn_16_dating {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -133px -316px;
	width: 16px;
	height: 16px;
}

html.dark .icon-mn_16_dating_hover {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -114px -316px;
	width: 16px;
	height: 16px;
}

html.dark .icon-mn_16_webcam {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -171px -316px;
	width: 16px;
	height: 16px;
}

html.dark .icon-mn_16_webcam_hover {
	background-image: url(../img/spritesheet_dark.f5e9aa45.png);
	background-position: -152px -316px;
	width: 16px;
	height: 16px;
}
