@import url(/koken/storage/themes/axis/css/title/fonts.css);
@import url(/koken/storage/themes/axis/css/body/fonts.css);

.about_me_container {
  text-align: center;
  padding: 15px;  
}

.about_me_left_div {
  display: inline-block;
  max-width: 300px;
  text-align: left;
  margin: 15px;
  vertical-align: top;
}

.about_me_right_div {
  display: inline-block;
  max-width: 700px;
  text-align: justify;
  padding-left: 19px;
  text-align: justify;
  margin: 15px;
}

@media screen and (max-width: 1024px) {
	.about_me_left_div, .about_me_right_div {
	  margin: 15px;
	  padding: 0;
	  max-width: 100%;
	}
}

@media screen and (max-width: 600px) {
  .about_me_left_div, .about_me_right_div {
	  margin: 15px;
	  padding: 0;
	  max-width: 100%;
    }
}

#bar {
  background: white -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); 
  height: 50px;
  list-style: none;
}

#bar > li {
  position: relative;
}

#bar > li > a {
  display: block;
  font-weight: bold;
  margin-right: 0;
  padding: 15px 0;
  text-decoration: none;
  -webkit-transition: all 0.25s;
}

/*
  Menu
*/
.menu .submenu {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  list-style: none;
  opacity: 0;
  padding: 12px;
  position: absolute;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  visibility: hidden;
  z-index: 999;
  display: grid;
}

.no-js .menu:hover .submenu,
.menu-hover:hover .submenu,
.menu-click.menu-active .submenu {
  opacity: 1;
  visibility: visible;
}

.menu .submenu:before,
.menu .submenu::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  content: "";
  height: 0;
  left: 24px;
  position: absolute;
  top: -6px;
  width: 0;
}

.menu .submenu a {
  color: #777;
  display: inline-block;
  line-height: 1.2em;
  padding: 5px 0;
   text-decoration: none;
}

.menu .submenu a:hover {
   color: orangered; 
}

.menu-right .submenu {
   left: auto;
  right: -12px;
  text-align: right;
}

.menu-right .submenu:before,
.menu-right .submenu::before {
  left: auto;
  right: 24px;
}

/* --- */

body {
	background: #ffffff;
	color: #808080;
	font-size:87.5%; /* 14px */
	line-height:1.5; /* 21px */
	text-align:center;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
}

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

a, a:link, a:visited, a:hover, a:active {
	color:#000000;
	text-decoration:none;
	/*-webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;*/
}

a:hover {
	color:#000000;
}

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

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

.pag,
.pag a,
a.pag
{
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:11px;
}

.center {
	text-align:center;
}

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

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:inherit !important;
}

h1 {
	/* 18 */
	font-size:1.285em;
	line-height:1.166em;
	margin-bottom:0.1em;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color:#000000 !important;
}

h2 {
	/* 16 */
	font-size:1.142em;
	line-height:1.313em;
	margin-bottom:1.313em;
}

h3, h4, h5 {
	/* 14 */
	font-size:1em;
	line-height:1.5em;
	margin-bottom:1.5em;
}

h6 {
	font-size:0.9em;
	font-weight:400;
	color:#000000;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:1.5em;
}

p {
	font-size:1em;
	line-height:1.5em;
	margin-bottom:1.5em;
	margin-right:10px;
	margin-left:10px;
}

b, strong {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

img.k-lazy-loading {
	/*margin-top:50px;*/
	background: url(/koken/storage/themes/axis/css/white/spinner.gif) center center no-repeat;
}

time {
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
	width:100%;
	display:block;
	margin: 0 0 1em;
}

small {
    font-size: 80%;
}

.k-video {
	margin: 0 auto;
}

/*
	HEADER
*/

header.top {
	margin:1em 0 1em;
}

header.top h1 {
	font-size:21px;
	font-weight:400;
	letter-spacing: 4px;
	line-height: 2.2;
	text-transform:none;
}

header.top h2 {
	letter-spacing:1px;
	color:inherit;
	font-size:15px;
	margin-bottom:0.5em;
}

/*
	NAV
*/

nav {
	margin:0 0 1.5em;
}

nav ul {
	margin:0;
	padding:0;
}

nav li {
	display:inline-block;
	white-space:nowrap;
	padding:0 8px 0 8px;
	line-height:2;
}

nav a:link,
nav a:visited,
nav a:active
{
	font-size:20px;
	letter-spacing:1px;
	color:#808080;
}

nav a:hover,
a.nav_link:hover
{
	color:#000000;
}

nav a.k-nav-current {
	color:#000000;
}

a.cap_link:link,
a.cap_link:visited,
a.cap_link:active
{
	font-size:20px;
	letter-spacing:1px;
	text-transform:uppercase;
}

div#container {
	width:100%;
	margin:0 auto;
}

