body,
.input {
	background-color: rgb(255, 255, 255);
}

.header,
.footer,
.pages a.active,
.pages a:hover,
.pages span.active,
.chat-wrapper,
a.private:hover {
	background-color: rgb(35, 35, 35);
}

.links-wrapper,
.navigation nav a:hover,
a.private {
	background-color: rgb(55, 55, 55);
}

.navigation nav,
.navigation nav a {
	border-color: rgb(5, 5, 5);
}

.thumb figure,
a.profile:hover {
	background-color: rgb(245, 245, 245);
}

.thumb .inner,
.pages a,
.pages span,
.tags a,
.chat-buttons a,
.model-info {
	border-color: rgb(230, 230, 230);
}

body,
.views {
	color: rgb(115, 115, 115);
}

a,
h1,
h2,
.search button,
.search input,
.search input::placeholder,
.model-info {
	color: rgb(45, 45, 45);
}

a.logotype span,
.age-gender:after,
.links-list a:before,
.links-list a:hover,
.search button:hover,
.sad-icon {
	color: rgb(250, 85, 35);
}

.header,
.footer,
.tags a:hover {
	border-color: rgb(250, 85, 35);
}

#scroll-top,
.navigation nav a.active,
a.send {
	background-color: rgb(250, 85, 35);
	color: rgb(255, 255, 255);
}

a.send:hover {
	background-color: rgb(240, 75, 25);
}

a.logotype,
.navigation nav a,
.pages a.active,
.pages a:hover,
.pages span.active,
.footer a,
.footer-title,
.chat-wrapper,
a.private {
	color: rgb(255, 255, 255);
}

.thumb-tags a,
.model-info a {
	color: rgb(60, 100, 165);
}

.thlabel {
	background-color: rgb(255, 235, 65);
	color: rgb(0, 0, 0);
}

.footer {
	color: rgb(175, 175, 175);
}

