@import url(/koken/storage/themes/regale-2-ed8705e1-a242-37a9-46eb-b1b1614838ae/css/karla.css);

/* GENERAL
----------------------------------------------- */

* {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  	-webkit-tap-highlight-color: transparent;
}

body {
	background:#f2f2f2;
	padding-bottom:calc(50px * 2);
	color:#606060;
	font-size:16px;
	line-height:1.5;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

a {
	color:#606060;
	text-decoration: none;
	padding-bottom:2px;
	border-bottom:1px solid #606060;
}

a:hover {
	color:#a16833;
	border-bottom:0;
}

a.no_b {
	border-bottom:0;
}

a.img_link {
	border-bottom:0;
	padding-bottom:0;
}

img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

img.content_img {
	max-width:100%;
	max-height:100%;
}

p,
div.line
{
	margin-bottom:20px;
}

small {
    font-size: 80%;
}

.k-video {
	margin: 0 auto;
}

.k-link-lightbox { cursor:-webkit-zoom-in;cursor:-moz-zoom-in; }

ul.exif li {
	display:inline-block;
}
ul.exif li:after {
	content:" /"
}
ul.exif li:last-child:after {
	content:"";
}

.tag:before {
	content:"#";
}

span.k-note {
	padding-left:50px;
	padding-right:50px;
}

/* HEADER, FOOTER, NAV
----------------------------------------------- */

.logo {
	display:block;
}

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

header.main, footer.main {
	width:100%;
	padding-left:50px;
	padding-right:50px;
}

header.main {
	background:#f2f2f2;
	font-size:16px;
	height:120px;
	line-height:120px;
	overflow: auto;
}

footer.main {
	background:#f2f2f2;
	position:fixed;
	z-index:999;
	left:0;
	bottom:0;
	height:50px;
	line-height:50px;
	font-size:16px;
}

footer.main a {
	border-bottom:0;
}

header.main img {
	vertical-align: middle;
}

.site-title {
	display:inline-block;
	margin-right:50px;
}

.site-title a {
	border:none;
}

.site-title a.logo {
	display:inline-block;
	padding:0;
	border-bottom:0;
	top:-2px;
	position:relative;
}

header.main h1 {
	display:inline;
	font-weight:400;
}

header.main h1 a {
	color:#606060;
	border-bottom:0;
}

nav {
	display:inline-block;
	margin:0;
	padding:0;
}

nav ul {
	list-style:none;
}

nav ul li {
	display:inline;
	margin-right:50px;
}

nav ul li:last-child {
	margin-right:0;
}

nav a {
	padding-bottom:2px;
	border-bottom:0;
}

nav a.k-nav-current {
	border-bottom:1px solid #606060;
}

nav a.k-nav-current:hover {
	border-bottom:1px solid #a16833;
}

footer.main ul {
	list-style:none;
	display:inline-block;
}

footer.main ul li {
	display:inline-block;
	margin-right:50px;
}

/* title left, nav right */
header.main .layout_title_nav .site-title {
	text-align:left;
}
header.main .layout_title_nav nav {
	float:right;
}
/* title center */
header.main .layout_title .site-title {
	text-align:center;
	width:100%;
}

footer.main span.right_text {
	float:right;
	display:block;
}

div#container {
	position:relative;
	padding-top:40px;
}

#title_ph {
	font-size:14px;
	background:#ddd;
	color:black;
}

/* PAGE HEADER
----------------------------------------------- */

header.page {
	width:100%;
	margin:0 auto;
	padding:5px 20px;
}

header.page a.link-all {
	float:right;
	border:0;
}

header.page h1 {
	margin-bottom:20px;
}

/* override here b/c no grid is used */
header.page.text {
	padding-left:0;
	padding-right:0;
}

header.archive {
	width:100%;
	margin:0 auto 80px;
}

body.k-lens-essays header.archive {
	display:none;
}

/* ALBUM COVER HEADER
----------------------------------------------- */

header.cover {
	width:100%;
	height:100%;
	margin:0 0 50px 0;
	padding:0 50px;
}

#cover_bg {
	height:100%;
}

#cover_scroll {
	padding:30px;
	margin:auto;
	bottom:0;left:0;right:0;
	position:absolute;
	color:rgba(255,255,255,1);
}

.cover_inside {
	width:100%;
	height:100%;
	text-align:center;
	position:relative;
	background:rgba(0,0,0,0);
}

