body,
.action-buttons a {
	background-color: rgb(242, 242, 242);
}

.grid-card figure {
	background-color: rgb(232, 232, 232);
}

.tag-list a,
.pagination a,
.pagination span,
.action-buttons {
	background-color: rgb(255, 255, 255);
}

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

a,
h1,
h2,
.tag-links a:hover {
	color: rgb(2, 2, 2);
}

a.brand,
.menu-toggle,
.category-menu a,
.grid-card a,
.search-bar input,
.search-bar input::placeholder,
.search-bar button,
.footer-heading,
.footer-tag-list a:hover,
.action-buttons a:hover {
	color: rgb(255, 255, 255);
}

.sad-icon,
.tag-list a,
.footer-tag-list a,
.tag-links a {
	color: rgb(30, 175, 230);
}

#scroll-top,
.top-bar,
.top-bar-menu,
.badge,
.pagination a.active,
.pagination a.more,
.pagination span.active,
.pagination a:hover,
.tag-list a:hover,
.action-buttons a.send {
	background-color: rgb(40, 185, 240);
	color: rgb(255, 255, 255);
}

.card-meta,
.grid-card .viewer-count {
	background-color: rgba(0, 0, 0, 0.3);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

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

.category-menu a.active,
.category-menu a:hover,
.search-bar button:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.category-menu a,
.search-bar .input {
	border-color: rgba(255, 255, 255, 0.3);
}

.site-footer,
.pagination a.more:hover,
.action-buttons a:hover {
	background-color: rgb(42, 42, 42);
}

.site-footer {
	color: rgb(182, 182, 182);
}

@font-face {
	font-family: "Roboto Condensed";
	font-weight: normal;
	font-style: normal;
	src: url(../fonts/font/RobotoCondensed-Regular.ttf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Roboto Condensed";
	font-weight: bold;
	font-style: normal;
	src: url(../fonts/font/RobotoCondensed-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 Condensed", 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;
}
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: 22px;
	line-height: 26px;
	margin: 10px 10px 0 10px;
	clear: both;
}
h2 {
	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;
	height: 40px;
}

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

.search-bar {
	overflow: hidden;
}
.search-bar form {
	position: relative;
	overflow: hidden;
}
.search-bar .input {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	overflow: hidden;
	height: 39px;
	line-height: 39px;
	padding: 0 10px 0 35px;
}
.search-bar 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-bar button {
	border-radius: 50%;
	transform: rotate(-90deg);
	overflow: hidden;
	background: none;
	position: absolute;
	top: 5px;
	left: 5px;
	border: 0 none;
	cursor: pointer;
	outline: 0 none;
	font-size: 20px;
	width: 29px;
	height: 29px;
	line-height: 29px;
}
.search-bar button:before {
	content: "\f002";
}

.top-bar-menu {
	display: none;
	position: absolute;
	top: 40px;
	right: 0;
	width: 180px;
}
.top-bar-menu.active {
	display: block;
}

.category-menu {
	overflow: hidden;
	clear: both;
	text-align: right;
}
.category-menu nav {
	overflow: hidden;
}
.category-menu a {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
	height: 39px;
	line-height: 39px;
	font-size: 14px;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.category-menu a:before {
	margin-right: 2px;
	width: 22px;
	font-size: 22px;
}
.category-menu a:last-child {
	border: 0 none;
}

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

.grid-items {
	padding: 4px 7px 0 7px;
}

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

.card-meta,
.grid-card .viewer-count {
	z-index: 2;
	position: absolute;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.card-meta {
	height: 25px;
	line-height: 25px;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 10px;
	font-size: 14px;
}
.grid-card .viewer-count {
	height: 22px;
	line-height: 22px;
	top: 0;
	right: 0;
	padding: 0 5px;
	font-size: 11px;
}
.grid-card .viewer-count:before {
	content: "\f06e";
	width: 13px;
	font-size: 14px;
	float: left;
	display: block;
	margin: 0 2px 0 0;
}

.badge {
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	font-size: 14px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.pagination {
	clear: both;
	padding: 14px 0 0 0;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}
.pagination a,
.pagination span {
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	margin: 6px 3px 0 3px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	min-width: 20px;
	font-size: 12px;
}
.pagination a.prev:after {
	content: "\f104";
}
.pagination a.next:after,
.pagination a.next.more:after {
	content: "\f105";
}
.pagination a.more {
	padding: 0 20px 0 25px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}
.pagination a.more:after {
	content: "\f101";
	margin-left: 15px;
	font-size: 22px;
	width: 22px;
}

.tag-list {
	overflow: hidden;
	margin: 15px 5px 0 10px;
	clear: both;
}
.tag-list a {
	border-radius: 2px;
	padding: 0 10px;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	margin: 5px 5px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tag-list a:before {
	display: block;
	float: left;
	margin-right: 2px;
	width: 14px;
	font-size: 14px;
}

.tag-list.compact {
	margin-top: 5px;
	height: 35px;
}

.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";
}

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

.action-buttons {
	overflow: hidden;
	padding: 5px 5px 10px 10px;
}
.action-buttons a {
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 7px;
	border-radius: 3px;
	font-size: 11px;
	overflow: hidden;
	margin: 5px 3px 0 0;
	float: left;
	white-space: nowrap;
}
.action-buttons a:before {
	display: block;
	float: left;
	margin-right: 2px;
	width: 14px;
	font-size: 14px;
}
.action-buttons a.send:before {
	content: "\f0e0";
}
.action-buttons a.private:before {
	content: "\f086";
}
.action-buttons a.profile:before {
	content: "\f2c2";
}

.profile-data {
	padding: 10px 0 0 10px;
	overflow: hidden;
	line-height: 22px;
}

.data-row {
	display: table;
	overflow: hidden;
	width: 100%;
}
.data-row span {
	display: table-cell;
	vertical-align: top;
}
.data-row span.data-label {
	width: 110px !important;
	max-width: 110px !important;
	min-width: 110px !important;
}
.tag-links {
	display: table-cell;
	vertical-align: top;
	overflow: hidden;
}

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

#scroll-top {
	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;
}
#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: 360px) {
	.action-buttons a {
		padding: 0 9px;
		font-size: 12px;
	}
	.action-buttons a:before {
		width: 15px;
		font-size: 15px;
		margin-right: 3px;
	}
}

@media all and (min-width: 460px) {
	a.brand {
		font-size: 22px;
	}
	.search-bar input {
		font-size: 14px;
	}
	.action-buttons a {
		padding: 0 15px;
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}
	.action-buttons a:before {
		margin-right: 4px;
		width: 20px;
		font-size: 20px;
	}
}

@media all and (min-width: 640px) {
	main {
		padding-top: 60px;
	}
	.top-bar {
		height: 50px;
	}
	a.brand {
		font-size: 26px;
		margin: 5px 20px 0 10px;
	}
	.menu-toggle {
		margin-top: 5px;
	}
	.top-bar-menu {
		top: 50px;
	}
	.tag-list a {
		padding: 0 14px;
		font-size: 16px;
	}
	.grid-card {
		width: 33.3333%;
	}
	.footer-tag-list {
		columns: 3;
		column-count: 3;
	}
	.pagination {
		padding-top: 34px;
	}
	.pagination a,
	.pagination span {
		height: 45px;
		line-height: 45px;
		min-width: 35px;
		font-size: 14px;
	}
	.action-buttons a {
		padding: 0 25px;
		font-size: 16px;
	}
	.action-buttons a:before {
		width: 22px;
		font-size: 22px;
	}
}

@media all and (min-width: 930px) {
	.grid-card {
		width: 25%;
	}
	.footer-tag-list {
		columns: 4;
		column-count: 4;
	}
}

@media all and (min-width: 1020px) {
	body.covered {
		overflow: visible;
	}
	body.covered:after {
		display: none;
	}
	.container {
		padding: 0 30px;
	}
	h1 {
		margin-top: 20px;
		font-size: 24px;
		line-height: 28px;
	}
	h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.top-bar {
		overflow: hidden;
	}
	.search-bar {
		width: 180px;
		float: right;
		padding: 10px 10px 0 0;
	}
	.search-bar form {
		padding-left: 30px;
	}
	.search-bar .input {
		border-color: inherit;
		padding: 0;
		height: 29px;
		line-height: 29px;
	}
	.search-bar input {
		font-size: 16px;
	}
	.search-bar button {
		left: 0px;
		top: 0;
	}
	.menu-toggle {
		display: none;
	}
	.top-bar-menu {
		display: block !important;
		position: static;
		width: auto;
		overflow: visible;
	}
	.tag-list.compact {
		margin-top: 15px;
	}
	.category-menu {
		float: left;
		text-align: left;
		clear: none;
	}
	.category-menu a {
		border-bottom-width: 0;
		padding: 0 15px;
		height: 50px;
		line-height: 50px;
		float: left;
		font-size: 16px;
		margin-right: 1px;
	}
	.video-section {
		margin: 0 10px;
	}
	.profile-section {
		float: left;
		width: 50%;
		overflow: hidden;
	}
	.profile-section h2 {
		margin-top: 20px;
	}
	.profile-section .grid-card {
		width: 33.3333%;
	}
}

@media all and (min-width: 1260px) {
	.category-menu a {
		padding: 0 20px;
		font-size: 18px;
	}
	.grid-card {
		width: 20%;
	}
	.footer-tag-list {
		columns: 5;
		column-count: 5;
	}
}

@media all and (min-width: 1440px) {
	.grid-card {
		width: 16.6666%;
	}
	.footer-tag-list {
		columns: 6;
		column-count: 6;
	}
	.profile-section:first-child {
		width: 30%;
	}
	.profile-section:nth-child(2) {
		width: 68%;
		padding-left: 2%;
	}
	.profile-section .grid-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;
	}
}
