body {
	background-color: rgb(0, 0, 0);
}

.card figure,
.paging a,
.paging span,
.action-buttons a.btn-primary,
.performer-details a {
	background-color: rgb(40, 40, 40);
}

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

.category-list,
.action-buttons a,
.performer-details a:hover {
	background-color: rgb(115, 15, 25);
}

.top-bar {
	background-color: rgba(145, 20, 25, 0.9);
}

.sidebar,
.finder .field {
	background-color: rgb(145, 20, 25);
}

a,
h1,
h2,
a.brand,
.menu-toggle,
.finder-toggle,
.finder button:hover,
.finder input,
.finder input::placeholder,
.detail-item span {
	color: rgb(255, 255, 255);
}

.card figure:before,
.error-icon,
a.brand span,
.sidebar .category-list a:hover,
.finder-toggle.active,
.menu-toggle.active {
	color: rgb(255, 215, 0);
}

.bottom .search-links a:hover,
.bottom .search-links a:before {
	color: rgb(255, 105, 0);
}

#go-top,
.badge,
.sidebar a:hover,
.sidebar a.current,
.paging a:hover,
.paging a.current,
.action-buttons a:hover,
.action-buttons a.btn-secondary,
.sidebar nav::-webkit-scrollbar-thumb {
	background-color: rgb(230, 150, 25);
	color: rgb(255, 255, 255);
}

.sidebar a:hover,
.sidebar a.current,
.badge {
	background: linear-gradient(to right, rgb(255, 195, 70), rgb(220, 130, 20));
}

.category-list a.current,
.sidebar a {
	border-color: rgb(225, 165, 0);
}

body.covered:after {
	background-color: rgba(0, 0, 0, 0.4);
}

.filter-set,
.bottom,
.finder .field {
	border-color: rgba(255, 255, 255, 0.3);
}

.card a:after {
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
}

.card-meta {
	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,
section,
main,
article,
footer,
aside,
figure,
textarea,
span,
img,
h1,
h2,
h3 {
	margin: 0;
	padding: 0;
}
section {
	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;
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	box-sizing: content-box;
	cursor: pointer;
	transition: 0.1s ease;
}

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

main {
	overflow: hidden;
	padding-top: 50px;
}

h1,
h2,
h3 {
	font-weight: normal;
	font-size: 18px;
	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;
}

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

.top-bar {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	padding-bottom: 5px;
}

.menu-toggle {
	float: left;
	border: 0 none;
	background: none;
	cursor: pointer;
	margin: 5px 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 {
	margin: 5px 10px 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-style: italic;
}
a.brand img {
	width: auto;
	height: inherit;
}

.finder-wrap {
	position: relative;
	float: right;
}

.finder-toggle {
	border: 0 none;
	background: none;
	cursor: pointer;
	margin: 5px 10px 0 0;
	width: 22px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 22px;
}
.finder-toggle:before {
	content: "\f002";
	transform: rotate(-90deg);
}
.finder-toggle.active:before {
	content: "\f00d";
}

.finder {
	display: none;
	overflow: hidden;
	padding: 5px 10px 0 0;
	position: absolute;
	top: 0;
	right: 30px;
	width: 160px;
}
.finder form {
	position: relative;
	overflow: hidden;
}
.finder .field {
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	overflow: hidden;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
}
.finder input {
	background: none;
	border: 0 none;
	width: 100%;
	outline: 0 none;
	font-size: 13px;
	height: inherit;
	line-height: normal;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.finder button {
	overflow: hidden;
	background: none;
	position: absolute;
	top: 5px;
	right: 5px;
	border: 0 none;
	cursor: pointer;
	outline: 0 none;
	font-size: 18px;
	width: 28px;
	height: 28px;
	line-height: 28px;
}
.finder button:before {
	content: "\f002";
}

.finder.active {
	display: block;
}

.sidebar-nav {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 54px;
	left: 0;
	bottom: 0;
	width: 220px;
	background-color: rgb(145, 20, 25);
}

.sidebar-nav.active {
	display: block;
}
.sidebar-nav nav {
	overflow-y: auto;
	height: 100%;
}
.sidebar-nav nav::-webkit-scrollbar {
	width: 5px;
}
.sidebar-nav nav::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: rgb(230, 150, 25);
}
.sidebar-nav label {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: uppercase;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.1);
	color: rgb(255, 255, 255);
}
.sidebar-nav a {
	display: block;
	margin: 0;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sidebar-nav a:hover,
.sidebar-nav a.active {
	background: linear-gradient(to right, rgb(255, 195, 70), rgb(220, 130, 20));
}

.sidebar {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 54px;
	left: 0;
	bottom: 0;
	width: 220px;
}
.sidebar.active {
	display: block;
}
.sidebar nav {
	overflow-y: auto;
	height: 100%;
}
.sidebar nav::-webkit-scrollbar {
	width: 5px;
}
.sidebar nav::-webkit-scrollbar-thumb {
	border-radius: 6px;
}
.sidebar label {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: uppercase;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.1);
	color: rgb(255, 255, 255);
}
.sidebar a {
	display: block;
	margin: 0;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sidebar nav a:before {
	display: none;
}
.sidebar nav a.live:before {
	content: "\f519";
}
.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";
}

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

.card-grid {
	overflow: hidden;
	padding: 0 5px;
}
.card {
	width: 50%;
	float: left;
}
.card .card-box {
	margin: 10px 5px 0 5px;
	position: relative;
}
.card a {
	display: block;
	overflow: hidden;
	position: relative;
}
.card figure {
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
}
.card figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.card-meta {
	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;
	font-size: 14px;
}

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

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

.badge {
	height: 20px;
	line-height: 20px;
	border-radius: 4px;
	padding: 0 7px;
	font-size: 12px;
	text-transform: uppercase;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
}

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

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

.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.error-page,
.about.error-page p {
	text-align: center;
}
.error-page {
	text-align: center;
}
.error-page p {
	margin: 10px 10px 0 10px;
	text-align: center;
}
.error-icon {
	font-size: 150px;
	height: 150px;
	line-height: 150px;
	margin: 20px 10px 0 10px;
}
.error-icon:after {
	content: "\f119";
}

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

.action-buttons {
	overflow: hidden;
	padding: 5px 0 0 10px;
}
.action-buttons a {
	border-radius: 4px;
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 5px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	margin: 5px 3px 0 0;
	float: left;
}
.action-buttons a:before {
	display: block;
	float: left;
	margin-right: 2px;
	width: 14px;
	font-size: 14px;
}
.action-buttons a.btn-secondary:before {
	content: "\f0e0";
}
.action-buttons a.btn-tertiary:before {
	content: "\f086";
}
.action-buttons a.btn-primary:before {
	content: "\f2c2";
}

.performer-details {
	padding: 15px 0 0 10px;
	overflow: hidden;
	line-height: 22px;
}
.detail-item {
	overflow: hidden;
	margin: 5px 10px 0 0;
}
.detail-item span {
	font-weight: bold;
}
.detail-tags {
	margin-top: 20px;
	overflow: hidden;
}
.detail-tags a {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	border-radius: 4px;
	background-color: rgb(40, 40, 40);
	text-decoration: none;
}
.detail-tags a:hover {
	background-color: rgb(115, 15, 25);
	text-decoration: none;
}

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

#go-top {
	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;
}
#go-top:before {
	content: "\f106";
	display: block;
	height: inherit;
	line-height: inherit;
	font-weight: 900;
}
#go-top:hover {
	opacity: 1;
}
#go-top.without-navigation {
	bottom: 40px;
}