.cover_content {
	width:60%;
	margin:0 auto;
	top:50%;
	position:relative;
	color:rgba(255,255,255,1);
	padding:20px 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cover_content * {
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}

.cover_content a:link,
.cover_content a:visited,
.cover_content a:hover,
.cover_content a:active
{
	color:rgba(255,255,255,1);
}

.cover_content .cover_desc p {
	color:rgba(255,255,255,1);
}

.cover_content p.meta {
	font-size:90%;
}

.cover_content .social-links a {
	border-bottom:0 !important;
	font-size:80%;
}

.cover_desc {
	margin-bottom:1em;
}

.cover_style_1 {
	text-align:center;
}

.cover_style_1 h1 {}

.cover_style_1 #cover_scroll {
	font-size:140%;
}

.cover_style_1 .social-links {
	margin-top:1em;
}

.cover_style_2,
.cover_style_3
{
	text-align:left;
}

.cover_style_4,
.cover_style_5
{
	text-align:right;
}

.cover_style_2 .cover_content,
.cover_style_3 .cover_content
{
	margin-left:0;
	margin-right:0;
}

.cover_style_4 .cover_content,
.cover_style_5 .cover_content
{
	margin-left:auto;
	margin-right:0;
}

.cover_style_3 .cover_content,
.cover_style_4 .cover_content
{
	top:0%;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}


/* CONTENT
----------------------------------------------- */

div#content {
	width:100%;
	overflow:auto;
	position:relative;
}

div#content .pad {
	padding:0 60px;
}

div#content div.media {
	text-align:center;
	position:relative;
}

div#content div.media img {
	margin:0 auto;
}

div#content div.media.spin_1.flower img.k-lazy-loading {
	background: url(/koken/storage/themes/regale-2-ed8705e1-a242-37a9-46eb-b1b1614838ae/css/white/spinner.gif) center center no-repeat;
}

div#content-caption {
	width:100%;
	margin-top:20px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div#content-caption div.col {
	float:left;
}

div#content-caption div.col.l {
	width:34%;
	margin-right:2%;
}

div#content-caption div.col.r {
	width:64%;
}

div#content-caption ul {
	list-style:none;
}

div#content-caption p:last-child {
	margin-bottom:0;
}

div#content-pagination {
	height:100%;
}

a.content-pag {
	display:block;
	font-size:21px;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	vertical-align: middle;
	position:fixed;
	top:50%;
	margin-top:-30px;
	border-bottom:0;
	z-index:9999;
}

a.content-pag.prev {
	left:0;
}

a.content-pag.next {
	right:0;
}

/* IMAGE HOVERS / TITLES
----------------------------------------------- */

a.img-hover {
	position:relative;
	display:block;
	border-bottom:0 !important;
}

a.img-hover p, .img-under-title p {
	margin-top:10px;
	margin-bottom:0;
}

a.img-hover span.overlay {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  	filter: alpha(opacity=0);
	opacity:0;
	background:rgba(255,255,255,1);
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
}

a.img-hover:hover span.overlay {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

a.img-hover span.overlay span.overlay_wrap {
	display:table;
	width:100%;
	height:100%;
}

a.img-hover span.overlay span.overlay_text {
	display:table-cell;
	padding:15px 0px 0px;
}

.content_text {
	background:rgba(255,255,255,1);
	padding:15px 0px 0px;
	vertical-align:top;
	color:#000000;
	font-size:15px;
	text-align:left;
}

.vid_play {
	visibility: hidden;
	opacity:0;
	position:absolute;
	bottom: 8px;
	left: 8px;
	z-index: 1;
	color: #fff;
	font-size: 11px;
	line-height: 0;
	background:rgba(0,0,0,0.3);
	padding:3px 5px 3px;
	font-family:Helvetica,Arial,sans-serif;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

/* only show when image loads and if they're turned on in settings */
.kpgriditem.type_video.loaded .vid_play {
	visibility:visible;
	opacity:1;
}

/* ESSAYS + PAGES
----------------------------------------------- */

div#text {
	padding:30px 0 60px;
	margin:0 auto;
}

div#text.essays {
	width:50%;
}

div#text.pages {
	width:50%;
}

article {
	margin-bottom:80px;
}

article b, article strong {
	font-weight:bold;
}

article i, article em {
	font-style:italic;
}

article header h1 a:link,
article header h1 a:visited,
article header h1 a:active {
	border-bottom:0;
	color:#606060;
}

article header h1 a:hover {
	border-bottom:1px solid #606060;
}

article header {
	margin-bottom:20px;
}

article h1 {
	margin-bottom:20px;
}

article h2 {
	margin-bottom:20px;
}

article h3 {
	margin-bottom:20px;
}

article h4 {
	margin-bottom:20px;
}

