body {
	background-color: rgb(250, 250, 250);
}

.cam-item figure,
.action-btns a {
	background-color: rgb(240, 240, 240);
}

.cam-box,
.search-bar .field-wrapper,
.site-footer,
.paginator a,
.paginator span,
.stream-container {
	background-color: rgb(255, 255, 255);
}

h2,
.site-footer,
.info-row {
	border-color: rgb(230, 230, 230);
}

.tag-cloud a,
.paginator a,
.paginator span,
.tag-links {
	border-color: rgb(190, 190, 190);
}

.cam-box,
.stream-container {
	box-shadow: 0 5px 15px -12px rgba(0, 0, 0, 0.2);
}

body {
	color: rgb(110, 110, 110);
}

a,
h1,
h2,
.tag-list a,
.site-footer .footer-links a:hover,
.tag-links a:hover,
.performer-data {
	color: rgb(0, 0, 0);
}

a.brand-logo,
.menu-toggle,
.top-nav a,
.cam-meta {
	color: rgb(255, 255, 255);
}

.sad-icon,
.tag-list a:hover,
.paginator a:hover,
.tag-cloud a:before,
.tag-cloud a:hover,
.site-footer .footer-links a,
.tag-links a {
	color: rgb(175, 20, 105);
}

#scroll-top,
.site-top,
.badge-new,
.search-bar button,
.paginator a.active,
.paginator span.active,
.action-btns a.btn-msg,
.action-btns a:hover {
	background-color: rgb(175, 20, 105);
	color: rgb(255, 255, 255);
}

.site-top,
.badge-new,
.search-bar button,
.action-btns a.btn-msg:hover {
	background: linear-gradient(to right, rgb(235, 15, 135), rgb(105, 20, 65));
}

.action-btns a.btn-msg {
	background: linear-gradient(to right, rgb(235, 15, 135), rgb(255, 125, 85));
}

.paginator a:hover,
.paginator a.active,
.paginator span.active,
.tag-cloud a:hover {
	border-color: rgb(175, 20, 105);
}

.cam-item a:after {
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
	z-index: 1;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
}

.top-nav nav,
.top-nav a {
	border-color: rgba(255, 255, 255, 0.3);
}

.top-nav a:hover,
.top-nav a.active {
	background-color: rgba(255, 255, 255, 0.2);
}

@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;
	transition: 0.1s ease;
}

body {
	font-size: 14px;
	line-height: 20px;
}

main {
	overflow: hidden;
	padding-top: 50px;
}

h1,
h2,
h3 {
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	margin: 10px 10px 0 10px;
	clear: both;
}
h2 {
	margin-top: 20px;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 20px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
}

.brief-desc {
	margin: 5px 10px 0 10px;
	font-size: 13px;
}

.contain {
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	min-width: 320px;
}

.site-top {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	padding-bottom: 10px;
}

.menu-toggle {
	float: left;
	border: 0 none;
	background: none;
	cursor: pointer;
	margin: 10px 0 0 10px;
	width: 22px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 24px;
}
.menu-toggle:before {
	content: "\f0c9";
}
.menu-toggle.active:before {
	content: "\f00d";
}

a.brand-logo {
	margin: 10px 10px 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
a.brand-logo span {
	opacity: 0.7;
}
a.brand-logo img {
	width: auto;
	height: inherit;
}

.search-bar {
	overflow: hidden;
	padding: 10px 10px 0 0;
}
.search-bar form {
	position: relative;
	overflow: hidden;
}
.search-bar .field-wrapper {
	border-radius: 4px;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	padding: 0 35px 0 10px;
}
.search-bar 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;
}
.search-bar button {
	overflow: hidden;
	border-radius: 4px;
	position: absolute;
	top: 2px;
	right: 2px;
	border: 0 none;
	cursor: pointer;
	outline: 0 none;
	font-size: 16px;
	width: 26px;
	height: 26px;
	line-height: 26px;
}
.search-bar button:before {
	content: "\f002";
}

