body,
.site-header {
	background-color: rgb(25, 25, 25);
}

.preview-card figure,
.control-btns a,
.page-nav a,
.page-nav span,
.search-field .input-box,
.tag-bar a,
.tag-list a {
	background-color: rgb(65, 65, 65);
}

.preview-card .card-inner,
.primary-nav a:hover,
.site-footer .footer-banner,
.details-container {
	background-color: rgb(40, 40, 40);
}

.site-header {
	border-color: rgb(45, 45, 45);
}

body,
.search-field button,
.site-footer .links a {
	color: rgb(180, 180, 180);
}

a,
a.brand-name,
h1,
h2,
.search-field input,
.search-field input::placeholder,
.stats-bar,
.status-badge,
.footer-heading,
.site-footer .links a:hover,
.control-btns a:hover:before,
.detail-row span {
	color: rgb(255, 255, 255);
}

.tag-bar a.active,
.tag-bar a:hover,
.page-nav a:hover,
.links-grid a:hover {
	background-color: rgb(20, 62, 58);
}

.links-grid a {
	border-color: rgb(90, 90, 90);
}

.links-grid a:hover {
	border-color: rgb(0, 210, 190);
}

a.brand-name span,
.search-field button:hover,
.tag-bar a.active,
.site-footer .links a:before,
.control-btns a:before,
.error-msg {
	color: rgb(0, 210, 190);
}

#scroll-top,
.page-nav a.active,
.page-nav span.active,
.control-btns a:hover,
.tag-list a:hover {
	background-color: rgb(0, 210, 190);
	color: rgb(0, 0, 0);
}

.primary-nav a.active {
	border-color: rgb(0, 210, 190);
}

.status-badge {
	background-color: rgba(0, 0, 0, 0.7);
}

.preview-card figure:after {
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	z-index: 5;
}

