/*!
Theme Name: Carl Kleiner
Theme URI: http://www.kodochform.se
Description: XXX
Author: KOD & FORM and Edvard Scott
Version: 1.0
*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary
{
  display: block;
}

audio,canvas,video
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls])
{
  display: none;
  height: 0;
}

[hidden]
{
  display: none;
}

html
{
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,button,input,select,textarea
{
  font-family: sans-serif;
}

body
{
  margin: 0;
    transition: background-color 0.35s ease;
}

a:focus
{
  outline: thin dotted;
}

a:active,a:hover
{
  outline: 0;
}

h1
{
  font-size: 2em;
  margin: 0.67em 0;
}

h2
{
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3
{
  font-size: 1.17em;
  margin: 1em 0;
}

h4
{
  font-size: 1em;
  margin: 1.33em 0;
}

h5
{
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6
{
  font-size: 0.67em;
  margin: 2.33em 0;
}

abbr[title]
{
  border-bottom: 1px dotted;
}

b,strong
{
  font-weight: bold;
}

blockquote
{
  margin: 1em 40px;
}

dfn
{
  font-style: normal;
  font-family:'Scto_Grotesk_A_Regular_Italic';
}

hr
{
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark
{
  background: #ff0;
  color: #000;
}

p,pre
{
  margin: 1em 0;
}

code,kbd,pre,samp
{
  font-family: monospace, serif;
  font-size: 1em;
}

pre
{
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q
{
  quotes: none;
}

q:before,q:after
{
  content: '';
  content: none;
}

small
{
  font-size: 80%;
}

sub,sup
{
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup
{
  top: -0.5em;
}

sub
{
  bottom: -0.25em;
}

dl,menu,ol,ul
{
  margin: 1em 0;
}

dd
{
  margin: 0 0 0 40px;
}

menu,ol,ul
{
  padding: 0 0 0 40px;
}

nav ul,nav ol
{
  list-style: none;
  list-style-image: none;
}

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

svg:not(:root)
{
  overflow: hidden;
}

figure
{
  margin: 0;
}

form
{
  margin: 0;
}

fieldset
{
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend
{
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,input,select,textarea
{
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,input
{
  line-height: normal;
}

button,select
{
  text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"]
{
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],html input[disabled]
{
  cursor: default;
}

input[type="checkbox"],input[type="radio"]
{
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"]
{
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration
{
  -webkit-appearance: none;
}

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

textarea
{
  overflow: auto;
  vertical-align: top;
}

table
{
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
    font-family: 'Scto_Grotesk_A_Regular';
    src: url('/fonts/Scto_Grotesk_A_Regular.eot'); 
    src: url('/fonts/Scto_Grotesk_A_Regular.eot?#iefix') format('embedded-opentype'), 
         url('/fonts/Scto_Grotesk_A_Regular.woff') format('woff'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


@font-face {
    font-family: 'Scto_Grotesk_A_Regular_Italic';
    src: url('/fonts/Scto_Grotesk_A_Regular_Italic.eot'); 
    src: url('/fonts/Scto_Grotesk_A_Regular_Italic.eot?#iefix') format('embedded-opentype'), 
         url('/fonts/Scto_Grotesk_A_Regular_Italic.woff') format('woff'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


@font-face {
    font-family: 'SK_logo-Regular';
    src: url('/fonts/SK_logo-Regular.eot'); 
    src: url('/fonts/SK_logo-Regular.eot?#iefix') format('embedded-opentype'), 
         url('/fonts/SK_logo-Regular.woff') format('woff'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


@-webkit-keyframes pulse
{
  0%
  {
    opacity: 1;
  }

  50%
  {
    opacity: 0.25;
  }

  100%
  {
    opacity: 1;
  }
}

@keyframes pulse
{
  0%
  {
    opacity: 1;
  }

  50%
  {
    opacity: 0.25;
  }

  100%
  {
    opacity: 1;
  }
}

@-webkit-keyframes colorFade
{
  0%
  {
    color: #243ffd;
  }

  25%
  {
    color: #9844ff;
  }

  50%
  {
    color: #f4b;
  }

  75%
  {
    color: #ff3a3a;
  }

  100%
  {
    color: #243ffd;
  }
}

@keyframes colorFade
{
  0%
  {
    color: #91b9c3;
  }

  16%
  {
    color: #ebb9b9;
  }

  32%
  {
    color: #00417d;
  }

  50%
  {
    color: #5a6e3c;
  }

  66%
  {
    color: #ffcd37;
  }

  82%
  {
    color: #c8b496;
  }


  100%
  {
    color: #91b9c3;
  }
}

@-webkit-keyframes colorFadeBg
{
  0%
  {
    background-color: #c9dce1;
  }

  16%
  {
    background-color: #f5dcdc;
  }

  32%
  {
    background-color: #7fa0be;
  }

  50%
  {
    background-color: #acb69d;
  }

  66%
  {
    background-color: #ffe69b;
  }

  82%
  {
    background-color: #e3d9ca;
  }

  100%
  {
    background-color: #c9dce1;
  }
}

@keyframes colorFadeBg
{
  0%
  {
    background-color: #c9dce1;
  }

  16%
  {
    background-color: #f5dcdc;
  }

  32%
  {
    background-color: #7fa0be;
  }

  50%
  {
    background-color: #acb69d;
  }

  66%
  {
    background-color: #ffe69b;
  }

  82%
  {
    background-color: #e3d9ca;
  }

  100%
  {
    background-color: #c9dce1;
  }
}

@-webkit-keyframes secondaryColorFade
{
  0%
  {
    color: #db0000;
  }

  25%
  {
    color: #f3730b;
  }

  50%
  {
    color: #ff9409;
  }

  75%
  {
    color: #ffc209;
  }

  100%
  {
    color: #db0000;
  }
}

@keyframes secondaryColorFade
{
  0%
  {
    color: #db0000;
  }

  25%
  {
    color: #f3730b;
  }

  50%
  {
    color: #ff9409;
  }

  75%
  {
    color: #ffc209;
  }

  100%
  {
    color: #db0000;
  }
}

@-webkit-keyframes rotating
{
  from
  {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to
  {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating
{
  from
  {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to
  {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.playing
{
  -webkit-animation: rotating 3s linear infinite;
  -moz-animation: rotating 3s linear infinite;
  -ms-animation: rotating 3s linear infinite;
  -o-animation: rotating 3s linear infinite;
  animation: rotating 3s linear infinite;
}

html,button,input,select,textarea
{
  color: #222;
  outline: none;
}

html
{
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection
{
  background: #CCC;
  text-shadow: none;
}

::selection
{
  background: #CCC;
  text-shadow: none;
}

hr
{
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,canvas,img,video
{
  vertical-align: middle;
}

video
{
  background-color: transparent !important;
}

fieldset
{
  border: 0;
  margin: 0;
  padding: 0;
}

textarea
{
  resize: vertical;
}

*,*:after,*:before
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

*,*:focus,a:focus
{
  outline: none !important;
}

html,body
{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: auto;
  overflow-y:visible;
  -webkit-overflow-scrolling: touch;
  font-family: 'Scto_Grotesk_A_Regular';
  background-color: white;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}

html.overflow, body.overflow
{
  overflow:hidden;
}

button
{
  font-family: 'Scto_Grotesk_A_Regular';
}

a
{
  color: black;
  text-decoration: none;
}

a:hover
{
  font-style:normal;
  color:#FFF;
  text-decoration:none;
}

a:active,a:focus{
  text-decoration:none;
}

i,em
{
  font-style: normal;
  font-weight: normal;
  font-family: 'Scto_Grotesk_A_Regular_Italic';
}

b,strong
{
  font-family: 'Scto_Grotesk_A_Regular';
}

p
{
  margin: 0;
}

h1,h2,h3,h4,h5,h6
{
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}

ol,ul,li
{
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote
{
  margin: 0;
  padding: 0;
}

figcaption
{
  font-size: 1em;
}

@media (max-width: 640px)
{
  figcaption
  {
    font-size: 0.8em;
  }
}

html.no-js .no-javascript
{
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  text-align: center;
  background-color: black;
  color: white;
}

html.no-js .no-javascript p
{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-size: 2em;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 640px)
{
  html.no-js .no-javascript p
  {
    font-size: 1.1em;
  }
}

html.no-js .no-javascript p a
{
  color: white;
  text-decoration: none;
  font-family:'Scto_Grotesk_A_Regular_Italic';
}

.logo a:hover{
  font-style: normal;
}

.no-javascript
{
  display: none;
}

html.temporary
{
  height: 100%;
  width: 100%;
  min-height: 100%;
  width: 100%;
}

body.temporary
{
  background-color: black;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(Carl-Kleiner-Background.jpg);
  height: 100%;
  width: 100%;
  min-height: 100%;
  width: 100%;
  color: white;
}

body.temporary h1
{
  padding: 0.75em 0 0 0.75em;
  font-size: 2em;
  line-height: 1.1em;
}

@media (max-width: 640px)
{
  body.temporary h1
  {
    font-size: 1.25em;
    padding: 1.2em 0 0 1.2em;
  }
}

body.temporary a
{
  color: white;
  text-decoration: none;
}

body.temporary a:hover,body.temporary a:active
{
  opacity: 0.5;
  text-decoration: none;
}

#contact-details
{
  position: fixed;
  top: 1.5em;
  right: 1.5em;
}

@media (max-width: 1024px)
{
  #contact-details
  {
    top: auto;
    right: 0;
    bottom: 1.5em;
    left: 1.5em;
  }
}

#page-header h1
{
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 2em;
  z-index: 5;
  color: black;
  will-change: opacity;
  cursor: default;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

@media (max-width: 640px)
{
  #page-header h1
  {
    font-size: 1.25em;
  }
}

#page-header h1.hidden
{
  opacity: 0;
  visibility: hidden;
}

#page-header h1.black
{
  color: black;
}

#page-header h1.white
{
  color: white;
}

html.touchevents figure.loop .play
{
  display: none;
}

.play
{
  content: 'Play';
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  padding: 0;
  padding-left: 1em;
  border: 0;
  background: rgba(255,255,255,0.97);
  color: black;
  text-align: left;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -100px;
  z-index: 2;
  -webkit-transition: all 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.play.playing
{
  opacity: 0;
}

.play.playing:hover
{
  opacity: 1;
}

.play.playing:after
{
  content: 'ing';
  display: inline;
}

.playHide
{
  display: none !important;
}

#single-page.view-directory #directory,#page.view-directory #directory
{
  z-index: 10;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

#single-page.view-gallery #directory,#page.view-gallery #directory
{
  visibility: hidden;
  -webkit-transform: translate(0, 100vh);
  -moz-transform: translate(0, 100vh);
  -ms-transform: translate(0, 100vh);
  -o-transform: translate(0, 100vh);
  transform: translate(0, 100vh);
}

#view-switcher
{
  display: block;
  width:78px;
  text-align:left;
}

#view-switcher .close{
  display:none;
}

#view-switcher.hidden
{
  opacity: 0;
  visibility: hidden;
  display:none;
}

body.bck--dark #view-switcher,
body.bck--dark #navigation,
body.bck--dark #navigation a,
body.bck--dark .categories-list li,
body.bck--dark .categories-list li.js--search .screen-reader-text,
body.bck--dark .categories-list li.js--search #s,
body.bck--dark .categories-list li.js--search #searchsubmit,
body.has--bckcolor #view-switcher,
body.has--bckcolor #navigation,
body.has--bckcolor #navigation a,
body.has--bckcolor .categories-list li,
body.has--bckcolor .categories-list li.js--search .screen-reader-text,
body.has--bckcolor .categories-list li.js--search #s,
body.has--bckcolor .categories-list li.js--search #searchsubmit,
#view-switcher,
#navigation,
#navigation a,
.categories-list li,
.categories-list li.js--search .screen-reader-text,
.categories-list li.js--search #s,
.categories-list li.js--search #searchsubmit{
  color:#FFF;
  transition:all 20ms ease;
  transition-delay: 0ms;
  border-bottom-color:#FFF;
}

body.has--bckcolor .rarr,
body.has--bckcolor .larr{
  color:#FFF;
}

body.view-directory #navigation a,
.single #navigation a{
  color:black;
  transition:all 400ms ease;
}
body.view-directory #navigation a:hover,
.single #navigation a:hover{
  color:#FFF;
}
body.view-directory #view-switcher,
body.view-directory #navigation,
body.view-directory .categories-list li,
body.view-directory .categories-list li.js--search .screen-reader-text,
body.view-directory .categories-list li.js--search #s,
body.view-directory .categories-list li.js--search #searchsubmit,
.single #view-switcher,
.single #navigation,
.single .categories-list li,
.single .categories-list li.js--search .screen-reader-text,
.single .categories-list li.js--search #s,
.single .categories-list li.js--search #searchsubmit{
  transition-delay: 300ms;
  color:black;
  transition:all 400ms ease;
}

body.view-directory #diary{
  opacity:0;
}

.single .categories-list li.js--search #s, 
.single  .years-list li.js--search #s{
  border-bottom-color:black;
}

.view-directory .categories-list li.js--search #s{
  border-bottom-color:black;
}

.view-directory #view-switcher .close{
  display:inline-block;
}
.view-directory #view-switcher .show{
  display:none;
}

#view-directory
{
  display: block;
  position: relative;
  z-index: 5;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 50px;
  line-height: 45px;
  background-color: white;
  border: none;
  border-top: 1px solid rgba(0,0,0,0.05);
  text-align: center;
  text-decoration: none;
  will-change: background-color, color;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

#view-directory:hover,#view-directory:active
{
  background-color: black;
  color: white;
}

#home
{
  display: block;
  position: fixed;
  left: 60px;
  top: 18px;
  height: 35px;
  width: 30px;
  overflow: visible;
  background: none;
  border: none;
  padding: 0;
  z-index: 9999;
  opacity: 1;
  cursor: pointer;
  will-change: opacity;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

#home svg
{
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

#home.zoom
{
  visibility: 0;
  opacity: 0;
}

#home .back-to-project,#home .go-home
{
  display: none;
  position: absolute;
  top: 0;
  left: 38px;
  width: 150px;
  height: 45px;
  font-size: 0.9em;
  line-height: 45px;
  text-align: left;
}

#home .back-to-project
{
  line-height: 35px;
  left: 40px;
}

#home.white
{
  color: white;
}

#home.white svg
{
  fill: rgba(255,255,255,0.75);
}

#home.return
{
  opacity: 1 !important;
  visibility: visible !important;
}

#home.return svg
{
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

html.no-touchevents #home:hover .go-home,html.no-touchevents #home:active .go-home
{
  display: block;
}

html.no-touchevents #home.return:hover .back-to-project,html.no-touchevents #home.return:active .back-to-project
{
  display: block;
}

html.no-touchevents #home.return:hover .go-home,html.no-touchevents #home.return:active .go-home
{
  display: none;
}

#gallery
{
  display: block;
  position: relative;
}

.gallery--images
{
  display: block;
  overflow: hidden;
  width: 100%;
  background: black;
}



.gallery--images li
{
  display: inline-block;
  position: relative;
  float: left;
  width: 50%;
  height: 95vh;
}

@media (max-width: 640px)
{
  .gallery--images li
  {
    height: auto;
    min-height: 300px;
  }
}

@media (max-width: 640px)
{
  .gallery--images li:first-child
  {
    height: 95vh;
  }
}

@media (max-width: 1024px)
{
  .gallery--images li
  {
    height: 85vh;
  }
}

@media (max-width: 1024px)
{
  .gallery--images li:first-child
  {
    height: 90vh;
  }
}

.gallery--images li:nth-child(3n+1)
{
  width: 100vw;
}

.gallery--images li a
{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition:all 400ms ease-out;
}

.gallery--images li img:hover,
.gallery--images li video:hover{
  filter: invert(100%);
}

.gallery--images li a:hover figure figcaption.black{
  color:#FFF;
}

.gallery--images li figure
{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.gallery--images li figure img,.gallery--images li figure video
{
  height: auto;
  width: auto;
}

.gallery--images li figure .image,.gallery--images li figure .video
{
  position: relative;
  cursor: pointer;
  top: 50%;
  left: 50%;
  max-height: 85%;
  max-width: 85%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}

@media (max-width: 640px)
{
  .gallery--images li figure .image,.gallery--images li figure .video
  {
    max-height: 62.5%;
  }
}

.gallery--images li figure .image.unloaded,.gallery--images li figure .video.unloaded
{
  opacity: 0;
}

.gallery--images li figure .video.video::-webkit-media-controls
{
  display: none !important;
}

.gallery--images li figure .video::-webkit-media-controls-start-playback-button
{
  display: none !important;
  -webkit-appearance: none;
}



.gallery--images li figure figcaption
{
  position: absolute;
  max-width: 80%;
  margin: 20px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 1;
  bottom: 0;
  left: 50%;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (max-width: 640px)
{
  .gallery--images li figure figcaption
  {
    font-size: 0.9em;
    margin: 15px 0;
  }
}

.gallery--images li figure figcaption:active
{
  text-decoration: none;
  font-family:'Scto_Grotesk_A_Regular_Italic';
}

.gallery--images li figure figcaption.white
{
  color: white;
}

.gallery--images li figure figcaption.black
{
  color: black;
}


#single-page
{
  overflow: hidden;
}

#single-header
{
  display: block;
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
  padding: 30px 15vw 30px 15vw;
  margin: 0;
  text-align: center;
  overflow: hidden;
  z-index: 2;
  opacity: 1;
  color: black;
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.6, 0.355, 1);
  -moz-transition: all 0.45s cubic-bezier(0.215, 0.6, 0.355, 1);
  -ms-transition: all 0.45s cubic-bezier(0.215, 0.6, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.6, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.6, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

body.has--bckcolor #single-header{
  color:#FFF;
}

@media (max-width: 640px)
{
  #single-header
  {
    padding: 20px 15vw 20px 15vw;
  }
}

#single-header.white
{
  color: white;
}

#single-header.hidden
{
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  opacity: 0;
}

#single-header.zoom
{
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

#single-header h1
{
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 640px)
{
  #single-header h1
  {
    font-size: 1.25em;
  }
}

#single-header .single-description
{
  font-size: 0.9em;
  opacity: 0.5;
}

@media (max-width: 640px)
{
  #single-header .single-description
  {
    font-size: 0.8em;
    opacity: 0.6;
  }
}

#single-gallery
{
  display: block;
  position: relative;
}

#single-gallery .single-images
{
  height: 100vh;
}

@media (max-width: 640px)
{
  #single-gallery .single-images
  {
    height: calc(100vh - 50px);
  }
}

#single-gallery .single-images li
{
  width: 100vw;
  background-color: rgba(255,255,255,0);
  -webkit-transition: background-color 0.45s cubic-bezier(0.215, 0.6, 0.355, 1);
  -moz-transition: background-color 0.45s cubic-bezier(0.215, 0.6, 0.355, 1);
  -ms-transition: background-color 0.45s cubic-bezier(0.215, 0.6, 0.355, 1);
  -o-transition: background-color 0.45s cubic-bezier(0.215, 0.6, 0.355, 1);
  transition: background-color 0.45s cubic-bezier(0.215, 0.6, 0.355, 1);
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

#single-gallery .single-images li figure
{
  display: block;
  position: relative;
  width: inherit;
  height: inherit;
  overflow: hidden;
  padding-top:60px;
}
#single-gallery .single-images li figure.has--caption{
  padding-bottom:40px;
}
#single-gallery .single-images li figure:before
{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 50%;
  overflow: hidden;
  background-color: black;
  z-index: 0;
}

#single-gallery .single-images li figure video,#single-gallery .single-images li figure img
{
  position: relative;
  top: 50%;
  left: 50%;
  max-height: 95%;
  max-width: 95%;
  height: auto;
  width: auto;
  z-index: 1;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}

#single-gallery .single-images li figure figcaption
{
  position: absolute;
  width: 100%;
  padding: 20px 15vw;
  overflow: hidden;
  z-index: 1;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #FFF;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

#single-gallery .single-images li figure figcaption.white
{
  color: white;
}

#single-gallery .single-images li .caption-block
{
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 640px;
  max-width: 90%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#single-gallery .single-images li .caption-block.white
{
  color: white;
}

#single-gallery .single-images li .caption-block p
{
  margin-bottom: 1em;
}

#single-gallery .single-images li.more
{
  background-color: white;
  width: 400px;
}

@media (max-width: 640px)
{
  #single-gallery .single-images li.more
  {
    width: auto;
    min-width: 100vw;
  }
}

#single-gallery .single-images li.more .random-project a:before,#single-gallery .single-images li.more .previous-project a:before,#single-gallery .single-images li.more .next-project a:before
{
  position: absolute;
  text-align: center;
  width: 400px;
  top: -1.2em;
  left: 0;
  opacity: 0.45;
}

@media (max-width: 640px)
{
  #single-gallery .single-images li.more .random-project a:before,#single-gallery .single-images li.more .previous-project a:before,#single-gallery .single-images li.more .next-project a:before
  {
    width: auto;
    min-width: 100vw;
  }
}

#single-gallery .single-images li.more .next-project a:before
{
  content: 'Next';
}

#single-gallery .single-images li.more .previous-project a:before
{
  content: 'Previous';
}

#single-gallery .single-images li.more .random-project a:before
{
  content: 'Random';
}

#single-gallery .single-images li.more .random-project,#single-gallery .single-images li.more .behind-the-scenes,#single-gallery .single-images li.more .next-project,#single-gallery .single-images li.more .previous-project,#single-gallery .single-images li.more .diary-post
{
  display: block;
  width: 100%;
  height: 33.333333333%;
  overflow: hidden;
  position: relative;
  background-color: #8E8E8F;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#single-gallery .single-images li.more .random-project a,#single-gallery .single-images li.more .behind-the-scenes a,#single-gallery .single-images li.more .next-project a,#single-gallery .single-images li.more .previous-project a,#single-gallery .single-images li.more .diary-post a
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 34vh;
  text-decoration: none;
  -webkit-transition: all 0.15s cubic-bezier(0.215, 0.6, 0.355, 1);
  -moz-transition: all 0.15s cubic-bezier(0.215, 0.6, 0.355, 1);
  -ms-transition: all 0.15s cubic-bezier(0.215, 0.6, 0.355, 1);
  -o-transition: all 0.15s cubic-bezier(0.215, 0.6, 0.355, 1);
  transition: all 0.15s cubic-bezier(0.215, 0.6, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

#single-gallery .single-images li.more .random-project a:hover,#single-gallery .single-images li.more .behind-the-scenes a:hover,#single-gallery .single-images li.more .next-project a:hover,#single-gallery .single-images li.more .previous-project a:hover,#single-gallery .single-images li.more .diary-post a:hover
{
  color: transparent !important;
  background-color: transparent !important;
}

#single-gallery .single-images li.more .random-project a.black,#single-gallery .single-images li.more .behind-the-scenes a.black,#single-gallery .single-images li.more .next-project a.black,#single-gallery .single-images li.more .previous-project a.black,#single-gallery .single-images li.more .diary-post a.black
{
  color: black;
}

#single-gallery .single-images li.more .random-project a.white,#single-gallery .single-images li.more .behind-the-scenes a.white,#single-gallery .single-images li.more .next-project a.white,#single-gallery .single-images li.more .previous-project a.white,#single-gallery .single-images li.more .diary-post a.white
{
  color: white;
}

#single-gallery .single-images li.editorial:last-child,#single-gallery .single-images li.project:last-child,#single-gallery .single-images li.comission:last-child
{
  padding-right: 20vw;
}

#single-gallery .single-images.zoom li video,#single-gallery .single-images.zoom li img
{
  -webkit-transform: scale(1.35) translate(-50%, -50%);
  -moz-transform: scale(1.35) translate(-50%, -50%);
  -ms-transform: scale(1.35) translate(-50%, -50%);
  -o-transform: scale(1.35) translate(-50%, -50%);
  transform: scale(1.35) translate(-50%, -50%);
}

#single-gallery .single-images.zoom li figcaption
{
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

#single-gallery .image-caption.hidden
{
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

.slider-navigation
{
  color: black;
  opacity: 1;
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.6, 0.355, 1);
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.6, 0.355, 1);
  -ms-transition: opacity 0.45s cubic-bezier(0.215, 0.6, 0.355, 1);
  -o-transition: opacity 0.45s cubic-bezier(0.215, 0.6, 0.355, 1);
  transition: opacity 0.45s cubic-bezier(0.215, 0.6, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.slider-navigation.hidden .pagination,.slider-navigation.hidden .zoom,.slider-navigation.hidden .rarr
{
  opacity: 0;
  visibility: hidden;
}

.slider-navigation.white .pagination
{
  color: rgba(255,255,255,0.5);
}

.slider-navigation.white button
{
  color: white;
}

@media (max-width: 640px)
{
  .slider-navigation
  {
    bottom: 2px;
    left: 5px;
  }
}

.slider-navigation .pagination
{
  padding: 0;
  margin: 0 1em 0 0;
  background: none;
  border: none;
  font-size: 0.9em;
  position: absolute;
  bottom: 70px;
  left: 70px;
  z-index: 2;
  color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.45s cubic-bezier(0.215, 0.6, 0.355, 1);
  -moz-transition: all 0.45s cubic-bezier(0.215, 0.6, 0.355, 1);
  -ms-transition: all 0.45s cubic-bezier(0.215, 0.6, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.215, 0.6, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.215, 0.6, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.slider-navigation .pagination.zoom
{
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
  visibility: hidden;
}

@media (max-width: 640px)
{
  .slider-navigation .pagination
  {
    display: none;
  }
}

.slider-navigation button
{
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0 1em 0 0;
  background: none;
  border: none;
  font-size: 0.9em;
}

@media (max-width: 640px)
{
  .slider-navigation button
  {
    font-size: 0.8em;
    padding: 1em;
  }
}

.slider-navigation button.swiper-button-disabled
{
  opacity: 0.15 !important;
}

.slider-navigation button.larr,.slider-navigation button.rarr
{
  position: absolute;
  top: 10vh;
  height: 80vh;
  width: 75px;
  margin: 0;
  font-size: 1.5em;
  opacity: 0.5;
}

@media (max-width: 640px)
{
  .slider-navigation button.larr,.slider-navigation button.rarr
  {
    display: none;
  }
}

.slider-navigation button.larr:hover,.slider-navigation button.rarr:hover
{
  opacity: 1;
}

.slider-navigation button.zoom
{
  position: absolute;
  bottom: 70px;
  left: 20px;
  z-index: 2;
}

@media (max-width: 640px)
{
  .slider-navigation button.zoom
  {
    display: none;
  }
}

.slider-navigation button.larr
{
  left: 0;
  text-align: left;
  padding-left: 20px;
  z-index: 2;
}

.slider-navigation button.rarr
{
  right: 15px;
  text-align: right;
  padding-right: 20px;
  z-index: 2;
}

.slider-navigation button:hover,.slider-navigation button:active
{
  opacity: 0.5;
}

#directory
{
  display: block;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-color: white;
  overflow: hidden;
  z-index: 5;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.loading-directory
{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2em;
  overflow: hidden;
}

@media (max-width: 640px)
{
  .loading-directory
  {
    font-size: 1.1em;
  }
}

.directory--images
{
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-bottom: 10vh;
  padding-top: 12.5vh;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.directory--images li
{
  display: inline-block;
  position: relative;
  float: left;
  width: 25%;
  height: 25vw;
  overflow: hidden;
  -webkit-transition: background-color 1s cubic-bezier(0.215, 0.6, 0.355, 1);
  -moz-transition: background-color 1s cubic-bezier(0.215, 0.6, 0.355, 1);
  -ms-transition: background-color 1s cubic-bezier(0.215, 0.6, 0.355, 1);
  -o-transition: background-color 1s cubic-bezier(0.215, 0.6, 0.355, 1);
  transition: background-color 1s cubic-bezier(0.215, 0.6, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

@media (max-width: 1024px)
{
  .directory--images li
  {
    width: 33.333333333%;
    height: 30vw;
    min-height: 320px;
  }
}

@media (max-width: 640px)
{
  .directory--images li
  {
    width: 50%;
    height: 50vw;
    min-height: 240px;
  }
}

.directory--images li.hidden
{
  display: none !important;
}

.directory--images li a
{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.directory--images li figure .project-name,
.directory--images li figure .count,
.directory--images li a figure img{
  transition:all .3s ease;
}

.directory--images li a figure img:hover,
.directory--images li a:active figure img
{

  filter: invert(100%);
}


.directory--images li figure
{
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}

.directory--images li figure:before
{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 50%;
  overflow: hidden;
  background-color: black;
  z-index: 0;
}

.directory--images li figure img
{
  position: relative;
  top: 50%;
  max-height: 60%;
  max-width: 60%;
  height: auto;
  width: auto;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  -ms-transition: -ms-transform 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  transition: transform 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.directory--images li figure img.unloaded
{
  opacity: 0;
}

.directory--images li figure figcaption
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 0 20px;
  margin: 0 !important;
}

.directory--images li figure .project-name
{
  display: block;
  width: 100%;
  font-size: 1.1em;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 640px)
{
  .directory--images li figure .project-name
  {
    font-size: 1em;
  }
}

.directory--images li figure .count
{
  font-size: 0.9em;
}

@media (max-width: 640px)
{
  .directory--images li figure .count
  {
    font-size: 0.8em;
  }
}

.directory--images li.post--hidden
{
  display: none;
}

.search--images
{
  display: block;
  width: 100%;
  padding-bottom: 10vh;
  padding-top: 12.5vh;
  overflow: auto;
}

.search--images li
{
  display: inline-block;
  position: relative;
  float: left;
  width: 25%;
  height: 25vw;
  overflow: hidden;
  -webkit-transition: background-color 1s cubic-bezier(0.215, 0.6, 0.355, 1);
  -moz-transition: background-color 1s cubic-bezier(0.215, 0.6, 0.355, 1);
  -ms-transition: background-color 1s cubic-bezier(0.215, 0.6, 0.355, 1);
  -o-transition: background-color 1s cubic-bezier(0.215, 0.6, 0.355, 1);
  transition: background-color 1s cubic-bezier(0.215, 0.6, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

@media (max-width: 1024px)
{
  .search--images li
  {
    width: 33.333333333%;
    height: 30vw;
    min-height: 320px;
  }
}

@media (max-width: 640px)
{
  .search--images li
  {
    width: 50%;
    height: 50vw;
    min-height: 240px;
  }
}

.search--images li.hidden
{
  display: none !important;
}

.search--images li a
{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.search--images li a:hover figure img,.search--images li a:active figure img
{
  -webkit-transform: translate(0, -52.5%);
  -moz-transform: translate(0, -52.5%);
  -ms-transform: translate(0, -52.5%);
  -o-transform: translate(0, -52.5%);
  transform: translate(0, -52.5%);
}

.search--images li a:hover figcaption,.search--images li a:active figcaption
{
  opacity: 0.5;
}

.search--images li figure
{
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}

.search--images li figure:before
{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 50%;
  overflow: hidden;
  background-color: black;
  z-index: 0;
}

.search--images li figure img
{
  position: relative;
  top: 50%;
  max-height: 60%;
  max-width: 60%;
  height: auto;
  width: auto;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  -ms-transition: -ms-transform 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  transition: transform 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.search--images li figure img.unloaded
{
  opacity: 0;
}

.search--images li figure figcaption
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 0 20px;
  margin: 0 !important;
}

.search--images li figure .project-name
{
  display: block;
  width: 100%;
  font-size: 1.1em;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 640px)
{
  .search--images li figure .project-name
  {
    font-size: 1em;
  }
}

.search--images li figure .count
{
  font-size: 0.9em;
}

@media (max-width: 640px)
{
  .search--images li figure .count
  {
    font-size: 0.8em;
  }
}

.search--images li.post--hidden
{
  display: none;
}

.diary-title
{
  display: block;
  position: fixed;
  height: 30px;
  line-height: 30px;
  width: 100vh;
  text-align: center;
  overflow: hidden;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 8031;
}
.time-stamp{
  display: block;
  position: fixed;
  height: 30px;
  line-height: 30px;
  width: 80px;
  bottom:10px;
  right:15px;
  text-align: center;
  overflow: visible;
  z-index: 8031;
}
.diary-title
{
  left: 20px;
  top: -30px;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}

@media (max-width: 640px)
{
  .diary-title
  {
    left: 10px;
  }
}

.diary-title.hidden
{
  display: none;
}


@media (max-width: 640px)
{
  .time-stamp
  {
    right: 10px;
  }
}

.time-stamp.hidden
{
  display: none;
}


#diary
{
  display: block;
  position: relative;
  width: 100vw;
  width: auto;
  padding: 0 5vw;
  background-color: white;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

@media (max-width: 640px)
{
  #diary
  {
    padding: 0 10vw;
  }
}

#diary .diary-images
{
  padding-top: 15vh;
  overflow: hidden;
}

#diary .diary-images li
{
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  width: 33.333333333%;
  -webkit-transition: background-color 1s cubic-bezier(0.215, 0.6, 0.355, 1);
  -moz-transition: background-color 1s cubic-bezier(0.215, 0.6, 0.355, 1);
  -ms-transition: background-color 1s cubic-bezier(0.215, 0.6, 0.355, 1);
  -o-transition: background-color 1s cubic-bezier(0.215, 0.6, 0.355, 1);
  transition: background-color 1s cubic-bezier(0.215, 0.6, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

@media (max-width: 1024px)
{
  #diary .diary-images li
  {
    width: 50%;
  }
}

@media (max-width: 640px)
{
  #diary .diary-images li
  {
    width: 100%;
  }
}

#diary .diary-images li:after
{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 50%;
  overflow: hidden;
  background-color: black;
  z-index: 0;
}

#diary .diary-images li:last-child
{
  height: 15vh;
  width: 100% !important;
  text-indent: -9999px;
}

#diary .diary-images li:last-child:after
{
  background-color: transparent;
}

#diary .diary-images li:last-child figure
{
  width: 100% !important;
}

#diary .diary-images li a
{
  display: block;
  height: 100%;
  text-align: center;
  cursor: -webkit-zoom-in;
}

#diary .diary-images li figure
{
  display: block;
  width: 30vw;
  height: 40vw;
  max-width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (max-width: 1024px)
{
  #diary .diary-images li figure
  {
    width: 45vw;
    height: 50vw;
  }
}

@media (max-width: 640px)
{
  #diary .diary-images li figure
  {
    width: 90vw;
    height: 80vw;
  }
}

#diary .diary-images li figure a
{
  line-height: 30vw;
  transition:all .3s ease;
}

#diary .diary-images li figure a:hover{
  filter: invert(100%);
}

@media (max-width: 1024px)
{
  #diary .diary-images li figure a
  {
    line-height: 50vw;
  }
}

@media (max-width: 640px)
{
  #diary .diary-images li figure a
  {
    line-height: 60vw;
/*    pointer-events: none; */
  }
}

