body,
.performer-tag-list a,
.detail-group {
	background-color: rgb(235, 235, 235);
}

.cam-card figure,
.sidebar-nav nav::-webkit-scrollbar {
	background-color: rgb(225, 225, 225);
}

.cam-card article,
.page-nums a,
.page-nums span,
.sidebar-nav,
.performer-data,
.btn-actions a {
	background-color: rgb(255, 255, 255);
}

.performer-tag-list a {
	border-color: rgb(175, 175, 175);
}

body,
a.site-brand span.type-2 {
	color: rgb(95, 95, 95);
}

.top-bar,
.bottom-bar,
.find-form,
.page-nums a:hover,
.page-nums a.active,
.page-nums a.more,
.btn-actions a:hover,
.btn-actions a.msg-btn:hover,
.performer-tag-list a:hover {
	background-color: rgb(0, 20, 46);
}

.find-form .form-input,
.mobile-nav-btn,
.mobile-find-btn {
	background-color: rgb(40, 60, 86);
}

a.site-brand,
.find-form button,
.find-form input,
.find-form .form-input,
.find-form input::placeholder,
.mobile-nav-btn,
.mobile-find-btn,
.bottom-bar-title,
.badge-new,
.view-count,
.performer-tag-list a:hover {
	color: rgb(255, 255, 255);
}

a,
h1,
h2,
.sidebar-header,
.sidebar-nav a,
.page-nums a,
.page-nums span,
.detail-group span {
	color: rgb(5, 5, 5);
}

.bottom-bar .bottom-links a,
.bottom-bar {
	color: rgba(255, 255, 255, 0.7);
}

.error-icon,
.mobile-nav-btn.active,
.mobile-find-btn.active,
a.site-brand span,
.find-form button:hover,
.sidebar-nav a:hover,
.sidebar-nav a.active,
.bottom-bar .bottom-links a:hover,
.bottom-bar .bottom-links a:before,
.performer-tag-list a:hover,
.page-nums a:hover,
.page-nums a.active,
.page-nums a.more,
.model-name:hover,
.btn-actions a:hover,
.btn-actions a.msg-btn:hover {
	color: rgb(0, 205, 215);
}

#top-btn,
.mobile-nav-btn.active,
.mobile-find-btn.active,
.sidebar-nav nav::-webkit-scrollbar-thumb,
.sidebar-sort a:before,
.btn-actions a.msg-btn,
.badge-new,
.page-nums a.more:hover {
	background-color: rgb(0, 205, 215);
	color: rgb(255, 255, 255);
}

.gender-nav a:hover,
.gender-nav a.active,
.performer-tag-list a:hover {
	border-color: rgb(0, 205, 215);
}

body.sidebar-open:after,
body.search-open:after,
.view-count {
	background-color: rgba(0, 2, 6, 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;
}

body {
	font-size: 14px;
	line-height: 20px;
	padding-top: 50px;
}
body.sidebar-open,
body.search-open {
	overflow: hidden;
}
body.sidebar-open:after,
body.search-open:after {
	content: "";
	z-index: 89000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

main {
	overflow: hidden;
}

h1,
h2,
h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	margin: 10px 10px 0 10px;
	clear: both;
}
h2 {
	font-size: 18px;
	line-height: 22px;
	margin-top: 40px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
}

.container {
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	min-width: 320px;
}

.top-bar {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
}
.top-bar .container {
	overflow: visible;
}

.mobile-nav-btn {
	border-radius: 4px;
	display: block;
	float: left;
	border: 0 none;
	cursor: pointer;
	margin: 10px 0 0 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 24px;
}
.mobile-nav-btn:before {
	content: "\f0c9";
}
.mobile-nav-btn.active:before {
	content: "\f00d";
}

.mobile-find-btn {
	border-radius: 4px;
	display: block;
	float: right;
	border: 0 none;
	cursor: pointer;
	margin: 10px 10px 0 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 20px;
}
.mobile-find-btn:before {
	transform: rotate(-90deg);
	content: "\f002";
}
.mobile-find-btn.active:before {
	content: "\f00d";
}

a.site-brand {
	margin: 10px 10px 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}
a.site-brand img {
	width: auto;
	height: inherit;
}

.find-form {
	display: none;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
}
.find-form.active {
	display: block;
}
.find-form form {
	position: relative;
	overflow: hidden;
}
.find-form .form-input {
	border-radius: 6px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	padding: 0 40px 0 20px;
}
.find-form 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;
}
.find-form button {
	background: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 5px;
	border: 0 none;
	cursor: pointer;
	outline: 0 none;
	font-size: 22px;
	width: 30px;
	height: 38px;
	line-height: 38px;
}
.find-form button:before {
	transform: rotate(-90deg);
	content: "\f002";
}

