@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

html,
body {
	min-height: 100%;
}

body {
	background: #000;
	color: #e6e6e6;
	font: 13px/1.45 Verdana, Helvetica, sans-serif;
}

a {
	color: #ffd111;
	text-decoration: none;
}

a:hover {
	color: #ffe579;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	border: 0;
}

.cc {
	clear: both;
}

.right {
	float: right !important;
}

#header,
#page {
	width: 100%;
}

.page-layout {
	width: 100%;
	max-width: 1532px;
	margin: 0 auto;
	padding: 0 12px;
	position: relative;
	box-sizing: border-box;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#header {
	background: #ffd111;
}

#header .header1 {
	display: flex;
	align-items: center;
	gap: 14px;
	width: calc(100% - 12px);
	max-width: 1520px;
	padding: 18px 6px 14px;
	margin: 0 auto;
	background: #ffd111;
	color: #111;
}

.logo-text {
	display: inline-block;
	color: #111;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0.4px;
	text-decoration: none;
	text-shadow: none;
}

.header-note {
	margin-left: auto;
	max-width: 52%;
	color: #2d2600;
	font-size: 12px;
	line-height: 1.35;
	text-align: right;
}

#menu-up {
	display: none;
}

.main-nav-bar {
	width: 100%;
	background: #101010;
	border-top: 1px solid #2b2b2b;
}

.main-nav-inner {
	width: calc(100% - 12px);
	max-width: 1520px;
	min-width: 0;
	margin: 0 auto;
	padding: 0 6px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 68px;
	flex-wrap: nowrap;
}

.main-menu-toggle {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.main-menu-button {
	display: none;
	align-items: center;
	gap: 8px;
	color: #ffd111;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	padding: 12px 0;
	cursor: pointer;
}

.main-menu-button svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: #ffd111;
	stroke-width: 2.2;
	stroke-linecap: round;
}

.main-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 28px;
	flex: 1 1 auto;
	min-width: 0;
}

.main-nav-list a {
	display: block;
	padding: 13px 0;
	color: #ffd111;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.2px;
	text-decoration: none;
	white-space: nowrap;
}

.main-nav-list a:hover {
	color: #fff0aa;
}

#search-box.nav-search {
	order: 3;
	float: none;
	width: 196px;
	max-width: 30%;
	min-width: 154px;
	height: auto;
	margin-top: 0;
	margin-left: auto;
	color: #e6e6e6;
	flex: 0 1 30%;
}

#search-box.nav-search form {
	width: 100%;
	position: relative;
}

#search-box.nav-search .searchform {
	width: 100%;
	height: 42px;
	padding: 0 48px 0 10px;
	border: 1px solid #3e3e3e;
	border-radius: 10px;
	background: #151515;
	color: #f2f2f2;
	font-size: 13px;
	line-height: 42px;
}

#search-box.nav-search .searchform::placeholder {
	color: #9e9e9e;
}

#search-box.nav-search .searchbut {
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	margin: 0;
	padding: 0;
	text-indent: 0;
	border: none;
	border-radius: 8px;
	background: #ffd111;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#search-box.nav-search .searchbut:hover {
	background: #f3c300;
}

#search-box.nav-search .searchbut svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: #101010;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

#page {
	background: #000;
	font-family: Arial, sans-serif;
}

#page .page-layout {
	padding-left: 6px;
	padding-right: 6px;
}

.title-box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 10px 0;
}

.title-box>span {
	margin: 0;
	padding: 0;
	width: 100%;
	float: none;
	background: none;
	color: #f5f5f5;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	text-align: right;
}

.title-box.title-box-split {
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 14px;
}

.title-box.title-box-split .title-box-title {
	width: auto;
	flex: 0 0 auto;
	margin-left: auto;
	text-align: right;
}

.title-box.title-box-split .title-box-nav {
	display: inline-flex;
	align-items: center;
	gap: 0;
	flex: 0 0 auto;
	border: 1px solid #4a4a4a;
	border-radius: 8px;
	overflow: hidden;
	background: #111;
}

.title-box.title-box-split .title-filter-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	height: 38px;
	padding: 0 14px;
	border: none;
	border-radius: 0;
	background: linear-gradient(180deg, #202020 0%, #141414 100%);
	color: #cfcfcf;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.title-box.title-box-split .title-filter-btn+.title-filter-btn {
	border-left: 1px solid #3f3f3f;
}

