body {
	font-size:14px;
	line-height:1.5; /* 23 */
	font-family: 'Gentium Basic', serif;
	font-weight:normal;
	background:#000000;
	color:#818181;
	margin:40px 0;
	text-align:center;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
}

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

img.k-lazy-loading {
	background: url(/koken/storage/themes/ensemble-605ea246-fa37-11f0-f078-d54c8a7cbd3c/css/black/spinner.gif) center center no-repeat;
}

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

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

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

b, strong {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

h1,h2,h3,h4,h5,h6 {
	color:#9e9e9e;
	font-size:14px;
	margin-bottom:1.5em;
	font-family: 'Karla', sans-serif;
	font-weight:700;
}

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

h2.archive {
	font-size:18px;
	color:#818181;
	font-family: 'Gentium Basic', serif;
	font-weight:normal;
}

small {
    font-size: 80%;
}

.k-video {
	margin: 0 auto;
}

.center {
	text-align: center;
}

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

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

/*
	GLOBAL
*/

header.top {
	margin-bottom:30px;
}

header.top h1 {
	font-size:37px;
	line-height:21px;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:1px;
	margin:0;
}

.site_tagline {
	font-size:14px;
	margin-top:20px;
	margin-bottom:0;
	color:#818181;
	font-weight:normal;
	font-family: 'Gentium Basic', serif;
	font-style:italic;
}

nav {
	margin-bottom:50px;
}

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:18px;
	color:#818181;
}

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

footer {
	font-size:11px;
	margin-bottom:50px;
	font-family: 'Karla', sans-serif;
}

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

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

div.content-row div.wrap {
	width:50%;
	margin:0 auto;
}

span.context {
	display:block;
	font-style:italic;
	margin-bottom:10px;
}

div.list-image {
	padding:0 10px;
	margin-bottom:30px;
}

div.list-image img {
	max-height:800px;
	margin:0 auto;
}

div.list-image h3 {
	margin-top:20px;
}

div.paginate {
	text-align:center;
	width:70%;
	margin:0 auto;
	font-size:14px;
}

ul#pag a.num, ul#pag a.num:link {
	color:#818181;
}

ul#pag a.num:hover, ul#pag a.num.k-pagination-current {
	color:#9e9e9e;
}

ul#pag {
	margin:40px 0;
}

/*
	INDEX
*/

div.item {
	margin:0 auto;
	width:300px;
	margin-bottom:40px;
}

div.item .info {
	margin-top:1em;
	margin-bottom:30px;
}

div.item img {
	max-width:100%;
	width:auto;
	vertical-align: bottom;
}

div.item img.k-lazy-loaded {
	height: auto;
}

div.item.content {
	width:220px;
	margin-bottom:14px;
}

div.item h4 {
	font-size:14px;
	margin-bottom:0.7em;
}

div.item h4 span {
	font-weight:normal;
	color:#818181;
}

div.item p.event_meta {
	margin-top:15px;
	color:#505050;
}

div.item p.event_meta a, div.item p.event_meta a:visited {
	color:#505050;
}

div.item p.event_meta a:hover {
	color:#9e9e9e;
}

/*
	CONTENT
*/

div#mob-pag {
	display:none;
}

ul.detail-nav {
	display:table;
	width:100%;
}

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

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

ol.meta li {
	display:inline-block;
	font-family: 'Karla', sans-serif;
	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:#505050;
}

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

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

a.pag.disabled {
	display:none;
}

#cd-more {
	margin-top:40px;
	clear:both;
}

ul.neighbors {
	list-style:none;
	margin-bottom:40px;
}

ul.neighbors li {
	display:inline-block;
	opacity:0.4;
	-webkit-transition:opacity 200ms linear;
	-moz-transition:opacity 200ms linear;
	transition:opacity 200ms linear;
}

ul.neighbors li.current {
	opacity:1;
}

ul.neighbors li:hover {
	opacity:1;
}

