body,
.find-panel .find-field,
.mobile-menu-btn,
.find-btn,
a.brand-logo span {
	background-color: rgb(255, 241, 249);
}

figure,
.pagination-nav a,
.pagination-nav span {
	background-color: rgba(0, 0, 0, 0.1);
}

.page-hdr,
.find-panel button,
.action-links a.message-btn,
.detail-item a:hover {
	background-color: rgb(236, 146, 176);
}

.category-slider {
	scrollbar-color: rgb(236, 146, 176) rgba(0, 0, 0, 0.1);
}

.find-panel button {
	background: linear-gradient(to right, rgb(216, 126, 156), rgb(236, 146, 176));
}

body,
.page-ftr .page-links a {
	color: rgb(85, 81, 89);
}

a,
h1,
h2,
a.brand-logo span,
.mobile-menu-btn,
.find-btn,
.find-panel input,
.error-graphic,
.page-ftr .page-links a:hover,
.page-ftr .page-links a:before {
	color: rgb(90, 16, 66);
}

.find-panel input::placeholder {
	color: rgb(200, 146, 176);
}

a.brand-logo,
.find-panel button,
.cam-item a,
.feature-section h2,
.feature-section a,
.detail-item a,
.action-links a,
.action-links a.message-btn:before,
.detail-item a:hover:before,
.performer-name h1 {
	color: rgb(255, 255, 255);
}

.gender-menu a {
	color: rgb(90, 16, 66);
	text-shadow: none;
}

#back-top,
.gender-menu,
.find-panel button:hover,
.status-badge,
.pagination-nav a.active,
.pagination-nav span.active,
.pagination-nav a:hover,
.mobile-menu-btn.active,
.find-btn.active,
.feature-section,
.performer-name {
	background-color: rgb(90, 16, 66);
	color: rgb(255, 255, 255);
}

.status-badge,
.gender-menu,
.find-panel button:hover,
.pagination-nav a.active,
.pagination-nav span.active,
.feature-section,
.performer-name {
	background: linear-gradient(to right, rgb(90, 16, 66), rgb(226, 146, 164));
}

h1,
h2,
.page-ftr-title {
	background: linear-gradient(to right, rgb(90, 16, 66), rgb(254, 162, 213));
	background-clip: text;
	color: transparent;
}

.feature-section h2,
.performer-name h1 {
	border-color: rgb(254, 162, 213);
}

.page-links-list a:before,
.detail-item a:before,
.action-links a:before,
.action-links a.message-btn:hover:before,
.detail-item a:before {
	color: rgb(254, 162, 213);
}

.page-ftr {
	border-color: rgb(235, 221, 229);
}

.find-panel .find-field,
.find-panel form,
a.brand-logo span {
	border-color: rgb(216, 126, 156);
}

