body,
.menu a:hover:after,
.menu a.active:after,
.menu a:hover,
.menu a.active,
.search-input,
.video-info-wrap {
	background-color: rgb(255, 255, 255);
}

.top-tags a,
.top-tags-list,
.search-input,
.thumb-inner,
.thumb figure,
.thumb h3,
.nav span,
.nav a,
.options-list,
.media-wrapper,
.video-info-wrap,
.tags-tr,
a.th-link {
	border-color: rgb(205, 205, 205);
}

.thumb-inner,
.nav a.active,
.nav a:hover,
.media-wrapper,
a.th-link,
.tags-tr-alt {
	background-color: rgb(245, 245, 245);
}

.header > .content,
.th-label.th-label-alt,
.header-tr,
.search button {
	background-color: rgb(48, 106, 145);
	border-color: rgb(48, 106, 145);
	color: rgb(255, 255, 255);
}

.tags-tab {
	border-color: rgb(48, 106, 145);
}

body,
.search input,
.search input::placeholder,
.footer-links-3 a {
	color: rgb(85, 85, 85);
}

a {
	color: rgb(48, 106, 145);
}

.h-short {
	color: rgb(45, 45, 45);
}

a.logotype {
	color: rgb(254, 210, 90);
}

.thumb a,
.footer p a,
.footer-links-1 a,
.tag-name a,
a.th-link {
	color: rgb(10, 90, 131);
}

.th-label,
.th-follow:hover {
	color: rgb(255, 255, 255);
}

.menu-block {
	background: linear-gradient(to bottom, transparent, rgb(245, 245, 245));
}

.menu-block,
.menu a {
	color: rgb(10, 90, 131);
	border-color: rgb(139, 179, 218);
}

.menu a {
	background-color: rgb(221, 233, 245);
}

.footer {
	border-color: rgb(244, 115, 33);
}

.menu a:hover,
.menu a.active,
.footer-links-2 a {
	color: rgb(220, 85, 0);
}

.th-label {
	background-color: rgb(0, 153, 0);
	color: rgb(255, 255, 255);
}

@media all and (min-width: 1020px) {
	.header {
		background: linear-gradient(to bottom, rgb(249, 237, 209), rgb(220, 220, 220));
	}

	.menu-block {
		background: rgb(48, 106, 145);
		border-color: rgb(244, 115, 33);
	}

	.footer:before {
		background: linear-gradient(to bottom, rgb(207, 234, 250), transparent);
	}

	.top-tags a .bio-block li.bio-label {
		color: rgb(10, 90, 131);
		border-color: rgb(139, 179, 218);
	}

	.footer-links-2 a {
		color: rgb(220, 85, 0);
	}

	.menu a {
		color: rgb(255, 255, 255);
	}

	.menu a:hover,
	.menu a.active {
		color: rgb(240, 185, 100);
	}

	.search button:hover {
		background-color: rgb(244, 115, 33);
	}
}

@font-face {
	font-family: "Pacifico";
	font-weight: normal;
	font-style: normal;
	src: url(../font/Pacifico-Regular.ttf) format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "Ubuntu";
	font-weight: normal;
	font-style: normal;
	src: url(../font/Ubuntu-Regular.ttf) format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "Ubuntu";
	font-weight: bold;
	font-style: normal;
	src: url(../font/Ubuntu-Bold.ttf) format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "Line Awesome Free";
	font-weight: 400;
	font-display: swap;
	src: url(../iconfont/la-regular-400.woff2) format("woff2");
}

@font-face {
	font-family: "Line Awesome Free";
	font-weight: 900;
	font-display: swap;
	src: url(../iconfont/la-solid-900.woff2) format("woff2");
}

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,
article,
aside,
section {
	display: block;
}

body,
input,
button,
textarea {
	font-family: "Ubuntu", Arial, sans-serif;
}

h1 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 10px 10px 0 10px;
}

h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin: 15px 15px 0 15px;
}

:after,
:before {
	font-family: "Line Awesome Free", serif;
	text-rendering: optimizeLegibility !important;
}

li {
	list-style-type: none;
}

img {
	display: block;
}

a {
	text-decoration: none;
}

body {
	left: 0;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	position: relative;
}

body.active {
	overflow: hidden;
	left: 320px;
	height: 100%;
	width: 100%;
	position: fixed;
}

body.active:after {
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 89999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
}

.header {
	min-height: 40px;
}