.top-nav {
	display: none;
	overflow: hidden;
	clear: both;
}
.top-nav nav {
	margin-top: 9px;
	border-top-width: 1px;
	border-top-style: solid;
	overflow: hidden;
	height: 30px;
	font-size: 0;
	text-align: center;
}
.top-nav a {
	display: inline-block;
	vertical-align: top;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 1px 0 1px;
	padding: 0 5px;
	border-radius: 4px;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.top-nav a:before {
	margin-right: 2px;
	float: left;
	width: 18px;
	font-size: 18px;
}

.top-nav a.live:before {
	content: "\f519";
}
.top-nav a.mars:before {
	content: "\f222";
}
.top-nav a.venus:before {
	content: "\f221";
}
.top-nav a.transgender:before {
	content: "\f224";
}
.top-nav a.venus-mars:before {
	content: "\f228";
}
.top-nav a.active:after {
	content: "\f0d7";
	margin-left: 3px;
	margin-top: -1px;
	font-size: 16px;
}

.cam-grid {
	padding: 0 5px;
}

.cam-item {
	width: 50%;
	float: left;
}
.cam-box {
	margin: 10px 5px 0 5px;
	position: relative;
	border-radius: 3px;
}
.cam-item a {
	display: block;
	overflow: hidden;
	position: relative;
}
.cam-item figure {
	overflow: hidden;
	position: relative;
	padding-bottom: 75%;
	border-radius: 3px 3px 0 0;
}
.cam-item figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 3px 3px 0 0;
}

.cam-meta {
	height: 25px;
	line-height: 25px;
	z-index: 2;
	position: absolute;
	white-space: nowrap;
	text-overflow: ellipsis;
	bottom: 5px;
	left: 0;
	right: 0;
	overflow: hidden;
	padding: 0 10px;
	text-align: right;
	font-size: 14px;
}

.cam-meta .model-age {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	overflow: hidden;
	margin-right: 5px;
}

.cam-meta .viewer-count {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	overflow: hidden;
	font-weight: normal;
	margin-right: 5px;
}
.cam-meta .viewer-count:before {
	content: "\f06e";
	width: 13px;
	font-size: 13px;
	float: left;
	display: block;
	margin: 1px 2px 0 0;
}

.badge-new {
	height: 20px;
	line-height: 20px;
	border-radius: 20px;
	padding: 0 7px;
	font-size: 12px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
}

