body,
.site-hdr {
	background-color: rgb(20, 20, 20);
}

.cam-card figure,
.sidebar-nav nav::-webkit-scrollbar,
.tabs-primary a,
.sidebar-nav a.active,
.sidebar-nav a:hover,
.pagination-nav a,
.pagination-nav span,
.info-row span {
	background-color: rgb(30, 30, 30);
}

.sidebar-nav,
.action-btns a,
.performer-data {
	background-color: rgb(40, 40, 40);
}

.site-ftr,
.search-box .input,
.tabs-primary a.active,
.tabs-primary a:hover,
.pagination-nav a.active,
.pagination-nav span.active,
.pagination-nav a:hover,
.action-btns a:hover,
.tag-links a {
	background-color: rgb(10, 10, 10);
}

.search-box .input {
	border-color: rgb(60, 60, 60);
}

body,
a,
.search-box input::placeholder,
.search-box button {
	color: rgb(160, 160, 160);
}

a.brand-logo,
h1,
h2,
.search-box input,
.tabs-primary a.active,
.tabs-primary a:hover,
.section-heading,
.pagination-nav a:hover,
.pagination-nav span.active,
.pagination-nav a.active,
.quick-tags a:hover,
.sidebar-nav a.active,
.sidebar-nav a:hover,
.cam-meta,
.ftr-heading,
.pagination-nav a.more,
.action-btns a,
.tag-links a,
.info-row span {
	color: rgb(255, 255, 255);
}

a.brand-logo span,
.burger-btn,
.sidebar-nav a.active,
.site-ftr .links a:hover,
.search-box button:hover,
.pagination-nav a.more:after,
.tag-links a:hover,
.error-icon {
	color: rgb(214, 82, 174);
}

#scroll-top,
.sidebar-nav nav::-webkit-scrollbar-thumb {
	background-color: rgb(214, 82, 174);
	color: rgb(255, 255, 255);
}

.tabs-primary a.active,
.tabs-primary a:hover,
.pagination-nav a.active,
.pagination-nav span.active,
.pagination-nav a:hover,
.action-btns a:hover,
.tag-links a:hover {
	border-color: rgb(214, 82, 174);
}

.badge-new,
.tabs-primary a.active:before,
.tabs-primary a:hover:before {
	background-color: rgb(94, 52, 212);
	color: rgb(255, 255, 255);
}

.cam-meta,
.overlay {
	background-color: rgba(0, 0, 0, 0.6);
}

.cam-meta {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.action-btns a.send {
	background: linear-gradient(to right bottom, rgb(214, 82, 174), rgb(234, 73, 69));
}

.tabs-primary a.active:after {
	background: linear-gradient(43.73deg, rgb(6, 113, 23) 10.48%, rgb(28, 185, 53) 90.87%);
}

@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,
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", 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.2s ease;
}

body {
	font-size: 14px;
	line-height: 20px;
	padding-top: 105px;
}
body.no-tabs {
	padding-top: 60px;
}
.overlay {
	display: none;
	z-index: 89999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.overlay.active {
	display: block;
}

h1,
h2,
h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 10px 10px 0 10px;
	clear: both;
}
h2 {
	font-size: 16px;
	line-height: 22px;
	margin-top: 40px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
}

.container-main {
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	min-width: 320px;
}

.site-hdr {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	padding-bottom: 10px;
	overflow: hidden;
}

.burger-btn {
	display: block;
	float: left;
	border: 0 none;
	cursor: pointer;
	background: none;
	margin: 15px 0 0 10px;
	width: 24px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 24px;
}
.burger-btn:before {
	transition: 0.3s ease;
	content: "\f0c9";
}
.burger-btn.active:before {
	transform: rotate(90deg);
}

a.brand-logo {
	margin: 10px 10px 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}
a.brand-logo img {
	width: auto;
	height: inherit;
}