.header > .content {
	overflow: hidden;
	padding-bottom: 5px;
	position: relative;
}

.search {
	overflow: hidden;
	padding: 5px 10px 0 20px;
}

.search form {
	position: relative;
	overflow: hidden;
}

.search-input {
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	height: 30px;
	line-height: 28px;
	padding: 0 45px 0 5px;
	border-radius: 3px;
}

.search input {
	background: none;
	border: 0 none;
	width: 100%;
	outline: 0 none;
	font-size: 13px;
	height: inherit;
	line-height: normal;
	text-align: left;
}

.search button {
	cursor: pointer;
	position: absolute;
	top: 3px;
	right: 3px;
	border-radius: 3px;
	font-size: 10px;
	text-transform: uppercase;
	width: 35px;
	height: 24px;
	line-height: 24px;
	border: 0 none;
}

.logotype {
	text-shadow: 2px 2px 2px rgb(8, 66, 125);
	font-family: "Pacifico", Arial, sans-serif;
	margin: 5px 0 0 10px;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.h-short {
	display: none;
}

.menu-block {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block !important;
	opacity: 1 !important;
	position: relative;
	left: 0;
	/*overflow-y: hidden;*/
	overflow: visible;
	width: 100%;
	padding: 0;
	z-index: 1;
}

.menu-block:before {
	display: none;
}

.menu-block .content {
	/* dev min-height: 100%; */
	height: auto;
	overflow: visible;
	margin: 0 auto;
}

.menu {
	padding-left: 10px;
	background: none;
	height: 27px;
	overflow: visible;
	margin-top: 10px;
}

.menu a {
	box-shadow: none;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	margin-right: 2px;
	margin-bottom: -1px;
	text-transform: uppercase;
	font-size: 13px;
	padding: 0 5px;
	border-radius: 3px 3px 0 0;
	height: 25px;
	line-height: 25px;
}

.menu a span,
.menu a.m-visible {
	display: none;
}

.menu a:hover,
.menu a.active {
	border-bottom: 0 none;
	height: 26px;
	line-height: 26px;
	position: relative;
}

.menu a:hover:after,
.menu a.active:after {
	content: "";
	height: 1px;
	bottom: -1px;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 4;
}

.short-desc {
	margin: 10px 10px 0 10px;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
}

.content {
	margin: 0 auto;
	max-width: 2554px;
}

.top-tags {
	padding: 10px 5px 0 10px;
	height: 34px;
}

.top-tags a {
	height: 32px;
	line-height: 32px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	padding: 0 8px;
	font-size: 13px;
	display: block;
	float: left;
	margin-right: 5px;
}

.top-tags-list {
	border-left-style: solid;
	border-left-width: 1px;
	overflow-y: hidden;
	height: 34px;
	display: flex;
	flex-wrap: wrap;
	padding-left: 5px;
	row-gap: 5px;
}

.top-tags a.more-tags {
	display: none;
}

.thumbs-list {
	overflow: hidden;
	padding: 4px 7px 0 7px;
}

.thumb {
	float: left;
	width: 50%;
	position: relative;
	overflow: hidden;
}

.thumb-inner {
	margin: 6px 3px 0 3px;
	border-width: 1px;
	border-style: solid;
	position: relative;
	padding-bottom: 5px;
	overflow: hidden;
	border-radius: 4px;
}

.thumb a {
	display: block;
	position: relative;
}

.thumb figure {
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}

.thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 4px 4px 0 0;
	/* height: auto; */
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.th-label {
	position: absolute;
	z-index: 3;
	bottom: 3px;
	right: 3px;
	height: 15px;
	line-height: 15px;
	padding: 0 4px;
	font-size: 10px;
	text-transform: uppercase;
}

.thumb h3 {
	font-weight: bold;
	font-size: 15px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	padding-right: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.g-icon {
	background-size: auto 12px;
	background-position: right center;
	background-repeat: no-repeat;
	position: absolute;
	right: 5px;
	bottom: 58px;
	font-weight: bold;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	padding-right: 15px;
	display: block;
	overflow: hidden;
}

.g-icon.girls {
	background-image: url(../images/female.svg);
}

.g-icon.boys {
	background-image: url(../images/male.svg);
}

.g-icon.couples {
	background-image: url(../images/couple.svg);
}

.g-icon.trans {
	background-image: url(../images/trans.svg);
}

.th-follow {
	cursor: pointer;
	opacity: 0.5;
	font-weight: bold;
	border: 0 none;
	background: none;
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	width: 24px;
	display: block;
}

.th-follow:before {
	content: "\f005";
}

.thumb footer {
	height: 47px;
	overflow: hidden;
	margin: 5px 5px 0 5px;
}

.thumb footer p {
	height: 30px;
	line-height: 15px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.thumb footer span {
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	overflow: hidden;
	margin-top: 2px;
	display: block;
}

.thumb footer span:before {
	content: "\f06e";
	font-weight: bold;
	display: block;
	height: inherit;
	line-height: inherit;
	float: left;
	margin-right: 4px;
	width: 16px;
	font-size: 16px;
}

.nav {
	clear: both;
	overflow: hidden;
	padding: 30px 5px 0 5px;
	text-align: center;
}

.nav a {
	display: inline-block;
	vertical-align: top;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	margin: 10px 5px 0 5px;
	font-size: 14px;
}

.nav a:after {
	content: "\f107";
	font-weight: bold;
	display: inline-block;
	margin-left: 8px;
	width: 12px;
	font-size: 12px;
	height: inherit;
	line-height: inherit;
}

.footer {
	margin-top: 40px;
	border-top-width: 3px;
	border-top-style: solid;
	clear: both;
	padding: 30px 0 20px 0;
	text-align: center;
	position: relative;
}

.footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
}

.footer:before {
	background: linear-gradient(to bottom, rgb(207, 234, 250), transparent);
}

.footer-links-1,
.footer-links-2,
.footer-links-3,
.footer-links-4,
.footer p {
	position: relative;
}

.footer p.m-visible {
	display: block;
}

.footer p {
	margin: 10px 10px 0 10px;
	font-size: 12px;
	line-height: 16px;
}

.footer-links-1 {
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;

	display: flex;
	justify-content: space-between;
}

.f-l-inner {
	display: inline-block;
	vertical-align: top;
	margin: 20px 10px 0 10px;
	text-align: left;
}

.footer-links-1 span {
	font-weight: bold;
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
}

.footer-links-1 a {
	display: block;
}

.footer-links-2 {
	overflow: hidden;
	padding: 30px 0 5px 0;
}

.footer-links-2 li {
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 10px;
	font-size: 13px;
	line-height: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: top;
	margin: 10px 5px 0 5px;
}

.footer-links-2 li:last-child {
	border: 0 none;
	padding: 0;
}

.footer-links-3 {
	overflow: hidden;
	padding: 5px 0 5px 0;
}

.footer-links-3 li {
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 4px;
	font-size: 13px;
	line-height: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: top;
	margin: 5px 2px 0 2px;
}

.footer-links-3 li:last-child {
	border: 0 none;
	padding: 0;
}

.footer-links-3 img {
	display: inline-block;
	vertical-align: top;
	margin: 15px 5px 0 5px;
	max-width: 100%;
	height: auto;
}

.media-wrapper {
	clear: both;
	overflow: hidden;
	margin-top: 10px;
}

#iframe {
	display: flex;
	margin: 0 auto;
}

.video-area {
	overflow: hidden;
}

.video-area video {
	width: 100%;
	height: auto;
}

.video-info-wrap {
	overflow: hidden;
	padding-bottom: 10px;
}

.bio-block {
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
	overflow: hidden;
}

.bio-block ul {
	padding: 5px 15px 0 15px;
	overflow: hidden;
}

.bio-block li {
	float: left;
	width: 50%;
	overflow: hidden;
}

.bio-block li.bio-label {
	text-align: left;
	font-weight: bold;
	max-width: 180px;
}

a.go-back {
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	font-weight: bold;
	margin: 10px 10px 0 10px;
	display: block;
}

a.go-back:before {
	content: "\f060";
	display: block;
	float: left;
	margin-right: 3px;
	width: 22px;
	font-size: 22px;
	height: inherit;
	line-height: inherit;
	margin-top: 1px;
}

.top-nav {
	padding-top: 5px;
}

.top-nav div {
	float: left;
	width: 25%;
}

.top-nav a {
	display: block;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tags-wrap {
	overflow: hidden;
	padding: 5px 10px 0 10px;
	clear: both;
}

.header-tr,
.fly-th {
	display: none;
}

.tags-tr {
	text-align: right;
	overflow: hidden;
	padding: 0 5px 8px 5px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	margin-top: 10px;
}

.tag-name {
	float: left;
}

.tag-name a {
	font-weight: bold;
	font-size: 16px;
	height: 22px;
	line-height: 22px;
	display: block;
	margin: 5px 0 0 5px;
}

.tags-count {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin: 5px 5px 0 1px;
	height: 22px;
	line-height: 22px;
}

.tags-thumbs {
	clear: both;
	padding-top: 5px;
}

.tags-th-wrap {
	overflow-y: hidden;
	overflow-x: auto;
	height: 82px;
	display: flex;
	flex-wrap: nowrap;
	-webkit-overflow-scrolling: touch;
	padding-left: 5px;
}

.tags-th-wrap::-webkit-scrollbar {
	display: none;
}

.tag-room {
	position: relative;
	float: left;
	margin-right: 5px;
}

a.th-link {
	overflow: hidden;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 12px;
	text-align: center;
}

a.th-link img {
	width: 80px;
	height: auto;
	border-radius: 3px;
}

.header-tr {
	font-size: 14px;
}

.header-tr button {
	cursor: pointer;
	font-size: 14px;
	border: 0 none;
	background: none;
	height: 35px;
	line-height: normal;
	padding: 5px 10px 0 20px;
	color: inherit;
	overflow: hidden;
	text-align: center;
}

.header-tr button:after {
	font-weight: bold;
	opacity: 0.6;
	content: "\f107";
	display: inline-block;
	margin-left: 8px;
	width: 10px;
	font-size: 10px;
	height: inherit;
	line-height: inherit;
	margin-top: 1px;
}

.header-tr button.active:after {
	opacity: 1;
	content: "\f106";
}

.header-tr .tag-name button {
	padding-left: 10px;
}

.video-wrapper {
	background-color: rgb(0, 0, 0);
	overflow: hidden;
}

.video-wrapper .video-tab {
	margin: 0 auto !important;
	max-width: 1900px;
}

@media all and (max-width: 1019px) {
	.media-wrapper {
		margin: 10px 10px 0 10px;
	}
}

@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;
	}

	.tags-tr-alt {
		background: none;
	}
}