.sidebar-nav {
	display: none;
	position: fixed;
	z-index: 90000;
	top: 50px;
	left: 0;
	bottom: 0;
	width: 300px;
	padding-bottom: 20px;
}
.sidebar-nav.active {
	display: block;
}
.nav-section {
	overflow: hidden;
}
.sidebar-nav nav {
	overflow-y: auto;
	height: 100%;
}
.sidebar-nav nav::-webkit-scrollbar {
	width: 5px;
}
.sidebar-nav nav::-webkit-scrollbar-thumb {
	border-radius: 6px;
}
.sidebar-nav a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px 0 40px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
.sidebar-header {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	padding: 0 10px;
	margin-top: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
.sidebar-header:before {
	width: 24px;
	font-size: 24px;
	float: left;
	display: block;
	margin-right: 5px;
}
.sidebar-header.searches:before {
	content: "\f002";
}
.sidebar-header.cats:before {
	content: "\f0b0";
}
.sidebar-header.tags:before {
	content: "\f02c";
}
.sidebar-nav a.active {
	font-weight: bold;
}

.gender-nav {
	padding: 5px 0 0 0;
}
.gender-nav a {
	padding: 0 10px;
	text-transform: none;
	font-size: 18px;
	margin-top: 15px;
}
.gender-nav a:before {
	width: 24px;
	font-size: 24px;
	float: left;
	display: block;
	margin-right: 5px;
}

.sidebar-nav a.home:before {
	content: "\f015";
}
.sidebar-nav a.mars:before {
	content: "\f222";
}
.sidebar-nav a.venus:before {
	content: "\f221";
}
.sidebar-nav a.transgender:before {
	content: "\f224";
}
.sidebar-nav a.venus-mars:before {
	content: "\f228";
}

.main-content {
	padding-bottom: 40px;
}

.cams-list {
	padding: 0 5px;
}
.cam-card {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.cam-card article {
	overflow: hidden;
	margin: 10px 5px 0 5px;
	position: relative;
	padding-bottom: 10px;
	border-radius: 6px;
}
.cam-card a {
	display: block;
	overflow: hidden;
	position: relative;
}
.cam-card figure {
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
	border-radius: 6px 6px 0 0;
}
.cam-card figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	border-radius: 6px 6px 0 0;
}

.model-name {
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 5px;
	font-weight: bold;
	padding: 0 10px;
	font-size: 16px;
}

.view-count {
	border-radius: 6px;
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	overflow: hidden;
	padding: 0 10px;
	position: absolute;
	bottom: 84px;
	left: 4px;
}
.view-count:before {
	content: "\f06e";
	width: 16px;
	font-size: 16px;
	float: left;
	display: block;
	margin: 0 2px 0 0;
}

.badge-new {
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	font-size: 14px;
	border-radius: 6px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 4px;
	right: 4px;
}

.room-desc {
	margin-top: 3px;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding: 0 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.page-nums {
	clear: both;
	padding: 30px 0 0 0;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}
.page-nums a,
.page-nums span {
	border-radius: 6px;
	display: inline-block;
	vertical-align: top;
	margin: 10px 5px 0 5px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	min-width: 20px;
	font-size: 14px;
	text-transform: uppercase;
}
.page-nums a.prev:after {
	content: "\f104";
}
.page-nums a.next:after,
.page-nums a.next.more:after {
	content: "\f105";
}
.page-nums a.more {
	padding: 0 20px 0 25px;
	height: 46px;
	line-height: 46px;
}
.page-nums a.more:after {
	transform: rotateZ(90deg);
	content: "\f35d";
	margin-left: 15px;
	font-size: 20px;
	width: 20px;
}
.page-nums a.all:after {
	transform: rotateZ(0deg);
	margin-top: -1px;
}

.info-section {
	clear: both;
}
.info-section p {
	margin: 10px 10px 0 10px;
	text-align: justify;
}
.info-section a {
	text-decoration: underline;
	font-weight: bold;
}
.info-section a:hover {
	text-decoration: none;
}
.info-section ul {
	padding: 5px 10px 0 10px;
}
.info-section li {
	margin-top: 5px;
	list-style-type: disc;
	margin-left: 20px;
}

.info-section.error-page,
.info-section.error-page p {
	text-align: center;
}
.error-icon {
	font-size: 150px;
	height: 150px;
	line-height: 150px;
	margin: 20px 10px 0 10px;
}
.error-icon:after {
	content: "\f119";
}

.stream-section {
	overflow: hidden;
}
.stream-section h1 {
	margin: 10px 0 0 0;
	padding-bottom: 10px;
}
.player-wrapper {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
}
.player-wrapper.error {
	padding-top: 0;
}
.player-wrapper iframe {
	border: 0 none !important;
	display: inline-block;
	max-width: 100%;
}
.player-wrapper video {
	border: 0 none !important;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.player-wrapper source {
	border: 0 none !important;
}

.btn-actions {
	overflow: hidden;
	padding: 5px 0 0 10px;
}
.btn-actions a {
	border-radius: 9px;
	text-transform: uppercase;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	margin: 5px 2px 0 0;
	float: left;
	width: calc(33.333% - 4px);
	text-align: center;
	box-sizing: border-box;
	white-space: nowrap;
}
.btn-actions a:before {
	margin-right: 1px;
	width: 13px;
	font-size: 13px;
}
.btn-actions a.msg-btn:before {
	content: "\f0e0";
}
.btn-actions a.pvt-btn:before {
	content: "\f086";
}
.btn-actions a.prof-btn:before {
	content: "\f2c2";
}

.performer-data {
	padding: 10px 0 20px 10px;
	overflow: hidden;
	line-height: 28px;
	margin: 10px 10px 0 10px;
	border-radius: 6px;
}
.detail-group {
	overflow: hidden;
	margin: 10px 10px 0 0;
	border-radius: 6px;
	padding: 5px 10px;
}
.detail-group span {
	font-weight: bold;
}
.performer-tags-group {
	margin: 20px 0 0 0;
	padding: 0;
	background: none;
	border-radius: 0;
}
.performer-tag-list {
	overflow: hidden;
	font-size: 0;
	padding: 2px 2px 0 0;
}
.performer-tag-list a {
	border-radius: 30px;
	border-style: solid;
	border-width: 1px;
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
	margin: 8px 8px 0 0;
}

.bottom-bar {
	border-top-style: solid;
	border-top-width: 2px;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
	padding-bottom: 20px;
}
.bottom-bar p {
	margin: 20px 10px 0 10px;
}
.bottom-bar-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin: 20px 10px 0 10px;
}
.bottom-bar .bottom-links {
	columns: 2;
	column-count: 2;
	overflow: hidden;
	padding: 10px 5px 0 5px;
	clear: both;
}
.bottom-bar .bottom-links a {
	display: block;
	min-height: 24px;
	line-height: 20px;
	font-size: 13px;
	margin: 0 5px 5px 5px;
	word-wrap: break-word;
	text-align: left;
	position: relative;
	padding-left: 20px;
	break-inside: avoid;
}
.bottom-bar .bottom-links a:before {
	content: "\f002";
	width: 14px;
	font-size: 14px;
	position: absolute;
	left: 5px;
	top: 2px;
}

#top-btn {
	border-radius: 4px;
	border: 0 none;
	overflow: hidden;
	opacity: 0.9;
	position: fixed;
	z-index: 20000;
	right: 5px;
	bottom: 5px;
	cursor: pointer;
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	text-align: center;
}
#top-btn:before {
	content: "\f106";
	display: block;
	height: inherit;
	line-height: inherit;
	font-weight: 900;
}
#top-btn:hover {
	opacity: 1;
}
#top-btn.without-navigation {
	bottom: 40px;
}

