@charset "UTF-8";
@import url("/storage/themes/photoya/css/titles/lato.css");
@import url("/storage/themes/photoya/css/headers/lato.css");
@import url("/storage/themes/photoya/css/body/lato.css");
/* Absolute Center CSS Spinner */
.loading {
  display: none;
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-left: 280px;
}
@media screen and (max-width: 979px) {
  .loading {
    padding-left: 0;
  }
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* GENERAL STYLES
----------------------------------------------- */
html,
body {
  font-size: 12px;
}

body {
  background-color: #1a1a1a;
  color: #666666;
  line-height: 1.2;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: auto;
}

h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dd,
blockquote, p,
nav, header, article, time,
pre, table, fieldset, hr {
  margin-bottom: 0.83333rem;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, hgroup:last-child,
ul:last-child, ol:last-child, dd:last-child,
blockquote:last-child, p:last-child,
nav:last-child, header:last-child, article:last-child, time:last-child,
pre:last-child, table:last-child, fieldset:last-child, hr:last-child {
  margin-bottom: 0;
}

figure .figimg {
  text-align: center;
}

figcaption h3 {
  margin-top: 4px;
  margin-bottom: 1em;
}
figcaption:empty {
  margin-bottom: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
img.custom_logo {
  max-width: 100%;
  height: auto;
}
img.k-lazy-loading {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  background-image: url(/storage/themes/photoya/css/light/spinner.gif);
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

.fright {
  float: right;
}

hr {
  clear: both;
  border: 0;
  height: 1px;
  background: #dedede;
  margin-bottom: 1.6364rem;
}

strong {
  font-weight: 900;
}

/* LINKS
----------------------------------------------- */
a, a:link, a:visited {
  text-decoration: none !important;
  color: #333333;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mod-no-touch a:hover {
  color: #333333;
}
a.disabled, .mod-no-touch a.disabled:hover {
  cursor: default;
  text-decoration: none;
  color: #666666;
}
a.disabled.paginate, .mod-no-touch a.paginate.disabled:hover {
  opacity: 0;
}
a.norm {
  color: #333333 !important;
  /* to forcefully use root color */
}
a.tag:before {
  content: "#";
}

.rarr:after, .rarr:before, .larr:after, .larr:before {
  font-family: FontAwesome;
}

.rarr:after {
  content: "\f105";
  padding-left: 3px;
}

.larr:before {
  content: "\f104";
  padding-right: 3px;
}

/* HEADERS
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  color: #333333;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 {
  /* 18 */
  font-size: 1.5rem;
  line-height: 1.166rem;
}

h2 {
  font-size: 5rem;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
  color: #333333;
  margin-top: 0;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1600px) {
  h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1366px) {
  h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1310px) {
  h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1280px) {
  h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .k-source-albums h2, .k-source-set h2, .k-source-album h2, .k-source-content h2 {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .k-source-albums h2, .k-source-set h2, .k-source-album h2, .k-source-content h2 {
    font-size: 46px !important;
  }
}
@media screen and (max-width: 400px) {
  .k-source-albums h2, .k-source-set h2, .k-source-album h2, .k-source-content h2 {
    font-size: 22px !important;
  }
}

h3 {
  margin-top: 0;
  font-size: 1.16667rem;
  line-height: 1.5rem;
}
h3 a span {
  color: #666666;
  font-weight: normal;
}

h4 {
  /* 13 */
  font-size: 1rem;
  line-height: 1.615rem;
  margin-bottom: 1em;
  /*margin:1rem 0 0.6rem;*/
}

h5 {
  /* 12 */
  font-size: 1rem;
  line-height: 1.75rem;
}

h6 {
  /* 11 */
  font-size: 0.91667rem;
  line-height: 1.909rem;
}

span.tagline {
  display: block;
  margin-bottom: 4px;
  font-size: .857rem;
}

h3.tag:before, h4.tag:before {
  content: "#";
}

/* GENERAL
----------------------------------------------- */
b, strong {
  font-weight: 900;
}

em, i {
  font-style: italic;
}

blockquote {
  color: #888888;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  padding: 10px 25px;
  margin-bottom: 1.6em;
  font-style: italic;
}
blockquote p {
  margin-bottom: 0;
}

ol.inline-links li {
  float: left;
}
ol.inline-links.tags li {
  margin: 0 5px 2px 0;
}

p.t-caption {
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
p.meta-links {
  font-size: .875rem;
}
p.meta-links a, p.meta-links a:link, p.meta-links a:visited {
  color: #868686;
}
.mod-no-touch p.meta-links a:hover {
  color: #333333;
}

section {
  display: block;
  clear: both;
}

.filter_count {
  color: #666666;
  font-weight: normal;
  font-size: .786rem;
}
.filter_count a, .filter_count a:link {
  color: #666666;
  font-weight: normal;
}
.mod-no-touch .filter_count a:hover {
  color: #333333;
}

/* LAYOUT (GLOBAL)
----------------------------------------------- */
html,
body {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  html,
  body {
    overflow: visible;
    height: auto;
  }
  .k-source-timeline html, .k-source-timeline
  body {
    height: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 1024px) {
  body {
    /*overflow: visible;*/
  }
}

#sidebar {
  width: 280px;
  height: 100%;
  position: fixed;
  background-color: #1a1a1a;
  z-index: 1000;
  opacity: 1;
  font-size: 1rem;
  color: #fafaf5;
  text-align: center;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 979px) {
  #sidebar {
    left: -280px;
  }
}
@media screen and (max-width: 767px) {
  #sidebar {
    width: 200px;
    left: -200px;
  }
}
@media screen and (max-width: 480px) {
  #sidebar {
    width: 180px;
    left: -180px;
  }
}
#sidebar h1 {
  display: block;
  height: 80px;
  margin: 0;
  text-align: center;
  line-height: 80px;
  border-bottom: 1px solid #212121;
  font-size: 15px;
  font-weight: 900;
  color: #fafaf5;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #sidebar h1 {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  #sidebar h1 {
    text-align: left;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) and (max-height: 480px) and (orientation: landscape) {
  #sidebar h1 {
    height: 40px;
    line-height: 40px;
    font-size: 10px;
  }
}
#sidebar h1 a:link, #sidebar h1 a:visited, #sidebar h1 a:active {
  display: block;
  color: inherit;
  font-weight: inherit;
}
.mod-no-touch #sidebar h1 a:hover {
  color: #ffffff;
}
#sidebar span.tagline {
  display: block;
}
#sidebar a {
  color: #333333;
}
.mod-no-touch #sidebar a:hover {
  color: #333333;
}
#sidebar .sidebar-inner-container {
  position: relative;
  height: 100%;
  width: 100%;
}
#sidebar .sidebar-inside {
  position: relative;
  min-height: 100%;
}
#sidebar .copyright {
  position: absolute;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.1);
  text-align: center;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #sidebar .copyright {
    font-size: 0.66667rem;
    height: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) and (max-height: 480px) and (orientation: landscape) {
  #sidebar .copyright {
    background: #1A1A1A;
    z-index: 2;
  }
}