@font-face {
	font-family: "Noto Sans";
	font-weight: normal;
	font-style: normal;
	src: url(../fonts/font/NotoSans-Regular.ttf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans";
	font-weight: bold;
	font-style: normal;
	src: url(../fonts/font/NotoSans-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: "Noto Sans", 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;
}

h1,
h2,
h3 {
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	margin: 10px 10px 0 10px;
	clear: both;
}
h2 {
	font-size: 20px;
	line-height: 26px;
	margin-top: 40px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
}

.wrapper {
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	min-width: 320px;
	max-width: 1880px;
}

.header {
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.logotype {
	margin: 5px 10px 5px 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}
.logotype img {
	width: auto;
	height: inherit;
}

.search {
	overflow: hidden;
	padding: 5px 10px 0 0;
}
.search form {
	position: relative;
	overflow: hidden;
}
.input {
	border-radius: 3px;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	padding: 0 30px 0 10px;
}
.search input {
	background: none;
	border: 0 none;
	width: 100%;
	outline: 0 none;
	font-size: 12px;
	height: inherit;
	line-height: normal;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.search button {
	background: none;
	overflow: hidden;
	position: absolute;
	top: 5px;
	right: 5px;
	border: 0 none;
	cursor: pointer;
	outline: 0 none;
	width: 20px;
	font-size: 18px;
	height: 20px;
	line-height: 20px;
}
.search button:before {
	content: "\f002";
}

.navigation {
	clear: both;
	padding-top: 5px;
}
.navigation nav {
	overflow: hidden;
	height: 35px;
	border-top-width: 1px;
	border-top-style: solid;
}
.navigation nav a {
	padding: 0 8px;
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.navigation nav a:before {
	display: none;
}

.navigation nav a.live:before {
	content: "\f519";
}
.navigation nav a.mars:before {
	content: "\f222";
}
.navigation nav a.venus:before {
	content: "\f221";
}
.navigation nav a.transgender:before {
	content: "\f224";
}
.navigation nav a.venus-mars:before {
	content: "\f228";
}

.thumbs {
	padding: 0 5px;
}
.thumb {
	width: 50%;
	float: left;
}
.thumb .inner {
	margin: 10px 5px 0 5px;
	border-style: solid;
	border-width: 1px;
	position: relative;
	padding-bottom: 5px;
	border-radius: 3px;
}
.thumb a {
	display: block;
	overflow: hidden;
}
.thumb figure {
	overflow: hidden;
	position: relative;
	padding-bottom: 75%;
	border-radius: 3px 3px 0 0;
}
.thumb figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 3px 3px 0 0;
}

.th-info {
	padding: 0 10px;
	height: 25px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
}
.thumb a:hover .th-info {
	text-decoration: underline;
}

.thumb .age-gender {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	margin-right: 3px;
	overflow: hidden;
}
.thumb .age-gender:after {
	width: 16px;
	font-size: 16px;
	float: right;
	display: block;
	margin-left: 1px;
}

.thumb .mars:after {
	content: "\f222";
}
.thumb .mars-double:after {
	content: "\f227";
}
.thumb .venus:after {
	content: "\f221";
}
.thumb .venus-double:after {
	content: "\f226";
}
.thumb .transgender:after {
	content: "\f224";
}
.thumb .venus-mars:after {
	content: "\f228";
}

.thumb .views {
	display: block;
	float: right;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
	margin-left: 5px;
	overflow: hidden;
	font-weight: normal;
}
.thumb .views:before {
	content: "\f06e";
	width: 14px;
	font-size: 12px;
	float: left;
	display: block;
}

.thumb-tags {
	overflow: hidden;
	padding: 0 5px 0 10px;
	height: 15px;
}
.thumb-tags a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	height: 15px;
	line-height: 15px;
	font-size: 11px;
	overflow: hidden;
}
.thumb-tags a:hover {
	text-decoration: underline;
}
.thumb-tags a:before {
	content: "\f292";
	width: 10px;
	font-size: 12px;
	margin-right: 1px;
	margin-left: -1px;
}

.thlabel {
	height: 18px;
	line-height: 18px;
	border-radius: 3px;
	padding: 0 4px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}

.thumb p {
	height: 28px;
	line-height: 14px;
	font-size: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 5px 10px 0 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@keyframes spinner {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.pages {
	clear: both;
	padding: 36px 3px 0 3px;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}
.pages a,
.pages span {
	display: inline-block;
	vertical-align: top;
	margin: 4px 2px 0 2px;
	height: 30px;
	line-height: 30px;
	border-width: 1px;
	border-style: solid;
	padding: 0 5px;
	min-width: 20px;
	font-size: 14px;
	border-radius: 4px;
}
.pages a.prev:after {
	content: "\f104";
}
.pages a.next:after {
	content: "\f105";
}
.pages a.more {
	padding: 0 20px 0 25px;
	height: 40px;
	line-height: 40px;
}
.pages a.more:after {
	content: "\f107";
	margin-left: 15px;
}
.pages a.next.more:after {
	content: "\f105";
}

.links-list {
	overflow: hidden;
	margin: 10px 5px 0 10px;
	clear: both;
}
.links-list a {
	display: block;
	float: left;
	margin: 5px 5px 0 0;
	height: 30px;
	line-height: 30px;
	border-width: 1px;
	border-style: solid;
	padding: 0 10px;
	border-radius: 3px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.links-list a:before {
	content: "\f02b";
	display: block;
	float: left;
	margin-right: 1px;
	width: 17px;
	font-size: 17px;
}
.links-list.tags a:before {
	content: "\f292";
}

.columns {
	margin: 15px 0 0 10px;
	column-count: 2;
	columns: 2;
}
.columns a {
	float: none;
	margin: 0 10px 10px 0;
	height: 24px;
	line-height: 24px;
	text-transform: capitalize;
	border: 0 none;
	padding: 0;
	border-radius: 0 none;
}

.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;
}
.sad-icon {
	font-size: 150px;
	height: 150px;
	line-height: 150px;
	margin: 20px 10px 0 10px;
}
.sad-icon:after {
	content: "\f119";
}

.chat-wrapper {
	overflow: hidden;
	clear: both;
	background-color: rgb(35, 35, 35);
}

.chat-embed {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.chat-embed:before {
	content: "";
	height: 42px;
	width: 42px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top-width: 4px;
	border-top-style: solid;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: inherit;
	border-radius: 50%;
	animation: spinner 1s linear infinite;
}
.chat-embed.error {
	min-height: 0;
}
.chat-embed.error:before {
	display: none;
}
.chat-embed.loaded:before {
	display: none;
}
.chat-embed iframe {
	border: 0 none !important;
	display: inline-block;
	max-width: 100%;
}
.chat-embed video {
	border: 0 none !important;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.chat-embed source {
	border: 0 none !important;
}

.chat-buttons {
	overflow: hidden;
	padding: 5px 0 0 10px;
}
.chat-buttons a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 11px;
	font-weight: bold;
	border-radius: 4px;
	overflow: hidden;
	margin: 5px 3px 0 0;
	float: left;
}
.chat-buttons a:before {
	display: block;
	float: left;
	margin-right: 2px;
	width: 15px;
	font-size: 15px;
}
.chat-buttons a.send:before {
	content: "\f0e0";
}
.chat-buttons a.private:before {
	content: "\f086";
}
.chat-buttons a.profile:before {
	content: "\f2c2";
}
.chat-buttons a.profile {
	border-width: 1px;
	border-style: solid;
	height: 28px;
	line-height: 28px;
}

.model-info {
	border-radius: 6px;
	margin: 10px 10px 0 10px;
	border-width: 1px;
	border-style: solid;
	padding: 5px 15px 15px 15px;
	overflow: hidden;
	line-height: 24px;
}
.m-group {
	overflow: hidden;
	margin-top: 10px;
}

.model-info span {
	font-weight: bold;
}
.model-info a {
	display: inline-block;
	vertical-align: top;
}
.model-info a:before {
	content: "\f292";
	width: 14px;
	font-size: 14px;
	margin-right: -1px;
}
.model-info a:hover {
	text-decoration: underline;
}

.footer {
	margin-top: 40px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}
.footer .wrapper {
	padding-top: 5px;
	padding-bottom: 20px;
}
.footer p {
	margin: 15px 10px 0 10px;
}
.footer-title {
	font-weight: bold;
	font-size: 14px;
	margin: 15px 10px 0 10px;
	text-align: center;
}
.footer .links {
	columns: 2;
	column-count: 2;
	text-align: left;
	padding: 13px 8px 0 8px;
}
.footer .links a {
	opacity: 0.9;
	text-decoration: none;
	display: block;
	vertical-align: top;
	margin: 2px 2px 0 2px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.footer .links a:hover {
	text-decoration: underline;
	opacity: 1;
}
.footer .links a:before {
	content: "\f002";
	width: 14px;
	font-size: 14px;
	margin-right: 3px;
}

#scroll-top {
	border-radius: 4px;
	border: 0 none;
	overflow: hidden;
	opacity: 0.9;
	position: fixed;
	z-index: 20000;
	right: 10px;
	bottom: 10px;
	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: 414px) {
	.navigation nav a {
		padding: 0 10px;
	}
	.columns {
		column-count: 3;
		columns: 3;
	}
}

@media all and (min-width: 460px) {
	.navigation nav a:before {
		width: 16px;
		font-size: 16px;
		margin-right: 2px;
		display: inline-block;
	}
	.chat-buttons a {
		height: 36px;
		line-height: 36px;
		padding: 0 13px;
		font-size: 13px;
	}
	.chat-buttons a:before {
		margin-right: 3px;
		width: 18px;
		font-size: 18px;
	}
	.chat-buttons a.profile {
		height: 34px;
		line-height: 34px;
	}
}

@media all and (min-width: 640px) {
	a.logotype {
		font-size: 22px;
	}
	.navigation nav {
		height: 40px;
	}
	.navigation nav a {
		padding: 0 17px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.navigation nav a:before {
		width: 18px;
		font-size: 18px;
	}
	h1 {
		margin-top: 20px;
	}
	.thumbs {
		padding-top: 10px;
	}
	.thumb {
		width: 33.3333%;
	}
	.pages a,
	.pages span {
		height: 43px;
		line-height: 43px;
		min-width: 33px;
	}
	.footer .links {
		columns: 4;
		column-count: 4;
	}
	.columns {
		column-count: 4;
		columns: 4;
	}
	.chat-buttons {
		padding-top: 15px;
	}
	.chat-buttons a {
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
		font-size: 14px;
	}
	.chat-buttons a:before {
		margin-right: 4px;
		width: 20px;
		font-size: 20px;
	}
	.chat-buttons a.profile {
		height: 38px;
		line-height: 38px;
	}

	.model-info {
		margin-top: 20px;
		padding: 10px 20px 20px 20px;
	}
}

@media all and (min-width: 930px) {
	.thumb {
		width: 25%;
	}
	.columns {
		column-count: 6;
		columns: 6;
	}
}

@media all and (min-width: 1020px) {
	.wrapper {
		padding: 0 10px;
	}
	a.logotype {
		font-size: 24px;
		height: 45px;
		line-height: 45px;
		margin: 0 10px;
	}
	.navigation {
		clear: none;
		float: left;
		padding: 0 0 0 20px;
	}
	.navigation nav {
		height: 45px;
		border: 0 none;
	}
	.navigation nav a {
		padding: 0 20px;
		height: 45px;
		line-height: 45px;
		border-right-width: 1px;
		border-right-style: solid;
		min-width: 50px;
		text-align: center;
	}
	.search {
		float: right;
		padding: 7px 15px 0 30px;
		width: 180px;
	}
	.chat-buttons a {
		padding: 0 20px;
		font-size: 15px;
	}
	.chat-buttons a:before {
		width: 22px;
		font-size: 22px;
	}
	#scroll-top {
		right: 20px;
		bottom: 20px;
	}
}

@media all and (min-width: 1270px) {
	.navigation nav a {
		min-width: 60px;
	}
	.search {
		width: 20%;
	}
	.thumb {
		width: 20%;
	}
	.columns {
		column-count: 8;
		columns: 8;
	}
}

@media all and (min-width: 1570px) {
	.search {
		width: 30%;
	}
	.thumb {
		width: 16.6666%;
	}
}

@media all and (min-width: 1900px) {
	.columns {
		column-count: 10;
		columns: 10;
	}
}
@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;
	}
}