.cam-details {
	overflow: hidden;
	padding: 5px 0 10px 0;
}
.cam-item .room-goal {
	height: 30px;
	line-height: 15px;
	font-size: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 5px 10px 0 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.tag-list {
	height: 15px;
	line-height: 15px;
	font-size: 11px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 5px 10px 0 10px;
}
.tag-list a {
	display: inline-block;
	vertical-align: top;
}
.tag-list a:hover {
	text-decoration: underline;
}
.tag-list a:after {
	display: none;
}

.paginator {
	clear: both;
	padding: 14px 0 0 0;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}
.paginator a,
.paginator span {
	border-width: 1px;
	border-style: solid;
	border-radius: 30px;
	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;
	text-transform: uppercase;
}
.paginator a.prev-btn:after {
	content: "\f104";
}
.paginator a.next-btn:after,
.paginator a.next-btn.load-btn:after {
	content: "\f105";
}
.paginator a.load-btn {
	padding: 0 20px 0 25px;
	height: 40px;
	line-height: 40px;
}
.paginator a.load-btn:after {
	transform: rotateZ(90deg);
	content: "\f35d";
	margin-left: 15px;
	font-size: 22px;
	width: 22px;
}
.paginator a.all:after {
	transform: rotateZ(0deg);
}

.sidebar-content {
	border-radius: 12px;
	padding: 0 10px 15px 10px;
	margin: 20px 10px 0 10px;
	overflow: hidden;
}
.sidebar h2 {
	font-weight: bold;
	margin-top: 20px;
}

.tag-cloud {
	overflow: hidden;
	padding: 15px 5px 0 10px;
	clear: both;
}
.tag-cloud a {
	border-width: 1px;
	border-style: solid;
	border-radius: 20px;
	padding: 0 12px;
	font-weight: bold;
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	margin: 5px 5px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tag-cloud a:before {
	display: block;
	float: left;
	margin-right: 2px;
	width: 14px;
	font-size: 14px;
}
.tag-cloud.category-tags a:before {
	content: "\f02b";
}
.tag-cloud.regular-tags a:before {
	content: "\f292";
}
.tag-cloud.no-icon a:before {
	display: none;
}
.tag-cloud a.featured-tag {
	font-weight: bold;
}

.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";
}

.stream-container {
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 15px;
}
.video-wrapper {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.video-wrapper.error {
	padding-top: 0;
}
.video-wrapper iframe {
	border: 0 none !important;
	display: inline-block;
	max-width: 100%;
}
.video-wrapper video {
	border: 0 none !important;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.video-wrapper source {
	border: 0 none !important;
}

.action-btns {
	overflow: hidden;
	padding: 5px 0 0 10px;
}
.action-btns a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 8px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	margin: 5px 3px 0 0;
	float: left;
}
.action-btns a:before {
	display: block;
	float: left;
	margin-right: 2px;
	width: 14px;
	font-size: 14px;
}
.action-btns a.btn-msg:before {
	content: "\f0e0";
}
.action-btns a.btn-pvt:before {
	content: "\f086";
}
.action-btns a.btn-profile:before {
	content: "\f2c2";
}

.performer-data {
	padding: 0 0 0 10px;
	overflow: hidden;
	line-height: 22px;
}
.info-row {
	float: left;
	overflow: hidden;
	margin: 10px 10px 0 0;
	border-radius: 30px;
	line-height: 20px;
	padding: 7px 12px;
	border-width: 1px;
	border-style: solid;
}
.info-row span {
	font-weight: bold;
}
.tags-row {
	clear: both;
	padding: 20px 0 0 0;
	float: none;
	border: 0 none;
	margin: 0;
	border-radius: 0;
}
.tag-links {
	overflow: hidden;
	font-size: 0;
	padding: 5px 0 0 0;
}
.tag-links a {
	display: block;
	float: left;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	border-radius: 30px;
	padding: 0 12px;
	border-width: 1px;
	border-style: solid;
	margin: 5px 5px 0 0;
}

.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: 20px;
	line-height: 24px;
	margin: 20px 10px 0 10px;
}
.site-footer .footer-links {
	overflow: hidden;
	padding: 5px 0 0 10px;
	clear: both;
}
.site-footer .footer-links a {
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	font-size: 13px;
	margin: 5px 20px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.site-footer .footer-links a:before {
	content: "\f002";
	width: 14px;
	font-size: 14px;
	margin: 1px 2px 0 0;
}

#scroll-top {
	border: 0 none;
	border-radius: 50%;
	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;
}
#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-btns a {
		padding: 0 10px;
		font-size: 12px;
		height: 38px;
		line-height: 38px;
	}
	.action-btns a:before {
		margin-right: 3px;
		width: 15px;
		font-size: 15px;
	}
}

@media all and (min-width: 460px) {
	a.brand-logo {
		font-size: 20px;
	}
	.search-bar input {
		font-size: 14px;
	}
	.action-btns a {
		padding: 0 15px;
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}
	.action-btns a:before {
		margin-right: 4px;
		width: 20px;
		font-size: 20px;
	}
}