/* float right if the title is shown */
header.essay_show_title_block time {
	float:right;
}

article ul {
	list-style:disc;
	list-style-position: inside;
}

article ol {
	list-style:decimal;
	list-style-position: inside;
}

article p, article ul, article ol, article pre, article blockquote {
	margin-bottom:20px;
}

article blockquote {
	font-style:italic;
	padding:0 20px;
}

article blockquote p {
	padding:0;
}

article pre, article code {
	font-family: Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;
	font-size:14px;
}

article figure {
	/*display:block;*/
	position:relative;
}

article figure a {
	text-decoration:none;
	border-bottom:0;
}

.k-content-embed {
	margin:2em 0;
}

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

.k-content-text {
	margin-top:10px;
}

.k-content-title {
	display:block;
}

.k-content-caption {
}

/* PAGINATION
----------------------------------------------- */

#pagination a {
	border-bottom:0;
}

#pagination a.k-pagination-current {
	border-bottom:1px solid #606060;
}

/* DISCUSSIONS
----------------------------------------------- */

div#kdiscuss {
	margin-top:20px;
}

/* MOBILE
----------------------------------------------- */

.mob {
	display:none;
	position:absolute;
	position:fixed;
	top:0;
	height:100%;
	z-index:999999;
	width:240px;
	overflow-x:none;
	overflow-y:auto;
	background:#000000;
	box-shadow:inset -4px 4px 8px rgba(0,0,0,.4);
}
.mob .mob-inner{padding:0 0 15px}
.mob .mob-inner>p{margin-left:15px;margin-right:15px}
.mob.right{left:auto;right:-260px}
.mob.left{left:-260px;right:auto}
.mob h1,.mob h2,.mob h3,.mob h4,.mob h5,.mob h6{
	font-size:11px;
	font-weight:normal;
	padding:0 15px;
	margin:0 0 5px;
	color:#888888;
	line-height:24px;
}
.mob ul {
	display:block;
	margin:10px 0 20px;
	padding:0;
}
.mob a {
	border-bottom:none;
}
.mob ul li {
	display:block;
	margin:0;
	line-height:36px;
	border-bottom:none;
}
.mob ul li:hover,.mob ul li.active,.mob ul li.mob-class-active {
}
.mob ul li:hover>a,.mob ul li:hover>span,.mob ul li.active>a,.mob ul li.active>span,.mob ul li.mob-class-active>a,.mob ul li.mob-class-active>span {
}
.mob ul li a, .mob ul li span {
	padding:0 20px;
	display:block;
	text-decoration:none;
	border-bottom:0;
	color:#888888;
	text-align:left;
	position:relative;
	text-transform:;
	font-size:px;
	letter-spacing:px;
}
.mob ul li ul {
	border-bottom:none;
	margin:0;
}
.mob ul li ul li {
	line-height:40px;
	font-size:13px;
}
.mob ul li ul li:last-child { border-bottom:none; }
.mob ul li ul li:hover,.mob ul li ul li.active,.mob ul li ul li.mob-class-active {
}
.mob ul li ul li:hover>a,.mob ul li ul li:hover>span,.mob ul li ul li.active>a,.mob ul li ul li.active>span,.mob ul li ul li.mob-class-active>a,.mob ul li ul li.mob-class-active>span {
}
.mob ul li ul li a, .mob ul li ul li span {
	padding-left:30px;
}
.mob ul li ul li ul li a, .mob ul li ul li ul li span {
	padding-left:45px;
}
.mob ul li ul li ul li ul li a, .mob ul li ul li ul li ul li span {
	padding-left:60px;
}
.mob ul li ul li ul li ul li ul li a, .mob ul li ul li ul li ul li ul li span {
	padding-left:75px;
}
.mob ul li a.k-nav-current {
	color:#ffffff;
	font-weight:bold;
}

#mob-menu {
	display:none;
	position:absolute;
	top:0;
	left:0;
	font-size:21px;
	padding:1px 10px 0 20px;
	margin:0 10px 0 0;
	height:120px;
	line-height:120px;
	color:#606060;
	text-decoration:none;
	border-bottom:0;
}

/* FEATURED SLIDESHOW TEMPLATE MODS
----------------------------------------------- */

body.k-lens-splash header.main {
	background:rgba(255,255,255,0);
	color:#000000;
}

body.k-lens-splash footer.main {
	background:rgba(255,255,255,0);
	color:#000000;
}

body.k-lens-splash nav a, body.k-lens-splash #mob-menu {
	color:#000000;
}

body.k-lens-splash nav a.k-nav-current {
	border-bottom:1px solid #000000;
}