.cam-item,
a.brand-logo {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.cam-item figure:after {
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
}

.gender-menu a,
.page-links-list a,
.detail-item,
.detail-item a,
.action-links a {
	background-color: rgba(255, 255, 255, 0.1);
}

.gender-menu a:hover,
.gender-menu a.active,
.page-links-list a:hover,
.action-links a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

body.menu-open:after {
	background-color: rgba(50, 0, 36, 0.7);
}

.page-ftr {
	background: linear-gradient(to bottom, rgb(255, 255, 255), transparent);
}

@font-face {
	font-family: "Montserrat";
	font-weight: normal;
	font-style: normal;
	src: url(../fonts/font/Montserrat-Regular.ttf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Montserrat";
	font-weight: bold;
	font-style: normal;
	src: url(../fonts/font/Montserrat-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: "Montserrat", 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;
	padding-top: 56px;
}
body.menu-open {
	overflow: hidden;
}
body.menu-open:after {
	content: "";
	display: block;
	z-index: 89000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

h1,
h2,
h3 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
	margin: 10px 10px 0 10px;
	clear: both;
	display: inline-block;
}
h2 {
	font-size: 18px;
	line-height: 22px;
	margin-top: 40px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
}

.performer-name h1 {
	margin: 20px 0 0 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}

p.page-subtitle {
	margin: 5px 10px 0 10px;
}

.content-wrapper {
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	min-width: 320px;
	max-width: 1510px;
	position: relative;
}

.page-hdr {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	padding-bottom: 10px;
	overflow: hidden;
}

.mobile-menu-btn {
	border-radius: 50%;
	display: block;
	float: right;
	border: 0 none;
	cursor: pointer;
	margin: 10px 10px 0 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	font-size: 20px;
}
.mobile-menu-btn:before {
	content: "\f0c9";
}

.find-btn {
	border-radius: 50%;
	display: block;
	float: right;
	border: 0 none;
	cursor: pointer;
	margin: 10px 10px 0 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	font-size: 20px;
}
.find-btn:before {
	transform: rotate(-90deg);
	content: "\f002";
}

a.brand-logo {
	margin: 10px 10px 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
}
a.brand-logo span {
	text-shadow: none;
	border-radius: 6px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	border-width: 2px;
	border-style: solid;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
}
a.brand-logo img {
	width: auto;
	height: inherit;
}

.find-panel {
	display: none;
	overflow: hidden;
	clear: both;
}
.find-panel.active {
	display: block;
}
.find-panel form {
	border-top-style: solid;
	border-top-width: 1px;
	padding: 10px 10px 0 10px;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}
.find-panel .find-field {
	border-radius: 9px;
	border-style: solid;
	border-width: 2px;
	overflow: hidden;
	height: 38px;
	line-height: 38px;
	padding: 0 40px 0 20px;
}
.find-panel 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;
}
.find-panel button {
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 12px;
	border-radius: 0 6px 6px 0;
	border: 0 none;
	cursor: pointer;
	outline: 0 none;
	font-size: 18px;
	width: 38px;
	height: 38px;
	line-height: 38px;
}
.find-panel button:before {
	transform: rotate(-90deg);
	content: "\f002";
}

.gender-menu {
	transition: 0.2s ease;
	overflow: hidden;
	opacity: 0;
	position: fixed;
	z-index: 90000;
	top: -150%;
	left: 10px;
	right: 10px;
	border-radius: 12px;
}
.gender-menu.active {
	top: 68px;
	opacity: 1;
}
.gender-menu nav {
	overflow: hidden;
	padding: 5px 7px 15px 7px;
}
.gender-menu a {
	border-radius: 9px;
	display: block;
	float: left;
	width: 42%;
	margin: 2% 1% 0 1%;
	font-size: 15px;
	padding: 0 3%;
	height: 50px;
	line-height: 50px;
}
.gender-menu a:before {
	content: "";
	width: 20px;
	font-size: 20px;
	margin-right: 5px;
}
.gender-menu a.full-width {
	width: 90%;
	padding: 0 4%;
}
.gender-menu a.full-width:before {
	display: none;
}

a.home:before {
	content: "\f015";
}
a.mars:before {
	content: "\f222";
}
a.venus:before {
	content: "\f221";
}
a.transgender:before {
	content: "\f224";
}
a.venus-mars:before {
	content: "\f228";
}

.category-slider {
	scrollbar-width: thin;
	display: flex;
	justify-content: left;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 8px;
	text-align: center;
	margin: 0 0 0 10px;
	padding-top: 10px;
	font-size: 0;
}
.category-slider > * {
	flex: 0 0 auto;
}
.category-slider::-webkit-scrollbar {
	height: 6px;
	width: 6px;
	border-radius: 6px;
}
.category-slider::-webkit-scrollbar-thumb {
	border-radius: 6px;
}

.category-slider a {
	width: 108px;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
	overflow: hidden;
}
.category-slider a figure {
	overflow: hidden;
	position: relative;
	width: 100px;
	height: 100px;
	border-width: 4px;
	border-style: solid;
	border-radius: 50%;
}
.category-slider a figure img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
	border-radius: 50%;
}
.category-slider .item-label {
	height: 20px;
	line-height: 20px;
	margin: 10px 0 0 0;
	padding: 0 10px;
	font-size: 16px;
	position: static;
}

.cams-grid {
	padding: 0 5px;
}
.cam-item {
	width: 50%;
	float: left;
}
.cam-item article {
	border-radius: 12px;
	overflow: hidden;
	margin: 10px 5px 0 5px;
	position: relative;
}
.cam-item a {
	display: block;
	overflow: hidden;
	position: relative;
}
.cam-item figure {
	overflow: hidden;
	position: relative;
	padding-bottom: 75%;
	border-radius: 12px;
}
.cam-item figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	border-radius: 12px;
}

