html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0 0 20px 0;
  background: #d14233;
  border-bottom: 1px solid #ea6153;
  color: #000;
  padding: 10px 20px;
  font: 16px 'Arial';
  color: #fff;
  text-align: center;
}
.browsehappy a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

@font-face {
  font-family: "Foundry Gridnik";
  src: url('../fonts/foundrygridnik.eot');
  src: url('../fonts/foundrygridnik.eot?#iefix') format('eot'), url('../fonts/foundrygridnik.woff') format('woff'), url('../fonts/foundrygridnik.ttf') format('truetype');
}

body, html {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Foundry Gridnik";
  color: white;
  font-size: 16px;
  background: #0f1319;
  overflow-y: scroll;
}

a {
  color: #636363;
  text-decoration: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
a:hover {
  color: white;
}

.prealoder:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: url(../img/icon.svg);
  -webkit-animation: blur 0.5s linear alternate infinite;
}

.navigation {
  position: fixed;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  display: none;
  height: 100%;
  z-index: 200;
  background: #0f1319 url(../img/bg.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .navigation {
    width: 1024px;
  }
}
.navigation .logo {
  top: 40px;
  left: 40px;
}
.navigation .download {
  position: absolute;
  bottom: 35px;
  left: 40px;
}
@media screen and (max-width: 769px) {
  .navigation .download {
    display: none;
  }
}
.navigation .download img {
  width: 50px;
}
.navigation .download .text, .navigation .download img {
  float: left;
}
.navigation .download .text {
  width: 270px;
  margin-left: 20px;
  padding-top: 31px;
}
.navigation .esa {
  position: absolute;
  top: 35px;
  right: 40px;
}
.navigation .social {
  bottom: 35px;
  right: 40px;
  font-size: 19px;
  text-transform: uppercase;
}
.navigation .social a {
  margin-left: 0px;
}
.navigation .social a img {
  height: 40px;
}
@media screen and (max-width: 1200px) {
  .navigation .social a img {
    padding: 10px;
    height: 30px !important;
  }
}
@media screen and (max-device-width: 769px) {
  .navigation .social {
    bottom: 10px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .navigation .logo {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.navigation .social {
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .navigation .social {
    left: 50%;
    right: auto;
    bottom: 0px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.navigation nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 63px;
  height: 55px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.navigation nav:after, .navigation nav:before {
  content: '';
  position: absolute;
  width: 1px;
}
.navigation nav:before {
  border-left: 1px solid white;
  top: -250px;
  left: 100px;
  height: 300px;
  -webkit-transform: rotateZ(30deg);
  -moz-transform: rotateZ(30deg);
  -o-transform: rotateZ(30deg);
  transform: rotateZ(30deg);
}
.navigation nav:after {
  border-left: 1px solid #636363;
  top: -100px;
  left: 282px;
  height: 600px;
  -webkit-transform: rotateZ(123deg);
  -moz-transform: rotateZ(123deg);
  -o-transform: rotateZ(123deg);
  transform: rotateZ(123deg);
}
.navigation nav .nav {
  font-size: 19px;
  position: absolute;
}
.navigation nav .nav.left-nav {
  top: -220px;
  left: -200px;
}
.navigation nav .nav.left-nav:before {
  content: '';
  position: absolute;
  width: 1px;
  border-left: 1px solid #636363;
  top: -15px;
  left: 305px;
  height: 800px;
  -webkit-transform: rotateZ(-30deg);
  -moz-transform: rotateZ(-30deg);
  -o-transform: rotateZ(-30deg);
  transform: rotateZ(-30deg);
}
.navigation nav .nav.right-nav {
  top: 25px;
  left: 300px;
}
@media screen and (max-device-width: 769px) {
  .navigation nav .nav.right-nav {
    left: 130px;
  }
}
.navigation nav .nav.right-nav:before {
  content: '';
  position: absolute;
  width: 1px;
  border-left: 1px solid #636363;
  top: -138px;
  left: -100px;
  height: 300px;
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
@media screen and (max-device-width: 769px) {
  .navigation nav .nav.right-nav:before {
    top: -63px;
    left: -29px;
    height: 150px;
  }
}
.navigation nav .nav .item {
  position: absolute;
  width: 150px;
  color: #636363;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}
.navigation nav .nav .item.item1 {
  left: -30px;
  top: -75px;
  -webkit-transform: rotateZ(235deg);
  -moz-transform: rotateZ(235deg);
  -o-transform: rotateZ(235deg);
  transform: rotateZ(235deg);
}
.navigation nav .nav .item.item2 {
  left: -30px;
  top: 75px;
  -webkit-transform: rotateZ(120deg);
  -moz-transform: rotateZ(120deg);
  -o-transform: rotateZ(120deg);
  transform: rotateZ(120deg);
}
.navigation nav .nav .item.item3 {
  top: 0;
  left: 110px;
}
.navigation nav .nav .item:hover {
  color: white;
}
.navigation nav .nav .disabled {
  cursor: default;
  text-transform: uppercase;
  color: #3d3d3d;
}
.navigation nav .nav .disabled:hover {
  color: #3d3d3d;
}
.navigation #history {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 723px;
  overflow: hidden;
}
.navigation #history .copy {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.navigation #history .dates {
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
}
.navigation #history ul {
  margin-left: -20px;
}
.navigation #history ul li {
  display: block;
  float: left;
  margin: 0 15px;
  cursor: pointer;
  font-size: 19px;
  opacity: .3;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 115px;
}
.navigation #history ul li.akt, .navigation #history ul li:hover {
  opacity: 1;
}
.navigation .tweets {
  display: none;
  position: absolute;
  bottom: 96px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 680px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
}
.navigation .tweets ul {
  width: 2040px;
  *zoom: 1;
}
.navigation .tweets ul:after {
  content: "";
  display: table;
  clear: both;
}
.navigation .tweets ul li {
  width: 680px;
  float: left;
}

.single-photo {
  display: none;
}
.single-photo header {
  height: 40px;
}
.single-photo header .back-to-gallery {
  float: left;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 14px;
}
.single-photo .content {
  width: auto;
  padding: 0 20px;
}
@media screen and (max-width: 769px) {
  .single-photo .content {
    width: 100%;
  }
}
.single-photo .content img.share-photo {
  position: absolute;
  top: 50%;
  left: 50%;
}

.locked-movie,
.play-movie {
  position: fixed;
  width: 100%;
  height: 140%;
  background: #0f1319;
  display: none;
  z-index: 200;
  color: #636363;
  font-size: 19px;
}
.locked-movie header,
.play-movie header {
  height: 40px;
}
.locked-movie .content,
.play-movie .content {
  width: 1024px;
  padding: 0 20px;
}
@media screen and (max-width: 769px) {
  .locked-movie .content,
  .play-movie .content {
    width: 100%;
  }
}
.locked-movie .content .movie,
.play-movie .content .movie {
  width: 956px;
  margin: 0 auto 10px auto;
}
@media screen and (max-width: 769px) {
  .locked-movie .content .movie,
  .play-movie .content .movie {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .locked-movie .content .movie iframe,
  .play-movie .content .movie iframe {
    width: 100% !important;
  }
}
.locked-movie .content .playlist,
.play-movie .content .playlist {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1117px;
}
@media screen and (max-width: 769px) {
  .locked-movie .content .playlist,
  .play-movie .content .playlist {
    width: 100%;
    overflow: auto;
  }
}
.locked-movie .content .playlist ul,
.play-movie .content .playlist ul {
  width: 1117px;
  margin: 0;
  padding: 0;
}
.locked-movie .content .playlist ul li,
.play-movie .content .playlist ul li {
  float: left;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.locked-movie .content .playlist ul li img,
.play-movie .content .playlist ul li img {
  height: 100px;
}
.locked-movie .content .playlist ul li.akt img,
.play-movie .content .playlist ul li.akt img {
  opacity: .3;
}
.locked-movie .content .playlist ul li:hover img,
.play-movie .content .playlist ul li:hover img {
  opacity: .3;
}
.locked-movie .content .playlist ul li:hover:before, .locked-movie .content .playlist ul li.akt:before,
.play-movie .content .playlist ul li:hover:before,
.play-movie .content .playlist ul li.akt:before {
  content: '';
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/play.svg) no-repeat top center;
  background-size: 80px 80px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.locked-movie .content .playlist ul li:last-child,
.play-movie .content .playlist ul li:last-child {
  margin-right: 0;
}

.locked-movie .content .playlist {
  width: 956px;
}
.locked-movie .content .playlist ul {
  width: 956px;
}

header {
  position: relative;
  z-index: 300;
  padding: 20px 0;
  text-align: center;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
header .title {
  margin-top: 70px;
}
header img {
  position: absolute;
  cursor: pointer;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.content {
  width: 1024px;
  padding-top: 80px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content#video {
    width: 1157px;
}
@media screen and (max-device-width: 769px) {
  .content {
    padding: 0 20px;
    width: 100%;
  }
}

.pages {
  z-index: 100;
  width: 1024px;
  margin: 0 auto;
  height: 100%;
  display: none;
  position: relative;
}
@media screen and (max-device-width: 769px) {
  .pages {
    width: 100%;
  }
}
.pages .title {
  font-size: 19px;
}
.pages .page {
  position: relative;
}
.pages .page img {
  position: absolute;
}
.pages .page img:hover {
  opacity: 1 !important;
}
.pages .page .content {
  position: relative;
}
.pages .page .content .set {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 610px;
  margin-top: -90px;
}
@media screen and (max-device-width: 769px) {
  .pages .page .content .set:first-child {
    margin-top: 0;
  }
}
.pages .page#contact {
  height: 650px;
  text-align: center;
}
.pages .page#contact a {
  font-size: 19px;
}
.pages .page#contact .col {
  float: left;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .pages .page#contact .col {
    width: 33.33333333333333%;
  }
}
.pages .page#contact .col .person {
  margin-bottom: 40px;
}
.pages .page#contact .col h1 {
  font-size: 22px;
}
.pages .page#contact .col h2 {
  font-size: 13px;
}
.pages .page .credits-container {
  text-align: left;
  width: 900px;
  margin: 0 auto;
}
.pages .page .credits-container img {
  position: relative;
  margin-right: 50px;
}
.pages .page .credits-container img.logo_pi {
  width: 50px;
}
.pages .page .credits-container > div:after {
  clear: both;
}
.pages .page .credits-container h1 {
  padding-top: 20px;
}
.pages .page .credits-container span {
  display: inline-block;
}
.pages .page .credits-container span.title {
  width: 400px;
  text-transform: uppercase;
}