body.k-lens-splash footer.main a {
	color:#000000;
}

body.k-lens-splash footer.main a:hover, body.k-lens-splash header.main a:hover {
	color:#000000;
}

body.k-lens-splash nav a.k-nav-current:hover {
	border-bottom:1px solid #000000;
}

body.k-lens-splash header.main h1 a, body.k-lens-splash header.main h1 a:hover {
	color:#000000;
}

body.k-lens-splash header.main {
	display:block;
}

body.k-lens-splash header.main .site-title {
	display:inline-block;
}

body.k-lens-splash header.main nav {
	display:block;
}

body.k-lens-splash footer.main {
	display:block;
}

body.k-lens-splash footer.main nav {
	display:inline-block;
}

body.k-lens-splash footer.main .right_text {
	display:block;
}

/* PILLAR GRID
----------------------------------------------- */

#kpgrid {}

#kpgrid_wrap {
	margin-left:auto;
	margin-right:auto;
}

body.k-lens-album #kpgrid_wrap,
body.k-lens-album header.page,
body.k-lens-album header.cover
{
	max-width:100%;
}

body.k-lens-albums #kpgrid_wrap { max-width:100%; }

body.k-lens-archive-albums #kpgrid_wrap, body.k-lens-archive-albums header.page { max-width:100%; }

body.k-lens-archive-contents #kpgrid_wrap,
body.k-lens-archive-contents header.cover,
body.k-lens-archive-contents header.page
{
	max-width:100%;
}

body.k-lens-contents #kpgrid_wrap { max-width:100%; }

body.k-lens-favorites #kpgrid_wrap { max-width:100%; }

body.k-lens-index #kpgrid_wrap { max-width:100%; }

body.k-lens-set #kpgrid_wrap,
body.k-lens-set header.page,
body.k-lens-set header.cover
{
	max-width:100%;
}

body.k-lens-sets #kpgrid_wrap { max-width:100%; }

body.k-lens-essays #kpgrid_wrap { max-width:100%; }

body.k-lens-archive-essays #kpgrid_wrap,
body.k-lens-archive-essays header.page
{
	max-width:100%;
}

#kpgrid_content {
	margin:0 auto;
}

#kpgrid_content:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; padding-bottom:50px; }

.kpgriditem {
	position:relative;
	display:none;
}

.kpgriditem img {
	width:100%;
	max-width:100%;
	display:none;
}

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

.pillar .kpgriditem,
.pillar .kpgriditem img
{
	display: block;
}

.kpgriditem a {
	display:block;
	border:0;
	padding:0;
	margin:0;
	background-color:rgba(255,255,255,0);
}

.kpgriditem.loaded {}

#kpgrid_content.spin_1.flower img.k-lazy-loading {
	background: url(/koken/storage/themes/regale-2-ed8705e1-a242-37a9-46eb-b1b1614838ae/css/white/spinner.gif) center center no-repeat;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
  -webkit-pointer-events: none;
}

#nprogress .bar {
  background:#000000;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

/* SPINNER
----------------------------------------------- */

.spinner_pos {
	position:absolute;
	left:50%;
	top:50%;
	height:20px;
	width:20px;
	margin-left:calc((20px / 2) * -1);
	margin-top:calc((20px / 2) * -1);
	z-index:999;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.spinner_pos.active {
	opacity: 1;
}

.spinner {
	height:100%;
	width:100%;
	margin:0 auto;
	position:relative;
	-webkit-animation: rotation 0.7s infinite linear;
	-moz-animation: rotation 0.7s infinite linear;
	-o-animation: rotation 0.7s infinite linear;
	animation: rotation 0.7s infinite linear;
	border:1px solid rgba(0,0,0,0);
	border-radius:100%;
}

.spinner:before {
	content:"";
	display:block;
	position:absolute;
	left:-1px;
	top:-1px;
	height:100%;
	width:100%;
	border-top:1px solid rgba(0,0,0,1);
	border-left:1px solid transparent;
	border-bottom:1px solid transparent;
	border-right:1px solid transparent;
	border-radius:100%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}

.k-lazy-loading-background .spinner_pos { opacity:100; }

/* SOCIAL
----------------------------------------------- */

.social-links {
	display:inline-block;
	list-style:none;
	margin-bottom:20px;
}

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

.social-links li:after {
	content:"\00a0\00a0";
}

.social {
	display:inline-block;
	top:-1px;
	position:relative;
}

.social span {
	display:inline-block;
	line-height:0;
	font-size:0;
}

.social span.fb {
	margin-right:calc(5px - 1px);
}

.social span.tw {
	width:75px;
	margin-right:5px;
}

.social iframe,.social>span {
	vertical-align: middle !important;
}

.social span.gplus iframe body {
	font-family: 'Helvetica Neue',Arial,sans-serif !important;
}

.social-links.icons li:after {
	content:"";
}

.social-links.icons li a {
	padding:5px;
}

.social-links.icons li a.share-facebook {
	padding-left:7px;
	padding-right:3px;
}

/* Splash template
================================================================= */

#splash.show_flower {
	background: url(/koken/storage/themes/regale-2-ed8705e1-a242-37a9-46eb-b1b1614838ae/css/white/spinner.gif) center center no-repeat;
}