.stats-bar {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

@font-face {
	font-family: "Roboto";
	font-weight: normal;
	font-style: normal;
	src: url(../fonts/font/Roboto-Regular.ttf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Roboto";
	font-weight: bold;
	font-style: normal;
	src: url(../fonts/font/Roboto-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: "Roboto", 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.2s ease;
}

body {
	font-size: 14px;
	line-height: 20px;
}

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-container {
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	min-width: 320px;
}

.site-header {
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

a.brand-name {
	margin: 10px 10px 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	display: block;
	float: left;
	height: 44px;
	line-height: 44px;
	font-size: 22px;
}
a.brand-name img {
	width: auto;
	height: inherit;
}

.search-field {
	overflow: hidden;
	padding: 10px 10px 0 0;
}
.search-field form {
	position: relative;
	overflow: hidden;
}
.search-field .input-box {
	border-radius: 50px;
	overflow: hidden;
	height: 44px;
	line-height: 44px;
	padding: 0 20px 0 35px;
}
.search-field 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-field button {
	background: none;
	overflow: hidden;
	position: absolute;
	top: 2px;
	left: 5px;
	border: 0 none;
	cursor: pointer;
	outline: 0 none;
	font-size: 20px;
	width: 30px;
	height: 38px;
	line-height: 38px;
}
.search-field button:before {
	content: "\f002";
	transform: rotate(-90deg);
}

.primary-nav {
	display: table;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	height: 40px;
	clear: both;
	margin-top: 5px;
}
.primary-nav a {
	display: table-cell;
	vertical-align: top;
	border-bottom: 4px solid transparent;
	font-size: 12px;
	height: 36px;
	line-height: 36px;
}

a.mars:before {
	content: "\f222";
}
a.venus:before {
	content: "\f221";
}
a.transgender:before {
	content: "\f224";
}
a.venus-mars:before {
	content: "\f228";
}

p.desc {
	margin: 5px 10px 0 10px;
	font-size: 12px;
	line-height: 16px;
}

.tag-bar {
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	margin: 10px 0 0 10px;
}
.tag-bar a {
	display: block;
	float: left;
	margin-right: 4px;
	font-size: 13px;
	border-radius: 50px;
	padding: 0 10px;
}

.content {
	padding-bottom: 40px;
}

.preview-grid {
	padding: 0 5px;
	overflow: hidden;
}
.preview-card {
	width: 50%;
	float: left;
}
.preview-card .card-inner {
	border-radius: 9px;
	overflow: hidden;
	margin: 10px 5px 0 5px;
	position: relative;
	padding-bottom: 10px;
}
.preview-card a {
	display: block;
	overflow: hidden;
	position: relative;
}
.preview-card figure {
	overflow: hidden;
	position: relative;
	padding-bottom: 100%;
	border-radius: 9px 9px 0 0;
}
.preview-card figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	border-radius: 9px 9px 0 0;
	object-fit: cover;
}

.model-username {
	height: 20px;
	line-height: 20px;
	display: block;
	white-space: nowrap;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 10px;
	font-size: 16px;
	padding: 0 10px;
}

.stats-bar {
	overflow: hidden;
	height: 20px;
	position: absolute;
	bottom: 77px;
	left: 0;
	right: 0;
	z-index: 10;
	font-weight: bold;
	padding: 0 5px;
}
.view-count,
.model-age {
	float: left;
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
	padding-left: 3px;
}
.model-age {
	float: right;
}
.view-count:before {
	content: "\f06e";
	width: 22px;
	font-size: 22px;
	float: left;
	display: block;
	margin: 0 4px 0 0;
}

.status-badge {
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	border-radius: 4px;
	font-size: 14px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
}

.room-desc {
	height: 32px;
	line-height: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 13px;
	padding: 0 10px;
	margin-top: 3px;
}

.page-nav {
	clear: both;
	padding: 30px 0 10px 0;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}
.page-nav a,
.page-nav span {
	border-radius: 50px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 10px 5px 0 5px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	min-width: 20px;
	font-size: 14px;
}
.page-nav a.prev:after {
	content: "\f104";
}
.page-nav a.next:after,
.page-nav a.next.more:after {
	content: "\f105";
}
.page-nav a.more {
	padding: 0 30px 0 35px;
	font-weight: bold;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
}
.page-nav a.more:after {
	transform: rotateZ(90deg);
	content: "\f35d";
	margin-left: 15px;
	font-size: 24px;
	width: 24px;
}
.page-nav a.all:after {
	transform: rotateZ(0deg);
	margin-top: -1px;
}

.links-grid {
	overflow: hidden;
	padding: 15px 5px 0 10px;
	clear: both;
}
.links-grid a {
	border-width: 1px;
	border-style: solid;
	border-radius: 20px;
	padding: 0 12px;
	font-weight: bold;
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	margin: 5px 5px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.links-grid a:before {
	display: block;
	float: left;
	margin-right: 4px;
	width: 16px;
	font-size: 16px;
	content: "\f292";
}
.links-grid.tags a:before {
	content: "\f292";
}

.about {
	clear: both;
}
.about p {
	margin: 10px 10px 0 10px;
	text-align: justify;
}
.about a {
	text-decoration: underline;
	font-weight: bold;
}
.about a:hover {
	text-decoration: none;
}
.about ul {
	padding: 5px 10px 0 10px;
}
.about li {
	margin-top: 5px;
	list-style-type: disc;
	margin-left: 20px;
}

.about.page-404,
.about.page-404 p {
	text-align: center;
}
.error-msg {
	font-size: 150px;
	height: 150px;
	line-height: 150px;
	margin: 20px 10px 0 10px;
}
.error-msg:after {
	content: "\f119";
}

.content-panel {
	overflow: hidden;
}
.video-frame {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.video-frame.error {
	padding-top: 0;
}
.video-frame iframe {
	border: 0 none !important;
	display: inline-block;
	max-width: 100%;
}
.video-frame video {
	border: 0 none !important;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.video-frame source {
	border: 0 none !important;
}

.details-container {
	overflow: hidden;
	border-radius: 0 0 12px 12px;
}

.control-btns {
	overflow: hidden;
	padding: 5px 0 1px 10px;
}
.control-btns a {
	border-radius: 9px;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 8px;
	font-size: 12px;
	position: relative;
	overflow: hidden;
	margin: 5px 3px 0 0;
	float: left;
}
.control-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;
}
.control-btns a:hover:after {
	opacity: 1;
}

.control-btns a:before {
	margin-right: 2px;
	width: 15px;
	font-size: 15px;
}
.control-btns a.send:before {
	content: "\f0e0";
}
.control-btns a.private:before {
	content: "\f086";
}
.control-btns a.profile:before {
	content: "\f2c2";
}

.profile-details {
	padding: 10px 0 20px 10px;
	overflow: hidden;
	line-height: 28px;
	border-radius: 12px;
}
.detail-row {
	display: block;
	overflow: visible;
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 28px;
}
.detail-row:first-child {
	margin-top: 0;
}
.detail-row span {
	display: inline-block;
	vertical-align: top;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px;
	margin-left: 5px;
}
.tags-row {
	margin-top: 20px;
}
.tag-list {
	display: inline;
	font-size: 14px;
}
.tag-list a {
	border-radius: 6px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px;
	margin: 0 5px 5px 0;
}

.thumbs-column {
	border-top-width: 1px;
	border-top-style: solid;
	padding-bottom: 20px;
	overflow: hidden;
}
.thumbs-column h2 {
	margin-top: 10px;
}

.site-footer {
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	padding-bottom: 20px;
	margin-top: 40px;
}
.site-footer .footer-banner {
	overflow: hidden;
	padding-bottom: 20px;
}
.site-footer .main-container {
	max-width: 1200px;
}
.site-footer p {
	margin: 20px 10px 0 10px;
}
.footer-heading {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin: 20px 10px 0 10px;
}
.site-footer .links {
	columns: 2;
	column-count: 2;
	overflow: hidden;
	padding: 10px 5px 0 5px;
	clear: both;
}
.site-footer .links a {
	display: block;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 5px 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.site-footer .links a:before {
	content: "\f002";
	width: 16px;
	font-size: 16px;
	margin-right: 3px;
}

#scroll-top {
	border-radius: 50%;
	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;
}
#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: 460px) {
	a.brand-name {
		font-size: 24px;
	}
	.primary-nav a {
		font-size: 14px;
	}
	.control-btns a {
		padding: 0 12px;
		font-size: 14px;
	}
	.control-btns a:before {
		margin-right: 3px;
		width: 20px;
		font-size: 20px;
	}
	.site-footer .links {
		columns: 3;
		column-count: 3;
	}
}

@media all and (min-width: 640px) {
	a.brand-name {
		font-size: 28px;
		margin-right: 20px;
	}
	.primary-nav a {
		font-size: 16px;
	}
	.tag-bar {
		height: 30px;
		line-height: 30px;
	}
	.tag-bar a {
		padding: 0 15px;
		font-size: 14px;
		margin-right: 8px;
	}
	.preview-card {
		width: 33.3333%;
	}
	.page-nav a,
	.page-nav span {
		height: 45px;
		line-height: 45px;
		min-width: 35px;
	}
	.control-btns {
		padding: 10px 0 0 20px;
	}
	.control-btns a {
		margin: 10px 10px 0 0;
		height: 50px;
		line-height: 50px;
		padding: 0 30px;
		font-size: 16px;
	}
	.control-btns a:before {
		width: 24px;
		font-size: 24px;
	}
	.details-container h1 {
		margin: 20px 20px 0 20px;
	}
	.profile-details {
		border-radius: 16px;
		margin: 20px 20px 0 20px;
		padding-bottom: 30px;
	}
	.footer-heading,
	.site-footer p {
		margin: 20px 20px 0 20px;
	}
	.site-footer .links {
		padding: 20px 15px 0 15px;
		clear: both;
	}
	.site-footer .links {
		columns: 4;
		column-count: 4;
	}
	.links-grid {
		padding: 20px 15px 0 15px;
	}
	.links-grid a {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		padding: 0 15px;
	}
	.links-grid a:before {
		width: 18px;
		font-size: 18px;
		margin-right: 5px;
	}
}

@media all and (min-width: 930px) {
	.preview-card {
		width: 25%;
	}
}

@media all and (min-width: 1040px) {
	h1 {
		font-size: 22px;
		line-height: 28px;
	}
	h2 {
		font-size: 20px;
		line-height: 26px;
	}
	.site-header {
		height: 64px;
	}
	a.brand-name {
		margin-right: 40px;
	}
	.primary-nav {
		display: block;
		width: auto;
		float: left;
		clear: none;
		padding-top: 10px;
		margin: 0;
		height: 64px;
	}
	.primary-nav a {
		font-size: 16px;
		display: block;
		float: left;
		height: 44px;
		line-height: 44px;
		border-bottom-width: 0;
		margin: 0 10px 0 0;
		border-radius: 50px;
		padding: 0 15px;
	}
	.primary-nav a.active {
		height: 49px;
		line-height: 44px;
		border-bottom-width: 5px;
		border-radius: 0;
		background: none;
		padding: 0;
	}
	.search-field {
		float: right;
		width: 240px;
		padding: 10px 10px 0 0;
	}
	.main-container {
		padding: 0 10px;
	}
	.preview-card {
		width: 20%;
	}
	.page-nav a,
	.page-nav span {
		height: 55px;
		line-height: 55px;
		min-width: 45px;
		font-size: 16px;
	}
	.content-panel {
		clear: both;
	}
	.control-btns {
		padding: 10px 0 0 20px;
	}
	.control-btns a {
		font-size: 20px;
	}
	.details-container {
		margin: 20px 10px 0 10px;
		border-radius: 16px;
	}
	.profile-details {
		margin: 20px 0 0 20px;
	}
	.tag-list a {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		padding: 0 18px;
	}
	.site-footer .footer-banner {
		padding: 10px 0 30px 0;
	}
	#scroll-top {
		bottom: 10px;
		right: 10px;
	}
}

@media all and (min-width: 1260px) {
	.primary-nav a {
		font-size: 18px;
		padding: 0 25px;
	}
	.search-field {
		width: 280px;
	}
	.site-footer {
		font-size: 16px;
		line-height: 24px;
	}
}

@media all and (min-width: 1360px) {
	a.brand-name {
		font-size: 30px;
	}
	.primary-nav a {
		font-size: 20px;
	}
	.search-field {
		width: 320px;
	}
	.search-field .input-box {
		padding-left: 45px;
	}
	.search-field input {
		font-size: 16px;
	}
	.search-field button {
		left: 10px;
	}
}

@media all and (min-width: 1440px) {
	.preview-card {
		width: 16.6666%;
	}
}

@media all and (min-width: 1900px) {
	.primary-nav a {
		font-size: 22px;
		padding: 0 30px;
	}
	.search-field {
		width: 380px;
	}
	.preview-card {
		width: 12.5%;
	}
	.status-badge {
		height: 26px;
		line-height: 26px;
		padding: 0 12px;
		font-size: 16px;
	}
}

@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;
	}
}