/*
	ALBUM
*/

#foot-more {
	margin-top:2em;
}

/*
	ESSAYS
*/

article {
	margin:0 auto 40px;
	width:75%;
}

article header {
	margin-bottom:1.5em;
}

article header time {
	font-size:13px;
	color:#505050;
	display:block;
	margin-bottom:1em;
}

article header h2 {
	color:#9e9e9e;
	font-size:16px;
	margin-bottom:0.5em;
	font-family: 'Karla', sans-serif;
	font-weight:700;
}

div.essay-body {
	text-align: left;
}

article p {
	margin-bottom:1em;
	font-size:16px;
	line-height:1.5;
}

blockquote {
	padding:10px 25px;
	font-size:16px;
	line-height:1.5;
	margin-bottom:1.5em;
	font-style:italic;
}

blockquote p {
	margin-bottom:0;
}

article ul {
	list-style:disc;
	list-style-position: inside;
	margin-bottom:1.5em;
	font-size:16px;
	line-height:1.5;
}

article ol {
	list-style:decimal;
	list-style-position: inside;
	margin-bottom:1.5em;
	font-size:16px;
	line-height:1.5;
}

article h1, article h2, article h3, article h4 {
	margin-bottom:1.5em;
}

.k-content-embed {
	margin-bottom:1.5em;
	text-align: center;
}

.k-content {
	line-height:0;
	margin:0 auto;
}

.k-content img {
	max-width:100%;
	height:auto;
}

.k-content-text {
	padding:1em;
	margin:0 0 1em;
}

.k-content-title {
	margin:0 5px 0 0;
	font-weight:bold;
	display:block;
}

.k-content-caption {}

div#feat-essays {
	overflow:auto;
	margin:30px 0;
}

div#feat-essays h2 {
	margin-bottom:30px;
}

div#feat-essays time {
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
	margin-bottom:5px;
	display:block;
}

div#feat-essays h3 {
	margin-bottom:8px;
}

div#feat-essays a {
	color:#9e9e9e;
}

div#essay-list div {
	width:30%;
	float:left;
	margin:0 5% 30px 0;
}

div#essay-list div:nth-child(3n+3) {
	margin-right:0 !important;
}

div#essay-list div:nth-child(3n+1) {
	clear:left;
}

div#feat-essays img {
	margin-bottom:10px;
}

/* Mosaic
================================================== */

ul.k-mosaic.edge > li {
	margin:8px 8px 0 0;
}

/* Social
================================================== */

div#social-bttns {
	margin:40px 0 30px;
	width:100%;
	overflow:auto;
}

div#social-bttns div.cell {
	width:50%;
	float:left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
div#social-bttns div.cell.left {
	padding-right:8px;
}
div#social-bttns div.cell.right {
	padding-left:8px;
}

.social-links {
	margin-bottom:40px;
}

.social-links li {
	display:inline-block;
}

.social-links li a {
	font-size:11px;
	text-align: center;
	display:inline-block;
	color:#818181;
	padding:0 5px;
}

.social-links li a:hover {
	color:#9e9e9e;
}

.social-links li a.share_facebook {
	padding-right:3px;
}

.social-links li a.share_pinterest {
	padding-right:3px;
}

/* Infinite loading bar
================================================== */

#infinite_load_msg {
	display:none;
	width:100%;
	padding:0 0 80px;
	text-align:center;
}

#infinite_load_msg span {
	display:inline-block;
}

#infinite_load_msg span:before {
	margin-right: 6px;
	top: 4px;
	position: relative;
	content: url(/koken/storage/themes/ensemble-605ea246-fa37-11f0-f078-d54c8a7cbd3c/css/black/spinner.gif)
}

/* Discussions
================================================== */

div#kdiscuss {
	margin:40px 0;
	overflow:auto;
}

body.k-source-content div#kdiscuss {
	width:75%;
	margin-right:auto;
	margin-left:auto;
}

