@charset "UTF-8";
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  font: normal 20px 'BN Regular';
}

.fontello {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  color: #fff;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-back:before {
  content: '\e800';
}

/* '' */
.icon-play:before {
  content: '\e802';
}

/* '' */
.icon-fullscreen:before {
  content: '\e803';
}

/* '' */
.icon-menu:before {
  content: '\e804';
}

/* '' */
.icon-next:before {
  content: '\e805';
}

/* '' */
.icon-pause:before {
  content: '\e806';
}

/* '' */
.icon-close:before {
  content: '\e807';
}

/* '' */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 100;
  pointer-events: none;
  background-color: #000;
}

#loader div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: auto;
}

#loader span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  width: 150px;
  height: 100px;
  background-color: #000;
  text-align: center;
  line-height: 100px;
}

#loader span em {
  font: normal 100px 'BN Bold';
}

header {
  position: absolute;
  z-index: 97;
  width: 100%;
}

header h1 {
  margin: 0 20px;
}

header a {
  text-decoration: none;
  color: #fff;
  font: normal 20px 'BN Regular';
}

header #menu {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

header #menu:before {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

header #menu.open:before {
  opacity: 0;
}

header #menu ul {
  position: absolute;
  right: -30px;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0;
  padding: 0;
}

header #menu ul li {
  display: none;
  list-style: none;
  font: normal 20px 'BN Regular';
  padding-left: 20px;
}

header #menu ul li.on {
  text-decoration: line-through;
  opacity: 0.5;
}

header #menu.open ul {
  right: 0;
  opacity: 1;
}

header #menu.open li {
  display: block;
}

#main {
  width: 100%;
  height: 100%;
  position: absolute;
}

#canvas_splash {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}

#splash_links {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100px;
  width: 100%;
}

#splash_links a {
  margin: 0;
  padding: 0;
  left: 40px;
  top: 20px;
  position: absolute;
  color: #000;
  opacity: 0;
  font: normal 8em 'BN Bold';
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  text-decoration: none;
}

#splash_links a + a {
  left: auto;
  right: 40px;
}

#splash_links a:hover {
  opacity: 1 !important;
  color: #fff;
  text-shadow: none;
  text-decoration: line-through;
}

@media only screen and (max-width: 600px) {
  #splash_links a {
    font-size: 3em;
  }
}

#grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

#grid h1, #grid h2 {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #fff;
  font: normal 20px 'BN Bold';
  letter-spacing: 1px;
  display: none;
}

#grid h1 {
  bottom: 20px;
  font-size: 30px;
}

#grid h2 {
  opacity: 0.8;
}

#grid article {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex: 2 1;
          flex: 2 1;
  opacity: 0.8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  height: 60vh;
}

#grid article:hover {
  opacity: 1;
}

#grid article:hover h1 {
  display: block;
  font-size: 40px;
  bottom: 30px;
}

#grid article:hover h2 {
  display: block;
  font-size: 30px;
}

#grid .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  height: 40vh;
}

#grid .items aside {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 33%;
          flex: 1 33%;
  opacity: 0.8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#grid .items aside h1 {
  bottom: inherit;
  top: 20px;
}

#grid .items aside h2 {
  bottom: inherit;
  top: 10px;
}

#grid .items aside img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#grid .items aside:hover {
  opacity: 1;
}

#grid .items aside:hover h1, #grid .items aside:hover h2 {
  display: block;
}

#grid video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#theater {
  display: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 99;
}

#theater.on {
  display: block;
}

#theater video {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

#theater button {
  position: absolute;
  z-index: 98;
  outline: none;
}

#theater button.close {
  top: 20px;
  right: 20px;
  width: 32px;
  cursor: pointer;
  color: #fff;
  font-size: 25px;
  border: none;
  background-color: transparent;
}

#theater .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 30px;
}

#theater .controls div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 25px;
  cursor: pointer;
}

#theater .controls .play {
  width: 60px;
  color: #fff;
}

#theater .controls .play.pause:before {
  content: '\e806';
  /* '' */
}

#theater .controls .full {
  color: #fff;
  width: 60px;
  margin-top: -2px;
}

#theater .controls #playhead {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
}

#theater .controls #playhead input {
  position: absolute;
  display: block;
  height: 5px;
  width: 100%;
  margin-top: 9px;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-appearance: none;
  background-color: #000;
  outline: none;
  /* FF */
  /* IE*/
}

#theater .controls #playhead input::-webkit-slider-runnable-track {
  height: 5px;
  -webkit-appearance: none;
  color: #fff;
  margin-top: -1px;
}

#theater .controls #playhead input::-webkit-slider-thumb {
  width: 5px;
  -webkit-appearance: none;
  height: 10px;
  cursor: ew-resize;
  background: #fff;
  -webkit-box-shadow: -8000px 0 0 8000px #fff;
          box-shadow: -8000px 0 0 8000px #fff;
}

#theater .controls #playhead input::-moz-range-progress {
  background-color: #fff;
}

#theater .controls #playhead input::-moz-range-track {
  background-color: #000;
}

#theater .controls #playhead input::-ms-fill-lower {
  background-color: #fff;
}

#theater .controls #playhead input::-ms-fill-upper {
  background-color: #000;
}

#gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

#gallery .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  height: 100%;
}

#gallery .items aside {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 25%;
          flex: 1 25%;
  height: 34%;
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  cursor: pointer;
}

#gallery .items aside img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#gallery .items aside:hover {
  opacity: 1;
}

#gallery .items aside:hover h1, #gallery .items aside:hover h2 {
  display: block;
}

#board {
  z-index: 102;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

#board.off {
  display: none;
}

#board .close {
  cursor: pointer;
  outline: none;
  position: absolute;
  width: 32px;
  top: 20px;
  right: 20px;
  border: none;
  background: none;
  font-size: 25px;
}

#board .controls div:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  height: 50px;
  font-size: 40px;
  cursor: pointer;
  color: #fff;
}

#board .cocoen {
  width: 100vh;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 600px) {
  #board .cocoen {
    width: 100%;
  }
}

#prev:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  /*IE*/
  -webkit-filter: fliph;
          filter: fliph;
  /*IE*/
  right: inherit;
  left: 20px;
  width: 40px;
}

#about {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding-top: 300px;
}

#about h1, #about h2, #about h3 {
  margin: 0;
  text-align: center;
}

#about h1 {
  color: #000;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  font-size: 60px;
  letter-spacing: 2px;
}

#about h2 {
  font-size: 40px;
}

#about h3 a {
  color: #fff;
  letter-spacing: 2px;
}
/*# sourceMappingURL=styles.css.map */