/* Page specific width mods for desktops only */
body.k-source-index div#container {
	width:100%;
}
body.k-source-albums div#container,
body.k-source-sets div#container,
body.k-source-set div#container
{
	width:960px;
}
body.k-source-album div#container {
	width:960px;
}
body.k-source-content div#container {
	width:960px;
}
body.k-source-contents div#container,
body.k-source-favorites div#container
{
	width:960px;
}
body.k-source-essays div#container,
body.k-source-essay div#container,
body.k-source-archive-essays div#container,
body.k-source-page div#container
{
	width:960px;
}

/*
	FOOTER
*/

footer.bot {
	font-size:0.9em;
	margin:50px 0;
	clear:both;
}

/*
	SLIDESHOW
*/

#home_slideshow {
	position: relative;
}

#ss_spinner {
	background:#ffffff url(/koken/storage/themes/axis/css/white/spinner.gif) center center no-repeat;
	width:26px;
	height:26px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-12px;
	margin-left-12px;
	z-index:999;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-moz-border-radius:26px;
	-webkit-border-radius: 26px;
	border-radius: 26px;
}

#ss_spinner.loading {
	opacity: 1;
}

#sldshw-play.waiting:before {
	content:url(/koken/storage/themes/axis/css/white/spinner.gif);
	position:absolute;
	left:50%;
	margin-left:-8px;
}

/*
	CONTENT AREA
*/

div#album-title {
	margin:0 auto 2em;
}

div#album-desc {
	margin:0 auto 3em;
	width:70%;
}

ul#nav-content {
	margin:0 0 15px;
}

ul#nav-content li {
	display:inline;
	position:relative;
}

ul#nav-content li a {
	padding:0 8px;
}

ul#nav-content li:nth-child(2) {
	display:inline;
}

div#caption-content {
	text-align:center;
}

div.main-content {
	margin:0 auto 25px;
	line-height:1;
}

div.text-content {
	width:80%;
	margin:0 auto;
}

body.k-source-content div.main-content img {
	max-height:720px;
}

/*
	ALBUMS / SET
*/

div#sets-layout {
	margin-bottom:60px;
	overflow:hidden;
}
div#sets-layout div.item {
	float:left;
	margin-right:5%;
}
div#sets-layout img {
	margin-bottom:10px;
}
div#sets-layout div.item h2 {
	margin-bottom:0.6em;
}

div#sets-layout.col_1 .item { clear:both;width:100%;margin-right:0; }

div#sets-layout.col_2 .item:nth-of-type(n) { width:47.5%; }
div#sets-layout.col_2 .item:nth-child(2n) { margin-right:0; }
div#sets-layout.col_2 .item:nth-child(2n+1) { clear:both; }

div#sets-layout.col_3 .item:nth-of-type(n) { width:30%; }
div#sets-layout.col_3 .item:nth-child(3n) { margin-right:0; }
div#sets-layout.col_3 .item:nth-child(3n+1) { clear:both; }

div#sets-layout.col_4 .item:nth-of-type(n) { width:21.25%; }
div#sets-layout.col_4 .item:nth-child(4n) { margin-right:0; }
div#sets-layout.col_4 .item:nth-child(4n+1) { clear:both; }

div#sets-layout.col_5 .item:nth-of-type(n) { width:16%; }
div#sets-layout.col_5 .item:nth-child(5n) { margin-right:0; }
div#sets-layout.col_5 .item:nth-child(5n+1) { clear:both; }

/*
	GRID LAYOUT (CONTENTS/ALBUM)
*/

#grid {
	margin-bottom:25px;
}

ul#img-grid {
	width:100%;
	position:relative;
	margin:0;
}

ul#img-grid li {
	width:229px;
	display:block;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 4px;
}

ul#img-grid li img {
	display:block;
	border-radius: 5px;
}

ul#img-grid li h3 {
	font-size:12px;
	margin:5px 0 0 0;
}

/*
	ESSAYS
*/

article {
	text-align:left;
	font-size:14px;
	line-height:21px;
	width:90%;
	margin:0 auto 50px;
}

article header {
	text-align:center;
}

article header h1 {
	margin:0 0 0.2em;
}

article footer {
	text-align:center;
}

article h1, article h2, article h3, article h4 {
	text-align:center;
}

article ul {
	list-style:disc;
	list-style-position: inside;
	margin:0 0 18px;
}

article ol {
	list-style:decimal;
	list-style-position: inside;
	margin:0 0 18px;
}

article blockquote {
	padding:0 50px;
	margin:0 0 18px;
	font-style:italic;
}

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

