html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[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-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
*{box-sizing:border-box}
html,body{
	font-family: Nunito,system-ui,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,Helvetica,Arial,"Helvetica Neue",sans-serif;
}


/* global */
.wrap{
	position: relative;
	width: 100%;
	max-width: 1280px;
	padding: 0 1rem 0;
	margin: 0 auto;
}
input[type="text"],
input[type="email"],
textarea{
	height: 2.5rem;
	padding: 0 1rem 0;
	border: 1px solid #999;
	border-radius: .5rem;
}
textarea{
	height: auto;
	padding: .75rem 1rem;
}
a{
	color: #2271b1;
	text-decoration: none;
}
a:hover{
	color: #135e96;
	text-decoration: underline;
}
img{
	display: block;
	max-width: 100%;
}
figure{
	margin: 0;
	padding: 0;
	display: block;
}
.hide{display:none}
button,.button{
	border-radius: .5rem;
	border: 1px solid #ccc;
	background-color: #fff;
	line-height: 1;
	font-size: 90%;
	padding: .5rem .5rem;
	cursor: pointer;
	display: inline-block;
	outline: none;
}
button:active,.button:active{
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(34, 36, 38, 0.15) inset;
}
button i,.button i{
	position: relative;
	top: 1px;
}
button:hover{
	border-color: #999;
}
button.primary{
	background: #2271b1;
	border-color: #2271b1;
	color: #fff;
	font-size: 1rem;
	padding: .7rem 1rem;
}
button[disabled]{
	color:#ccc;
	cursor: not-allowed;
}


/* header ========================== */
header{
	position: relative;
}
.top{
	background-color: #fbfbfb;
}
.top-header{
	display: grid;
	grid-template-columns: max-content auto max-content max-content;
	padding: 1.5rem 0;
}
.top-header > div{
	display: inline-grid;
	margin-right: 2rem;
	align-content: center;
	align-items: baseline;
	grid-auto-flow: column;
}
.top-header > div:last-child{
	margin-right: 0;
}

.brand{
	font-size: 1.75rem;
	font-weight: 700;
}
.brand a{position: relative;}
.brand a i{
	position: absolute;
	right: 8px;
	top: -10px;
	font-size: 80%;
	transform: rotate(45deg);
}
.brand a span{
	color: #D93526;
}
.brand a:hover{text-decoration:none}

.finder form{
	position: relative;
}
.finder form::before{
	transform: rotate(270deg);
	content: '⌕';
	font-style: normal;
	font-size: 2rem;
	color: #888;
	padding: 0 0.75rem;
	position: absolute;
	left: 0;
	top: 0;
}
.finder input[type=text]{
	width: 100%;
	padding-left: 2.75rem;
}
.live {
	position: absolute;
	top: 105%;
	left: 0;
	width: 100%;
	padding: 1rem;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 0 0 .25rem .25rem;
	z-index: 999;
	display: none;
}
.live p{
	margin: 0;
	margin-bottom: .75rem;
	cursor: pointer;
}
.live p:hover{
	text-decoration: underline;
}
.live p:last-child{margin-bottom: 0}

/* top navigation */
.navigate nav{
	display: none;
	position: absolute;
	user-select: none;
	top: 4.5rem;
	right: 1rem;
	background-color: #fff;
	border-radius: .5rem;
	z-index: 999;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.navigate label::before{
	content: '≡';
	user-select: none;
	font-weight: 700;
	cursor: pointer;
	font-size: 2.75rem;
	line-height: 1;
}
.navigate ul {
	margin: 0;
	padding: 1rem 1.5rem;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
.navigate ul li{
	padding: .35rem 0;
	margin: 0 .5rem;
	font-weight: 700;
}
.navigate ul li i{
	margin-right: .25rem;
}
.navigate ul li a:hover{
	text-decoration: underline;
}
li.current a{
	color: #000;
	text-decoration: underline;
}
/*.navigate ul li:first-child {
	font-size: 1.15em;
	font-weight: 600;
	margin-bottom: .5rem;
}*/
.listp li a {
	color: #333;
}

/* menus */
.down{
	background-color: #2271b121;
}
.menus{
	padding: 1rem 0;
}
.menus ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menus ul li{
	display: inline-block;
	margin-right: 1.25rem;
}
.menus ul li i{
	margin-right: .35rem;
}
.menus ul li a{
	color: #333;
	font-weight: 600;
}
.menus ul li a:hover{
	color: #135e96;
}

/* header ========================== */


/* main */
main{
	margin: 3rem 0;
}
span b{font-weight:normal}
.meta{
	margin-bottom: 3rem;
}
.meta h1 {
	margin-bottom: 0;
	line-height: 1.1em;
}
.content p.last{
	text-align: center;
}
.content.post strong{
	font-weight: 700;
}
.post,
.list{
	max-width: 800px;
	line-height: 1.5em;
	font-size: 110%;
}
.list{margin: 0 auto;}
.list .meta{margin-bottom:1.5rem}
.images{margin-bottom: 5rem}
.images > div{
	margin-bottom: 2.5rem;
}
.images figure {
	position: relative;
	background-color: #f0f0f0;
	border-radius: .5rem;
	margin-bottom: .5rem;
}
.images figure img{
	max-height: 550px;
	width: auto;
	height: auto;
	margin: 0 auto;
	border-radius: .5rem;
	pointer-events: none;
}
.images figure img.portrait{
	max-width: 330px;
	object-fit: cover;
	width: 100%;
	border-radius: 0;
	aspect-ratio: 9/16 !important;
}
.images figure span{
	font-weight: 700;
	font-size: 80%;
	position: absolute;
	background-color: #00000036;
	color: #fff;
	padding: .15rem .70rem;
}
span.is4k{
	top: 0;
	left: 0;
	border-radius: .5rem 0 .5rem;
}
.images figure .dims{
	bottom: 0;
	right: 0;
	border-radius: .5rem 0 .5rem;
}
.mix{display:flex;}
.mix a{margin-left:auto;font-weight:700}
.mix button{margin-right:.25rem}

.filter{
	margin-bottom: 1rem;
	display: flex;
}
.filter button {
	display: inline-block;
	margin-right: .5rem;
	color: #2271b1;
	font-size: 80%;
	font-weight: 700;
}
.filter button.now{
	background-color: #ccc;
	color: #000;
}
.ffind{
	margin-bottom: 1.5rem;
}
.ffind input{
	width: 100%;
	max-width: 360px;
}


/* masonry */
.grid > div,
.grid > div img{
	border-radius: .5rem;
	margin: 0 auto;
}
.grid > div figure img{
	pointer-events: none;
	width: auto;
	height: auto;
}
.grid > div:hover{
	outline:5px solid #2271b1;
}
.grid > div{
	position: relative;
	cursor: pointer;
	animation-duration: 2s;
	animation-name: slide-in;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation: 2s infinite alternate slide-in;
}
.grid figcaption{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: .25rem .5rem;
	margin: 0;
	background-color: #0000003d;
	color: #fff;
	font-size: 80%;
	font-weight: 700;
	border-radius: 0 0 .5rem .5rem;
	z-index: 99;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.grid > div:hover figcaption{
	/*display: block;
	opacity: 1;*/
}
.grid > div span.like b,
.popit span.love b{font-weight:normal}
.grid > div span{
	position: absolute;
	z-index: 99;
	background: #00000036;
	color: #fff;
	font-size: 80%;
	line-height: 1;
	border-radius: .5rem;
	padding: .35rem .5rem;
	margin: .25rem;
	cursor: pointer;
	user-select: none;
}
.grid > div span.like{
	bottom: 0;
	left: 0;
}
.grid > div span.wxh{
	bottom: 0;
	right: 0;
	font-size: 75%;
}
.grid > div span i {
	position: relative;
	top: .05rem;
}
.grid > div span:hover{
	background-color: #000;
}
.load {
	background-image: url('/assets/loader.gif');
	padding: 1rem;
	background-repeat: no-repeat;
	background-position: center;
}
.grid figure.is_hrz img{
	aspect-ratio: 16/9!important;
	width: 100%;
	max-height: 150px;
	object-fit: cover;
}
.grid figure.is_wide img{
	aspect-ratio: 21/9!important;
	width: 100%;
	object-fit: cover;
}
.grid figure.is_ver img{
	aspect-ratio: 9/16!important;
	width: 100%;
	object-fit: cover;
}
.grid figure.post img{
	aspect-ratio: 16/9!important;
	width: 100%;
	object-fit: cover;
}


/* pop it */
.popit {
	position: fixed;
	content: "";
	/*background-color: #00000054;*/
	width: 100%;
	height: 100%;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 999;
	backdrop-filter: blur(2rem);
	display: none;
}
.popit > div {
	position: relative;
	padding: 1.25rem;
	height: auto;
	margin: 1% auto 1%;
	background-color: #fff;
	border-radius: .75rem;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	overflow: auto;
	display: table;
	max-width: 50%;
}
.popit > div img {
	width: auto;
	height: 100%;
	pointer-events: none;
}
.popit > div div{
	text-align: center;
}
.popit > div div p span{
	display: inline-block;
	font-size: 90%;
	color: #fff;
	cursor: pointer;
	margin: 0 .2rem .2rem;
	user-select: none;
}
span.love,span.pixel,span.download,span.popout{
	background-color: #000;
	line-height: 1;
	border-radius: .5rem;
	padding: .5rem .75rem;
}
span.love i {
	position: relative;
	top: .06rem;
	margin-right: .25rem;
}
span.popout{background-color: crimson;}
span.download{background-color: crimson;}
span.pixel{background-color: #2271b1;}
span.popout.close {
	position: absolute;
	top: -.5rem;
	right: -.5rem;
	color: crimson;
	padding: 0;
	font-size: 2rem;
	background-color: #fff;
	line-height: 1;
	border-radius: 1rem;
	cursor: pointer;
}


/* contact */
.contact{margin-bottom:5rem}
.contact form div{
	margin-bottom: 1rem;
}
.contact form label{
	display: block;
	user-select: none;
	color: #555;
	font-style: italic;
}
.contact form label :where(input,textarea){
	display: block;
	width: 100%;
}
.contact form label input{
	max-width: 480px;
}
.contact form div{
	max-width: 600px;
}
.contact .thumb {
	margin-bottom: 1rem;
	border: 1px solid #ccc;
	padding: .2rem;
}
.msg{display:flex;margin-top: 2rem}
.msg img {
	display: inline-block;
	max-width: 18px;
	margin-right: .35rem;
	position: relative;
}
.msg.done{color: green;}
.msg.fail{color: red;}


/* footer */
footer{
	border-top: 3px solid #2271b121;
	margin: 2rem 0;
}
.gotop {
	font-size: 2.5em;
	position: fixed;
	top: 75%;
	right: 3%;
	background-color: #fff;
	color: #D93526;
	line-height: 0;
	border-radius: 50%;
	cursor: pointer;
	z-index: 99;
	display: none;
}
.foot {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(0%,1fr));
}
.foot h4 {
	font-size: 1.2em;
	margin-bottom: .75rem;
}
.foot ul li {
	padding: .4rem 0;
}
.foot ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* responsive */
@media (max-width:960px){
	.popit > div{
		max-width: 65%;
		margin-top: 1.5%;
		padding: 1rem;
	}
	.menus ul li{margin:.35rem 0 .35rem 1rem}
}
@media (max-width:680px){
	main{margin:2rem 0}
	.top-header > div:last-child{margin-bottom:0}
	.popit > div{
		max-width: 70%;
		margin-top: 2%;
		padding: .85rem;
	}
	.top-header{
		display: block;
	}
	.top-header > div{
		display: block;
		margin: 0 auto 1rem;
		text-align: center;
	}
	.top-header > div .live{
		text-align: left;
	}
	.navigate{
		position: relative;
	}
	.navigate nav{
		top: 2.5rem;
		left: 0;
		width: 100%;
		text-align: left;
	}
	.menus ul{
		display: grid;
		grid-template-columns: repeat(3,1fr);
	}
	.popit > div{font-size: 90%}
	.mix{font-size:80%}
}
@media (max-width:480px){
	.popit > div{
		max-width: 85%;
		margin-top: 5%;
		padding: .75rem;
	}
	.menus ul{
		grid-template-columns: repeat(2,1fr);
	}
	.images figure span{
		font-size: 70%;
	}
	.images figure img.portrait{
		border-radius: .5rem;
	}
	.navigate label::before{
		content: "All Categories ▾";
		font-size: inherit;
	}
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.rotating,
.rotating::before{
	-webkit-animation: rotating .75s linear infinite;
	-moz-animation: rotating .75s linear infinite;
	-ms-animation: rotating .75s linear infinite;
	-o-animation: rotating .75s linear infinite;
	animation: rotating .75s linear infinite;
}