body {
	background-color: rgb(20, 50, 70);
}

.header,
.footer,
a.private,
.links-list a,
.navigation {
	background-color: rgb(50, 90, 120);
}

.links-list a:hover {
	background-color: rgb(70, 110, 140);
}

.thumb .inner,
.pages a,
.pages span,
.model-info,
a.profile {
	background-color: rgb(25, 65, 90);
}

.thumb figure {
	background-color: rgb(10, 40, 60);
}

body {
	color: rgb(215, 215, 225);
}

a,
h1,
h2,
.footer .links a:hover,
.footer-title,
.footer,
.model-info span {
	color: rgb(255, 255, 255);
}

a.logotype span,
.thumb figure:before,
.footer .links a,
.sad-icon,
.model-info a {
	color: rgb(195, 195, 65);
}

#scroll-top,
.navigation nav a,
.thlabel,
.pages a:hover,
.pages a.active,
.pages a.more,
a.send {
	background-color: rgb(195, 195, 65);
	color: rgb(0, 0, 0);
}

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

.search button,
.search input {
	color: rgb(20, 50, 70);
}

.search input::placeholder {
	color: rgb(60, 90, 110);
}

@font-face {
	font-family: "Open Sans";
	font-weight: normal;
	font-style: normal;
	src: url(../fonts/font/OpenSans-Regular.ttf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Open Sans";
	font-weight: bold;
	font-style: normal;
	src: url(../fonts/font/OpenSans-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: "Open 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: normal;
	font-size: 20px;
	line-height: 26px;
	margin: 10px 10px 0 10px;
	clear: both;
}
h2 {
	font-size: 18px;
	line-height: 24px;
	margin-top: 40px;
}
h3 {
	font-size: 16px;
	line-height: 22px;
}

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

.header {
	overflow: hidden;
}

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

.search {
	overflow: hidden;
	padding: 10px 10px 0 0;
}
.search form {
	position: relative;
	overflow: hidden;
}
.input {
	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: 14px;
	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;
	text-align: center;
	padding-bottom: 10px;
}
.navigation nav {
	overflow: hidden;
	height: 30px;
	font-size: 0;
	padding-top: 5px;
}
.navigation nav a {
	margin: 0 2px;
	padding: 0 5px;
	display: inline-block;
	vertical-align: top;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.navigation nav a:before {
	display: none;
}
.navigation nav a.active:after {
	content: "\f0d7";
	margin-left: 3px;
	margin-top: -1px;
	font-size: 16px;
}

.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: 6px 8px 0 8px;
}
.thumb {
	width: 50%;
	float: left;
}
.thumb .inner {
	margin: 4px 2px 0 2px;
	position: relative;
	padding-bottom: 7px;
}
.thumb a {
	display: block;
	overflow: hidden;
}
.thumb figure {
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
}
.thumb figure img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
}

.th-info {
	margin-top: 5px;
	padding: 0 10px;
	height: 20px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
}

.thumb .age-gender {
	font-weight: normal;
	display: block;
	float: right;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	margin-left: 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: 20px;
	line-height: 20px;
	font-size: 10px;
	margin-left: 8px;
	overflow: hidden;
	font-weight: normal;
}
.thumb .views:before {
	content: "\f06e";
	width: 14px;
	font-size: 13px;
	float: left;
	display: block;
	margin: 1px 2px 0 0;
}

.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;
	padding: 0 4px;
	font-size: 12px;
	text-transform: uppercase;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
}

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

.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;
	padding: 0 5px;
	min-width: 20px;
	font-size: 14px;
}
.pages a.prev:after {
	content: "\f104";
}
.pages a.next:after,
.pages a.next.more: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;
}

.links-list {
	overflow: hidden;
	margin: 31px 6px 0 10px;
	clear: both;
}
.links-list a {
	display: block;
	float: left;
	margin: 4px 4px 0 0;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	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 a.alt {
	font-weight: bold;
}

.links-list.tags a:before {
	content: "\f292";
}
.links-list.tags a:after {
	display: none;
}

.columns {
	margin: 15px 0 0 10px;
	column-count: 2;
	columns: 2;
	column-gap: 0;
}
.columns a {
	float: none;
	margin: 0 4px 4px 0;
	text-transform: capitalize;
}

.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-embed {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.chat-embed.error {
	padding-top: 0;
}
.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: 0 0 0 10px;
}
.chat-buttons a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
	margin: 4px 2px 0 0;
	float: left;
}
.chat-buttons a:before {
	display: block;
	float: left;
	margin-right: 2px;
	width: 14px;
	font-size: 14px;
}
.chat-buttons a.send:before {
	content: "\f0e0";
}
.chat-buttons a.private:before {
	content: "\f086";
}
.chat-buttons a.profile:before {
	content: "\f2c2";
}