.img1 {
  top: 0;
  left: 100px;
  z-index: 20;
  opacity: .3;
  width: 50%;
}
@media screen and (max-device-width: 769px) {
  .img1 {
    top: 0;
    left: 0;
    width: 100%;
  }
}

.img2 {
  top: 232px;
  left: 0;
  z-index: 21;
  opacity: .3;
  width: 50%;
}
@media screen and (max-device-width: 769px) {
  .img2 {
    top: 443px;
    left: 0;
    width: 100%;
  }
}

.img3 {
  right: 0;
  top: 200px;
  z-index: 22;
  opacity: .3;
  width: 50%;
}
@media screen and (max-device-width: 769px) {
  .img3 {
    width: 100%;
    right: 0;
    top: 886px;
  }
}

.img4 {
  top: 80px;
  right: 256px;
  z-index: 23;
  width: 25%;
}
@media screen and (max-device-width: 769px) {
  .img4 {
    width: 50%;
    left: 50%;
    top: 10px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.img5 {
  top: 251px;
  right: 512px;
  z-index: 24;
  width: 25%;
}
@media screen and (max-device-width: 769px) {
  .img5 {
    width: 60%;
    left: 0;
    top: 730px;
  }
}

.img6 {
  right: 0;
  top: 450px;
  z-index: 25;
  width: 25%;
}
@media screen and (max-device-width: 769px) {
  .img6 {
    width: 50%;
    right: 0;
    top: 1100px;
  }
}

.fadeOut {
  opacity: 0.1 !important;
}

#imagelightbox {
  position: fixed;
  z-index: 9999;
  -ms-touch-action: none;
  touch-action: none;
}
#imagelightbox.right {
  cursor: url("../img/cursor-right.png") 55 35, auto;
}
#imagelightbox.left {
  cursor: url("../img/cursor-left.png") 55 35, auto;
}

@-webkit-keyframes blur {
  from {
    -webkit-filter: blur(0px);
  }

  to {
    -webkit-filter: blur(5px);
  }
}

.loader:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  margin: -30px 0 0 -30px;
  content: url(../img/icon.svg);
  font-size: 35px;
  text-align: center;
  -webkit-animation: blur 0.5s linear alternate infinite;
  -moz-animation: blur 0.5s linear alternate infinite;
  -o-animation: blur 0.5s linear alternate infinite;
  animation: blur 0.5s linear alternate infinite;
  color: #000;
  line-height: 50px;
}

#lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9998;
  cursor: url("../img/cursor-close.png") 55 35, auto;
}

#imagelightbox-caption {
  text-align: center;
  color: #fff;
  background-color: black;
  position: fixed;
  z-index: 10005;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em;
  text-transform: uppercase;
  /* 10 */
}
#imagelightbox-caption a {
  color: gray;
  font-size: 14px;
}
#imagelightbox-caption a:hover {
  color: white;
}

html.touch #lightbox-overlay.with-close {
  background: url("../img/cursor-close.png") no-repeat 99% 1% rgba(0, 0, 0, 0.9);
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