.social-icons {
  height: 80px;
  margin: 0;
  border-bottom: 1px solid #212121;
  border-top: 1px solid #212121;
  text-align: center;
  line-height: 80px;
  font-size: 1.33333rem;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .social-icons {
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .social-icons {
    height: 51px;
    line-height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .social-icons {
    bottom: 20px;
  }
}
@media screen and (max-height: 660px) {
  .social-icons {
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (max-height: 480px) and (orientation: landscape) {
  .social-icons {
    height: 39px;
    line-height: 39px;
    background: #1A1A1A;
    z-index: 2;
  }
}
@media screen and (max-width: 400px) {
  .social-icons {
    font-size: 12px;
    margin: 0 4px;
  }
}
.social-icons li {
  display: inline-block;
  margin: 0 11px;
}
@media screen and (max-width: 1400px) {
  .social-icons li {
    margin: 0 5px;
  }
}
.mod-no-touch .social-icons li a:hover {
  color: #ff3333 !important;
}
.social-icons li strong {
  text-transform: uppercase;
  color: #333333;
  font-size: 1rem;
}
.text-content .social-icons, #timeline .social-icons {
  height: auto;
  border: none;
  margin-bottom: 0;
  position: static;
  background: none;
  line-height: 1em;
  text-align: left;
}
.text-content .social-icons strong, #timeline .social-icons strong {
  text-transform: uppercase;
  color: #333333;
  font-size: 1rem;
}
.text-content .social-icons ul, #timeline .social-icons ul {
  display: inline;
}
.text-content .social-icons a, #timeline .social-icons a {
  color: #cccccc;
}
.social-icons .kshare-items {
  display: inline !important;
}
.social-icons .kshare-items li {
  display: inline-block !important;
}
.social-icons .kshare-items li a {
  width: auto !important;
  height: auto !important;
  line-height: inherit !important;
  text-align: inherit !important;
  display: inline !important;
  float: none !important;
  font-size: inherit !important;
  color: #cccccc !important;
  border-right: none !important;
}

#main-content {
  margin-left: 280px;
  position: relative;
  height: 100%;
  overflow: hidden;
  /*opacity: 0;*/
  background-color: #fafaf5;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1024px) {
  #main-content {
    height: auto;
    overflow: visible;
  }
  .k-source-timeline #main-content {
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 979px) {
  #main-content {
    margin-left: 0;
  }
}
#main-content .content-wrapper {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #main-content .content-wrapper {
    height: auto;
    overflow: visible;
  }
  .k-source-timeline #main-content .content-wrapper {
    height: 100%;
    overflow: hidden;
  }
}
#main-content #left {
  position: relative;
  overflow: hidden;
  /*background-color: unquote("#fafaf5");*/
  /*bottom: 0;*/
  /*top: 0;*/
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 0;
}
.k-lens-set #main-content #left {
  /*background-color: unquote("#fafaf5");*/
  color: #dc971f;
}
@media screen and (max-width: 1024px) {
  #main-content #left {
    height: auto;
    overflow: visible;
  }
}
#main-content #right {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 0;
  /*background-color: unquote("#fafaf5");*/
  /*.k-source-content &, .k-source-essays &, .k-source-essay &, .k-source-archive-essays & {*/
  background-color: #eaeaea;
  /*}*/
}
#main-content #right .text-content {
  padding: 20px 30px;
}
#main-content #right .text-content h2, #main-content #right .text-content h3, #main-content #right .text-content h4 {
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 18px;
  color: #333333;
  margin: 50px 0 0.5em;
}
@media screen and (max-width: 1024px) {
  #main-content #right {
    height: auto;
    overflow: visible;
  }
}

.background-slideshow, .background-slideshow:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  margin: 0;
}
.background-slideshow:after {
  opacity: 0.7;
  background-image: url(/storage/themes/photoya/img/overlay.png);
  z-index: 21;
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
}

/* HEADER (GLOBAL)
----------------------------------------------- */
.logo {
  display: inline-block;
  margin-bottom: 1.6rem;
}

header#sidebar {
  /*position: fixed;
  width: 270px;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  display: none;
  margin-bottom: 0;
  background-color: unquote("#1a1a1a");
  color: unquote("#fafaf5");
  text-align: unquote("center");
  a {
    color: unquote("#333333");
    &:hover {
      color: unquote("#333333");
    }
  }
  .sidebar-inner-container {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-y: auto
  }
  .sidebar-inside {
    position: relative;
    min-height: 100%
  }*/
}
header.top {
  width: 100%;
  /*margin:3.2rem 0 0;*/
  position: relative;
}
header.top h1 {
  margin-bottom: 0.5rem;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: 5.3;
}
header.top h1 a:link, header.top h1 a:visited, header.top h1 a:active {
  color: inherit;
  font-weight: inherit;
}
header.top span.tagline {
  display: block;
}
header.content {
  font-weight: normal;
  font-size: 0.83333rem;
  border-bottom: 1px solid #dedede;
  margin-bottom: 1.6rem;
}
header.content .right {
  float: right;
  display: block;
}
header.content .right.share {
  position: relative;
}
header.content ul.social-links {
  margin: -3px 0 0 0 !important;
  padding: 0 !important;
}
header.content ul.social-links a {
  font-size: 12px;
}
header.content ul.detail-nav li {
  display: inline-block;
}
header.content a {
  color: inherit;
}
.mod-no-touch header.content a:hover {
  color: #333333;
}
.mod-no-touch header.content a.disabled:hover {
  color: inherit;
}
header.content span.edge_right {
  border-right: 1px solid #dedede;
  padding-right: 2px;
  display: inline-block;
}
header.content span.edge_left {
  border-left: 1px solid #dedede;
  padding-left: 2px;
  display: inline-block;
}
header.content span.wrap {
  padding: 0 6px 6px;
  display: inline-block;
}
header.content span.wrap.first {
  padding-left: 0;
}
header.content span.wrap.first.featured {
  padding-left: 6px;
}
header.content span.wrap.last {
  padding-right: 0;
}
header.page {
  /* used for page headers */
  margin-bottom: 3.2rem;
}