.k-content-embed {
	margin-bottom:18px;
	margin-right:10px;
	margin-left:10px;
}

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

.k-content img {
	border-radius: 5px;
}

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

.k-content-title {
	display:block;
	font-size:12px;
	letter-spacing: 1px;
	font-weight:400;
}

.k-content-caption {
	font-style:italic;
	color:#777;
}

.k-pulse-button-disabled {
	opacity:0.6;
	cursor:default;
}

article div.meta {
	text-align:center;
	width:60%;
	margin:0 auto;
}

article div.meta p {
	font-size:12px;
	line-height:1.8;
}

article div.meta a {
	color:inherit;
}

article div.meta a:hover {
	color:#000000;
}

div#feat-essays {
	margin-top:60px;
}

div#feat-essays div.essay {
	margin-bottom:15px;
}

div#feat-essays div.essay time {
	margin:0;
	padding:0;
	font-size:0.8em;
}

div#feat-essays div.essay strong {
	color:#000000;
	font-weight:normal;
}

/*
	PAGINATION
*/

#pagination {
	margin-top:50px;
}

#pagination a:link, #pagination a:visited, #pagination a:active {
	color:#808080;
}

#pagination a:hover {
	color:#000000;
}

#pagination a.k-pagination-current {
	color:#000000;
}

/*
	ARCHIVE
*/

#archive-head {
	margin-bottom:54px;
}

#archive-head a {
	color:inherit;
}

#archive-head a:hover {
	color:#000000;
}

/*
	ALBUM
*/

#album_topics {
	margin:30px 0;
}

/*
	CONTENT
*/

img.img-content {
	max-height:710px;
}

.parent-album {
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#808080;
	margin-top:50px;
}

ol#exif_meta {
	list-style:none;
}

ol#exif_meta li {
	display:inline-block;
	font-size:12px;
	margin-bottom:30px;
	padding:0 4px;
}

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

div#social-bttns {
	margin:20px 0 0;
	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:5px;
}
div#social-bttns div.cell.right {
	padding-left:5px;
}

.social-links {
	margin:30px 0;
}

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

.social-links li a {
	font-size:14px;
	text-align: center;
	display:inline-block;
	color:#808080;
	-webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	padding:0 1px;
}

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

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

.social-links li a.share-tumblr {
	padding-left:0;
	padding-right:3px;
}

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

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

/* MEDIA QUERIES
----------------------------------------------- */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1024px) {

	div#container,
	body.k-source-index div#container,
	body.k-source-albums div#container,
	body.k-source-sets div#container,
	body.k-source-set div#container,
	body.k-source-album div#container,
	body.k-source-content div#container,
	body.k-source-contents div#container,
	body.k-source-essays div#container,
	body.k-source-essay div#container,
	body.k-source-favorites div#container,
	body.k-source-archive-essays div#container,
	body.k-source-page div#container {
		width:100%;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	div#container,
	body.k-source-index div#container,
	body.k-source-albums div#container,
	body.k-source-sets div#container,
	body.k-source-set div#container,
	body.k-source-album div#container,
	body.k-source-content div#container,
	body.k-source-contents div#container,
	body.k-source-essays div#container,
	body.k-source-essay div#container,
	body.k-source-favorites div#container,
	body.k-source-archive-essays div#container,
	body.k-source-page div#container {
		width:100%;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	p {
		font-size:90%;
	}

	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% 50%;
		-o-transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	article, div#album-desc {
		width:100%;
	}

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

	#sets-layout div.item {
		float:none !important;
		width:100% !important;
		margin-right:0 !important;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	div#container,
	body.k-source-index div#container,
	body.k-source-albums div#container,
	body.k-source-sets div#container,
	body.k-source-set div#container,
	body.k-source-album div#container,
	body.k-source-content div#container,
	body.k-source-contents div#container,
	body.k-source-essays div#container,
	body.k-source-essay div#container,
	body.k-source-favorites div#container,
	body.k-source-archive-essays div#container,
	body.k-source-page div#container {
		width:100%;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	div#container,
	body.k-source-index div#container,
	body.k-source-albums div#container,
	body.k-source-sets div#container,
	body.k-source-set div#container,
	body.k-source-album div#container,
	body.k-source-content div#container,
	body.k-source-contents div#container,
	body.k-source-essays div#container,
	body.k-source-essay div#container,
	body.k-source-favorites div#container,
	body.k-source-archive-essays div#container,
	body.k-source-page div#container {
		width:100%;
	}
}

.k-mosaic{position:relative;display:block;list-style:none;padding:0;margin:0}.k-mosaic:after,.k-mosaic:before{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;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-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),.k-mosaic-uneven:last-child{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-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}