@media all and (min-width: 460px) {
	a.brand {
		font-size: 20px;
	}
	.finder .field {
		padding-left: 15px;
	}
	.finder input {
		font-size: 14px;
	}
	.action-buttons a {
		padding: 0 11px;
		font-size: 11px;
	}
	.action-buttons a:before {
		margin-right: 3px;
		width: 18px;
		font-size: 18px;
	}
	.links-list,
	.bottom .search-links {
		columns: 3;
		column-count: 3;
	}
}

@media all and (min-width: 640px) {
	main {
		padding-top: 60px;
	}
	.top-bar {
		padding: 5px 0 10px 0;
	}
	a.brand {
		font-size: 24px;
	}
	.sidebar {
		top: 64px;
	}
	.sidebar-nav {
		top: 64px;
	}
	.card {
		width: 33.3333%;
	}
	.paging a,
	.paging span {
		height: 45px;
		line-height: 45px;
		min-width: 35px;
	}
	.action-buttons a {
		padding: 0 20px;
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.action-buttons a:before {
		width: 22px;
		font-size: 22px;
	}
	.links-list,
	.bottom .search-links {
		columns: 4;
		column-count: 4;
	}
}

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

@media all and (min-width: 1020px) {
	a.brand {
		margin-left: 20px;
	}
	.finder-wrap {
		float: left;
		margin-left: 20px;
	}
	.finder {
		width: 320px;
		right: auto;
		left: 30px;
	}
	.menu-toggle {
		display: none;
	}
	.sidebar {
		display: block !important;
		left: 10px;
		top: 70px;
	}
	.sidebar nav a:before {
		display: inline-block;
	}
	.sidebar-nav {
		display: block !important;
		left: 10px;
		top: 70px;
	}
	body.covered {
		overflow: visible;
	}
	body.covered:after {
		display: none;
	}
	.sidebar ~ main,
	.sidebar ~ main + .bottom .container {
		padding-left: 230px;
	}
	.sidebar-nav ~ main,
	.sidebar-nav ~ main + .bottom .container {
		padding-left: 230px;
	}
	.card {
		width: 33.3333%;
	}
	.stream-container {
		padding: 10px 10px 0 10px;
	}
	.action-buttons {
		padding: 5px 5px 0 0;
	}
	.stream-container h1 {
		margin: 20px 0 0 0;
	}
	.info-block {
		overflow: hidden;
		float: left;
		width: 50%;
	}
	.performer-details {
		padding: 15px 0 0 0;
	}
	.detail-tags {
		margin-top: 5px;
	}
	#go-top {
		bottom: 10px;
		right: 10px;
	}
}

@media all and (min-width: 1260px) {
	.card {
		width: 25%;
	}
	.links-list,
	.bottom .search-links {
		columns: 5;
		column-count: 5;
	}
	.info-block:first-child {
		width: 40%;
	}
	.info-block:nth-child(2) {
		width: 60%;
	}
}

@media all and (min-width: 1430px) {
	.links-list,
	.bottom .search-links {
		columns: 6;
		column-count: 6;
	}
	.badge {
		height: 22px;
		line-height: 22px;
		padding: 0 8px;
		font-size: 13px;
		top: 5px;
		right: 5px;
	}
	.info-block:first-child {
		width: 30%;
	}
	.info-block:nth-child(2) {
		width: 70%;
	}
}

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

@media all and (min-width: 3000px) {
	.card {
		width: 16.6666%;
	}
}
@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;
	}
}