/* TOP NAV
----------------------------------------------- */
#main-navigation {
  text-align: left;
}
#main-navigation, #main-navigation ul {
  margin: 0;
}
@media screen and (max-width: 979px) {
  #main-navigation, #main-navigation ul {
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
}
@media screen and (max-width: 979px) {
  #main-navigation ul {
    margin-right: 15px;
  }
}
#main-navigation li {
  position: relative;
}
.mod-no-touch #main-navigation li:hover .drop-down {
  left: 100%;
  opacity: 1;
}
#main-navigation li a {
  display: block;
  line-height: 80px;
  text-transform: uppercase;
  font-weight: 900;
  padding-left: 30px;
  color: #999999;
  border-bottom: 1px solid #212121;
  position: relative;
  z-index: 1;
  background-color: sidebar_color_bg;
  cursor: pointer;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1600px) {
  #main-navigation li a {
    line-height: 60px;
  }
}
@media screen and (max-width: 1366px) {
  #main-navigation li a {
    line-height: 54px;
  }
}
@media screen and (max-height: 540px) {
  #main-navigation li a {
    line-height: 36px;
  }
}
#main-navigation li a:before {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 30px;
  background: #333;
  border-radius: 50%;
  content: "";
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#main-navigation li a:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -1;
  border-top: 40px solid transparent;
  border-left: 20px solid sidebar_color_bg;
  border-bottom: 40px solid transparent;
  content: "";
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1600px) {
  #main-navigation li a:after {
    border-bottom: 30px solid transparent;
    border-top: 30px solid transparent;
  }
}
@media screen and (max-width: 1366px) {
  #main-navigation li a:after {
    border-bottom: 27px solid transparent;
    border-top: 27px solid transparent;
  }
}
@media screen and (max-height: 540px) {
  #main-navigation li a:after {
    border-bottom: 18px solid transparent;
    border-top: 18px solid transparent;
  }
}
.mod-no-touch #main-navigation li a:hover {
  padding-left: 50px;
  color: #ffffff;
  background: #151515;
}
.mod-no-touch #main-navigation li a:hover:before {
  background: #ff3333;
}
#main-navigation li a.k-nav-current {
  color: ;
}
#main-navigation li a.k-nav-current:after {
  right: -20px;
  opacity: 1;
  border-left: 20px solid #ff3333;
}
@media screen and (max-width: 1366px) {
  #main-navigation li a.k-nav-current:after {
    border-left: 15px solid #FF3333;
    right: -15px;
  }
}
@media screen and (max-width: 480px) {
  #main-navigation li a.k-nav-current:after {
    border-left: 10px solid #FF3333;
    right: -10px;
  }
}
#main-navigation li a.k-nav-current:before {
  background: #fff;
}
#main-navigation li a.k-nav-current, #main-navigation li a.k-nav-current:hover {
  padding-left: 50px;
  color: #ffffff;
  background: #ff3333;
  cursor: default;
}
#main-navigation li a.k-nav-current:before, #main-navigation li a.k-nav-current:hover:before {
  background: #fff;
}
#main-navigation .drop-down {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -0;
  width: 250px;
  z-index: -2;
  background: #151515;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#main-navigation .drop-down a {
  background: #151515;
  border: none;
  line-height: 40px;
}
.mod-no-touch #main-navigation .drop-down a:hover {
  padding-left: 40px;
}
#main-navigation .show-hide-menu {
  background: #1A1A1A !important;
  color: #666 !important;
  display: none !important;
  height: 40px;
  left: 100%;
  line-height: 40px !important;
  padding-left: 0 !important;
  position: absolute !important;
  text-align: center;
  top: 100px;
  width: 40px;
  margin-left: 0;
  cursor: pointer;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media screen and (max-width: 979px) {
  #main-navigation .show-hide-menu {
    display: block !important;
  }
}
@media screen and (max-width: 767px) and (max-height: 480px) and (orientation: landscape) {
  #main-navigation .show-hide-menu {
    top: -1px;
  }
}
#main-navigation .show-hide-menu:before {
  color: #666666;
  font-size: 24px;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
#sidebar.animate #main-navigation .show-hide-menu {
  margin-left: -40px;
  top: 18px;
}

div#crumbs {
  color: #666666;
  margin-bottom: 2rem;
}
div#crumbs a {
  font-size: .857rem;
  color: #666666;
}
.mod-no-touch div#crumbs a:hover {
  color: #333333;
}

/* FOOTER (GLOBAL)
----------------------------------------------- */
footer.bot {
  float: left;
  clear: left;
  width: 100%;
  margin: 0 0 3.2rem;
  padding: 1.6rem 0 0 0;
  border-top: 1px solid #dedede;
  font-size: .857rem;
}
footer.bot nav {
  margin-bottom: 1rem;
}
footer.bot ul {
  margin: 0;
}
footer.bot li {
  display: inline-block;
  margin: 0 10px 0 0;
}

/* PAGE STRUCTURE
----------------------------------------------- */
#container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 0;
}

.head {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 1rem;
  clear: both;
}
.head h2 {
  display: inline-block;
  margin: 0 5px 0 0;
}
.head p:first-child {
  margin-top: 2rem;
}
.head section {
  margin: 0 0 24px 0;
}
.head div.notes {
  float: right;
  width: 176px;
}
.head div.text {
  font-size: 0.750rem;
  width: 620px;
}
.head.lcol {
  width: 650px;
}
.head.lcol h2 {
  width: 570px;
}
.head.mcol {
  width: 645px;
}