.search-box {
	overflow: hidden;
	padding: 10px 10px 0 0;
}
.search-box.active {
	display: block;
}
.search-box form {
	position: relative;
	overflow: hidden;
}
.search-box .input {
	border-radius: 50px;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	height: 38px;
	line-height: 38px;
	padding: 0 40px 0 20px;
}
.search-box input {
	background: none;
	border: 0 none;
	width: 100%;
	outline: 0 none;
	font-size: 12px;
	height: inherit;
	line-height: normal;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.search-box button {
	background: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 5px;
	border: 0 none;
	cursor: pointer;
	outline: 0 none;
	font-size: 18px;
	width: 30px;
	height: 38px;
	line-height: 38px;
}
.search-box button:before {
	transform: rotate(-90deg);
	content: "\f002";
}

.sidebar-nav {
	opacity: 0;
	transition: 0.4s ease;
	position: fixed;
	z-index: 99999;
	top: 70px;
	border-radius: 0 12px 0 0;
	padding-top: 20px;
	overflow: hidden;
	left: -150%;
	bottom: 0;
	width: 300px;
	padding-bottom: 20px;
}
.sidebar-nav.active {
	opacity: 1;
	left: 0;
}
.menu-section {
	overflow: hidden;
	padding-bottom: 20px;
}
.sidebar-nav nav {
	overflow-y: auto;
	height: 100%;
}
.sidebar-nav nav::-webkit-scrollbar {
	width: 5px;
}
.sidebar-nav nav::-webkit-scrollbar-thumbs {
	border-radius: 6px;
}
.sidebar-nav a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
.section-heading {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	padding: 0 20px 10px 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-radius: 4px;
	font-weight: bold;
}
.section-heading:before {
	width: 16px;
	font-size: 16px;
	float: left;
	display: block;
	margin-right: 5px;
}
.section-heading.searches:before {
	content: "\f002";
}
.section-heading.cats:before {
	content: "\f0b0";
}
.section-heading.tags:before {
	content: "\f02c";
}

.navigation {
	display: none;
}
.navigation nav {
	overflow: hidden;
}
.navigation a {
	margin: 5px 5px 0 0;
	border: 1px solid transparent;
	display: block;
	float: left;
	font-size: 12px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	border-radius: 40px;
	position: relative;
}
.navigation a:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	top: 0;
	right: 0;
}
.navigation a.active:before,
.navigation a:hover:before {
	opacity: 1;
}

.tabs-primary {
	overflow: hidden;
	display: block;
	padding: 5px 0 0 10px;
}
.tabs-primary a {
	margin: 5px 5px 0 0;
	border: 1px solid transparent;
	display: block;
	float: left;
	font-size: 12px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	border-radius: 40px;
	position: relative;
}
.tabs-primary a:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	top: 0;
	right: 0;
}
.tabs-primary a.active:before,
.tabs-primary a:hover:before {
	opacity: 1;
}

a.mars:before {
	content: "\f222";
}
a.venus:before {
	content: "\f221";
}
a.transgender:before {
	content: "\f224";
}
a.venus-mars:before {
	content: "\f228";
}

p.desc {
	margin: 5px 10px 0 10px;
	font-size: 12px;
	line-height: 16px;
}

.quick-tags {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	margin: 10px 0 0 10px;
}
.quick-tags a {
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 14px;
}

.content {
	padding-bottom: 40px;
}

.grid-cams {
	padding: 0 5px;
}
.cam-card {
	width: 50%;
	float: left;
}
.cam-card .inner {
	border-radius: 12px;
	overflow: hidden;
	margin: 10px 5px 0 5px;
	position: relative;
}
.cam-card a {
	display: block;
	overflow: hidden;
	position: relative;
}
.cam-card figure {
	overflow: hidden;
	position: relative;
	padding-bottom: 100%;
	border-radius: 12px 12px 0 0;
}
.cam-card figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	border-radius: 12px 12px 0 0;
	object-fit: cover;
}

.cam-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 10px 7px 10px;
	overflow: hidden;
}

