@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhpKKSTjw.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhpKKSTjw.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

button,hr,input {
	overflow: visible;
}

audio,canvas,progress,video {
	display: inline-block;
}

progress,sub,sup {
	vertical-align: baseline;
}

[type=checkbox],[type=radio],legend {
	box-sizing: border-box;
	padding: 0;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,input,optgroup,select,textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

input,button,select {
	text-transform: none;
	outline: none;
}

[type=reset],[type=submit],button,html [type=button] {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline: ButtonText dotted 1px;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

[hidden],template {
	display: none;
}

html {
	overflow-y: scroll;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	min-width: 320px;
	height: 100%;
}

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	min-height: 100%;
}

a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #a5df4b;
}

b {
	font-weight: 600;
}

ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.safe-area {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

.container {
	max-width: 1232px;
	margin: 0 auto;
}

.header {
	background-color: #2d2d2d;
}

.header .container {
	box-sizing: border-box;
	display: table;
	width: 100%;
	height: 60px;
	padding: 10px;
	position: relative;
}

.header .container>div {
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
}

.logo a {
	display: inline-block;
	margin: 3px;
	z-index: 4;
	position: relative;
	font-size: 24px;
	font-weight: 600;
	line-height: 33px;
	color: #fff;
}

.logo img {
	display: inline-block;
    width: 33px;
    height: 33px;
    padding: 0 5px;
    vertical-align: top;
}

.search {
	padding-left: 35px;
	padding-right: 54px;
	text-align: right;
}
.search form {
	display: flex;
}
.search form input,
.search form button {
	color: #000000;
	background-color: #FAFAFA;
	border: 1px solid #A2A2A2;
	margin: 0;
	padding: 0;
	border-radius: 9px;
	height: 40px;
	vertical-align: top;
	-webkit-appearance: none;
}

.search form input {
	flex: 1;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 100%;
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 14px;
}

.search form button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 40px;
	background: #FFFFFF url(icon_search.svg) center no-repeat;
	cursor: pointer;
	float: right;
	margin-left: -1px;
}

.menu ul {
	display: none;
}
.menu ul>li {
	display: block;
	font-size: 16px;
}
.menu ul>li a {
	color: #fff;
	position: relative;
	display: block;
	padding: 25px;
}
.menu ul>li a:hover {
	background-color: #313131;
}
.menu ul>li.external>a:after,
.menu ul>li.dropdown>a:after {
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: middle;
	display: inline-block;
	content: '';
	position: absolute;
	right: 25px;
	top: 30px;
}
.menu ul>li.external>a:after {
	border-top: none;
    border-right: 8px solid;
    border-bottom: 8px solid transparent;
    border-left: none;
}
.menu ul>li.dropdown>a:after {
	border-top: 4px solid transparent;
	border-right: none;	
	border-bottom: 4px solid transparent;
	border-left: 8px solid;
}
.menu ul>li.dropdown.active>a:after {
	border-top: 8px solid;
	border-right: 4px solid transparent;
	border-bottom: none;
	border-left: 4px solid transparent;
}
.menu ul>li.dropdown.active>ul {
	display: block;
}
.menu ul>li.dropdown.active>ul>li {
	font-size: 16px;
}
.menu ul>li.dropdown.active>ul>li a { 
	padding-left: 45px;
}

.toggle input[type=checkbox],
.toggle span {
	display: none;
	width: 28px;
	height: 24px;
	position: absolute;
	top: 18px;
	right: 18px;
}
.toggle input[type=checkbox] {
	cursor: pointer;
	opacity: 0;
	-webkit-touch-callout: none;
	z-index: 3;
}
.toggle span {
	z-index: 2;
	background-position: center;
	background-repeat: no-repeat;
}
.toggle input[type=checkbox]:checked ~ span {
	background-image: url(icon_close.svg) !important;
}
.menu .toggle span {
	background-image: url(icon_menu.svg);
}

.menu .toggle input,
.menu .toggle span {
	display: block;
}

.toggle>ul {
	display: none;
	position: absolute;
	top: 60px;
	right: 0;
	text-align: left;
	background-color: #2d2d2d;
	z-index: 10;
	width: 200px;
}
.toggle>input[type=checkbox]:checked ~ ul {
	display: block;
}

@media screen and (max-width: 600px) {
	.search .toggle input[type=checkbox],
	.search .toggle span {
		display: block;
		right: 66px;
	}
	.search .toggle span {
		background-image: url(icon_search1.svg);
	}
	.toggle>form {
		display: none;
		position: absolute;
		top: 60px;
		left: 0;
		right: 0;
		z-index: 10;
	}
	.toggle>input[type=checkbox]:checked ~ form {
		display: flex;
	}
	.search form>input,
	.search form>button {
		border-radius: 0;
		height: 60px;
		font-size: 16px;
	}
	.search form>input {
		border-left: none;
	}
	.search form>button {
		border-right: none;
		width: 60px;
	}
}