.model-info {
	margin: 10px 10px 0 10px;
	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;
	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-size: 18px;
	margin: 15px 10px 0 10px;
	text-align: center;
	text-transform: uppercase;
}
.footer .links {
	columns: 2;
	column-count: 2;
	text-align: left;
	padding: 13px 8px 0 8px;
}
.footer .links a {
	text-transform: uppercase;
	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;
}
.footer .links a:before {
	content: "\f002";
	width: 14px;
	font-size: 14px;
	margin-right: 3px;
}

#scroll-top {
	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) {
	.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: 24px;
		height: 40px;
		line-height: 40px;
		margin: 10px 10px 10px 10px;
	}
	.search {
		padding: 10px 15px 0 30px;
	}
	.input {
		height: 40px;
		line-height: 40px;
		padding: 0 35px 0 15px;
	}
	.search button {
		top: 10px;
		right: 10px;
	}
	.navigation nav {
		height: 35px;
	}
	.navigation nav a {
		padding: 0 15px;
		height: 35px;
		line-height: 35px;
		margin: 0 4px;
		font-size: 14px;
	}
	.navigation nav a:before {
		width: 18px;
		font-size: 18px;
	}
	.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 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;
	}
	.chat-wrapper h1 {
		margin-top: 15px;
	}
	.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;
	}
	.search {
		float: right;
		width: 240px;
	}
	.navigation {
		clear: none;
		background: none;
		position: absolute;
		top: 0;
		left: 320px;
		height: 100%;
		padding: 0;
	}
	.navigation nav {
		transform: rotateZ(-90deg);
		transform-origin: right top;
		position: absolute;
		top: 7px;
		right: 65px;
		min-width: 600px;
		overflow: hidden;
	}
	.navigation a {
		display: inline-block;
		vertical-align: top;
		float: right;
		font-size: 15px;
	}
	.navigation nav a.active:after {
		transform: rotateZ(-180deg);
		margin-top: 1px;
	}
	.chat-wrapper {
		margin: 20px auto 0 auto;
	}
	/* .chat-wrapper { margin: 20px auto 0 auto; width: 70%; max-width: 1440px; } */
	.chat-wrapper h1 {
		margin: 15px 0 0 0;
	}
	.chat-buttons {
		padding: 0;
		margin: 0;
	}
	.chat-buttons a {
		padding: 0 20px;
		font-size: 15px;
	}
	.chat-buttons a:before {
		width: 22px;
		font-size: 22px;
	}
	.model-info {
		margin: 15px 0 0 0;
	}
	.blocks {
		display: flex;
	}
	.content {
		order: 2;
		overflow: hidden;
	}
	.content .thumb {
		width: 33.3333%;
	}
	.sidebar-content {
		order: 1;
		width: 240px;
		padding-right: 60px;
		float: left;
	}
	.sidebar-content .links-list {
		width: 240px;
	}
	.links-list {
		margin-top: 11px;
	}
	.links-list a {
		transition: padding 0.25s ease;
		float: none;
		display: block;
		margin: 0;
		padding: 0 10px;
	}
	.links-list a:hover {
		padding-left: 20px;
	}
	.links-list a:before {
		display: none;
	}
	.links-list a:after {
		content: "\f105";
		display: block;
		float: right;
		margin-left: 1px;
		width: 17px;
		font-size: 17px;
	}
	#scroll-top {
		right: 20px;
		bottom: 20px;
	}
	.blocks {
		display: flex;
	}
	.navigation.alt {
		display: none;
	}
}

@media all and (min-width: 1270px) {
	a.logotype {
		font-size: 28px;
	}
	.search {
		width: 25%;
	}
	.thumb {
		width: 20%;
	}
	.content .thumb {
		width: 25%;
	}
	.columns {
		column-count: 8;
		columns: 8;
	}
}

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

@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;
	}
}
