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

.model-card figure,
.nav-menu nav a:hover,
.nav-menu nav a.active,
.action-btns a.profile {
	background-color: rgb(240, 245, 250);
}

body {
	color: rgb(105, 105, 105);
}

.top-hdr,
.finder-box button:hover,
.pagination a,
.pagination span,
.action-btns a,
.bottom-bar,
.action-btns a.private,
.detail-row a {
	background-color: rgb(10, 60, 100);
}

a,
h1,
h2,
.nav-menu nav label,
.action-btns a.profile,
.performer-details {
	color: rgb(5, 5, 5);
}

a.brand-logo,
.menu-toggle,
.pagination a,
.pagination span,
.action-btns a,
.card-badge,
.finder-box input,
.finder-box input::placeholder,
.bottom-bar-heading,
.bottom-bar .link-collection a,
.action-btns a,
.detail-row a {
	color: rgb(255, 255, 255);
}

.model-card figure:before,
.sad-icon,
a.brand-logo span,
.link-set a:hover,
.bottom-bar .link-collection a:hover,
.finder-box button:hover {
	color: rgb(255, 135, 5);
}

#top-btn,
.finder-box button,
.card-badge,
.pagination a:hover,
.pagination a.current,
.action-btns a:hover,
.action-btns a.send,
.detail-row a:hover {
	background-color: rgb(245, 125, 5);
	color: rgb(255, 255, 255);
}

.top-hdr,
.bottom-bar {
	border-color: rgb(255, 135, 5);
}

.model-card a:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.9));
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 25px;
}