.performer-name {
	height: 20px;
	line-height: 20px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 7px;
	font-size: 16px;
	font-weight: normal;
}

.meta-stats {
	overflow: hidden;
	height: 16px;
	margin-top: 5px;
}
.viewer-cnt,
.age-info {
	margin-right: 10px;
	font-weight: normal;
	float: left;
	display: block;
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	overflow: hidden;
}
.viewer-cnt:before {
	content: "\f06e";
	width: 12px;
	font-size: 12px;
	float: left;
	display: block;
	margin: 0 2px 0 0;
}

.badge-new {
	height: 20px;
	line-height: 20px;
	padding: 0 7px;
	border-radius: 20px;
	font-size: 11px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
}

.performer-desc {
	transition: 0.2s ease;
	height: 0;
	line-height: 16px;
	font-size: 12px;
	overflow: hidden;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.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;
	border: 1px solid transparent;
	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: 48px;
	line-height: 48px;
}
.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;
}

.links-grid {
	columns: 2;
	column-count: 2;
	overflow: hidden;
	padding: 10px 5px 0 5px;
	clear: both;
}
.links-grid 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;
	margin-top: 50px;
}
.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;
}
.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;
}
.player-box {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.player-box.error {
	padding-top: 0;
}
.player-box iframe {
	border: 0 none !important;
	display: inline-block;
	max-width: 100%;
}
.player-box video {
	border: 0 none !important;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.player-box source {
	border: 0 none !important;
}

.action-btns {
	overflow: hidden;
	padding: 5px 0 1px 10px;
}
.action-btns a {
	border-radius: 60px;
	border: 1px solid transparent;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 8px;
	font-size: 12px;
	position: relative;
	overflow: hidden;
	margin: 5px 3px 0 0;
	float: left;
}
.action-btns 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-btns a:hover:after,
.action-btns a.send:after {
	opacity: 1;
}

.action-btns a:before {
	margin-right: 2px;
	width: 15px;
	font-size: 15px;
}
.action-btns a.send:before {
	content: "\f0e0";
}
.action-btns a.private:before {
	content: "\f086";
}
.action-btns a.profile:before {
	content: "\f2c2";
}

.performer-data {
	padding: 10px 20px 20px 20px;
	overflow: hidden;
	line-height: 28px;
	margin: 10px 10px 0 10px;
	border-radius: 12px;
}
.info-row {
	display: block;
	overflow: visible;
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 28px;
}
.info-row:first-child {
	margin-top: 0;
}
.info-row span {
	border-radius: 40px;
	display: inline-block;
	vertical-align: top;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
	margin-left: 5px;
	margin-top: 2px;
}
.tags-section {
	margin-top: 20px;
}
.tag-links {
	display: inline;
	font-size: 16px;
}
.tag-links a {
	border-radius: 40px;
	border: 1px solid transparent;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px;
	margin: 0 5px 5px 0;
}

.sep-line {
	padding-top: 40px;
}

.thumbs-column {
	border-top-width: 1px;
	border-top-style: solid;
	padding-bottom: 20px;
	overflow: hidden;
}
.thumbs-column h2 {
	margin-top: 10px;
}

.site-ftr {
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	padding-bottom: 20px;
}
.site-ftr p {
	margin: 20px 10px 0 10px;
}
.ftr-heading {
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	margin: 20px 10px 0 10px;
}
.site-ftr .links {
	columns: 2;
	column-count: 2;
	overflow: hidden;
	padding: 10px 5px 0 5px;
	clear: both;
}
.site-ftr .links a {
	display: block;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 5px 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.site-ftr .links a:before {
	content: "\f002";
	width: 14px;
	font-size: 14px;
	margin-right: 3px;
}

#scroll-top {
	border-radius: 6px;
	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;
}
#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: 460px) {
	body {
		padding-top: 115px;
	}
	body.no-tabs {
		padding-top: 60px;
	}
	a.brand-logo {
		font-size: 24px;
	}
	.tabs-primary {
		padding-top: 10px;
	}
	.tabs-primary a {
		margin: 10px 10px 0 0;
		font-size: 14px;
		padding: 0 12px;
		height: 35px;
		line-height: 35px;
	}
	.tabs-primary a:after {
		width: 14px;
		height: 14px;
		top: -2px;
		right: -2px;
	}
	.quick-tags a {
		margin-right: 20px;
	}
	.action-btns a {
		padding: 0 15px;
		font-size: 16px;
	}
	.action-btns a:before {
		margin-right: 4px;
		width: 20px;
		font-size: 20px;
	}
	.links-grid,
	.site-ftr .links {
		columns: 3;
		column-count: 3;
	}
}

@media all and (min-width: 640px) {
	body {
		padding-top: 140px;
	}
	body.no-tabs {
		padding-top: 70px;
	}
	.site-hdr {
		padding-bottom: 10px;
	}
	a.brand-logo {
		font-size: 28px;
		margin: 10px 20px 0 20px;
	}
	.burger-btn {
		margin: 10px 0 0 20px;
		height: 40px;
		line-height: 40px;
		width: 32px;
		font-size: 32px;
	}
	.search-box {
		padding: 10px 20px 0 0;
	}
	.search-box input {
		font-size: 16px;
	}
	h1,
	h2 {
		margin: 20px 20px 0 20px;
		font-size: 22px;
		line-height: 28px;
	}
	h2 {
		margin-top: 40px;
		font-size: 20px;
		line-height: 26px;
	}
	.tabs-primary {
		padding: 0 0 0 20px;
	}
	.tabs-primary a {
		margin: 20px 20px 0 0;
		font-size: 16px;
		padding: 0 20px;
		height: 45px;
		line-height: 45px;
	}
	.tabs-primary a:after {
		width: 14px;
		height: 14px;
		top: -1px;
		right: -1px;
	}
	.quick-tags {
		margin: 20px 0 0 20px;
	}
	.quick-tags a {
		font-size: 16px;
	}
	.grid-cams {
		padding: 0 10px;
	}
	.cam-card {
		width: 33.3333%;
	}
	.cam-card .inner {
		margin: 20px 10px 0 10px;
	}
	.pagination-nav a,
	.pagination-nav span {
		height: 45px;
		line-height: 45px;
		min-width: 35px;
	}
	.action-btns {
		padding: 10px 0 0 20px;
	}
	.action-btns a {
		margin: 10px 10px 0 0;
		height: 50px;
		line-height: 50px;
		padding: 0 30px;
	}
	.performer-data {
		border-radius: 16px;
		margin: 20px 20px 0 20px;
		font-size: 16px;
	}
	.ftr-heading,
	.site-ftr p {
		margin: 20px 20px 0 20px;
	}
	.site-ftr .links {
		padding: 20px 15px 0 15px;
		clear: both;
	}
	.links-grid,
	.site-ftr .links {
		columns: 4;
		column-count: 4;
	}
}

@media all and (min-width: 768px) {
	.navigation a {
		font-size: 11px;
		padding: 0 8px;
		margin: 5px 3px 0 0;
	}
}

@media all and (min-width: 930px) {
	.cam-card {
		width: 25%;
	}
	.navigation a {
		font-size: 12px;
		padding: 0 10px;
		margin: 5px 4px 0 0;
	}
}

@media all and (min-width: 1020px) {
	h1 {
		font-size: 28px;
		line-height: 32px;
	}
	h2 {
		font-size: 26px;
		line-height: 30px;
	}
	body,
	body.no-tabs {
		padding-top: 0;
	}
	.tabs-primary a {
		padding: 0 30px;
		font-size: 18px;
	}
	a.brand-logo {
		float: left;
		margin-top: 20px;
		font-size: 36px;
		height: 50px;
		line-height: 50px;
	}
	.burger-btn {
		margin: 25px 0 0 20px;
	}
	.sidebar-nav {
		vertical-align: top;
		position: relative;
		float: left;
		width: 0;
		height: 0;
		top: 20px;
		border-radius: 0 16px 0 0;
	}
	.sidebar-nav.active {
		width: 300px;
		height: auto;
	}
	.navigation {
		display: block;
		float: right;
		padding: 20px 0 0 0;
	}
	.navigation a {
		margin: 10px 0 0 6px;
		font-size: 13px;
		padding: 0 12px;
		height: 38px;
		line-height: 38px;
	}
	.navigation a:after {
		width: 12px;
		height: 12px;
		top: -1px;
		right: -1px;
	}
	.search-box {
		display: block !important;
		position: static;
		float: right;
		width: 420px;
		padding: 20px 20px 0 0;
	}
	.search-box .input {
		height: 48px;
		line-height: 48px;
		padding: 0 60px 0 25px;
	}
	.search-box button {
		height: 48px;
		line-height: 48px;
		right: 13px;
		font-size: 24px;
	}
	.overlay {
		display: none !important;
	}
	.site-hdr {
		position: static;
		padding-bottom: 0;
	}
	.content {
		overflow: hidden;
	}
	.quick-tags a {
		font-size: 18px;
	}
	.grid-cams {
		padding: 10px 10px 0 10px;
	}
	.cam-card {
		width: 20%;
	}
	.cam-card a:hover .performer-desc {
		height: 32px;
		margin: 5px 0;
	}
	.content.active .cam-card {
		width: 25%;
	}
	.pagination-nav a,
	.pagination-nav span {
		height: 55px;
		line-height: 55px;
		min-width: 45px;
		font-size: 16px;
	}
	.chat-nav {
		overflow: hidden;
	}
	.chat-nav h1 {
		clear: none;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		height: 45px;
		line-height: 45px;
	}
	.chat-nav .tabs-primary {
		float: right;
		margin-left: 40px;
	}
	.stream-container {
		padding: 20px 20px 0 20px;
		margin-top: 10px;
		clear: both;
	}
	.action-btns {
		padding: 10px 0 0 0;
	}
	.action-btns a {
		font-size: 20px;
	}
	.performer-data {
		margin: 20px 0 0 0;
	}
	.tag-links a {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		padding: 0 18px;
	}
	#scroll-top {
		bottom: 10px;
		right: 10px;
	}
}