html.k-lens-splash,
body.k-lens-splash
{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	position:relative;
}

body.k-lens-splash header.main {
	position:absolute;
	z-index:100;
}

body.k-lens-splash .spinner_pos { opacity: 1; }

body.k-lens-splash #splash {
	position:relative;
}

body.k-lens-splash div#container,
body.k-lens-splash #splash,
body.k-lens-splash div.pjax-container-current {
	height:100%;
	padding:0 !important;
	display: block;
}

body.k-lens-splash .k-note-pulse { text-align:center; }

/* not enough room - hide */
@media only screen and (max-width: 767px) {
	body.k-lens-splash footer.main { display:none; }
}

/* #Tablet (Portrait)
================================================== */

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

	.cover_style_1 h1 {
		font-size:300%;
	}

	nav {
		float:none;
	}

	div#content-caption div.col {
		float:none;
	}

	/* fit to viewport */
	div#content div.media img {
		max-height:570px;
		width:auto;
		margin:0 auto;
	}

	/* reset these to full width if edited */
	body.k-lens-album #kpgrid_wrap,
	body.k-lens-albums #kpgrid_wrap,
	body.k-lens-archive-contents #kpgrid_wrap,
	body.k-lens-contents #kpgrid_wrap,
	body.k-lens-favorites #kpgrid_wrap,
	body.k-lens-index #kpgrid_wrap,
	body.k-lens-set #kpgrid_wrap,
	body.k-lens-sets #kpgrid_wrap,
	{
		max-width:100%;
	}

	/*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: 9999;}*/
}

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

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

	body,
	footer.main
	{
		font-size:85% !important;
	}

	.cover_content,
	div#text.essays,
	div#text.pages
	{
		width:90%;
	}

	#cover_scroll {
		padding-top:10px;
		padding-bottom:10px;
	}

	#mob-menu {
		display:inline-block;
		padding-left:20px;
	}

	.site-title {
		margin-right:0;
		margin-left:32px;
	}

	.logo {
		max-width:150px;
	}

	nav {
		float:none;
		display:none;
	}

	footer.main {
		display:block;
		position:relative;
	}

	footer.main span.right_text {
		float:none;
		position:relative;
	}

	div#content-caption div.col {
		float:none;
	}

	div#content-caption div.col.l,
	div#content-caption div.col.r
	{
		width:100%;
	}

	div#content .pad {
		padding:0 10px;
	}

	div#content-caption {
		padding-left:0;
		padding-right:0;
	}

	/* turn this on to position the arrows */
	div#content-pagination {
		position:static;
		height:auto;
	}

	a.content-pag {
		position:static;
		margin:0;
		padding:0 0 0 10px;
		width:auto;
		display:inline-block;
		font-size:18px;
	}

	a.content-pag.next {
		right:auto;
	}

	a.content-pag.prev {
		left:auto;
	}

	/* fit to viewport */
	div#content div.media img {
		max-height:416px;
		width:auto;
		margin:0 auto;
	}

	/* show titles b/c hover won't work */
	a.img-hover span.overlay {
		position:relative;
		opacity:1;
	}

	div#text {
		width:280px;
	}

	article time {
		display:block;
		float:none;
		margin-bottom:1em;
	}

    /*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: 9999;}*/
}

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

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

	/* fit to viewport */
	div#content div.media img {
		width:auto;
		max-height:268px;
		margin:0 auto;
	}

	div#text {
		width:440px;
	}

    /*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: 9999;}*/
}

/* #Mobile (iPhone 5)
================================================== */

@media screen and (device-height: 568px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

	/* fit to viewport */
	div#content div.media img {
		max-height:568px;
		width:auto;
		margin:0 auto;
	}

	/*body::before{content: "MOBILE IPHONE 5";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: 9999;}*/
}

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


body {font-family: 'Abel'; letter-spacing:0.05em;line-height: 1.5em;}