ul.block_list {
  display: block;
}
ul.block_list li {
  display: block;
  margin-bottom: 1rem;
  width: 100%;
}

/* CONTENT
----------------------------------------------- */
.text-content {
  position: relative;
  margin: 0;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .text-content {
    padding: 40px;
  }
}
@media screen and (max-width: 400px) {
  .text-content {
    padding: 20px;
  }
}
.k-source-essays .text-content {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .k-source-essays .text-content {
    padding: 20px;
  }
}
@media screen and (max-width: 400px) {
  .k-source-essays .text-content {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .k-source-essay .text-content {
    position: static;
  }
}
.text-content h2 {
  margin-top: 0;
}
.text-content h3 {
  font-size: 34px;
  font-weight: 900;
  line-height: 1em;
  color: #ccc;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 55px;
  display: block;
}
@media screen and (max-width: 480px) {
  .text-content h3 {
    font-size: 16px;
    margin-bottom: 35px;
  }
}
.text-content h3:last-child {
  margin-bottom: 0;
}
.text-content h3 a {
  color: inherit;
}
.text-content p {
  font-size: 2rem;
  color: #333333;
  line-height: 1.41667em;
  margin-bottom: 1.875em;
}
@media screen and (max-width: 400px) {
  .text-content p {
    font-size: 14px;
  }
}
#right .text-content p {
  font-size: 1rem;
  margin-bottom: 0.83333em;
  line-height: normal;
}
#right .text-content p.mini {
  font-size: 1em;
  margin-bottom: 0.83333em;
  line-height: inherit;
}
.text-content .mini {
  font-size: 15px;
  color: #666666;
  line-height: 1.46667em;
  margin-bottom: 1.33333em;
}
@media screen and (max-width: 400px) {
  .text-content .mini {
    font-size: 12px;
  }
}
.text-content .mini, .text-content .mini p {
  font-size: 15px;
  color: #666666;
  line-height: 1.46667em;
  margin-bottom: 1.33333em;
}
@media screen and (max-width: 400px) {
  .text-content .mini, .text-content .mini p {
    font-size: 12px;
  }
}
.text-content .columns {
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}
.text-content .head_title .album-description {
  font-size: 24px;
  color: #333333;
  line-height: 34px;
  margin: 0;
}
.text-content .head_title .album-description p:last-child {
  margin-bottom: 0;
}
.text-content .head_title .social-icons {
  text-align: right;
}