@media all and (min-width: 380px) {
	.btn-actions a {
		padding: 0 8px;
		font-size: 12px;
	}
	.btn-actions a:before {
		margin-right: 2px;
		width: 15px;
		font-size: 15px;
	}
}

@media all and (min-width: 460px) {
	a.site-brand {
		font-size: 20px;
	}
	.btn-actions a {
		padding: 0 10px;
		font-size: 13px;
	}
	.btn-actions a:before {
		margin-right: 2px;
		width: 16px;
		font-size: 16px;
	}
	.bottom-bar .bottom-links {
		columns: 3;
		column-count: 3;
	}
}

@media all and (min-width: 640px) {
	h1,
	h2 {
		font-size: 22px;
		line-height: 28px;
	}
	a.site-brand {
		font-size: 26px;
	}
	.cam-card {
		width: 33.3333%;
	}
	.page-nums a,
	.page-nums span {
		height: 45px;
		line-height: 45px;
		min-width: 35px;
	}
	.btn-actions a {
		padding: 0 12px;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	.btn-actions a:before {
		margin-right: 3px;
		width: 18px;
		font-size: 18px;
	}
	.bottom-bar .bottom-links {
		columns: 4;
		column-count: 4;
	}
	.info-block {
		overflow: hidden;
		width: 100%;
	}
}

@media all and (min-width: 1020px) {
	body {
		padding-top: 60px;
	}
	.top-bar {
		height: 60px;
	}
	h1,
	h2 {
		margin: 20px 20px 0 20px;
		font-size: 24px;
		line-height: 30px;
	}
	h2 {
		margin-top: 40px;
	}
	a.site-brand {
		font-size: 20px;
		height: 40px;
		line-height: 40px;
		margin-left: 20px;
	}
	.sidebar-nav {
		display: table-cell !important;
		vertical-align: top;
		position: static;
		width: 220px !important;
		min-width: 220px !important;
		max-width: 220px !important;
	}
	.mobile-nav-btn,
	.mobile-find-btn {
		display: none;
	}
	.find-form {
		display: block !important;
		position: static;
		float: right;
		width: 320px;
		padding: 10px 20px 0 0;
	}
	body.sidebar-open,
	body.search-open {
		overflow: visible;
	}
	body.sidebar-open:after,
	body.search-open:after {
		display: none;
	}
	.layout-wrapper {
		overflow: hidden;
		display: table;
		width: 100%;
	}
	.main-content {
		overflow: hidden;
		display: table-cell;
		vertical-align: top;
	}
	.cams-list {
		padding: 0 10px;
	}
	.cam-card article {
		margin: 20px 10px 0 10px;
	}
	.cam-card {
		width: 33.3333%;
	}
	.stream-section {
		margin: 0;
	}
	.btn-actions {
		padding: 15px 20px 0 20px;
	}
	.btn-actions a {
		padding: 0 15px;
		font-size: 15px;
		width: calc(33.333% - 4px);
		margin-right: 2px;
	}
	.btn-actions a:before {
		width: 20px;
		font-size: 20px;
	}
	.performer-data {
		margin: 20px 20px 0 10px;
		padding: 10px 10px 20px 20px;
	}
	.bottom-bar .container {
		padding: 0 10px;
	}
	#top-btn {
		bottom: 10px;
		right: 10px;
	}
}

@media all and (min-width: 1260px) {
	a.site-brand {
		margin-left: 20px;
		font-size: 24px;
	}
	.find-form {
		width: 240px;
	}
	.cam-card {
		width: 25%;
	}
	.bottom-bar .bottom-links {
		columns: 6;
		column-count: 6;
	}
}

@media all and (min-width: 1600px) {
	h1,
	h2 {
		font-size: 28px;
		line-height: 38px;
	}
	.find-form {
		width: 420px;
	}
	.cam-card {
		width: 20%;
	}
}

@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;
	}
}
