@import url(/koken/storage/themes/regale-2-ed8705e1-a242-37a9-46eb-b1b1614838ae/css/helvetica.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:#ffffff;
	padding-bottom:calc(30px * 2);
	color:#000000;
	font-size:16px;
	line-height:1.5;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	text-transform:capitalize;
}

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

a:hover {
	color:#000000;
	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%;
}

.hide {
	display:none;
}

.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:20px;
	padding-right:20px;
}



/* FORMS (BASIC)
----------------------------------------------- */

fieldset {
	position:relative;
	margin:0 0 0.5rem 0;
}

fieldset legend {}

label {
	font-size: inherit;
	color: #000000;
	cursor: pointer;
	display: block;
	font-weight: normal;
	margin-bottom: 0.5em;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea
{
	color:#000000;
	font-size:inherit !important;
	padding: 6px 10px;
	background-color:#ffffff;
	border: 1px solid #000000;
	border-radius:0;
	margin-bottom:20px;
	border-radius: 0;
	display: block;
	font-family:inherit !important;
	padding: 0.5em;
	height: auto;
	width: 100%;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color:#000000;
	outline: none;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
	background-color: #ddd;
	cursor: default;
}
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
	background-color: #ddd;
	cursor: default;
}
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
	margin: 0 0 1rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	display: inline-block;
	margin-left: 0.5rem;
	margin-right: 1rem;
	margin-bottom: 0;
	vertical-align: baseline;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
	height: auto;
}

/* Not allow resize out of parent */
textarea {
	max-width: 100%;
}

button, .button {
	font-family: inherit;
	font-weight: normal;
	font-size:16px;
	color:#000000;
	text-align: center;
	display: inline-block;
	padding: 6px 20px;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 1px solid #000000;
	cursor: pointer;
	color:#ffffff !important;
	background-color:#000000;
	border-radius: 0;
	border:1px solid #000000;
	outline: 0;
	margin-bottom:20px;
	cursor: pointer;
	line-height: normal;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
}
button:hover, button:focus, .button:hover, .button:focus {
	color:#ffffff;
	background-color:#000000;
	outline: 0;
}
button.large, .button.large {
	padding-top: 1.125rem;
	padding-right: 2.25rem;
	padding-bottom: 1.1875rem;
	padding-left: 2.25rem;
	font-size: 1.25rem;
}
button.small, .button.small {
	padding-top: 0.875rem;
	padding-right: 1.75rem;
	padding-bottom: 0.9375rem;
	padding-left: 1.75rem;
	font-size: 0.8125rem;
}
button.tiny, .button.tiny {
	padding-top: 0.625rem;
	padding-right: 1.25rem;
	padding-bottom: 0.6875rem;
	padding-left: 1.25rem;
	font-size: 0.6875rem;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
	opacity: 0.5;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {

}
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{
	color:#000000;
}
input:-moz-placeholder,
textarea:-moz-placeholder
{
	color:#000000;
}

/* CONTACT FORM
----------------------------------------------- */

.k-contact-form {
	width: 100%;
}

.k-contact-form-success {
	border-top:1px solid;
	border-bottom:1px solid;
	padding:1em 0;

}

.k-contact-form-success:before {
	content: '✔';
	color:#000000;
	margin-right: 6px;
}

.k-contact-form-required-field label:after {
	content: '*';
	color: red;
}

.k-content-form-processing {
	opacity: 0.5;
}

.k-content-form-processing button[type="submit"] {
	pointer-events: none !important;
}

.k-contact-form-error label {
}

.k-contact-form-error label:before {
	position:absolute;
	right:0;
	color:red;
	content:"This field is required";
}

.k-contact-form-error input[type="text"],
.k-contact-form-error input[type="password"],
.k-contact-form-error input[type="date"],
.k-contact-form-error input[type="datetime"],
.k-contact-form-error input[type="datetime-local"],
.k-contact-form-error input[type="month"],
.k-contact-form-error input[type="week"],
.k-contact-form-error input[type="email"],
.k-contact-form-error input[type="number"],
.k-contact-form-error input[type="search"],
.k-contact-form-error input[type="tel"],
.k-contact-form-error input[type="time"],
.k-contact-form-error input[type="url"],
.k-contact-form-error input[type="color"],
.k-contact-form-error textarea
{
	border-color:red;
}

/* HEADER, FOOTER, NAV
================================================== */

header.main, footer.main {
	width:100%;
	padding-left:20px;
	padding-right:20px;
	text-transform:none;
}

header.main {
	background:#ffffff;
	font-size:21px;
	height:49px;
	line-height:49px;
}

footer.main {
	display:none;
	background:#ffffff;
	position:fixed;
	z-index:999;
	left:0;
	bottom:0;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#000000;
	-webkit-transition: all 500ms
	-moz-transition: all 500ms;
	transition: all 500ms;
}

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

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

/* nav general */

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

nav ul {
	list-style:none;
}

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

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

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

/* site title */

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

.site-title a {
	border:none;
}

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

img.custom_logo {
	max-height:22px;
	width:auto;
}

/* header */

header.main h1 {
	display:inline;
	font-weight:600;
	text-transform:none;
}

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

header.main h1 a:hover {
	color:#000000;
}

header.main nav a {
	color:#000000;
}

header.main nav a:hover {
	color:#000000;
}

header.main nav a.k-nav-current,
header.main nav a.k-nav-current:hover
{
	font-weight:bold;
}

body.current_line header.main nav a.k-nav-current {
	border-bottom:1px solid #000000;
}

body.current_line header.main nav a.k-nav-current:hover {
	border-bottom:1px solid #000000;
}

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

/*  footer  */

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

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

footer.main nav a {
	color:#000000;
}

footer.main nav a:hover {
	color:#000000;
}

footer.main nav a.k-nav-current,
footer.main nav a.k-nav-current:hover
{
	font-weight:bold;
}

body.current_line footer.main nav a.k-nav-current {
	border-bottom:1px solid #000000;
}

body.current_line footer.main nav a.k-nav-current:hover {
	border-bottom:1px solid #000000;
}

footer.main span.right_text {
	float:right;
	display:block;
	white-space:nowrap;
}

#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 20px;
	padding-left:20px;
	padding-right:20px;
}

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

