body,
.site-header,
.sidebar-menu,
.search-panel,
.action-btns a:hover,
.info-group a:hover,
.site-footer .footer-links a:hover {
	background-color: rgb(15, 15, 15);
}

.sidebar-title,
.sidebar-menu a:hover,
.sidebar-menu a.active,
.site-footer,
.model-info-section {
	background-color: rgb(25, 25, 25);
}

figure,
.search-panel .search-input,
.sidebar-menu nav::-webkit-scrollbar,
.category-tabs nav::-webkit-scrollbar,
.sidebar-title:before,
.category-tabs a,
.page-navigation a,
.page-navigation span,
.action-btns a,
.info-group,
.info-group a,
.site-footer .footer-links a {
	background-color: rgb(45, 45, 45);
}

.category-tabs a:hover,
.page-navigation a:hover {
	background-color: rgb(65, 65, 65);
}

.search-panel .search-input,
.action-btns a,
.info-group a,
.site-footer .footer-links a {
	border-color: rgb(65, 65, 65);
}

body,
.search-panel input::placeholder,
.sidebar-menu a,
.site-footer .footer-links a {
	color: rgb(185, 185, 185);
}

a,
h1,
h2,
.menu-toggle,
.search-toggle,
.site-footer-title,
.search-panel button,
.search-panel input,
.thumb-label,
.sidebar-title,
.sidebar-menu a:hover,
.site-footer .footer-links a:hover,
.info-group span {
	color: rgb(255, 255, 255);
}

.error-message,
.menu-toggle.active,
.search-toggle.active,
.site-footer .footer-links a:before,
.page-navigation a.more:after,
.search-panel button:hover,
a.site-logo,
.sidebar-menu a.active {
	color: rgb(255, 40, 100);
}

#scroll-top,
.sidebar-menu nav::-webkit-scrollbar-thumb,
.category-tabs nav::-webkit-scrollbar-thumb,
.page-navigation a.active,
.page-navigation span.active,
a.site-logo span,
.category-tabs a.active,
.action-btns a.msg-btn:hover {
	background-color: rgb(255, 40, 100);
	color: rgb(255, 255, 255);
}

.action-btns a.msg-btn {
	background-color: rgb(235, 20, 80);
	color: rgb(255, 255, 255);
}

a.site-logo span {
	background: linear-gradient(to left bottom, rgb(255, 0, 100), rgb(255, 80, 100));
}

.sidebar-title,
.action-btns a:hover,
.action-btns a.msg-btn,
.info-group a:hover,
.site-footer .footer-links a:hover {
	border-color: rgb(255, 40, 100);
}