@media all and (min-width: 640px) {
	main {
		padding-top: 60px;
	}
	.menu-toggle {
		width: 24px;
		height: 40px;
		line-height: 40px;
	}
	a.brand-logo {
		font-size: 22px;
		height: 40px;
		line-height: 40px;
	}
	.search-bar .field-wrapper {
		height: 40px;
		line-height: 40px;
		padding: 0 45px 0 15px;
	}
	.search-bar button {
		top: 4px;
		right: 4px;
		font-size: 18px;
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
	.top-nav nav {
		height: 40px;
	}
	.top-nav a {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		padding: 0 15px;
	}
	.top-nav a:before {
		margin-right: 5px;
		width: 24px;
		font-size: 24px;
	}
	h1 {
		font-size: 22px;
		line-height: 26px;
	}
	h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.cam-item {
		width: 33.3333%;
	}
	.paginator {
		padding-top: 10px;
	}
	.paginator a,
	.paginator span {
		height: 45px;
		line-height: 45px;
		min-width: 35px;
		font-size: 14px;
		margin: 10px 5px 0 5px;
	}
	.action-btns a {
		padding: 0 25px;
		height: 45px;
		line-height: 45px;
	}
	.action-btns a:before {
		width: 22px;
		font-size: 22px;
	}
	#scroll-top {
		right: 20px;
		bottom: 20px;
	}
}

@media all and (min-width: 930px) {
	.cam-item {
		width: 25%;
	}
}

@media all and (min-width: 1020px) {
	h1 {
		font-size: 24px;
		line-height: 28px;
		margin-top: 20px;
	}
	h2 {
		font-size: 22px;
		line-height: 26px;
		margin-top: 20px;
		padding-top: 20px;
	}
	.brief-desc {
		margin-top: 10px;
	}
	.contain {
		padding: 0 30px;
	}
	.site-top {
		padding-bottom: 0;
		height: 60px;
	}
	a.brand-logo {
		margin-right: 40px;
	}
	.search-bar {
		width: 200px;
		float: right;
	}
	.menu-toggle {
		display: none;
	}
	.top-nav {
		display: block !important;
		clear: none;
		float: left;
	}
	.top-nav nav {
		border-top-width: 0;
		border-left-width: 1px;
		border-left-style: solid;
		margin: 0;
		height: 60px;
	}
	.top-nav a {
		border-radius: 0;
		height: 60px;
		line-height: 60px;
		margin: 0;
		padding: 0 10px;
		border-right-width: 1px;
		border-right-style: solid;
	}
	.top-nav a:before {
		width: 28px;
		font-size: 28px;
	}
	.cam-grid {
		padding: 0;
	}
	.cam-box {
		margin: 20px 10px 0 10px;
	}
	.badge-new {
		height: 22px;
		line-height: 22px;
		padding: 0 10px;
		font-size: 14px;
		top: 5px;
		left: 5px;
	}
	.broadcast-area {
		float: left;
		width: 65%;
	}
	.related-area {
		float: right;
		width: 35%;
	}
	.related-area .cam-item {
		width: 50%;
	}
	.stream-container {
		margin: 20px 10px 0 10px;
		padding-bottom: 20px;
	}
	.related-area h2 {
		border: 0 none;
		padding-top: 0;
		line-height: 28px;
	}
	.action-btns {
		padding: 15px 0 0 20px;
	}
	.performer-data {
		padding: 15px 10px 0 20px;
	}
	.footer-links-area {
		padding-top: 15px;
	}
}

@media all and (min-width: 1260px) {
	.search-bar {
		width: 320px;
	}
	.top-nav a {
		padding: 0 20px;
	}
	.cam-meta .model-age,
	.cam-meta .viewer-count {
		margin-right: 10px;
		font-size: 12px;
	}
	.cam-meta .viewer-count:before {
		width: 16px;
		font-size: 16px;
	}
	.broadcast-area {
		width: 70%;
	}
	.related-area {
		width: 30%;
	}
}

@media all and (min-width: 1580px) {
	.cam-meta .model-age,
	.cam-meta .viewer-count {
		font-size: 13px;
	}
	.cam-meta .viewer-count:before {
		width: 18px;
		font-size: 18px;
	}
}
@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;
	}
}