#diary .diary-images li figure img
{
  max-height: 80%;
  max-width: 80%;
  height: auto;
  width: auto;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

#diary .diary-images li figure img.unloaded
{
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

button
{
  padding: 0;
  background: none;
  border: none;
  font-size: 0.9em;
  z-index: 9999;
}

@media (max-width: 640px)
{
  button
  {
    font-size: 0.85em;
    padding: 1em;
  }
}

button.hidden
{
  display: none;
}

button.larr,button.rarr
{
  position: fixed;
  top: 10vh;
  height: 80vh;
  width: 75px;
  margin: 0;
  font-size: 1.5em;
  opacity: 1;
}

button.larr:hover,button.rarr:hover
{
  opacity: 1;
}

button.larr
{
  left: 0;
  text-align: left;
  padding-left: 20px;
}

button.rarr
{
  right: 15px;
  text-align: right;
  padding-right: 20px;
}

.bts-title
{
  display: block;
  position: fixed;
  height: 30px;
  line-height: 30px;
  width: 100vh;
  text-align: center;
  overflow: hidden;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 3;
font-size: 16px;
  left: 20px;
  top: -30px;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}

@media (max-width: 1024px)
{
  .bts-title
  {
    font-size: 1em;
    left: 15px;
  }
}

.bts-title:before
{
  content: 'Behind the scenes:';
  opacity: 0.5;
  padding-right: 0.15em;
}

.bts-related-title
{
  z-index: 5;
  display: none;
  position: fixed;
  height: 30px;
  line-height: 30px;
  width: 100vh;
  text-align: center;
  overflow: hidden;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 1.25em;
  right: calc(25vw + 20px);
  bottom: -30px;
  opacity: 0.5;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.6, 0.355, 1);
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

@media (max-width: 1024px)
{
  .bts-related-title
  {
    display: none;
  }
}

.bts-related-title.hidden
{
  visibility: hidden;
  opacity: 0;
}

#bts-gallery
{
  display: block;
  position: relative;
  left: 0;
  width: 50vw;
  min-height: 100vh;
  padding: 70px 0;
  -webkit-transform: translate(25%, 0);
  -moz-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  -o-transform: translate(25%, 0);
  transform: translate(25%, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

@media (max-width: 1024px)
{
  #bts-gallery
  {
    width: 70vw;
    min-height: calc(100vh - 50px);
    -webkit-transform: translate(15vw, 0);
    -moz-transform: translate(15vw, 0);
    -ms-transform: translate(15vw, 0);
    -o-transform: translate(15vw, 0);
    transform: translate(15vw, 0);
  }
}

#bts-gallery.center
{
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

@media (max-width: 1024px)
{
  #bts-gallery.center
  {
    -webkit-transform: translate(15vw, 0);
    -moz-transform: translate(15vw, 0);
    -ms-transform: translate(15vw, 0);
    -o-transform: translate(15vw, 0);
    transform: translate(15vw, 0);
  }
}

#bts-gallery.low
{
  -webkit-transform: translate(20%, 0);
  -moz-transform: translate(20%, 0);
  -ms-transform: translate(20%, 0);
  -o-transform: translate(20%, 0);
  transform: translate(20%, 0);
  opacity: 0.1;
  pointer-events: none;
}

#bts-gallery .two-images,#bts-gallery .three-images
{
  display: block;
  overflow: hidden;
}

#bts-gallery .bts-single-image
{
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0.5em;
}

#bts-gallery .bts-two-images
{
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0 0.5em;
}

@media (max-width: 640px)
{
  #bts-gallery .bts-two-images
  {
    width: 100%;
  }
}

#bts-gallery .bts-three-images
{
  display: inline-block;
  float: left;
  width: 33.333333333%;
  padding: 0 0.5em;
}

@media (max-width: 640px)
{
  #bts-gallery .bts-three-images
  {
    width: 100%;
  }
}

#bts-gallery img,#bts-gallery video
{
  width: 100%;
  height: auto;
  position: relative;
}

#bts-gallery figcaption
{
  padding: 0.5em 0;
  text-align: center;
}

#bts-gallery figure
{
  margin: 0 0 1em 0;
}

#bts-gallery p
{
  display: block;
  width: 640px;
  max-width: 100%;
  margin: 0 auto 2em auto;
  padding: 0 1em;
  font-size: 1.1em;
  text-align: center;
  overflow: hidden;
}

#bts-related
{
  display: block;
  position: fixed;
  top: 70px;
  height: calc(100vh - 70px);
  right: -30px;
  width: calc(25vw + 30px);
  padding-right: 30px;
  z-index: 5;
  opacity: 1;
  background-color: #f5f5f5;
  will-change: opacity, transform;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.215, 0.6, 0.355, 1);
  -moz-transition: -moz-transform 0.75s cubic-bezier(0.215, 0.6, 0.355, 1);
  -ms-transition: -ms-transform 0.75s cubic-bezier(0.215, 0.6, 0.355, 1);
  -o-transition: -o-transform 0.75s cubic-bezier(0.215, 0.6, 0.355, 1);
  transition: transform 0.75s cubic-bezier(0.215, 0.6, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

@media (max-width: 1024px)
{
  #bts-related
  {
    display: none;
  }
}

@media (max-width: 1024px)
{
  #bts-related.outside
  {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}

#bts-related.hidden
{
  opacity: 0;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.bts-related-list
{
  display: block;
  width: 100%;
  overflow: hidden;
}

.bts-related-list .bts-related-list-item
{
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0;
  background-position: center center;
  background-size: cover;
}

.bts-related-list .bts-related-links
{
  display: block;
  padding: 0 1em;
  width: 100%;
  height: 10.5vw;
  color: black;
  text-align: center;
  line-height: 9.5vw;
  font-size: 0.9em;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.15s cubic-bezier(0.215, 0.6, 0.355, 1);
  -moz-transition: all 0.15s cubic-bezier(0.215, 0.6, 0.355, 1);
  -ms-transition: all 0.15s cubic-bezier(0.215, 0.6, 0.355, 1);
  -o-transition: all 0.15s cubic-bezier(0.215, 0.6, 0.355, 1);
  transition: all 0.15s cubic-bezier(0.215, 0.6, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.bts-related-list .bts-related-links.white
{
  color: white;
}

.bts-related-list .bts-related-links.black
{
  color: black;
}

.bts-related-list .bts-related-links:hover,.bts-related-list .bts-related-links:active
{
  color: transparent;
  background-color: transparent !important;
}

#bts-next-prev
{
  display: none;
}

@media (max-width: 1024px)
{
  #bts-next-prev
  {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  #bts-next-prev .previous-bts a,#bts-next-prev .next-bts a
  {
    display: inline-block;
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    font-size: 1.5em;
    text-align: center;
    text-decoration: none;
    color: rgba(0,0,0,0.5);
    background-color: white;
    -webkit-transition: all 0.15s cubic-bezier(0.215, 0.6, 0.355, 1);
    -moz-transition: all 0.15s cubic-bezier(0.215, 0.6, 0.355, 1);
    -ms-transition: all 0.15s cubic-bezier(0.215, 0.6, 0.355, 1);
    -o-transition: all 0.15s cubic-bezier(0.215, 0.6, 0.355, 1);
    transition: all 0.15s cubic-bezier(0.215, 0.6, 0.355, 1);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  #bts-next-prev .previous-bts a:hover,#bts-next-prev .next-bts a:hover
  {
    background-color: black;
    color: white;
  }
}

#navigation,#categories,#years
{
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 65px;
  padding: 20px 0;
  text-align: center;
  font-size: 1.1em;
  background-color: rgba(255,255,255,0.97);
  z-index: 9999;
}

#navigation{
  background:transparent;
  color:#FFF;
}


@media (max-width: 640px)
{
  #navigation,#categories,#years
  {
    font-size: 1em;
  }
}


#navigation a,#categories a,#years a
{
  color: #FFF;
}

#navigation a.selected,#categories a.selected,#years a.selected
{
  text-decoration: none;
  font-family:'Scto_Grotesk_A_Regular_Italic';
}

#navigation.hidden,#categories.hidden,#years.hidden
{
  display: none;
}

.categories-wrapper{
  width: 100%;
  height: 30px;
  white-space: nowrap;
  position: relative;
}

.categories-wrapper{
  padding-left:200px;
}
.categories-wrapper .logo{
  width:200px;
  float:left;
  margin-left:-200px;
    z-index: 2000;
    position: relative;
}

.sk-logo span{
  color:transparent;
  display:none;
}

.sk-logo a:after{
  content:'S K';
  font-family: 'SK_logo-Regular';
  font-size:16px;
  display:inline-block;
}


.categories-list
{
  display: block;
  width: auto;
  overflow: auto;
  white-space: nowrap;
  text-align: left;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 30px;
  padding-left:75px;
  user-select: none;
}

.categories-list li{
  margin:0 75px 0 0;
}

.categories-list li:last-child{
  margin-right:0;
}

.subnavigation{
  opacity:0;
  visibility:hidden;


}

body.view-directory #navigation .subnavigation a{
  transition-delay:0s;
}

.view-directory .subnavigation{
  opacity:1;
  visibility:visible;
  transition-delay:0.5s;
  transition: all 0.3s ease-in;
}

.subnavigation li{
  margin-right:0;
}

.categories-list li,.years-list li
{
  display: inline-block;
  color: #FFF;
}

.contact--visible .js--contact{
  font-family:'Scto_Grotesk_A_Regular_Italic';

}


.categories-list li.js--search form,.years-list li.js--search form
{
  display: list-item;
}

.categories-list li.js--search label,.categories-list li.js--search input,.years-list li.js--search label,.years-list li.js--search input
{
  padding: 0;
  font-family: 'Scto_Grotesk_A_Regular';
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  border: none;
}

.categories-list li.js--search .screen-reader-text,.years-list li.js--search .screen-reader-text
{
  color: #FFF;
  margin-right: 4px;
}

.categories-list li.js--search #s,.years-list li.js--search #s
{
  width: 100px;
  color: #FFF;
  border-bottom:1px solid #FFF;
}

::placeholder {
  color: #FFF;
}

.categories-list li.js--search #searchsubmit,.years-list li.js--search #searchsubmit
{
  margin-left: 25px;
  color:#FFF;
}

#error
{
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: black;
  color: white;
}

#error p
{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-size: 2em;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#error p a
{
  color: white;
}

@media (max-width: 640px)
{
  #error p
  {
    font-size: 1.1em;
  }
}

#empty
{
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-align: center;
}

#empty p
{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(0,0,0,0.25);
  font-size: 2em;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 640px)
{
  #empty p
  {
    font-size: 1.1em;
  }
}

#contact
{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 20;
  padding: 150px 30px 0 30px;
  text-align: center;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-animation: colorFadeBg 16s infinite;
  -moz-animation: colorFadeBg 16s infinite;
  -o-animation: colorFadeBg 16s infinite;
  animation: colorFadeBg 16s infinite;
  -webkit-transition: all .5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -moz-transition: all .5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -ms-transition: all .5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -o-transition: all .5s cubic-bezier(0.215, 0.6, 0.355, 1);
  transition: all .5s cubic-bezier(0.215, 0.6, 0.355, 1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

@media (max-width: 640px)
{
  #contact
  {
    padding: 100px 20px 0 20px;
  }
}

#contact.hidden
{
  -webkit-transform: translate(0, -100vh);
  -moz-transform: translate(0, -100vh);
  -ms-transform: translate(0, -100vh);
  -o-transform: translate(0, -100vh);
  transform: translate(0, -100vh);
  visibility: hidden;
}

#contact h3
{
  max-width: 80%;
  margin: 0 auto 0.25em auto;
  font-size: 1.1em;
}

@media (max-width: 640px)
{
  #contact h3
  {
    font-size: 0.9em;
  }
}

#contact p
{
  font-size: 2em;
  padding-bottom: 1em;
}

@media (max-width: 640px)
{
  #contact p
  {
    font-size: 1.1em;
  }
}

#contact a
{
  position: relative;
}

#contact a:hover,#contact a:active
{
  color: white;
  text-decoration: none;
}

#close-contact
{
  border: none;
  background: transparent;
  color: black;
  font-size: 2em;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 640px)
{
  #close-contact
  {
    font-size: 1.1em;
  }
}

#close-contact:hover,#close-contact:active
{
  color: white;
  text-decoration: none;
}

.notransition
{
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.visuallyhidden
{
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus
{
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible
{
  visibility: hidden;
}

.clearfix:before,.clearfix:after
{
  content: " ";
  display: table;
}

.clearfix:after
{
  clear: both;
}

.clearfix
{
  *zoom: 1;
}

.swiper-container
{
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide
{
  float: left;
}

.swiper-container-vertical>.swiper-wrapper
{
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper
{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,.swiper-wrapper
{
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper
{
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper
{
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide
{
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container .swiper-notification
{
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal
{
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical
{
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,.swiper-button-next
{
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled
{
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination
{
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden
{
  opacity: 0;
}

.swiper-pagination-bullet
{
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-clickable .swiper-pagination-bullet
{
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet
{
  background: #fff;
}

.swiper-pagination-bullet-active
{
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active
{
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active
{
  background: #000;
}

.swiper-container-vertical>.swiper-pagination
{
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet
{
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal>.swiper-pagination
{
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet
{
  margin: 0 5px;
}

.swiper-container-3d
{
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow
{
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left
{
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0,0,0,0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0,0,0,0.5), transparent);
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right
{
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.5), transparent);
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top
{
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), transparent);
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom
{
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper
{
  -ms-perspective: 1200px;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide
{
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide
{
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active
{
  pointer-events: auto;
}

.swiper-container-cube
{
  overflow: visible;
}

.swiper-container-cube .swiper-slide
{
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide
{
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide
{
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow
{
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow
{
  z-index: 0;
}

.swiper-scrollbar
{
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}

.swiper-container-horizontal>.swiper-scrollbar
{
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar
{
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag
{
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag
{
  cursor: move;
}

.swiper-lazy-preloader
{
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after
{
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after
{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin
{
  100%
  {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin
{
  100%
  {
    transform: rotate(360deg);
  }
}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap
{
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin
{
  position: relative;
  text-shadow: none;
}

.fancybox-opened
{
  z-index: 8030;
}

.fancybox-outer,.fancybox-inner
{
  position: relative;
}

.fancybox-inner
{
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner
{
  -webkit-overflow-scrolling: touch;
}

.fancybox-error
{
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,.fancybox-iframe
{
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image
{
  margin: 0 auto;
  max-width: 85vw;
  max-height: 100%;
  cursor: zoom-out;
  cursor: -webkit-zoom-out;
}

#fancybox-loading
{
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div
{
  width: 44px;
  height: 44px;
}

.fancybox-close
{
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav
{
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(blank.gif);
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev
{
  left: 0;
}

.fancybox-next
{
  right: 0;
}

.fancybox-nav span
{
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span
{
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span
{
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span
{
  visibility: visible;
}

.fancybox-tmp
{
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock
{
  overflow: visible !important;
  width: auto;
  position: relative;
}

.fancybox-lock:before
{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 50%;
  overflow: hidden;
  background-color: black;
  z-index: 0;
}

.fancybox-lock body
{
  overflow: hidden !important;
}

.fancybox-lock-test
{
  overflow-y: hidden !important;
}

.fancybox-overlay
{
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  cursor: zoom-out;
  cursor: -webkit-zoom-out;
}

@media (max-width: 640px)
{
  .fancybox-overlay
  {
    z-index: 8032;
  }
}

.fancybox-overlay-fixed
{
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay
{
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title
{
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title
{
  visibility: visible;
}

.fancybox-title-float-wrap
{
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child
{
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0,0,0,0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap
{
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap
{
  padding-top: 10px;
}

.fancybox-title-over-wrap
{
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,0.8);
}

.view-directory #years
{
  visibility: hidden;
  opacity: 0;
}

.fancybox-wrap{
  padding-top:25px;
}

#years{
  z-index:15;
  top:50px;
  right:15px;
  left:auto;
  padding-left:10px;
  width: 60px;
  height: calc(100vh - 80px);
}
.years-list li{
  display:block;
  text-align:left;
  margin-bottom:4px;
}
#years .years-wrapper{
  height:100%;
}
#years a{
  color:#000;
}
#years a:hover{
  color:#FFF;
}
.related-link{
  font-size:1.1em;
}

#single-header .h1--project,
#single-header .h1--project + span,
#single-header h1,
#single-header .h1--commission,
#single-header .h1--commission + span,
.ck__nav--bottom,
#single-header .h1--editorial{
  display:none;
}


body.bts .js--bts,
body.diary .js--diary,
body.pt--editorial .js--diary{
  font-family:'Scto_Grotesk_A_Regular_Italic';
}



.bck--dark .project-name,
.bck--dark .count,
.bck--dark .diary-entry{
  color:#FFF !important;
}
.bck--white .project-name,
.bck--white .count{
  color:#000;
}




@media (max-width: 920px){

  .categories-list{
    padding-left:40px;
  }
  .categories-list li{
    margin-right:40px;
  }
  .categories-list li:last-child{
    margin-right:0;
  }
}

@media (min-width: 1470px){

  #contact{
    padding-right:180px;
    padding-left:22vw;
  }

  .categories-wrapper{
    padding-left:200px;
    padding-right:200px;
  }

}

.js--mobilemenutoggle{
  display:none;
  position:fixed;
  right:20px;
  top:20px;
  color:#FFF;
}

.js--mobilemenutoggle .close{
  display:none;
}

.js--bts br{display:none;}

@media (max-width: 760px){

  .js--mobilemenutoggle{
    display:block;
  }
  
  .js--bts br{display:block;}
  .mobile--visible{
    position:fixed;
  }
  .mobile--visible .js--mobilemenutoggle .close{
    display:block;
  }

  .mobile--visible .js--mobilemenutoggle .show{
    display:none;
  }

  .mobile--visible .logo a:after,
  .mobile--visible .js--mobilemenutoggle span{
    color:#FFF !important;
    transition-delay:0s;
  }

  .js--mobilemenutoggle{
    z-index:110;
  }

  .mainnavigation{
    position:fixed;
    top:0px;
    left:0px;
    padding:120px 0 0 0;
    height:100vh;
    width:100%;
    background-color:#26437a;
    display:none;
    overflow:auto;
    z-index: 100;
  }

  .mobile--visible .mainnavigation{
    display:block;
  }

  .mobile--visible.view-directory #view-switcher .close{
    display:none;
  }

  .mobile--visible.view-directory #view-switcher .show{
    display:inline-block;
  font-family:'Scto_Grotesk_A_Regular_Italic';
  }

  body.bts.view-directory .js--bts, body.diary.view-directory .js--diary, body.pt--editorial.view-directory .js--diary{
    font-style:normal;
  }

  #contact{
    z-index:100;
  }

  .diary-title{
    z-index:90;
  }

  .mainnavigation li{
    display:block;
    width:100%;
    margin:0;
    text-align:center;
    background-color:#26437a;
  }
  .mainnavigation li:first-child{
    background: #ddb8b8
  }

  .mainnavigation li:nth-child(2){
    background: #f2cc48
  }

  .mainnavigation li:nth-child(3){
    background: #899fbb
  }

  .mainnavigation li:nth-child(4){
    background: #c8b496
  }

  #view-switcher,
  .mainnavigation li a{
    display:block;
    width:100%;
    text-align:center;
    color:#000 !important;
    padding:40px 20px;

  }


  .subnavigation.categories-list{

    white-space: normal;
    padding-left:15px;
    position:absolute;
    left:0px;
    top:50px;
    float:none;
    width: 100%;
    overflow:auto;
    padding-bottom:0;
    padding-left:70px;

  }

  .subnavigation.categories-list li:first-child{
    position:absolute;
    left:15px;
  }

  .subnavigation.categories-list li{
    margin-right:0;
  }

}

.contact__left .bottom:after,
.contact:after{
  content:' ';
  display:block;
  clear:both;
}
.contact__left{
  width:55%;
  float:left;
  text-align:left;
  padding-right:20px;
}

#contact .contact__left p{
  font-size: 1.5em;
  margin-bottom:20px;
}

#contact .contact__left h3{
  margin-left:0;
  max-width:100%;
  margin-top:70px;
}

#contact .contact__left h3:first-child{
  margin-bottom:40px;
  margin-top:0;
}

.contact__right{
  width:45%;
  float:right;
  max-width:500px;
}

.contact__right video,
.contact__right img{
  display:block;
  width:100%;
  height:auto;
}
.contact__right video{

}

.contact__left .bottom .left{
  position:relative;
  width:190px;
  padding:18px;
  float:left;
}
.contact__left .bottom .right{
  position:relative;
  width:240px;
  float:right;
  margin-top:-4px;
}

#contact .contact__left .bottom{
  padding-top:40px;
}
#contact .contact__left .bottom p{
  font-size: 1.1em;
  margin-bottom:15px;
  padding-bottom:0;
}



#contact .contact__left .bottom p:last-child{
  margin-bottom:0;
}

.contact__left .bottom .corner:after,
.contact__left .bottom .corner:before{
  content:' ';
  display:block;
  width:6px;
  height:6px;
  position:absolute;
  top:0px;
  border-top:1px solid #222;
}
.contact__left .bottom .corner:after{
  right:0px;
  border-right:1px solid #222;
}
.contact__left .bottom .corner:before{
  left:0px;
  border-left:1px solid #222;
}

.contact__left .bottom .corner + .corner:before{
  top:auto;
  bottom:0px;
  border-top:0;
  border-bottom:1px solid #222;
}
.contact__left .bottom .corner + .corner:after{
  top:auto;
  bottom:0px;
  border-top:0;
  border-bottom:1px solid #222;
}


@media (max-width: 1200px){

  .contact__left,
  .contact__right{
    width:100%;
    float:none;
    margin-bottom:40px;
  }


}


@media (max-width: 760px){

 #diary .diary-images{
    padding-right:100px;
  }
  #years .years-wrapper{
    overflow-y:auto;
  }
}




@media (max-width: 580px){

  .contact__left .bottom .right{
    width:175px;
  }

  #diary .diary-images{
    padding-right:100px;
  }
}



body.index:not(.overflow) #navigation a:hover,
.gallery--images li a:hover{

  color:black;

}

body.index.contact--visible #navigation a{
  color:black;
}

body.index.contact--visible #navigation a:hover{
  color:#FFF;
}

.fancybox-lock .mainnavigation{
  display:none;
}

.index .gallery--images li a figure .project-name,
.index .gallery--images li a figure .count{
  transition:all .3ms ease;
}
.index .gallery--images li video:hover + figcaption .project-name,
.index .gallery--images li video:hover + figcaption .count,
.index .gallery--images li img:hover + figcaption .project-name,
.index .gallery--images li img:hover + figcaption .count,
.index .gallery--images li.bck--dark img:hover + figcaption .diary-entry{
  color:black !important;
}