.thumbs {
  margin-bottom: 0;
}
.thumbs .item {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
  perspective: 400px;
  box-sizing: border-box;
}
.thumbs .item figure {
  margin: 0;
}
.thumbs .item figure a.thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #ff3333;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.thumbs .item figure a.thumb img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  z-index: -1;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mod-touch .thumbs .item figure a.thumb img {
  z-index: 1;
}
.thumbs .item figure a.thumb > span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  cursor: pointer;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.thumbs .item figure a.thumb > span em {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -31px 0 0 -31px;
  width: 62px;
  height: 62px;
  text-align: center;
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.thumbs .item figure a.thumb > span em:before {
  font-family: 'FontAwesome';
  content: "\f002";
  font-size: 40px;
  font-style: normal;
  z-index: 1;
  color: #ff3333;
  line-height: 63px;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.thumbs .item figure figcaption:last-child {
  left: 30px;
  position: absolute;
  right: 30px;
  top: -70px;
  z-index: 2;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mod-touch .thumbs .item figure figcaption:last-child {
  top: 15px;
}
.thumbs .item figure figcaption:last-child .title {
  position: relative;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 16px;
  color: #333;
  line-height: 19px;
  padding: 4px 0;
  border-left: 20px solid #ffffff;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1440px) {
  .thumbs .item figure figcaption:last-child .title {
    font-size: 15px;
    line-height: 20px;
    padding: 3px 0;
  }
}
@media screen and (max-width: 1366px) {
  .thumbs .item figure figcaption:last-child .title {
    font-size: 11px;
    line-height: 18px;
    padding: 1px 0;
  }
}
.thumbs .item figure figcaption:last-child .title a, .thumbs .item figure figcaption:last-child .title > span {
  font-weight: inherit;
  background-color: #ffffff;
  padding: 4px 0;
  color: #333333;
  display: inline;
  margin: 0;
  line-height: 19px;
}
.thumbs .item figure figcaption:last-child .title a span, .thumbs .item figure figcaption:last-child .title > span span {
  position: relative;
  left: -10px;
}
.thumbs .item figure figcaption:last-child .description {
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.3;
  padding: 4px 0;
  border-left: 20px solid #FF3333;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
}
@media screen and (max-width: 1366px) {
  .thumbs .item figure figcaption:last-child .description {
    font-size: 10px;
    padding: 1px 0;
    line-height: 18px;
  }
}
.thumbs .item figure figcaption:last-child .description strong {
  font-weight: inherit;
  background-color: #FF3333;
  padding: 4px 0;
  display: inline;
  margin: 0;
  color: #ffffff;
}
.thumbs .item figure figcaption:last-child .description strong span {
  position: relative;
  left: -10px;
}
.mod-no-touch .thumbs .item:hover figure > a {
  box-shadow: inset 0 0 0 4px #ff3333;
}
.mod-no-touch .thumbs .item:hover figure > a > span {
  background-color: transparent;
}
.mod-no-touch .thumbs .item:hover figure > a > span em {
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.mod-no-touch .thumbs .item:hover figure figcaption {
  top: 25px;
}
@media screen and (max-width: 1366px) {
  .mod-no-touch .thumbs .item:hover figure figcaption {
    top: 15px;
  }
}
.thumbs.horizontal {
  background-color: #1a1a1a;
}
.thumbs.horizontal .item {
  background-size: 100% !important;
  background-position: center center;
  height: 240px;
  position: relative;
  opacity: 1;
  cursor: pointer;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.thumbs.horizontal .item .information {
  position: absolute;
  width: 330px;
  height: 240px;
  right: 330px;
  top: 0;
  background: #fff;
  padding: 0 40px;
}
@media screen and (max-width: 480px) {
  .thumbs.horizontal .item .information {
    padding: 0 10px;
    right: 240px;
    width: 240px;
  }
}
@media screen and (max-width: 400px) {
  .thumbs.horizontal .item .information {
    right: 50%;
    width: 50%;
    padding: 0 10px;
  }
}
.thumbs.horizontal .item:nth-child(2n) .information {
  right: 0;
}
.thumbs.horizontal .item .title {
  text-transform: uppercase;
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  margin: 32px 0 10px;
  position: static;
  color: color_h;
}
@media screen and (max-width: 400px) {
  .thumbs.horizontal .item .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
.thumbs.horizontal .item .description {
  font-size: 16px;
  color: #ccc;
  display: block;
  text-transform: uppercase;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 400px) {
  .thumbs.horizontal .item .description {
    font-size: 12px;
  }
}
.thumbs.horizontal .item .more {
  text-transform: uppercase;
  color: color_links;
  display: block;
  font-weight: 900;
  position: absolute;
  bottom: 37px;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.thumbs.horizontal .item.unactive, .thumbs.horizontal:hover .item {
  opacity: 0.25;
}
.mod-no-touch .thumbs.horizontal .item:hover {
  opacity: 1;
  background-size: 110% !important;
}
.mod-no-touch .thumbs.horizontal .item:hover a {
  background: #ff3333;
}
.mod-no-touch .thumbs.horizontal .item:hover span {
  color: #fff;
}
.mod-no-touch .thumbs.horizontal .item:hover strong {
  color: rgba(255, 255, 255, 0.5);
}
.thumbs.animate .item a.thumb > span {
  background-color: rgba(0, 0, 0, 0.25);
}
.mod-no-touch .thumbs.animate .item:hover a.thumb > span {
  background-color: transparent;
}

@media screen and (min-width: 480px) {
  .k-source-set .thumbs .item, .k-source-archive-albums .thumbs .item {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .k-source-set .thumbs .item, .k-source-archive-albums .thumbs .item {
    width: 33.3333%;
  }
}
@media screen and (min-width: 1920px) {
  .k-source-set .thumbs .item, .k-source-archive-albums .thumbs .item {
    /*width: 20%;*/
    width: 25%;
  }
}
.k-source-set .thumbs .item:nth-child(3n), .k-source-archive-albums .thumbs .item:nth-child(3n) {
  /*margin-right:0;*/
}

/* GRID
----------------------------------------------- */
.kgrid_item {
  /* Hides each medium sized image */
  display: none;
}

.kgrid_item img {
  /* Responsive magic */
  max-width: 100%;
  height: auto;
}

/* CONTENT.LENS
----------------------------------------------- */
body.k-source-content a.mag {
  cursor: url(/storage/themes/photoya/css/img/magnify.cur), -moz-zoom-in;
}
body.k-source-content a.mag + p:first-child {
  margin-top: 2rem;
}

ol.thumb-strip, ol.featured-albums {
  overflow: hidden;
  list-style: none;
  margin-top: 25px;
  margin-left: -30px;
  margin-bottom: -30px;
}
ol.thumb-strip li, ol.featured-albums li {
  float: left;
  padding: 0 0 30px 30px;
  width: 33.33333%;
}
ol.thumb-strip li a, ol.thumb-strip li span, ol.featured-albums li a, ol.featured-albums li span {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
ol.thumb-strip li a:before, ol.thumb-strip li span:before, ol.featured-albums li a:before, ol.featured-albums li span:before {
  content: "";
  display: block;
  border: 0px solid #ff3333;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mod-no-touch ol.thumb-strip li a:hover:before, .mod-no-touch ol.thumb-strip li span:hover:before, .mod-no-touch ol.featured-albums li a:hover:before, .mod-no-touch ol.featured-albums li span:hover:before {
  border-width: 4px;
}
ol.thumb-strip li img, ol.featured-albums li img {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  -khtml-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
ol.thumb-strip li img.current, ol.thumb-strip li img:hover, ol.featured-albums li img.current, ol.featured-albums li img:hover {
  -khtml-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}

table.data {
  margin-top: 25px;
}
table.data th, table.data td {
  margin-bottom: 0;
  padding: 2px 0;
}
table.data th.label {
  padding-right: 10px;
  text-align: left;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 900;
  color: #333333;
  white-space: nowrap;
}

img.content_main {
  /*max-height:700px;*/
}

/*#right {
  .featured-albums {
    ol {
      @include album_thumbnails();
    }
  }
}*/
/* ESSAYS AND PAGES
----------------------------------------------- */
.blog-block {
  padding-left: 110px;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1400px) {
  .blog-block {
    padding-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .blog-block {
    padding-left: 0;
  }
}
.blog-block .blog-cover {
  display: block;
}
@media screen and (max-width: 767px) {
  .blog-block .blog-cover img {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .blog-block .blog-cover {
    padding: 0;
  }
}

@media screen and (max-width: 1400px) {
  .blog-details {
    padding: 0 0 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .blog-details {
    padding: 20px 15px 0;
  }
}
.blog-details > h2 {
  color: #333;
  font-size: 24px;
  line-height: 34px;
  margin: -8px 0 20px;
  display: block;
  font-weight: normal;
  text-transform: none;
}
.mod-no-touch .blog-details a:hover {
  color: #ff3333;
}

/*----------  BLOG DATE  ----------*/
.blog-title .date, .blog-block .date {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .blog-title .date, .blog-block .date {
    background: #000;
    left: 15px;
    padding: 10px;
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 400px) {
  .blog-title .date, .blog-block .date {
    left: 0;
  }
}
.blog-title .date .day, .blog-block .date .day {
  font-size: 70px;
  font-weight: 300;
  line-height: 70px;
  position: relative;
  top: -10px;
  display: block;
}
@media screen and (max-width: 1400px) {
  .blog-title .date .day, .blog-block .date .day {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .blog-title .date .day, .blog-block .date .day {
    color: #fff;
  }
}
@media screen and (max-width: 480px) {
  .k-source-essay .blog-title .date .day, .k-source-essay .blog-block .date .day {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 400px) {
  .k-source-essay .blog-title .date .day, .k-source-essay .blog-block .date .day {
    font-size: 20px;
    line-height: 20px;
  }
}
.blog-title .date .month, .blog-block .date .month {
  font-size: 34px;
  font-weight: 900;
  line-height: 34px;
  text-transform: uppercase;
  color: #ccc;
}
@media screen and (max-width: 1400px) {
  .blog-title .date .month, .blog-block .date .month {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .blog-title .date .month, .blog-block .date .month {
    color: #fff;
  }
}
@media screen and (max-width: 480px) {
  .k-source-essay .blog-title .date .month, .k-source-essay .blog-block .date .month {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 400px) {
  .k-source-essay .blog-title .date .month, .k-source-essay .blog-block .date .month {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .k-source-essay .blog-title .date, .k-source-essay .blog-block .date {
    left: 0;
  }
}

/*----------  //BLOG DATE  ----------*/
/*----------  BLOG INFO  ----------*/
.blog-info {
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
}
.blog-title .blog-info {
  border: none;
  padding-top: 20px;
}
.blog-info a, .blog-info .comment_count {
  text-transform: uppercase;
  color: #333;
  font-weight: 900;
  line-height: 14px;
  vertical-align: middle;
}
@media screen and (max-width: 400px) {
  .blog-info a, .blog-info .comment_count {
    font-size: 10px;
  }
}
.mod-no-touch .blog-info a:hover, .mod-no-touch .blog-info .comment_count:hover {
  color: #ff3333;
}
.blog-info a:before, .blog-info .comment_count:before {
  content: "";
  height: 3px;
  width: 3px;
  position: relative;
  top: -3px;
  border-radius: 50%;
  background: #ff3333;
  display: inline-block;
  margin: 0 8px;
}
@media screen and (max-width: 350px) {
  .blog-info a:before, .blog-info .comment_count:before {
    margin: 0 4px;
  }
}
.blog-info a:first-child:before, .blog-info .comment_count:first-child:before {
  display: none;
}
.blog-info .glyph {
  font-family: 'Lato',sans-serif;
  margin-left: 8px;
  color: #ff3333;
  font-weight: 900;
}
.blog-info .glyph:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  margin-right: 3px;
}

/*----------  //BLOG INFO  ----------*/
.show-more {
  font-weight: 900;
  border: 2px solid #ccc;
  height: 50px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  color: #999;
  cursor: pointer;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mod-no-touch .show-more:hover {
  color: #ff3333;
  border-color: #ff3333;
}

/*----------  BLOG SINGLE  ----------*/
.blog-title {
  position: relative;
  padding: 0 0 40px 130px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 35px;
}
@media screen and (max-width: 480px) {
  .blog-title {
    padding: 0 0 40px 0;
  }
}
.blog-title .date .day {
  top: 0;
}
@media screen and (max-width: 480px) {
  .k-source-essay .blog-title {
    position: static;
  }
}

.var2.soc-icons {
  border: none;
  margin-bottom: 40px;
  margin-top: -10px;
  position: static;
  text-align: left;
  background: none;
}
.var2.soc-icons a {
  color: #ccc;
}
.mod-no-touch .var2.soc-icons a:hover {
  color: #ff3333;
}

/*----------  //BLOG SINGLE  ----------*/
.blog-articles {
  margin-top: 25px;
}

.blog-mini {
  margin-bottom: 20px;
}
.blog-mini a {
  text-transform: uppercase;
  font-weight: 900;
  color: #999;
}
.mod-no-touch .blog-mini a:hover {
  color: #ff3333;
}

article hr {
  clear: left;
  height: 0;
  border: 0;
  padding: 0;
  margin: 0;
}
article header {
  margin-bottom: 2em;
}
article header h2 {
  margin-top: 1em;
}
article p, article ul, article ol {
  margin-bottom: 1rem;
}
article ul {
  list-style: disc;
  list-style-position: inside;
}
article ol {
  list-style: decimal;
  list-style-position: inside;
}

figure.k-content-embed {
  margin: 1.6rem 0;
}
figure.k-content-embed img {
  margin-bottom: 0;
}

.k-content-text {
  padding: 1em;
  margin: 0;
  font-size: .857em;
  background: #e6e6e6;
}

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

.k-content-title {
  margin: 0 5px 0 0;
  display: block;
  color: #222222;
}

div.essay-entry {
  margin-bottom: 2.76rem;
}
div.essay-entry h2 {
  margin: 0;
}
div.essay-head {
  margin-bottom: 1.636rem;
}
div.essay-img {
  margin: 0 0 1.636rem 0;
}
div.essay-img-caption {
  margin-top: 0.6em;
}
div.essay-pag {
  margin-top: 4em;
}
div.essay-pag ul {
  list-style: none;
  display: table;
  width: 100%;
}
div.essay-pag ul li {
  display: table-row;
}
div.essay-pag span.cell {
  display: table-cell;
  width: 50%;
}
div.essay-pag span.cell.right {
  text-align: right;
}

aside h6 {
  margin-bottom: 0.6em;
}
aside h6 span {
  font-weight: normal;
}

/* PAGINATION
----------------------------------------------- */
.paginate {
  float: left;
  clear: left;
  width: 100%;
  text-align: left;
  position: relative;
  padding-top: 1rem;
  margin: 0 0 3.2rem 0;
  border-top: 1px solid #dedede;
  white-space: nowrap;
}
.paginate ol {
  list-style: none;
  float: left;
  margin-bottom: 0;
}
.paginate ol li {
  display: inline;
}
.paginate ol li.prev {
  padding-right: 10px;
}
.paginate ol li.next {
  padding-left: 10px;
}
.paginate ol.num li:last-child:after {
  content: none;
}
.paginate a {
  padding: 0 3px;
  font-weight: normal;
  color: inherit;
  font-size: 0.857rem;
}
.paginate a:first-child {
  padding-left: 0;
}
.paginate a.k-pagination-current {
  cursor: default;
  color: #222222;
  font-weight: bold;
}
.paginate span.count {
  font-size: 0.857rem;
  float: right;
  padding: 1px 0;
}

/* HOME
----------------------------------------------- */
.k-source-index section, .k-source-index section hr {
  margin-bottom: 2rem;
}
.k-source-index section.inner_margin {
  margin-bottom: 0;
}

#home-slideshow-text {
  margin-top: 2rem;
}

#home-slideshow-title {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#home-slideshow-caption {
  font-size: 0.857em;
}

#home-slideshow {
  position: relative;
}

#ss_spinner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  background-image: url(/storage/themes/photoya/css/light/spinner.gif);
  background-color: #fafaf5;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  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;
}
#ss_spinner.loading {
  opacity: 1;
}

/* ARCHIVES
----------------------------------------------- */
body.k-source-archives section {
  clear: both;
  margin-bottom: 2em;
  overflow: auto;
}

div.essay-previews ol {
  list-style: none;
}
div.essay-previews ol li {
  width: 49%;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0 30px 1em 0;
  margin: 0;
}
div.essay-previews ol li li:last-child {
  padding-right: 0;
}
div.essay-previews p {
  font-size: 0.857rem;
}
div.essay-previews time {
  font-size: 0.750rem;
}

/* IMAGES
----------------------------------------------- */
.bitcon:link, .bitcon:visited, .bitcon:hover, .bitcon:active {
  padding-left: 18px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}

a.icon {
  display: inline-block;
  background-color: transparent;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 12px;
  margin-right: 2px;
}

/* SOCIAL LINKS
----------------------------------------------- */
.social-links li {
  display: inline-block;
}
.social-links li a {
  font-size: 13px;
  padding: 0 1px;
}
.mod-no-touch .social-links li a:hover {
  text-decoration: none !important;
}
.social-links li a.share-facebook {
  padding-left: 2px;
}
.social-links li a.share-tumblr {
  padding-left: 0px;
}
.social-links li a.share-google {
  padding-left: 3px;
}
.social-links li:first-child a {
  padding-left: 0;
}
.social-links li:last-child a {
  padding-right: 0;
}

.share_button:after {
  content: " +";
}
.share_button:hover, .share_button.active {
  color: #333333;
}

/* TAGS/CATS INDEX
----------------------------------------------- */
ol.meta_list li {
  border-bottom: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  padding-left: 25px;
  position: relative;
}
ol.meta_list li .category-name, ol.meta_list li .tag {
  margin: 0;
  padding: 0;
  display: inline-block;
}
ol.meta_list li span.count {
  float: right;
  font-size: .875rem;
}
ol.meta_list li a {
  display: block;
  width: 100%;
}
ol.meta_list li a span.count {
  color: #666666;
}
ol.meta_list li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ccc;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mod-no-touch ol.meta_list li a:hover:before {
  background: #ff3333;
}

/* TIMELINE
----------------------------------------------- */
.intro {
  position: fixed;
  left: 280px;
  top: 150px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .intro {
    position: static;
    float: right;
    margin-top: 60px;
    text-align: right;
  }
}
@media screen and (max-width: 979px) {
  .intro {
    position: static;
    margin-top: 50px;
    margin-left: 0;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .intro {
    float: none;
    padding-right: 15px;
    width: 100%;
  }
}
.intro h1 {
  display: inline-block;
  margin: 0;
  padding: 0 8px;
  font-size: 60px;
  font-weight: 300;
  color: #555555;
  text-transform: uppercase;
  line-height: 1.2em;
  background-color: #ffffff;
  /*text-shadow: 0 0 3px rgba(0, 0, 0, 0.75); */
  z-index: 3;
  border-radius: 0 4px 4px 0;
}
@media screen and (max-width: 1280px) {
  .intro h1 {
    border-radius: 4px 0 0 4px;
  }
}
.intro p {
  display: block;
  width: 30%;
  margin: 5px 0;
  padding: 8px;
  font-size: 20px;
  font-weight: 300;
  color: #555555;
  line-height: 1.2em;
  background-color: #ffffff;
  /*text-shadow: 0 0 3px rgba(0, 0, 0, 0.75); */
  z-index: 3;
  border-radius: 0 4px 4px 0;
}
@media screen and (max-width: 1280px) {
  .intro p {
    width: 60%;
    margin: 5px 0 5px auto;
    border-radius: 4px 0 0 4px;
  }
}
@media screen and (max-width: 1024px) {
  .intro p {
    width: 100%;
    margin: 5px 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 979px) {
  .intro p {
    display: block;
  }
}
.intro p + p {
  font-size: 16px;
}
.intro p.hide {
  display: none;
}

#timeline {
  position: relative;
  width: 15.2439%;
  margin: 0 0.91463% 0 auto;
}
@media screen and (max-width: 1280px) {
  #timeline {
    clear: both;
    width: 25%;
  }
}
@media screen and (max-width: 979px) {
  #timeline {
    width: 100%;
    margin: 0;
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  #timeline {
    width: 100%;
    padding: 20px;
  }
}
#timeline #timeline-items {
  display: block;
  margin: 0;
  padding-top: 60px;
  padding-bottom: 1px;
  border-left: 1px dashed #ffffff;
  list-style: none;
}
@media screen and (max-width: 979px) {
  #timeline #timeline-items {
    padding-top: 0;
    border-left: 0;
  }
}
#timeline #timeline-items article {
  position: relative;
  display: block;
  width: 400%;
  margin-left: -300%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  #timeline #timeline-items article {
    width: 300%;
    margin-left: -200%;
  }
}
@media screen and (max-width: 979px) {
  #timeline #timeline-items article {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
#timeline #timeline-items article header {
  position: absolute;
  right: 0;
  width: calc(100%/4 - 20px);
  height: 100%;
  margin: 0;
  padding-top: 11px;
  color: #bbbbbb;
  font-size: 1.16667rem;
}
@media screen and (max-width: 1280px) {
  #timeline #timeline-items article header {
    width: calc(100%/3 - 20px);
  }
}
@media screen and (max-width: 979px) {
  #timeline #timeline-items article header {
    position: static;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    text-align: right;
  }
}
#timeline #timeline-items article header a {
  color: inherit;
}
#timeline #timeline-items article header h3 {
  font-weight: 300;
  font-size: 2rem;
  line-height: 1em;
  margin: 3px 0;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  color: #ffffff;
}
@media screen and (max-width: 979px) {
  #timeline #timeline-items article header h3 {
    line-height: 1.2em;
    margin: 3px 0;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  }
}
#timeline #timeline-items article header h3 a {
  display: block;
  color: inherit;
}
#timeline #timeline-items article header h3 a + small {
  margin-bottom: 6px;
}
#timeline #timeline-items article header h3 small {
  display: block;
  white-space: nowrap;
  color: #ffffff;
}
#timeline #timeline-items article header h3 small + a {
  margin-top: 6px;
}
#timeline #timeline-items article header p {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  font-size: 12px;
  margin: 0;
}
#timeline #timeline-items article header p.date {
  font-style: italic;
}
#timeline #timeline-items article header .share {
  position: absolute;
  bottom: 0;
  white-space: nowrap;
}
#timeline #timeline-items article header:after {
  content: "";
  position: absolute;
  left: -23.5px;
  top: 38px;
  width: 7px;
  height: 7px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-topright: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 979px) {
  #timeline #timeline-items article header:after {
    content: none;
  }
}
#timeline #timeline-items article .article_body {
  width: 75%;
  float: left;
  color: #555555;
}
@media screen and (max-width: 1280px) {
  #timeline #timeline-items article .article_body {
    width: 66.6666%;
  }
}
@media screen and (max-width: 979px) {
  #timeline #timeline-items article .article_body {
    width: 100%;
    float: none;
    margin-top: 7px;
  }
}
#timeline #timeline-items article .article_body .article_content {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: calc(100% - 20px);
  max-width: none;
  margin: 0 20px 0 auto;
  padding: 5px;
  font-family: inherit;
  font-size: inherit;
  min-height: 110px;
  float: right;
  background-color: #fafaf5;
}
@media screen and (max-width: 979px) {
  #timeline #timeline-items article .article_body .article_content {
    min-width: 0;
    width: 100%;
    margin: 0;
    float: none;
  }
}
#timeline #timeline-items article .article_body .article_content:before {
  border: 7px solid;
  content: '';
  display: block;
  position: absolute;
  border-color: transparent transparent transparent #fafaf5;
  left: 100%;
  top: 34px;
}
@media screen and (max-width: 979px) {
  #timeline #timeline-items article .article_body .article_content:before {
    content: none;
  }
}
#timeline #timeline-items article.album .article_body {
  margin-top: 28px;
}
#timeline #timeline-items article.event .article_body {
  margin-top: 28px;
}
#timeline #timeline-items article.event.future {
  opacity: 0.6;
}
#timeline #timeline-items article.picture .article_content {
  min-width: calc(50% - 20px);
}
#timeline .album .dot, #timeline .event .dot {
  top: 77px;
}
#timeline ul.k-mosaic {
  margin-bottom: 0;
}