.card-data {
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.card-badge {
	background-color: rgb(0, 135, 55);
	color: rgb(255, 255, 255);
}

.finder-box .search-field {
	background-color: rgb(0, 40, 80);
	border-color: rgb(30, 80, 120);
}

body.overlay:after {
	background-color: rgba(0, 0, 0, 0.7);
}

.nav-menu {
	border-color: rgb(235, 235, 235);
}

.nav-menu nav label {
	background-color: rgb(185, 225, 255);
}

.bottom-bar {
	color: rgb(150, 160, 175);
}

@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,
section,
footer,
aside,
figure,
textarea,
span,
img,
h1,
h2,
h3,
label {
	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;
	transition: 0.1s ease;
}

body {
	font-size: 14px;
	line-height: 20px;
}
body.overlay {
	overflow: hidden;
}
body.overlay:after {
	content: "";
	z-index: 89999;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

main {
	overflow: hidden;
}

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

p.intro {
	margin: 5px 10px 0 10px;
}

main {
	padding-top: 63px;
}

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

.top-hdr {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.menu-toggle {
	float: left;
	border: 0 none;
	background: none;
	cursor: pointer;
	margin: 10px 0 0 10px;
	width: 22px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 24px;
}
.menu-toggle:before {
	content: "\f0c9";
}
.menu-toggle.active:before {
	content: "\f00d";
}

a.brand-logo {
	border-style: solid;
	border-width: 2px;
	padding: 0 8px;
	margin: 10px 10px 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}
a.brand-logo img {
	width: auto;
	height: inherit;
}

.finder-box {
	overflow: hidden;
	padding: 10px 10px 0 0;
}
.finder-box form {
	position: relative;
	overflow: hidden;
}
.finder-box .search-field {
	border-style: solid;
	border-width: 2px;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	padding: 0 38px 0 10px;
}
.finder-box input {
	font-weight: bold;
	text-transform: uppercase;
	background: none;
	border: 0 none;
	width: 100%;
	outline: 0 none;
	font-size: 11px;
	height: inherit;
	line-height: normal;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.finder-box button {
	overflow: hidden;
	border-radius: 6px;
	position: absolute;
	top: 5px;
	right: 5px;
	border: 0 none;
	cursor: pointer;
	outline: 0 none;
	font-size: 18px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.finder-box button:before {
	content: "\f002";
}

.nav-menu {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 63px;
	left: 0;
	bottom: 0;
	width: 190px;
	border-right-width: 1px;
	border-right-style: solid;
}
.nav-menu.active {
	display: block;
}
.nav-menu nav {
	overflow-y: auto;
	height: 100%;
}
.nav-menu nav::-webkit-scrollbar {
	width: 0;
}
.nav-menu nav a,
.nav-menu nav label {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav-menu nav a:before {
	margin-right: 2px;
	float: left;
	width: 18px;
	font-size: 18px;
}
.nav-menu nav label {
	text-transform: uppercase;
	text-align: center;
}

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

.nav-menu nav a.cat:before {
	content: "\f02b";
	width: 16px;
	font-size: 16px;
}
.nav-menu nav a.tag:before {
	content: "\f292";
	width: 16px;
	font-size: 16px;
}

.card-grid {
	overflow: hidden;
	padding-top: 8px;
}
.model-card {
	width: 50%;
	float: left;
}
.model-card .card-box {
	margin: 2px 1px 0 1px;
	position: relative;
}
.model-card a {
	display: block;
	overflow: hidden;
	position: relative;
}
.model-card figure {
	overflow: hidden;
	position: relative;
	padding-bottom: 75%;
}
.model-card figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-data {
	height: 25px;
	line-height: 25px;
	z-index: 2;
	position: absolute;
	white-space: nowrap;
	text-overflow: ellipsis;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	padding: 0 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.card-data .user-age {
	display: block;
	float: right;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	overflow: hidden;
	margin-left: 3px;
}

.card-data .view-count {
	display: block;
	float: right;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	overflow: hidden;
	font-weight: normal;
	margin-left: 5px;
}
.card-data .view-count:before {
	content: "\f06e";
	width: 13px;
	font-size: 13px;
	float: left;
	display: block;
	margin: 1px 2px 0 0;
}

.card-badge {
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	padding: 0 7px;
	font-size: 11px;
	text-transform: uppercase;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
}

.model-card p {
	height: 15px;
	line-height: 15px;
	font-size: 11px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 5px 10px 0 10px;
}

.pagination {
	clear: both;
	padding: 18px 4px 0 4px;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}
.pagination a,
.pagination span {
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	vertical-align: top;
	margin: 2px 1px 0 1px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	min-width: 20px;
	font-size: 14px;
	text-transform: uppercase;
}
.pagination a.back:after {
	content: "\f104";
}
.pagination a.forward:after,
.pagination a.forward.expand-btn:after {
	content: "\f105";
}
.pagination a.expand-btn {
	padding: 0 20px 0 25px;
	height: 40px;
	line-height: 40px;
}
.pagination a.expand-btn:after {
	transform: rotateZ(90deg);
	content: "\f35d";
	margin-left: 15px;
	font-size: 20px;
	width: 20px;
}
.pagination a.show-all:after {
	transform: rotateZ(0deg);
}

.side-panel-box {
	border-radius: 12px;
	padding: 0 10px 15px 10px;
	margin: 20px 10px 0 10px;
	overflow: hidden;
}
.side-panel h2 {
	font-weight: bold;
	margin-top: 20px;
}

.link-set {
	columns: 2;
	column-count: 2;
	overflow: hidden;
	padding: 10px 5px 0 5px;
	clear: both;
}
.link-set a {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	margin: 0 5px 5px 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.info-page {
	clear: both;
}
.info-page p {
	margin: 10px 10px 0 10px;
	text-align: justify;
}
.info-page a {
	text-decoration: underline;
	font-weight: bold;
}
.info-page a:hover {
	text-decoration: none;
}
.info-page ul {
	padding: 5px 10px 0 10px;
}
.info-page li {
	margin-top: 5px;
	list-style-type: disc;
	margin-left: 20px;
}

.info-page.error-404,
.info-page.error-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";
}

.stream-wrap {
	overflow: hidden;
	padding-top: 10px;
}
.video-box {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.video-box.error {
	padding-top: 0;
}
.video-box iframe {
	border: 0 none !important;
	display: inline-block;
	max-width: 100%;
}
.video-box video {
	border: 0 none !important;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.video-box source {
	border: 0 none !important;
}

.action-btns {
	overflow: hidden;
	padding: 8px 0 0 10px;
}
.action-btns a {
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 6px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	margin: 2px 2px 0 0;
	float: left;
}
.action-btns a:before {
	display: block;
	float: left;
	margin-right: 2px;
	width: 14px;
	font-size: 14px;
}
.action-btns a.send:before {
	content: "\f0e0";
}
.action-btns a.private:before {
	content: "\f086";
}
.action-btns a.profile:before {
	content: "\f2c2";
}

.performer-details {
	padding: 15px 0 0 10px;
	overflow: hidden;
	line-height: 22px;
}
.detail-row {
	overflow: hidden;
	margin: 5px 10px 0 0;
}
.detail-row label {
	font-weight: bold;
}
.detail-block {
	margin-top: 20px;
}
.detail-links {
	overflow: hidden;
	font-size: 0;
	padding: 3px 8px 0 0;
}
.detail-links a {
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 10px;
	margin: 2px 2px 0 0;
}

.bottom-bar {
	margin-top: 40px;
	border-top-style: solid;
	border-top-width: 3px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	padding-bottom: 20px;
}
.bottom-bar p {
	margin: 20px 10px 0 10px;
}
.bottom-bar-heading {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
	margin: 20px 10px 0 10px;
}
.bottom-bar .link-collection {
	columns: 2;
	column-count: 2;
	overflow: hidden;
	padding: 10px 5px 0 5px;
	clear: both;
}
.bottom-bar .link-collection a {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	margin: 0 5px 5px 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bottom-bar .link-collection a:before {
	content: "\f002";
	width: 14px;
	font-size: 14px;
	margin-right: 3px;
}

#top-btn {
	border: 0 none;
	overflow: hidden;
	opacity: 0.9;
	position: fixed;
	z-index: 20000;
	right: 0;
	bottom: 0;
	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.no-nav {
	bottom: 40px;
}

@media all and (min-width: 460px) {
	a.brand-logo {
		font-size: 20px;
	}
	.finder-box .search-field {
		padding-left: 15px;
	}
	.finder-box input {
		font-size: 14px;
	}
	.action-btns a {
		height: 40px;
		line-height: 40px;
		padding: 0 12px;
		font-size: 13px;
	}
	.action-btns a:before {
		margin-right: 3px;
		width: 16px;
		font-size: 16px;
	}
	.link-set,
	.bottom-bar .link-collection {
		columns: 3;
		column-count: 3;
	}
}

@media all and (min-width: 640px) {
	a.brand-logo {
		font-size: 22px;
		padding: 0 12px;
	}
	h1 {
		font-size: 22px;
		line-height: 26px;
	}
	h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.model-card {
		width: 33.3333%;
	}
	.pagination a,
	.pagination span {
		height: 45px;
		line-height: 45px;
		min-width: 35px;
	}
	.action-btns a {
		padding: 0 20px;
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.action-btns a:before {
		margin-right: 4px;
		width: 18px;
		font-size: 18px;
	}
	.link-set,
	.bottom-bar .link-collection {
		columns: 4;
		column-count: 4;
	}
}

@media all and (min-width: 930px) {
	.model-card {
		width: 25%;
	}
}

@media all and (min-width: 1020px) {
	h1 {
		font-size: 24px;
		line-height: 28px;
		/* margin: 30px 30px 0 30px; */
	}
	h2 {
		font-size: 22px;
		line-height: 26px;
		margin: 40px 30px 0 30px;
	}
	p.intro {
		margin: 10px 30px 0 30px;
	}
	a.brand-logo {
		margin-left: 40px;
	}
	.finder-box {
		width: 320px;
		float: right;
		padding-right: 40px;
	}
	.menu-toggle {
		display: none;
	}
	.nav-menu {
		display: block !important;
	}
	body.overlay {
		overflow: visible;
	}
	body.overlay:after {
		display: none;
	}
	main,
	.bottom-bar .contain {
		padding-left: 191px;
	}
	.card-grid {
		padding-top: 28px;
		max-width: 1880px;
		margin: 0 auto;
	}
	.card-data,
	.model-card a:after,
	.card-badge {
		transition: 0.8s ease;
	}
	.model-card a:hover .card-data,
	.model-card a:hover:after,
	.model-card a:hover .card-badge {
		opacity: 0;
	}
	.stream-wrap {
		padding: 10px 0 0 0;
		max-width: 1880px;
		margin: 0 auto;
	}
	.stream-wrap h1 {
		margin: 0;
	}
	.contain > h1,
	.contain > h2 {
		text-align: center;
	}
	.video-box {
		margin: 0 auto;
	}
	.action-btns {
		padding: 0;
		text-align: center;
	}
	.action-btns a {
		float: none;
		display: inline-block;
		height: 50px;
		line-height: 50px;
		padding: 0 30px;
		font-size: 16px;
	}
	.action-btns a:before {
		margin-right: 5px;
		width: 20px;
		font-size: 20px;
	}
	.performer-details {
		padding: 15px 30px 0 30px;
		max-width: 1880px;
		margin: 0 auto;
	}
	.detail-block {
		margin-top: 15px;
	}
	.info-page p {
		margin: 10px 30px 0 30px;
	}
	.pagination {
		padding-top: 36px;
	}
	.link-set,
	.bottom-bar .link-collection {
		padding: 10px 30px 0 30px;
	}
	.bottom-bar-heading {
		font-size: 22px;
		line-height: 26px;
		margin: 20px 30px 0 30px;
	}
	.bottom-bar p {
		margin: 20px 20px 0 20px;
	}
}

@media all and (min-width: 1260px) {
	.model-card {
		width: 20%;
	}
	.link-set,
	.bottom-bar .link-collection {
		columns: 5;
		column-count: 5;
	}
}

@media all and (min-width: 1430px) {
	.model-card {
		width: 16.6666%;
	}
	.link-set,
	.bottom-bar .link-collection {
		columns: 6;
		column-count: 6;
	}
}
@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;
	}
}