@media all and (min-width: 1200px) {
	.navigation a {
		margin: 10px 0 0 8px;
		font-size: 14px;
		padding: 0 15px;
		height: 42px;
		line-height: 42px;
	}
	.navigation a:after {
		width: 13px;
		height: 13px;
	}
}

@media all and (min-width: 1260px) {
	h1 {
		font-size: 32px;
		line-height: 36px;
	}
	h2 {
		font-size: 30px;
		line-height: 34px;
	}
	.container-main {
		padding: 0 20px;
	}
	.sidebar-nav.active {
		margin-right: 0;
		left: -20px;
	}
	.quick-tags a {
		margin-right: 30px;
	}
	.links-grid,
	.site-ftr .links {
		columns: 6;
		column-count: 6;
	}
	.performer-data {
		font-size: 18px;
	}
	.site-ftr {
		font-size: 16px;
		line-height: 24px;
		padding: 20px 0 40px 0;
	}
}

@media all and (min-width: 1400px) {
	.navigation a {
		margin: 10px 0 0 10px;
		font-size: 16px;
		padding: 0 20px;
		height: 45px;
		line-height: 45px;
	}
	.navigation a:after {
		width: 14px;
		height: 14px;
	}
}

@media all and (min-width: 1440px) {
	.cam-card {
		width: 16.6666%;
	}
	.content.active .cam-card {
		width: 20%;
	}
}

@media all and (min-width: 1900px) {
	.cam-card {
		width: 12.5%;
	}
	.content.active .cam-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;
	}
}
