@charset "UTF-8";
.centreXY, video, .preloader-text-wrapper {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.centreX {
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.centreY {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

@font-face {
  font-family: 'LUBB';
  src: url("../fonts/LUBB.eot");
  src: local("☺"), url("../fonts/LUBB.woff") format("woff"), url("../fonts/LUBB.ttf") format("truetype"), url("../fonts/LUBB.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'LUBR';
  src: url("../fonts/LUBR.eot");
  src: local("☺"), url("../fonts/LUBR.woff") format("woff"), url("../fonts/LUBR.ttf") format("truetype"), url("../fonts/LUBR.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
html, body {
  color: #FFF;
  -webkit-font-smoothing: antialiased; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    color: inherit; }

#information li{  
  font-family: 'LUBB', sans-serif; font-size: 13px; line-height: 18px;
}
h1 {
  font-family: 'LUBB', sans-serif; }

h2, h3 {
  font-family: 'LUBR', sans-serif; }

h1, h2 {
  font-size: 14px;
  line-height: 18px; }

h3 {
  font-size: 10px;
  line-height: 12px; }

.preloader {
  font-family: 'LUBB', sans-serif;
  font-size: 36px;
  line-height: 45px; }

@media screen and (max-width: 950px) and (min-width: 10px) {
  .preloader {
    font-size: 24px;
    line-height: 30px; } }
html, body {
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: crosshair; }

video {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: fixed; }

.preloader, .loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  text-align: center;
  background: #000; }

.loading {
  display: none;
  z-index: 5; }

.preloader-text-wrapper {
  position: absolute;
  width: 100%; }

.preloader-text {
  animation: pulse 1.5s infinite; }

.preloader-enter {
  cursor: pointer;
  margin-top: 10px;
  opacity: 0;
  transition: all 0.2s linear; }

@keyframes pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#controls {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10;
  mix-blend-mode: difference; }
  #controls li {
    display: inline-block;
    margin-right: 10px; }

@media screen and (max-width: 950px) and (min-width: 10px) {
  #controls {
    top: 20px;
    left: 20px; }

  .preloader {
    width: calc(100% - 40px);
    padding: 0 20px; }

  .preloader-enter {
    opacity: 1; } }
.button {
  cursor: pointer;
  width: 20px;
  height: 18px; }

.playing, .paused, .sound-on, .sound-off {
  background-repeat: no-repeat;
  background-size: contain; }

.playing, .paused {
  background-position: center; }

.sound-on, .sound-off {
  background-position: left;
  width: 25px; }

.playing {
  background-image: url("../assets/pause.svg"); }

.paused {
  background-image: url("../assets/play.svg"); }

.sound-on {
  background-image: url("../assets/sound-on.svg"); }

.sound-off {
  background-image: url("../assets/sound-off.svg"); }

progress {
  position: fixed;
  width: calc(100vh - 62px);
  height: 5px;
  right: calc(-50vh + 51px);
  top: calc(50% - 0px);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #FFF;
  border: 1px solid #FFF;
  margin: 0 5px 0 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  mix-blend-mode: difference;
  -webkit-appearance: none;
  display: none; }

@media screen and (max-width: 950px) and (min-width: 10px) {
  progress {
    right: calc(-50vh + 42px);
    top: calc(50vh - 10px); } }
progress::-moz-progress-bar {
  color: #FFF;
  background: #FFF; }

progress[value]::-webkit-progress-bar {
  color: #FFF;
  background: transparent; }

progress[value]::-webkit-progress-value {
  background-color: #FFF; }

#information {
  position: fixed;
  z-index: 10;
  bottom: 30px;
  left: 30px;
  display: none;
  mix-blend-mode: difference; }
  #information a:hover {
    color: #00F; }
  #information ul {
    margin-top: 20px; }
  #information .notices li {
    display: inline;
    float: left;
    margin-right: 20px; }

@media screen and (max-width: 950px) and (min-width: 10px) {
  #information {
    left: 20px; } }
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 1; }

.hamburger-box {
  width: 20px;
  height: 15px;
  display: inline-block;
  position: relative;
  background-color: transparent; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -3px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #FFF;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -7px; }

.hamburger-inner::after {
  bottom: -7px; }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  background-color: #FFF;
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  background-color: #FFF;
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  background-color: #FFF;
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*# sourceMappingURL=stylesheet.css.map */