@media all and (min-width: 550px) {
	.menu a {
		padding: 0 10px;
	}

	.logotype {
		font-size: 26px;
		overflow: visible;
	}

	.thumb {
		width: 33.3333%;
	}
}

@media all and (min-width: 800px) {
	.logotype {
		font-size: 28px;
	}

	.thumb {
		width: 25%;
	}
}

@media all and (min-width: 1020px) {
	.header {
		overflow: visible;
	}

	.header > .content {
		background: none;
		padding-bottom: 5px;
		text-align: left;
		overflow: visible;
	}

	.logotype {
		margin: 10px 20px 0 20px;
		display: block;
		float: left;
		height: 60px;
		line-height: 60px;
		font-size: 46px;
	}

	.search {
		position: absolute;
		margin-top: 4px;
		/*top: 91px;*/
		/*top: 79px;*/
		right: 10px;
		width: 300px;
		z-index: 1000;
	}

	.search-input {
		padding-left: 10px;
	}

	.search button {
		right: 5px;
		margin-top: 1px;
	}

	.h-short {
		display: block;
		font-size: 11px;
		text-transform: uppercase;
		padding: 5px 20px 0 20px;
		clear: both;
	}

	.top-tags {
		height: 18px;
		display: block;
		position: relative;
		padding: 0 20px;
		margin-top: 10px;
	}

	.top-tags a {
		height: 18px;
		line-height: 18px;
		border: 0 none;
		display: block;
		float: left;
		margin: 0 10px 0 0;
		padding: 0;
		cursor: pointer;
	}

	.top-tags a:before {
		font-family: inherit;
		content: "#";
		font-size: 13px;
	}

	.top-tags a:hover {
		text-decoration: underline;
	}

	.top-tags a.all-tags {
		display: none;
	}

	.top-tags a.more-tags {
		float: right;
		display: block;
		margin: 0 0 0 5px;
	}

	.top-tags a.more-tags:before {
		display: none;
	}

	.top-tags-list {
		overflow-x: hidden;
		height: 18px;
		padding: 0;
		border: 0 none;
		display: block;
	}

	.menu {
		display: block;
		overflow: hidden;
		height: 40px;
		padding-left: 20px;
		margin: 0;
	}

	.menu a {
		background-color: transparent;
		text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
		border-radius: 0;
		border: 0 none;
		display: block;
		float: left;
		height: 40px;
		line-height: 42px;
		margin: 0 2px 0 0;
		padding: 0 20px;
		font-size: 14px;
		text-transform: uppercase;
	}

	.menu-block {
		border-bottom-width: 3px;
		border-bottom-style: solid;
		overflow: hidden;
	}

	.menu a:hover,
	.menu a.active {
		background-color: rgba(0, 0, 0, 0.3);
		height: 40px;
		line-height: 42px;
	}

	.menu a:hover:after,
	.menu a.active:after {
		display: none;
	}

	.m-model {
		display: none;
	}

	.thumbs-list {
		padding: 6px 17px 0 17px;
	}

	.thumb {
		width: 20%;
	}

	.thumb figure {
		padding-bottom: 56.25%;
	}

	.thumb h3 {
		font-weight: normal;
	}

	.thumb h3:hover {
		text-decoration: underline;
	}

	.th-follow {
		font-size: 20px;
		height: 20px;
		line-height: 20px;
		width: 20px;
		top: 2px;
		right: 2px;
	}

	.media-wrapper {
		margin: 10px 20px 0 20px;
		border-radius: 4px;
		border-width: 1px;
		border-style: solid;
		padding-bottom: 5px;
	}

	.video-info-wrap {
		overflow: hidden;
		border-radius: 4px;
		border-width: 1px;
		border-style: solid;
		margin: 5px 5px 0 5px;
		padding-bottom: 20px;
	}

	.video-tab {
		overflow: hidden;
		margin: 5px 5px 0 5px;
	}

	h2 {
		margin: 20px 25px 0 25px;
	}

	.bio-block {
		font-size: 15px;
		display: table;
	}

	.bio-block ul {
		padding: 0;
		display: table-row;
		text-align: left;
	}

	.bio-block li {
		display: table-cell;
		vertical-align: top;
		padding: 10px 25px 0 25px;
		float: none;
		width: auto;
	}

	.bio-block li.bio-label {
		padding-right: 40px;
		font-weight: normal;
		min-width: 120px;
	}

	.bio-block .thumb {
		width: 180px !important;
	}

	.thumb-alt a:hover {
		text-decoration: underline;
	}

	.footer {
		margin-top: 40px;
		border-top-width: 3px;
		border-top-style: solid;
		padding-bottom: 30px;
	}

	.footer-links-1,
	.footer-links-2,
	.footer-links-3,
	.footer-links-4 {
		/*display: block;*/
		display: flex;
		justify-content: space-between;
	}

	.footer a:hover {
		text-decoration: underline;
	}

	.footer:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 100px;
	}

	h1 {
		margin-left: 20px;
	}

	.search.search-2 {
		padding-left: 20px;
		width: 200px;
	}

	a.go-back,
	.top-nav {
		display: none;
	}

	.tags-wrap {
		padding: 20px 20px 0 20px;
		overflow: visible;
	}

	.tags-tab {
		display: table;
		width: 1000px;
		border-style: solid;
		border-width: 1px;
	}

	.header-tr {
		display: table-row;
		height: 40px;
		line-height: 40px;
		padding: 0;
	}

	.header-tr .tags-td {
		padding: 0;
	}

	.tags-tr {
		display: table-row;
		text-align: center;
		padding: 0;
		border-radius: 0;
		border: 0 none;
		margin-top: 0;
	}

	.tags-td,
	.tags-count {
		display: table-cell;
		vertical-align: top;
		padding: 10px 0;
	}

	.tag-name {
		float: none;
		text-align: left;
		min-width: 240px;
		width: 240px;
		max-width: 240px;
	}

	.tag-name a {
		font-weight: normal;
		font-size: 14px;
		margin: 5px 0 0 10px;
		height: 20px;
		line-height: 20px;
		float: left;
	}

	.tag-name a:hover {
		text-decoration: underline;
	}

	.tags-count {
		padding: 15px 10px 0 10px;
		height: 20px;
		line-height: 20px;
		min-width: 100px;
		width: 100px;
		font-size: 13px;
	}

	.tags-count span {
		display: none;
	}

	.tags-thumbs {
		clear: none;
	}

	.tags-th-wrap {
		overflow: visible;
		height: 30px;
		display: block;
		padding-left: 0;
	}

	.tag-room {
		margin-right: 10px;
	}

	a.th-link {
		border-radius: 2px;
		border: 0;
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	a.th-link img {
		width: 30px;
		border-radius: 0;
	}

	.show-all-tags {
		display: none;
	}

	.fly-th {
		position: absolute;
		bottom: -200px;
		left: 50%;
		margin-left: -100px;
		z-index: 1000;
		text-align: left;
	}

	.fly-th .thumb {
		width: 200px !important;
	}

	.tag-room:hover .fly-th {
		display: block;
	}

	.video-wrapper .video-tab {
		width: 60%;
		padding: 10px;
	}
}

