@import url(/koken/storage/themes/fstop/css/body/source.css);
@import url(/koken/storage/themes/fstop/css/black/lightbox.css);

#content img {
    max-width:2048px;
}

@font-face {
  font-family: 'CelesteSansWeb';
  font-style: normal;
  font-weight: normal;
  src: url('/assets/webfonts/CelesteSansWeb.eot?#iefix') format('embedded-opentype'),
  url('/assets/webfonts/CelesteSansWeb.woff') format('woff');
}
@font-face {
  font-family: 'CelesteSansWeb';
  font-style: normal;
  font-weight: bold;
  src: url('/assets/webfonts/CelesteSansWeb-Bold.eot?#iefix') format('embedded-opentype'),
  url('/assets/webfonts/CelesteSansWeb-Bold.woff') format('woff');
}
body {background-color: #FAFAFA;}
body, p, a, div, span, h1, h2,h3,h4, h5 {
  font-family: 'CelesteSansWeb', 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
}


#site_logo {
  left: -40px;
  position: relative;
}
#site_logo img.custom_logo {max-width: 120px;}
#col .in {padding: 50px 0 0 40px;}
#col nav a.k-nav-current {text-shadow: 0 1px #CCCCCC;}
#col .in nav {font-size: 13px;}
#col section {margin-bottom: 15px;}
/*.k-nav-list.k-nav-root li a:hover {text-shadow: 1px 1px #cccccc;}*/

/* Logo */
#copyright-link {text-decoration: none; font-size:11px; margin-left: -30px;}
footer #copyright-link {margin-left: 0px;}

#slideshow-nav {
  height: 90%;
  width: 98%;
  max-width: 1600px;
  margin-top: 15px;
  /*padding-right: 30px;*/
  display: block;
  top: 0;
  position: absolute;
  z-index: 999;
}
#slideshow-nav li {
  display: inline-block;
  height: 100%;
  width: 50%;
  float: left;
}
#slideshow-nav *:focus {outline: 0;}

#sldshw-next, #sldshw-prev {
  background: transparent;
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
  background: transparent;
  opacity: 0;
  transition: opacity .2s ease-in;
}
#sldshw-next:hover, #sldshw-prev:hover {
  background: url("/assets/img/slider_navi_next.png") no-repeat scroll 95% center;
  transition: opacity .5s ease-in;
  opacity: 1;
}
#sldshw-prev:hover {background: url("/assets/img/slider_navi_prev.png") no-repeat scroll 5% center;}
.pulse-content-container canvas {z-index:999;}
#metadata {
  text-align: center;
  font-size: 1em;
  width: 100%;
}
#main_wrap {margin-top: 42px;}
#mob-pag-bttns {display: none;}

.k-lens-album .pulse-content-image { border: 1px solid #eeeeee;}

.kachel {
  width: 150px;
  height: 200px;
  max-height: 200px;
  float: left;
  display: block;
  overflow: hidden;
  margin: 0px 10px 20px 0;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.kachel .k-content img {max-width: 110px;}
.kachel .k-content, .kachel .k-content-text {background-color: transparent;}
.kachel:hover {
  background-color: #F0F0F0;
  border: 1px solid #DADADA;
}
.kachel .k-content-title {font-weight: normal; color: #666666;}
.kachel:hover .k-content-title {color: #000000;}
.k-content img {margin-top: 20px;}
.clearboth {clear: both;}
#col-xtra-content {font-size: 0.75em;}
#target {
  margin-top: -22px;
}
.pdf-icon, .itunes-icon {
  background:url("/assets/img/zip-icon.png") no-repeat top left;
  display: inline-block;
  height: 26px;
  width: 34px;
  position: relative;
  top: 7px;
}
.itunes-icon {
  background:url("/assets/img/itunes-store-icon.png") no-repeat top left;
  height: 29px;
  top: 10px;
}
body.k-lens-page #main_wrap {max-width: 1600px;}

/* Android adjustments: */
/*#col .in nav {overflow-y: scroll;}*/
#sidr-left #nav_forth {padding-bottom: 50px;}
.mob h3 {font-size: 1.3em;}

/* Blog */
#tumblr {
  border: 1px solid #eeeeee;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
#tumblr.show {opacity: 1;}


@media only screen and (min-width:1025px), @media only screen and (min-width: 1280px), @media only screen and (min-height: 1000px) {
    #main_wrap {margin-top: 42px;}
}
@media only screen and (max-width: 767px) {  #main-wrap {margin-top: 20px;} }
@media only screen and (min-width: 768px) and (max-width: 959px) { #main-wrap {margin-top: 20px;} }