.title-box.title-box-split .title-filter-btn:hover {
	color: #fff;
	background: linear-gradient(180deg, #2a2a2a 0%, #1a1a1a 100%);
}

.title-box.title-box-split .title-filter-btn.is-active {
	color: #111;
	background: linear-gradient(180deg, #ffe071 0%, #ffd111 100%);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
}

.thumbs-grid {
	position: relative;
	min-height: 220px;
}

.thumbs-loader {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.88);
	z-index: 20;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.page-loader-spinner,
.thumbs-loader .page-loader-spinner {
	width: 44px;
	height: 44px;
	border: 4px solid rgba(255, 209, 17, 0.24);
	border-top-color: #ffd111;
	border-radius: 50%;
	animation: page-loader-spin 0.8s linear infinite;
}

.thumbs-loader.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

@keyframes page-loader-spin {
	to {
		transform: rotate(360deg);
	}
}

.th_container {
	list-style-type: none;
	position: relative;
	margin: 10px 0 0;
	padding: 0;
	visibility: hidden;
}

.th_container.mosaic-ready {
	visibility: visible;
}

.th_container li {
	width: 300px;
	background: #101010;
	border: 1px solid #383838;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}

.th_container li:hover {
	border-color: #ffd111;
}

.th_container li img {
	display: block;
	width: 100%;
	height: auto;
}

.th_container li p {
	color: #bdbdbd;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
	font-weight: 400;
	margin: 8px;
}

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

.cam-live-badge {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 8px 10px;
	border-radius: 8px;
	background: rgba(15, 15, 15, 0.86);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.category-badge {
	right: 0;
	bottom: 0;
	background: rgba(15, 15, 15, 0.58);
	border-radius: 5px 0 0 0;
}

.category-badge span {
	opacity: 1;
}

.archive {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	padding: 12px 0;
	margin: 20px 0 15px;
}

.archive a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 18px;
	border: 1px solid #3b3b3b;
	border-radius: 7px;
	background: #111;
	color: #ffd111;
	font-size: 18px;
	font-weight: 700;
}

.archive a:hover {
	background: #ffd111;
	color: #111;
}

.archive a svg {
	display: block;
}

#footer {
	margin-top: 24px;
	padding-bottom: 10px;
}

#footer-bottom {
	padding: 8px 0;
}

#footer p {
	margin: 14px 0;
	color: #969696;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
}

#footer p.copy {
	color: #969696;
	font-size: 13px;
}

#footer p.copy a {
	color: #ffd111;
	font-weight: 700;
}

@media only screen and (max-width: 900px) {
	#header .header1 {
		justify-content: center;
	}

	.header-note {
		display: none;
	}
}

@media only screen and (min-width: 601px) and (max-width: 960px) {
	.main-nav-inner {
		gap: 10px;
	}

	.main-nav-list {
		gap: 12px;
	}

	.main-nav-list a {
		font-size: 14px;
		padding: 11px 0;
	}

	#search-box.nav-search {
		width: 161px;
		max-width: 30%;
		min-width: 126px;
	}
}

@media only screen and (max-width: 760px) {
	.title-box.title-box-split {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 480px) {
	.title-box.title-box-split .title-box-title {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	.main-nav-inner {
		min-width: 0;
		padding: 0 6px 10px;
		flex-wrap: wrap;
		gap: 8px 14px;
		min-height: 56px;
	}

	.main-menu-button {
		display: inline-flex;
		order: 1;
	}

	.main-nav-list {
		display: none;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		padding: 0 0 12px;
		width: 100%;
		order: 3;
	}

	.main-menu-toggle:checked~.main-nav-list {
		display: flex;
	}

	.main-nav-list a {
		padding: 10px 2px;
	}

	#search-box.nav-search {
		order: 2;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		margin-left: 0;
		flex-basis: 100%;
	}

	#search-box.nav-search .searchform {
		height: 44px;
		padding-right: 50px;
		line-height: 44px;
	}

	#search-box.nav-search .searchbut {
		width: 36px;
		height: 36px;
	}
}