.thumb-metadata,
.thumb-label {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.preview-thumb figure:after {
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 70px;
}

body.overlay-active:after,
.thumb-label {
	background-color: rgba(0, 0, 0, 0.7);
}

@font-face {
	font-family: "Inter";
	font-weight: normal;
	font-style: normal;
	src: url(../fonts/font/Inter_18pt-Regular.ttf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Inter";
	font-weight: bold;
	font-style: normal;
	src: url(../fonts/font/Inter_18pt-Bold.ttf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Line Awesome Free";
	font-weight: 900;
	src: url(../fonts/iconfont/la-solid-900.woff2) format("woff2");
	font-display: swap;
}

body,
html,
div,
p,
a,
ul,
li,
input,
button,
form,
header,
main,
article,
section,
footer,
aside,
figure,
textarea,
span,
img,
h1,
h2,
h3 {
	margin: 0;
	padding: 0;
}
header {
	display: block;
}

body,
input {
	font-family: "Inter", Arial, sans-serif;
}

:after,
:before {
	font-family: "Line Awesome Free";
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	height: inherit;
	line-height: inherit;
	text-rendering: optimizeLegibility !important;
	overflow: hidden;
}
li {
	list-style-type: none;
}
img {
	display: block;
}
a {
	text-decoration: none;
	box-sizing: content-box;
	cursor: pointer;
	transition: 0.1s ease;
}

body {
	font-size: 14px;
	line-height: 20px;
	padding-top: 50px;
}
body.overlay-active {
	overflow: hidden;
}
body.overlay-active:after {
	content: "";
	display: block;
	z-index: 89000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

h1,
h2,
h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 10px 10px 0 10px;
	clear: both;
}
h2 {
	font-size: 16px;
	line-height: 22px;
	margin-top: 40px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
}

.main-wrapper {
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	min-width: 320px;
	position: relative;
}

.site-header {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	padding-bottom: 10px;
}
.site-header .main-wrapper {
	overflow: visible;
}

.menu-toggle {
	display: block;
	float: left;
	border: 0 none;
	cursor: pointer;
	background: none;
	margin: 10px 0 0 10px;
	width: 24px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 24px;
}
.menu-toggle:before {
	transition: 0.3s ease;
	content: "\f0c9";
}
.menu-toggle.active:before {
	content: "\f00d";
}

a.site-logo {
	margin: 10px 10px 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
}
a.site-logo span {
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	padding: 0 7px;
	font-weight: bold;
	font-size: 18px;
}
a.site-logo img {
	width: auto;
	height: inherit;
}

.search-toggle {
	display: block;
	float: right;
	border: 0 none;
	cursor: pointer;
	background: none;
	margin: 10px 10px 0 0;
	width: 24px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 22px;
}
.search-toggle:before {
	transition: 0.3s ease;
	content: "\f002";
	transform: rotate(-90deg);
}
.search-toggle.active:before {
	content: "\f00d";
}

.search-panel {
	display: none;
	overflow: hidden;
	padding: 0 10px 10px 10px;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
}
.search-panel.active {
	display: block;
}
.search-panel form {
	position: relative;
	overflow: hidden;
}
.search-panel .search-input {
	border-radius: 50px;
	border-width: 2px;
	border-style: solid;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	padding: 0 20px 0 40px;
}
.search-panel input {
	background: none;
	border: 0 none;
	width: 100%;
	outline: 0 none;
	font-size: 14px;
	height: inherit;
	line-height: normal;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.search-panel button {
	background: none;
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 8px;
	border: 0 none;
	cursor: pointer;
	outline: 0 none;
	font-size: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.search-panel button:before {
	transform: rotate(-90deg);
	content: "\f002";
}

.sidebar-menu {
	opacity: 0;
	transition: 0.2s ease;
	position: fixed;
	z-index: 90000;
	top: 50px;
	bottom: 0;
	overflow: hidden;
	left: -150%;
	width: 300px;
}
.sidebar-menu.active {
	opacity: 1;
	left: 0;
}
.sidebar-group {
	overflow: hidden;
}
.sidebar-menu nav {
	overflow-y: auto;
	height: 100%;
}
.sidebar-menu nav::-webkit-scrollbar {
	width: 3px;
}
.sidebar-menu a {
	margin-top: 1px;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px 0 33px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
.sidebar-title {
	border-left-width: 4px;
	border-left-style: solid;
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	padding: 0 20px 0 3px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sidebar-title:before {
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 50%;
	font-size: 20px;
	float: left;
	display: block;
	margin: 5px 8px 0 5px;
	text-align: center;
}
.sidebar-title.searches:before {
	content: "\f002";
}
.sidebar-title.cats:before {
	content: "\f0b0";
}
.sidebar-title.tags:before {
	content: "\f02c";
}

.category-tabs {
	overflow: hidden;
	margin: 10px 0 0 0;
}
.category-tabs nav {
	scrollbar-width: thin;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 10px;
	margin: 0 0 0 10px;
	font-size: 0;
}
.category-tabs nav > * {
	flex: 0 0 auto;
}
.category-tabs nav::-webkit-scrollbar {
	height: 3px;
	width: 3px;
}
.category-tabs a {
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 0 8px 0 6px;
	border-radius: 50px;
	height: 32px;
	line-height: 32px;
	margin-right: 5px;
}
.category-tabs a:before {
	content: "";
	width: 14px;
	font-size: 14px;
	margin-right: 2px;
}

a.home:before {
	content: "\f015";
}
a.all-cats:before {
	content: "\f00a";
}
a.mars:before {
	content: "\f222";
}
a.venus:before {
	content: "\f221";
}
a.transgender:before {
	content: "\f224";
}
a.venus-mars:before {
	content: "\f228";
}

.thumbs-grid {
	padding: 6px 2px 0 2px;
}
.preview-thumb {
	width: 50%;
	float: left;
}
.preview-thumb article {
	overflow: hidden;
	margin: 4px 2px 0 2px;
	position: relative;
}
.preview-thumb a {
	display: block;
	overflow: hidden;
	position: relative;
}
.preview-thumb figure {
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
}
.preview-thumb figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.thumb-metadata {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 10px 7px 10px;
	z-index: 10;
}

.thumb-name {
	height: 20px;
	line-height: 20px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
	font-size: 15px;
}

.thumb-stats {
	overflow: hidden;
	height: 14px;
}
.stat-viewers,
.stat-age {
	margin-right: 10px;
	font-weight: normal;
	float: left;
	display: block;
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	overflow: hidden;
}
.stat-viewers:before {
	content: "\f06e";
	width: 16px;
	font-size: 16px;
	float: left;
	display: block;
	margin: 0 2px 0 0;
}

.thumb-label {
	height: 18px;
	line-height: 18px;
	padding: 0 5px;
	border-radius: 20px;
	font-size: 10px;
	text-transform: uppercase;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}

.page-navigation {
	clear: both;
	padding: 36px 0 10px 0;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}
.page-navigation a,
.page-navigation span {
	border-radius: 50px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 4px 2px 0 2px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	min-width: 20px;
	font-size: 14px;
}
.page-navigation a.prev:after {
	content: "\f104";
}
.page-navigation a.next:after,
.page-navigation a.next.more:after {
	content: "\f105";
}
.page-navigation a.more {
	padding: 0 20px 0 25px;
	font-size: 15px;
	text-transform: uppercase;
	height: 47px;
	line-height: 47px;
}
.page-navigation a.more:after {
	transform: rotateZ(90deg);
	content: "\f35d";
	margin-left: 15px;
	font-size: 24px;
	width: 24px;
}
.page-navigation a.all:after {
	transform: rotateZ(0deg);
	margin-top: -1px;
}

.about-section {
	clear: both;
}
.about-section p {
	margin: 10px 10px 0 10px;
	text-align: justify;
}
.about-section a {
	text-decoration: underline;
	font-weight: bold;
}
.about-section a:hover {
	text-decoration: none;
}
.about-section ul {
	padding: 5px 10px 0 10px;
}
.about-section li {
	margin-top: 5px;
	list-style-type: disc;
	margin-left: 20px;
}

.about-section.error-page,
.about-section.error-page p {
	text-align: center;
}
.error-message {
	font-size: 150px;
	height: 150px;
	line-height: 150px;
	margin: 20px 10px 0 10px;
}
.error-message:after {
	content: "\f119";
}

.model-info-section {
	padding: 0 0 10px 10px;
}

.stream-container {
	overflow: hidden;
}
.video-embed {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.video-embed.error {
	padding-top: 0;
}
.video-embed iframe {
	border: 0 none !important;
	display: inline-block;
	max-width: 100%;
}
.video-embed video {
	border: 0 none !important;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.video-embed source {
	border: 0 none !important;
}

.action-btns {
	overflow: hidden;
	padding: 5px 0 0 0;
}
.action-btns a {
	border-left-width: 4px;
	border-left-style: solid;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 8px;
	font-size: 12px;
	position: relative;
	overflow: hidden;
	margin: 5px 3px 0 0;
	float: left;
}
.action-btns a:after {
	border-radius: inherit;
	width: 100%;
	height: 100%;
	padding: 1px;
	top: -1px;
	left: -1px;
	content: "";
	opacity: 0;
	position: absolute;
	transition: 0.3s ease;
	z-index: -1;
}
.action-btns a:hover:after,
.action-btns a.msg-btn:after {
	opacity: 1;
}

.action-btns a:before {
	margin-right: 2px;
	width: 15px;
	font-size: 15px;
}
.action-btns a.msg-btn:before {
	content: "\f0e0";
}
.action-btns a.pvt-btn:before {
	content: "\f086";
}
.action-btns a.prof-btn:before {
	content: "\f2c2";
}

.performer-info {
	overflow: hidden;
	line-height: 28px;
	padding: 5px 10px 0 0;
}
.info-group {
	overflow: hidden;
	margin: 5px 0 0 0;
	padding: 5px 10px;
}
.info-group span {
	font-weight: bold;
}
.info-tags-group {
	margin-top: 10px;
	border-radius: 0;
	background: none;
	padding: 0;
}
.info-tag-links {
	overflow: hidden;
	font-size: 0;
	padding: 0 5px 0 0;
}
.info-tag-links a {
	border-left-width: 4px;
	border-left-style: solid;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding: 0 15px;
	margin: 5px 5px 0 0;
}

.site-footer {
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	padding-bottom: 40px;
	margin-top: 40px;
}
.site-footer p {
	margin: 20px 10px 0 10px;
}
.site-footer-title {
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	margin: 20px 10px 0 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.site-footer .footer-links {
	columns: 2;
	column-count: 2;
	column-gap: 0;
	overflow: hidden;
	padding: 10px 18px 0 18px;
	clear: both;
}
.site-footer .footer-links a {
	border-left-width: 3px;
	border-left-style: solid;
	display: block;
	min-height: 34px;
	line-height: 20px;
	margin: 0 2px 4px 2px;
	padding: 7px 10px 7px 30px;
	word-wrap: break-word;
	text-align: left;
	position: relative;
	break-inside: avoid;
}
.site-footer .footer-links a:before {
	content: "\f002";
	width: 16px;
	font-size: 16px;
	margin-right: 4px;
	position: absolute;
	left: 10px;
	top: 7px;
}

#scroll-top {
	border: 0 none;
	border-radius: 50%;
	overflow: hidden;
	opacity: 0.9;
	position: fixed;
	z-index: 20000;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	display: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
}
#scroll-top:before {
	content: "\f106";
	display: block;
	height: inherit;
	line-height: inherit;
	font-weight: 900;
}
#scroll-top:hover {
	opacity: 1;
}
#scroll-top.without-navigation {
	bottom: 40px;
}

@media all and (min-width: 380px) {
	.category-tabs a {
		font-size: 12px;
		padding: 0 10px 0 7px;
		margin-right: 6px;
	}
	.category-tabs a:before {
		width: 15px;
		font-size: 15px;
		margin-right: 3px;
	}
}

@media all and (min-width: 460px) {
	a.site-logo {
		font-size: 22px;
	}
	a.site-logo span {
		font-size: 20px;
	}
	.category-tabs a {
		font-size: 13px;
		padding: 0 12px 0 8px;
		margin-right: 7px;
	}
	.category-tabs a:before {
		width: 16px;
		font-size: 16px;
		margin-right: 3px;
	}
	.action-btns a {
		padding: 0 12px;
		font-size: 14px;
	}
	.action-btns a:before {
		margin-right: 3px;
		width: 17px;
		font-size: 17px;
	}
	.site-footer .footer-links {
		columns: 3;
		column-count: 3;
	}
}

@media all and (min-width: 640px) {
	a.site-logo {
		font-size: 24px;
	}
	a.site-logo span {
		font-size: 22px;
	}
	h1,
	h2 {
		font-size: 20px;
		line-height: 26px;
	}
	h2 {
		margin-top: 40px;
		font-size: 20px;
		line-height: 26px;
	}
	.category-tabs a {
		font-size: 14px;
		padding: 0 16px 0 10px;
	}
	.category-tabs a:before {
		width: 18px;
		font-size: 18px;
		margin-right: 4px;
	}
	.preview-thumb {
		width: 33.3333%;
	}
	.page-navigation a,
	.page-navigation span {
		height: 40px;
		line-height: 40px;
		min-width: 30px;
	}
	.page-navigation a.more {
		padding: 0 30px 0 35px;
	}
	.action-btns a {
		height: 50px;
		line-height: 50px;
		padding: 0 15px;
		font-size: 16px;
	}
	.action-btns a:before {
		margin-right: 4px;
		width: 20px;
		font-size: 20px;
	}
	#scroll-top {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 22px;
	}
	.site-footer .footer-links {
		columns: 4;
		column-count: 4;
	}
}

@media all and (min-width: 1020px) {
	a.site-logo {
		margin-left: 20px;
	}
	.site-header .main-wrapper {
		padding-left: 0;
	}
	.search-toggle,
	.menu-toggle {
		display: none;
	}
	.search-panel {
		display: block !important;
		position: static;
		float: right;
		width: 320px;
		padding: 10px 20px 0 10px;
	}
	.search-panel .search-input {
		border: 0 none;
		height: 30px;
		line-height: 30px;
	}
	.search-panel button {
		font-size: 18px;
		top: 0;
	}
	body.overlay-active {
		overflow: visible;
	}
	body.overlay-active:after {
		display: none !important;
	}
	.sidebar-menu {
		opacity: 1 !important;
		left: 0 !important;
		width: 225px;
	}
	.category-tabs nav {
		margin-top: 0;
		padding-bottom: 0;
	}
	.category-tabs a {
		font-size: 15px;
		padding: 0 20px 0 10px;
	}
	.category-tabs a:before {
		width: 20px;
		font-size: 20px;
		margin-right: 5px;
	}
	.main-wrapper {
		padding-left: 225px;
	}
	h1,
	h2 {
		padding-left: 0;
	}
	.site-footer-title {
		padding-left: 235px;
	}
	.site-footer .footer-links {
		padding-left: 243px;
	}
	.page-navigation a,
	.page-navigation span {
		height: 50px;
		line-height: 50px;
		min-width: 40px;
	}
	.chat-header-bar {
		overflow: hidden;
	}
	.chat-header-bar h1 {
		clear: none;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		height: 45px;
		line-height: 45px;
	}
	.chat-header-bar .category-tabs {
		float: right;
		margin-left: 40px;
	}
	.model-info-section {
		margin: 4px 4px 0 4px;
	}
	.model-info-section h1 {
		padding-top: 10px;
	}
	.action-btns a {
		font-size: 20px;
		padding: 0 30px;
	}
	.action-btns a:before {
		width: 22px;
		font-size: 22px;
	}
	.performer-info {
		padding-top: 10px;
		font-size: 14px;
	}
	.info-group {
		float: left;
		margin: 10px 10px 0 0;
		padding: 5px 15px;
	}
	.info-tags-group {
		margin: 20px 0 0 0;
		padding: 0;
	}
	.info-tag-links a {
		height: 35px;
		line-height: 35px;
	}
	.preview-thumb {
		width: 25%;
	}
}

@media all and (min-width: 1580px) {
	.preview-thumb {
		width: 20%;
	}
}

@media all and (min-width: 1920px) {
	.preview-thumb {
		width: 16.6666%;
	}
}

@media all and (min-width: 1260px) {
	.site-footer .footer-links {
		columns: 6;
		column-count: 6;
	}
	.site-footer {
		padding-top: 20px;
	}
}

@media all and (max-width: 1020px) {
	* {
		-webkit-tap-highlight-color: transparent;
		-webkit-focus-ring-color: transparent;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
}