.item-label {
	height: 20px;
	line-height: 20px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	padding: 0 12px;
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
}
.item-label span {
	display: block;
	float: right;
	margin-left: 5px;
	font-size: 13px;
}

.viewers-count {
	font-weight: normal;
	display: block;
	position: absolute;
	bottom: 22px;
	left: 12px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	overflow: hidden;
}
.viewers-count:before {
	content: "\f06e";
	width: 16px;
	font-size: 16px;
	float: left;
	display: block;
	margin: 0 2px 0 0;
}

.status-badge {
	height: 20px;
	line-height: 20px;
	padding: 0 7px;
	border-radius: 6px;
	font-size: 13px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}

.pagination-nav {
	clear: both;
	padding: 30px 0 10px 0;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}
.pagination-nav a,
.pagination-nav span {
	border-radius: 12px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 10px 5px 0 5px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	min-width: 20px;
	font-size: 14px;
}
.pagination-nav a.prev:after {
	content: "\f104";
}
.pagination-nav a.next:after,
.pagination-nav a.next.more:after {
	content: "\f105";
}
.pagination-nav a.more {
	padding: 0 20px 0 25px;
	font-weight: bold;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
}
.pagination-nav a.more:after {
	transform: rotateZ(90deg);
	content: "\f35d";
	margin-left: 15px;
	font-size: 24px;
	width: 24px;
}
.pagination-nav a.all:after {
	transform: rotateZ(0deg);
	margin-top: -1px;
}

.feature-section {
	overflow: hidden;
	margin: 40px 10px 0 10px;
	border-radius: 12px;
	padding: 0 0 14px 0;
	text-align: center;
}
.feature-section h2 {
	border-bottom-style: solid;
	border-bottom-width: 4px;
	margin-top: 20px;
}