/* Misc
================================================== */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* #Tablet
================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {

	div.item {
		width:216px;
	}

	div.item.content {
		width:172px;
	}

	article, div.paginate {
		width:80%;
	}

	/* fit to viewport */
	div.list-image img {
		max-height:916px;
	}

	/*body::before{content: "TABLET PORTRAIT";font-weight: bold;display: block;text-align: center;background: rgba(255,255,0, 0.9);position: fixed;top: 0;left: 0;right: 0;z-index: 99;}*/

}

/*  #Mobile (Portrait)
================================================== */

@media only screen and (max-width: 767px) {

	img.custom_logo {
		max-width:300px;
		height:auto;
		-moz-transform: scale(0.8);
		-o-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.8, M12=0, M21=0, M22=0.8, SizingMethod='auto expand')";
		-moz-transform-origin: 50% 100%;
		-o-transform-origin: 50% 100%;
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
	}

	div.item, div.item.content {
		width:300px;
	}

	article, div.paginate {
		width:100%;
	}

	div.list-image {
		padding:0;
	}

	/* fit to viewport */
	div.list-image img {
		max-height:416px;
	}

	ul.detail-nav li span.l, ul.detail-nav li span.r {
		display:none;
	}

	ul.detail-nav li span.m {
		width:100%;
	}

	div#mob-pag {
		display:block;
	}

	div#essay-list div {
		width:100%;
		float:left;
		margin:0 0 30px 0;
	}

	div#essay-list div:nth-child(3n+3) {
		margin-right:0% !important;
	}

	div#essay-list div:nth-child(3n+1) {
		clear:none;
	}

	/*body::before{content: "MOBILE PORTRAIT";font-weight: bold;display: block;text-align: center;background: rgba(255,255,0, 0.9);position: fixed;top: 0;left: 0;right: 0;z-index: 99;}*/
}

/* #Mobile (Landscape)
================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {

	img.custom_logo {
		max-width:480px;
	}

	div.item, div.item.content {
		width:420px;
	}

	div.item img, div.item.content img {
		max-height:268px;
	}

	article, div.paginate {
		width:100%;
	}

	div.list-image {
		padding:0;
	}

	/* fit to viewport */
	div.list-image img {
		max-height:268px;
	}

	div#essay-list div {
		width:45%;
		float:left;
		margin:0 5% 30px 0;
	}

	div#essay-list div:nth-child(2n+2) {
		margin-right:0 !important;
	}

	div#essay-list div:nth-child(2n+1) {
		clear:left;
	}

	div#essay-list div:nth-child(3n+3) {
		margin-right:5% !important;
	}

	div#essay-list div:nth-child(3n+1) {
		clear:none;
	}

	/*body::before{content: "MOBILE LANDSCAPE";font-weight: bold;display: block;text-align: center;background: rgba(255,255,0, 0.9);position: fixed;top: 0;left: 0;right: 0;z-index: 99;}*/

}

/*
 * Mosaic image layout
 */