@media all and (min-width: 1180px) {
	.thumb {
		width: 16.6666%;
	}
}

@media all and (min-width: 1280px) {
	.search {
		width: 400px;
	}
}

@media all and (min-width: 1360px) {
	.thumb {
		width: 14.2857%;
	}
}

@media all and (min-width: 1550px) {
	.thumb {
		width: 12.5%;
	}
}

@media all and (min-width: 1750px) {
	.thumb {
		width: 11.1111%;
	}
}

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

@media all and (min-width: 2200px) {
	.thumb {
		width: 9.0909%;
	}
}

@media all and (min-width: 2400px) {
	.thumb {
		width: 8.3333%;
	}
}

@media all and (max-width: 600px) {
	.chat-wrp {
		font-size: small;
		margin: 5px 0;
	}
	.chat {
		padding: 9px;
	}
}

.not-found {
	padding: 6px 17px 0 17px;
}

#load-more {
	cursor: pointer;
}

.top-tags-full {
	height: auto;
}

.top-tags-list-full {
	height: auto;
}

.chat-wrp {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 0;
	margin-top: 5px;
}

.chat {
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 50px;
	border-radius: 5px;
	padding: 11px;
	border: 1px solid #bcbcbc;
	color: black;
}

.chat:focus {
	outline: none;
}