.page-links-list {
	columns: 2;
	column-count: 2;
	column-gap: 0;
	overflow: hidden;
	padding: 20px 7px 0 7px;
	clear: both;
}
.page-links-list a {
	text-align: left;
	border-radius: 6px;
	padding: 0 10px;
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	margin: 0 3px 6px 3px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.page-links-list a:before {
	display: block;
	float: left;
	margin-right: 2px;
	width: 14px;
	font-size: 14px;
}
.page-links-list.cats a:before {
	content: "\f02b";
}
.page-links-list.tags a:before {
	content: "\f292";
}

.content-section {
	clear: both;
}
.content-section p {
	margin: 10px 10px 0 10px;
	text-align: justify;
}
.content-section a {
	text-decoration: underline;
	font-weight: bold;
}
.content-section a:hover {
	text-decoration: none;
}
.content-section ul {
	padding: 5px 10px 0 10px;
}
.content-section li {
	margin-top: 5px;
	list-style-type: disc;
	margin-left: 20px;
}

.content-section.error-404,
.content-section.error-404 p {
	text-align: center;
}
.error-graphic {
	font-size: 150px;
	height: 150px;
	line-height: 150px;
	margin: 20px 10px 0 10px;
}
.error-graphic:after {
	content: "\f119";
}

.performer-name {
	margin: 10px 10px 0 10px;
	border-radius: 12px;
	padding: 0 0 20px 10px;
}

.stream-wrapper {
	overflow: hidden;
}
.video-player {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.video-player.error {
	padding-top: 0;
}
.video-player iframe {
	border: 0 none !important;
	display: inline-block;
	max-width: 100%;
}
.video-player video {
	border: 0 none !important;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.video-player source {
	border: 0 none !important;
}

.action-links {
	overflow: hidden;
	padding: 5px 0 0 0;
}
.action-links a {
	border-radius: 6px;
	border: 2px solid transparent;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	font-size: 11px;
	position: relative;
	overflow: hidden;
	margin: 5px 2px 0 0;
	float: left;
}
.action-links a:after {
	border-radius: inherit;
	width: 100%;
	height: 100%;
	padding: 1px;
	top: -1px;
	left: -1px;
	content: "";
	opacity: 0;
	position: absolute;
	transition: 0.3s ease;
	z-index: -1;
}
.action-links a:hover:after,
.action-links a.message-btn:after {
	opacity: 1;
}

.action-links a:before {
	margin-right: 1px;
	width: 13px;
	font-size: 13px;
}
.action-links a.message-btn:before {
	content: "\f0e0";
}
.action-links a.pvt-btn:before {
	content: "\f086";
}
.action-links a.prof-btn:before {
	content: "\f2c2";
}

.performer-details {
	overflow: hidden;
	line-height: 28px;
	padding: 5px 10px 0 0;
}
.detail-item {
	overflow: hidden;
	margin: 5px 0 0 0;
	padding: 5px 10px;
	border-radius: 6px;
}
.detail-item span {
	font-weight: bold;
}
.detail-tags-item {
	margin-top: 10px;
	border-radius: 0;
	background: none;
	padding: 0;
}
.detail-tag-list {
	overflow: hidden;
	font-size: 0;
	padding: 0 5px 0 0;
}
.detail-tag-list a {
	border-radius: 6px;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding: 0 15px;
	margin: 5px 5px 0 0;
}
.detail-tag-list a:before {
	content: "\f292";
	display: block;
	float: left;
	margin-right: 2px;
	width: 14px;
	font-size: 14px;
}

.page-ftr {
	border-top-width: 1px;
	border-top-style: solid;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	padding-bottom: 20px;
	margin-top: 40px;
}
.page-ftr p {
	margin: 20px 10px 0 10px;
}
.page-ftr-title {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
	margin: 20px 10px 0 10px;
}
.page-ftr .page-links {
	columns: 2;
	column-count: 2;
	overflow: hidden;
	padding: 10px 5px 0 5px;
	clear: both;
}
.page-ftr .page-links a {
	display: block;
	min-height: 24px;
	line-height: 20px;
	margin: 0 5px 5px 5px;
	word-wrap: break-word;
	text-align: left;
	position: relative;
	padding-left: 24px;
	break-inside: avoid;
}
.page-ftr .page-links a:before {
	content: "\f002";
	width: 18px;
	font-size: 18px;
	position: absolute;
	left: 5px;
	top: 2px;
}

#back-top {
	border: 0 none;
	border-radius: 9px;
	overflow: hidden;
	opacity: 0.9;
	position: fixed;
	z-index: 20000;
	right: 5px;
	bottom: 5px;
	cursor: pointer;
	display: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
}
#back-top:before {
	content: "\f106";
	display: block;
	height: inherit;
	line-height: inherit;
	font-weight: 900;
}
#back-top:hover {
	opacity: 1;
}
#back-top.without-navigation {
	bottom: 40px;
}

@media all and (min-width: 380px) {
	.action-links a {
		padding: 0 8px;
		font-size: 12px;
	}
	.action-links a:before {
		margin-right: 2px;
		width: 15px;
		font-size: 15px;
	}
}

@media all and (min-width: 460px) {
	a.brand-logo {
		font-size: 24px;
	}
	a.brand-logo span {
		font-size: 22px;
	}
	.action-links a {
		padding: 0 12px;
		font-size: 14px;
	}
	.action-links a:before {
		margin-right: 3px;
		width: 17px;
		font-size: 17px;
	}
	.page-links-list,
	.page-ftr .page-links {
		columns: 3;
		column-count: 3;
	}
}

@media all and (min-width: 640px) {
	body {
		padding-top: 62px;
	}
	a.brand-logo {
		font-size: 28px;
		height: 42px;
		line-height: 42px;
	}
	a.brand-logo span {
		font-size: 26px;
		height: 38px;
		line-height: 38px;
	}
	.mobile-menu-btn,
	.find-btn {
		width: 42px;
		height: 42px;
		line-height: 42px;
	}
	.gender-menu.active {
		top: 78px;
	}
	h1,
	h2 {
		font-size: 24px;
		line-height: 28px;
	}
	h2 {
		margin-top: 40px;
		font-size: 22px;
		line-height: 26px;
	}
	.cam-item {
		width: 33.3333%;
	}
	.cam-item article {
		transition: 0.2s ease;
	}
	.cam-item article:hover {
		transform: scale(1.02);
	}
	.category-slider a {
		transition: 0.2s ease;
		width: 128px;
		margin: 0 10px 0 0;
	}
	.category-slider a figure {
		transition: 0.2s ease;
		overflow: hidden;
		position: relative;
		width: 120px;
		height: 120px;
	}
	.category-slider a:hover {
		transform: scale(1.04);
	}
	.pagination-nav a,
	.pagination-nav span {
		height: 45px;
		line-height: 45px;
		min-width: 35px;
	}
	.pagination-nav a.more {
		padding: 0 30px 0 35px;
	}
	.action-links a {
		height: 50px;
		line-height: 50px;
		padding: 0 15px;
		font-size: 16px;
	}
	.action-links a:before {
		margin-right: 4px;
		width: 20px;
		font-size: 20px;
	}
	#back-top {
		bottom: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 22px;
	}
	.page-links-list,
	.page-ftr .page-links {
		columns: 4;
		column-count: 4;
	}
}