.k-mosaic {
	position:relative;
	display:block;
	list-style:none;
	padding:0;
	margin:0;
}
.k-mosaic:before, .k-mosaic:after {
	content: " ";
	display:table;
}
.k-mosaic:after {
	clear:both;
}
.k-mosaic > li {
	display:inline;
	height:auto;
	float:left;
	font-size:0 !important;
	line-height:0 !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.k-mosaic img {
	max-height: none !important;
	vertical-align:baseline;
}

.k-mosaic-1 > li { width:100%; }
.k-mosaic-1 > li:nth-of-type(n) { clear:none; }
.k-mosaic-1 > li:nth-of-type(1n+1) { clear:both; }

.k-mosaic-2 > li { width:50%; }
.k-mosaic-2 > li:nth-of-type(n) { clear:none; }
.k-mosaic-2 > li:nth-of-type(2n+1) { clear:both; }

.k-mosaic-3 > li { width:33.333333333%; }
.k-mosaic-3 > li:nth-of-type(n) { clear:none; }
.k-mosaic-3 > li:nth-of-type(3n+1) { clear:both; }

.k-mosaic-4 > li { width:25%; }
.k-mosaic-4 > li:nth-of-type(n) { clear:none; }
.k-mosaic-4 > li:nth-of-type(4n+1) { clear:both; }

.k-mosaic-5 > li { width:20%; }
.k-mosaic-5 > li:nth-of-type(n) { clear:none; }
.k-mosaic-5 > li:nth-of-type(5n+1) { clear:both; }

.k-mosaic-6 > li { width:16.66667%; }
.k-mosaic-6 > li:nth-of-type(n) { clear:none; }
.k-mosaic-6 > li:nth-of-type(6n+1) { clear:both; }

.k-mosaic-7 > li { width:14.28571%; }
.k-mosaic-7 > li:nth-of-type(n) { clear:none; }
.k-mosaic-7 > li:nth-of-type(7n+1) { clear:both; }

.k-mosaic-8 > li { width:12.5%; }
.k-mosaic-8 > li:nth-of-type(n) { clear:none; }
.k-mosaic-8 > li:nth-of-type(8n+1) { clear:both; }

.k-mosaic-9 > li { width:11.11111%; }
.k-mosaic-9 > li:nth-of-type(n) { clear:none; }
.k-mosaic-9 > li:nth-of-type(9n+1) { clear:both; }

.k-mosaic-10 > li { width:10%; }
.k-mosaic-10 > li:nth-of-type(n) { clear:none; }
.k-mosaic-10 > li:nth-of-type(10n+1) { clear:both; }

.k-mosaic.edge > li {
	margin: 1px 1px 0 0;
}

.k-mosaic-1.edge li:first-child,
.k-mosaic-2.edge > li:nth-of-type(-n+2),
.k-mosaic-3.edge > li:nth-of-type(-n+3),
.k-mosaic-4.edge > li:nth-of-type(-n+4),
.k-mosaic-5.edge > li:nth-of-type(-n+5),
.k-mosaic-6.edge > li:nth-of-type(-n+6),
.k-mosaic-7.edge > li:nth-of-type(-n+7),
.k-mosaic-8.edge > li:nth-of-type(-n+8),
.k-mosaic-9.edge > li:nth-of-type(-n+9),
.k-mosaic-10.edge > li:nth-of-type(-n+10) { margin-top: 0 !important; }

.k-mosaic-1.edge li,
.k-mosaic-uneven:last-child,
.k-mosaic-2.edge > li:nth-of-type(2n),
.k-mosaic-3.edge > li:nth-of-type(3n),
.k-mosaic-4.edge > li:nth-of-type(4n),
.k-mosaic-5.edge > li:nth-of-type(5n),
.k-mosaic-6.edge > li:nth-of-type(6n),
.k-mosaic-7.edge > li:nth-of-type(7n),
.k-mosaic-8.edge > li:nth-of-type(8n),
.k-mosaic-9.edge > li:nth-of-type(9n),
.k-mosaic-10.edge > li:nth-of-type(10n) { margin-right:0 !important; }

.k-mosaic-2.edge > li:nth-of-type(2n+1),
.k-mosaic-3.edge > li:nth-of-type(3n+1),
.k-mosaic-4.edge > li:nth-of-type(4n+1),
.k-mosaic-4.edge > li:nth-of-type(4n+1),
.k-mosaic-5.edge > li:nth-of-type(5n+1),
.k-mosaic-6.edge > li:nth-of-type(6n+1),
.k-mosaic-7.edge > li:nth-of-type(7n+1),
.k-mosaic-8.edge > li:nth-of-type(8n+1),
.k-mosaic-9.edge > li:nth-of-type(9n+1),
.k-mosaic-10.edge > li:nth-of-type(10n+1) { margin-left: 0 !important; }


hallo world