.kevent {
  margin-bottom: 2rem;
}
.kevent h3.featured:before {
  content: '★';
}

ul.k-mosaic {
  margin-bottom: 1.6rem;
}
ul.k-mosaic.edge > li {
  margin: 5px 5px 0 0;
}

/*----------  CONTACT  ----------*/
.contact {
  position: relative;
  z-index: 3;
  background: #fff;
  overflow: hidden;
  height: 100%;
}

.contact .scroller {
  display: inline-block;
  width: 100%;
}

input[type="text"], input[type="email"], input[type="phone"] {
  border: 2px solid #ccc;
  font: 900 12px 'Lato', sans-serif;
  text-transform: uppercase;
  height: 50px;
  margin-bottom: 10px;
  padding: 0 15px;
  vertical-align: middle;
  width: 100%;
  content: #999;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
input[type="text"].error, input[type="email"].error, input[type="phone"].error {
  border-color: #ff3333;
  color: #ff3333;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="phone"]:focus {
  border-color: #ff3333;
  color: #333;
}

textarea {
  border: 2px solid #ccc;
  font: 900 12px 'Lato', sans-serif;
  text-transform: uppercase;
  height: 140px;
  margin-bottom: 10px;
  padding: 10px 15px;
  width: 100%;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
textarea:focus {
  border-color: #ff3333;
  color: #333;
}

input[type="submit"] {
  background: #000;
  border: medium none;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  height: 50px;
  text-transform: uppercase;
  vertical-align: middle;
  width: 160px;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mod-no-touch input[type="submit"]:hover {
  background: #ff3333;
}

.contact .left-content-text p.mini {
  margin-bottom: 40px;
  margin-top: -20px;
}

.info-block {
  margin-bottom: 20px;
}

.info-block strong {
  text-transform: uppercase;
  margin-left: 15px;
  width: 85px;
  display: inline-block;
}
@media screen and (max-width: 400px) {
  .info-block strong {
    width: 60px;
  }
}

.info-block em {
  color: #ff3333;
}

.info-block span {
  font-size: 15px;
  color: #666;
  display: inline-block;
  width: 205px;
  vertical-align: top;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 400px) {
  .info-block span {
    width: 140px;
  }
}

.info-block span.phone {
  font-size: 16px;
  color: #333;
}

/*----------  //CONTACT  ----------*/
.map {
  height: 400px;
}
@media screen and (max-width: 767px) {
  .map {
    height: 200px;
  }
}

/* DISCUSSIONS
----------------------------------------------- */
#kdiscuss {
  width: 100%;
  padding-top: 0;
  position: relative;
}

/* SOCIAL
----------------------------------------------- */
.social {
  display: inline-block;
  margin-top: 10px;
}
.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 span.gplus iframe body {
  font-family: 'Helvetica Neue',Arial,sans-serif !important;
}
.social iframe, .social > span {
  vertical-align: middle !important;
}

.social-links {
  display: inline-block;
  list-style: none;
}
.social-links li {
  display: inline-block;
}
.social-links li:after {
  content: "\00a0\00a0";
}

/* K CLASSES
----------------------------------------------- */
.k-source-archives section {
  clear: both;
}

.k-note {
  background: #e6e6e6;
  padding: 0.25em 0.5em;
  display: block;
  clear: both;
}

div.kshare {
  right: 0;
}


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