body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	/* 23 */
	font-weight: normal;
	background: #fff;
	color: #7a7a7a;
	margin: 40px 0;
	text-align: center;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

a {
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	transition: color 200ms linear;
}

a,
a:visited {
	color: #161616;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000;
}

b,
strong {
	font-weight: bold;
}

em,
i {
	font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #161616;
	font-size: 14px;
	margin-bottom: 1.5em;
	font-weight: 400;
}

h1 a:link,
h2 a:link,
h3 a:link,
h4 a:link,
h5 a:link,
h6 a:link,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
	color: inherit;
}

header.top h1 {
	font-size: 18px;
	line-height: 20px;
	text-transform: lowercase;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0;
	text-align: left;
}

h2.archive {
	font-size: 18px;
	color: #7a7a7a;
	font-weight: normal;
}

small {
	font-size: 80%;
}

.k-video {
	margin: 0 auto;
}

.center {
	text-align: center;
}

.rarr:after {
	content: " →";
}

.larr:before {
	content: "← ";
}

footer {
	font-size: 11px;
	margin-bottom: 50px;
}

div.content-row {
	margin-bottom: 20px;
}

div.content-wrap {
	padding: 0 10px;
}

/* Detail Nav */


nav {
	text-align: right;
}

nav ul {
	margin: 0 auto;
	display: inline-block;
}

nav ul li {
	display: inline-block;
	margin: 0 10px;
	line-height: 2;
}

nav a,
nav a:visited {
	font-size: 14px;
	color: #7a7a7a;
}

nav a:hover,
nav a.k-nav-current {
	color: #161616;
}


ul.detail-nav {
	display: table;
	width: 100%;
	padding-inline-start: 0px;
}

ul.detail-nav li {
	display: table-row;
}

ul.detail-nav li span {
	display: table-cell;
	width: 25%;
}

ul.detail-nav li span.l {
	text-align: left;
	font-size: 12px;
}

ul.detail-nav li span.r {
	text-align: right;
	font-size: 12px;
}

ul.detail-nav li span.m {
	width: 50%;
	text-align: center;
}

/* EXIF */

ol.meta {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

ol.meta li {
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
}

ol.meta li:last-child {
	margin-right: 0;
}

ol.meta.mute li a,
ol.meta.mute li a:visited,
ol.meta.mute li * {
	color: #aaa;
}

ol.meta.mute li a:hover {
	color: #161616;
}

/* Pagination */

a.pag {
	font-size: 13px;
	font-weight: 400;
}

a.pag.disabled {
	display: none;
}

/* Images */

.w-full {
	width: 100%;
}

.h-auto {
	height: auto;
}

.relative {
	position: relative;
}

.bg-center {
	background-position: center;
}

.easeload {
	opacity: 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
}

.k-lazy-loading {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
	background-image: url(/css/spinner.svg);
}