@media all and (min-width: 1080px) {
	body.menu-open {
		overflow: visible;
	}
	body.menu-open:after {
		display: none;
	}
	.page-hdr {
		text-align: center;
		overflow: hidden;
		height: 52px;
	}
	.mobile-menu-btn,
	.find-btn {
		display: none;
	}
	.gender-menu {
		display: block !important;
		position: absolute;
		top: 10px;
		right: 10px;
		left: auto;
		opacity: 1;
		background: none;
	}
	.gender-menu nav {
		padding: 0;
	}
	.gender-menu a {
		width: auto;
		float: left;
		margin: 0 0 0 4px;
		padding: 0 10px;
		font-size: 13px;
		height: 42px;
		line-height: 42px;
	}
	.gender-menu a:before {
		width: 18px;
		font-size: 18px;
		margin-right: 2px;
	}
	.find-panel {
		display: inline-block !important;
		float: left;
		width: 240px;
		clear: none;
	}
	.find-panel form {
		border: 0 none;
		margin: 0;
		padding: 10px 10px 0 10px;
	}
	body.menu-open {
		overflow: visible;
	}
	.category-slider {
		margin-right: 10px;
	}
	.page-links-list,
	.page-ftr .page-links {
		columns: 6;
		column-count: 6;
	}
	.pagination-nav a,
	.pagination-nav span {
		height: 55px;
		line-height: 55px;
		min-width: 45px;
		font-size: 16px;
	}
	.performer-name h1 {
		margin-top: 30px;
	}
	.stream-wrapper {
		padding: 10px 10px 0 10px;
	}
	.video-player {
		overflow: hidden;
		border-radius: 12px;
	}
	.performer-name {
		margin: 10px 0 0 0;
		padding: 10px 0 20px 20px;
	}
	.action-links a {
		font-size: 20px;
		padding: 0 30px;
	}
	.action-links a:before {
		width: 22px;
		font-size: 22px;
	}
	.performer-details {
		padding-top: 15px;
		font-size: 14px;
	}
	.detail-item {
		float: left;
		margin: 5px 5px 0 0;
		padding: 5px 15px;
	}
	.detail-tags-item {
		clear: both;
		float: none;
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0;
	}
	.detail-tag-list a {
		height: 35px;
		line-height: 35px;
	}
	.cam-item {
		width: 25%;
	}
}

@media all and (min-width: 1260px) {
	a.brand-logo {
		float: none;
		position: absolute;
		top: 0;
		left: 0;
	}
	.find-panel {
		float: none;
		width: 25%;
	}
	.gender-menu a {
		padding: 0 12px 0 10px;
		font-size: 14px;
	}
	.gender-menu a:before {
		width: 18px;
		font-size: 18px;
		margin-right: 4px;
	}
	h1 {
		font-size: 26px;
		line-height: 30px;
		margin-top: 20px;
	}
	h2 {
		font-size: 24px;
		line-height: 28px;
	}
}

@media all and (min-width: 1360px) {
	h1 {
		font-size: 30px;
		line-height: 34px;
	}
	h2 {
		font-size: 28px;
		line-height: 32px;
	}
	.gender-menu a {
		padding: 0 15px 0 10px;
	}
	.gender-menu a:before {
		width: 20px;
		font-size: 20px;
	}
	.cam-item {
		width: 20%;
	}
	.page-links-list,
	.page-ftr .page-links {
		columns: 8;
		column-count: 8;
	}
}

@media all and (min-width: 1920px) {
	.cam-item {
		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;
	}
}