/* ALBUM COVER HEADER
================================================== */

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

header.cover.inset_match {
	padding:0 20px;
}

#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 h1 {
	letter-spacing: -2px;
	/* font-size is controlled through JS */
}

.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%;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

/* LAYOUT
================================================== */

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

/* 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-repeat:no-repeat;
	background-position:center center;
	background-size:16px 16px;
	background-image: url(/koken/storage/themes/regale-2-ed8705e1-a242-37a9-46eb-b1b1614838ae/css/white/spinner.gif);
}

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

.img-under-title {
	background:rgba(255,255,255,1);
	padding:15px 0px 15px;
}

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:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
	z-index:2;
	-webkit-transition: opacity 100ms
	-moz-transition: opacity 100ms;
	-ms-transition: opacity 100ms;
	-o-transition: opacity 100ms;
	transition: opacity 100ms;
}

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_wrap {
	position:relative;
	width:100%;
	height:100%;
	display:block;
}

a.img-hover span.overlay_text {
	position: absolute;
	left:0;
	right:0;
	width:100%;
	padding:15px 0px 0px;
}

a.img-hover span.overlay_text.valign_middle {
	/* override t/b padding since we're centering */
	padding-top:0;
	padding-bottom:0;
	top:50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

a.img-hover span.overlay_text.valign_top { top:0; }
a.img-hover span.overlay_text.valign_bottom { bottom:0; }

.content_text {
	color:#000000;
	font-size:12px;
	text-align:center;
}

.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:#000000;
}

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

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 {
	font-size:85%;
	margin-top:10px;
}

.k-content-title {
	display:block;
	font-weight:bold;
	text-transform:capitalize;
}

.k-content-caption {
}

/* PAGINATION
================================================== */

#pagination a {
	border-bottom:0;
}

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

/* 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;
	font-size:14px;
}
.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:0 15px 0 20px;
	height:49px;
	line-height:49px;
	color:#000000;
	text-decoration:none;
	border-bottom:0;
}

/* SPLASH
================================================== */

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

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

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

k-lens-splash nav a.k-nav-current,
k-lens-splash_fa nav a.k-nav-current
{
	font-weight:bold;
}

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

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

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

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

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

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

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

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

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

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

body.k-lens-splash footer.main,
body.k-lens-splash_fa footer.main
{
	display:none;
}

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

body.k-lens-splash footer.main .right_text,
body.k-lens-splash_fa 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.inset_match,
body.k-lens-album header.cover.inset_match
{
	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
{
	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.inset_match
{
	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:30px; }

.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-repeat:no-repeat;
	background-position:center center;
	background-size:16px 16px;
	background-image: url(/koken/storage/themes/regale-2-ed8705e1-a242-37a9-46eb-b1b1614838ae/css/white/spinner.gif);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* PASSWORD PROTECTION PLUGIN TEMPLATE
----------------------------------------------- */

#klogin_form {
	width:400px;
	padding-left:20px;
	padding-right:20px;
}
#klogin_form .form {}
#klogin_title {
	margin-bottom:3em;
	text-align:center;
}
#klogin_title img {
	margin:0 auto;
}
.klogin_input {
	text-align:left;
}
.klogin_button {
}
/* centered version */
#klogin_form.layout_title {
	text-align:center;
	width:100%;
}
#klogin_form.layout_title .form {
	margin:0 auto;
	display:inline-block;
}
#klogin_form.layout_title .klogin_input {
	text-align:center;
	display:block;
}
#klogin_form.layout_title .klogin_button {
	margin:0;
}

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

	#mob-menu {
		display:inline-block;
	}

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

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

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

	img.custom_logo {
		max-height:18px;
	}

	nav,
	body.k-lens-splash header.main nav,
	body.k-lens-splash_fa header.main 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;
	}

	a.img-hover span.overlay_text,
	a.img-hover span.overlay_text.valign_middle
	{
		position:relative;
		display:block;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		/* force fixed */
		padding:15px 0px 15px;
	}

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

/* Custom
================================================== */


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