#overlay {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	background-color: #000;
	background-color: rgb(0,0,0,0.8);
	z-index: 9;
	height: 100%;
	height: calc(100% - 60px);
}

h1 {
	font-weight: 600;
	margin: 0;
	padding: 10px;
	color: #2D2D2D;
	font-size: 20px;
	line-height: 30px;
}

.topl {
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	background-color: #7e786f;
	line-height: 30px;
	padding: 5px;
	border-radius: 5px;
	white-space: nowrap;
}

.topl:hover {
	color: #fff;
	background-color: #7c9b6c;
}

.footer {
	font-size: 14px;
	padding: 20px;
	background-color: #1E1E1E;
	color: #FFFFFF;
	text-align: center;
}
.footer div ~ div {
	margin-top: 15px;
}

.a{
	width: 300px;
	height: 250px;
	position: relative;
}
.a>.b{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 2;
	border: 1px solid #737373;
}
.a>.b>iframe {
	display: block;
}
@media screen and (max-width:1231px){
 .a {
	width: 100%;
	height: auto;
	padding-top: 83%;
 }
}

.thumbs {
	font-size: 0;
	position: relative;
	margin: 8px;
}
.thumbs p {
	margin: 20px 10px;
}
.thumbs>* {
	font-size: 14px;
}
.thumbs>div {
	display: inline-block;
	padding: 2px;
	line-height: 1em;
	font-weight: 300;
	vertical-align: top;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}
.thumbs>div:not(.title):before {
	content: "Loading...";
	position: absolute;
	top: calc(50% - 15px);
	left: 0;
	right: 0;
	font-size: 24px;
	color: #888;
	z-index: 1;
	text-align: center;
}
.thumbs>div>a {
	position: relative;
	display: block;
	background-color: #eee;
}
.thumbs>div>a.online:before {
	content: '';
	z-index: 3;
	background: url('/assets/online.svg') center no-repeat;
	width: 57px;
	height: 18px;
	position: absolute;
	top: 2px;
	right: 3px;
}
.thumbs>div>a>img {
	display: block;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.thumbs>div>a>img,
.thumbs>div>a>img.lazyload,
.thumbs>div>a>img.lazyload.loaded {
	border: 1px solid #ccc;
	color: #ccc;
}
.thumbs>div>a>span {
	position: absolute;
	top: 1px;
	left: 1px;
	display: block;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1em;
	white-space: nowrap;
	padding: 7px 10px;
	z-index: 3;
}
.thumbs>div>a:hover>span {
	background-color: #008CF3;
	background-color: rgba(0, 140, 243, 0.5);
}
.thumbs>div.title{
	width: 304px;
}
.thumbs>div.title>h1{
	font-size: 16px;
	line-height: 16px;
	padding: 5px;
}
.thumbs>div.title>h1~div{
	line-height: 16px;
	padding: 0 5px 5px 5px;
}

#loading {
	display: none;
	color: #008CF3;
	font-size: 90px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 72px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease,round 1.7s infinite ease;
	animation: load6 1.7s infinite ease,round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
	0%,100%,5%,95% {
		box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
	}

	10%,59% {
		box-shadow: 0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em;
	}

	20% {
		box-shadow: 0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em;
	}

	38% {
		box-shadow: 0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em;
	}
}

@keyframes load6 {
	0%,100%,5%,95% {
		box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
	}

	10%,59% {
		box-shadow: 0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em;
	}

	20% {
		box-shadow: 0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em;
	}

	38% {
		box-shadow: 0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em;
	}
}

@-webkit-keyframes round {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes round {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@media screen and (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}

@media screen and (max-width: 1231px) {
	.container {
		width: 100%;
	}
	.thumbs>div {
		width: 25% !important;
	}
	.thumbs>div>a>img {
		width: 100%;
		height: auto !important;
	}
}

@media screen and (max-width: 960px) {
	.header {
		padding: 0;
	}
	.main h1 {
		font-size: 14px;
	}
	.thumbs>div {
		width: 33.33333% !important;
	}
}

@media screen and (max-width: 734px) {
	.thumbs>div {
		width:50% !important;
	}
}

@media screen and (max-width: 460px) {
	.thumbs>div {
		width:100% !important;
	}
	.logo a {
		font-size: 15px;
	}
}