.send {
	background: rgb(48, 106, 145);
	text-align: center;
	border-radius: 5px;
	color: white;
	padding: 10px;
	white-space: nowrap;
}

.copyright {
	text-align: center;
	margin: 20px 10px 0 10px;
	font-size: 12px;
	line-height: 16px;
}

.footer-wrapper {
	margin: 0 auto;
	max-width: 1000px;
	text-align: start;
}

.ft-l {
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.ft-bl {
	display: flex;
	gap: 10px;
	margin: 0 auto;
	margin-top: 20px;
}

.p-searches {
	font-weight: bold;
	display: block;
	font-size: 13px;
	position: relative;
}

/* Pagination Styles */
.pagination {
	clear: both;
	overflow: hidden;
	padding: 30px 5px 0 5px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}

.pagination-link,
.pagination-current {
	display: inline-block;
	vertical-align: top;
	min-width: 32px;
	height: 32px;
	line-height: 32px;
	padding: 0 8px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	font-size: 14px;
	text-align: center;
	margin: 2px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.pagination-link {
	border-color: rgb(205, 205, 205);
	background-color: rgb(255, 255, 255);
	color: rgb(48, 106, 145);
}

.pagination-link:hover {
	background-color: rgb(245, 245, 245);
	border-color: rgb(48, 106, 145);
	text-decoration: none;
}

.pagination-current {
	background-color: rgb(48, 106, 145);
	border-color: rgb(48, 106, 145);
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.pagination-prev,
.pagination-next {
	font-weight: bold;
	font-size: 16px;
}

.pagination-first,
.pagination-last {
	font-weight: bold;
}

.pagination-ellipsis {
	display: inline-block;
	vertical-align: top;
	height: 32px;
	line-height: 32px;
	padding: 0 8px;
	font-size: 14px;
	color: rgb(85, 85, 85);
	margin: 2px;
}

/* Mobile responsiveness */
@media all and (max-width: 600px) {
	.pagination {
		padding: 20px 5px 0 5px;
		gap: 3px;
	}

	.pagination-link,
	.pagination-current {
		min-width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 13px;
		padding: 0 6px;
	}

	.pagination-ellipsis {
		height: 28px;
		line-height: 28px;
		font-size: 13px;
	}
}

/* Desktop specific styling */
@media all and (min-width: 1020px) {
	.pagination {
		padding: 40px 20px 0 20px;
	}

	.pagination-link:hover {
		background-color: rgb(221, 233, 245);
		color: rgb(10, 90, 131);
	}
}
