html, body {
  overflow: hidden; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #000000;
  width: 100%;
  height: 100%;
  overflow: hidden; }

#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

#wrapper canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.video-player {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 50; }

.video-player .video-player-bg, .artists-popup .popup-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65); }

.video-player .iframe-container {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background-color: #000000;
  box-shadow: 0px 0px 100px rgba(255, 255, 255, 0.5); }

.portrait .video-player .iframe-container {
  width: 92%;
  left: 4%;
  height: 29%;
  top: 38%; }

.artists-popup .popup-container {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  background-color: #000000;
  box-shadow: 0px 0px 100px rgba(255, 255, 255, 0.5); }

.artists-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 30; }

.close {
  position: absolute;
  right: 0px;
  top: -30px;
  width: 20px;
  height: 20px;
  cursor: pointer; }

.close .close-inner {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  background-image: url(../assets/close.svg);
  background-size: 20px 20px;
  pointer-events: none;
  -webkit-transition: 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: 500ms cubic-bezier(0.23, 1, 0.32, 1); }

.close:hover .close-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.section {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
  opacity: 0;
  visibility: hidden; }

.section .scrollbar {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  height: 10px;
  overflow: hidden; }

.portrait .section .scrollbar {
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
  bottom: 20px; }

.section .scrollbg {
  position: absolute;
  top: 4px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.1); }

.section .scrollthumb {
  position: absolute;
  top: 4px;
  left: 0px;
  width: 30px;
  height: 2px;
  background-color: white; }

.navbg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: 19; }

.portrait .navbg {
  background-color: rgba(0, 0, 0, 0.6); }

#nav {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
  z-index: 20;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

#nav.active {
  opacity: 1; }

#nav ul {
  position: absolute;
  top: 60px;
  left: 4px;
  width: 280px;
  visibility: hidden;
  margin-top: 10px; }

#nav li {
  list-style: none;
  font-family: Lato,sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0px;
  letter-spacing: 2px;
  opacity: 0;
  cursor: pointer;
  font-size: 14px;
  height: 32px;
  padding-top: 8px;
  box-sizing: border-box;
  background: transparent; }

#nav li span {
  margin-right: 30px; }

#nav li.active span {
  color: #000000; }

#nav li span.w {
  margin-right: 2px;
  left: -2px;
  position: relative; }

#nav li span.t {
  margin-right: 8px;
  left: 1px;
  position: relative; }

#nav li.push span {
  margin-left: 2px; }

#nav li.push2 span {
  margin-left: 1px; }

#nav .hamburger {
  position: absolute;
  top: 35px;
  left: 31px;
  width: 30px;
  height: 30px;
  cursor: pointer; }

#nav .hamburger .line {
  position: absolute;
  top: 9px;
  left: 8px;
  width: 15px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

#nav .hamburger .line2 {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 8px; }

#nav .hamburger .line3 {
  position: absolute;
  top: auto;
  bottom: 9px;
  left: 8px; }

.click {
  position: absolute;
  top: 75%;
  left: 50%;
  width: 160px;
  margin-left: -80px;
  font-size: 12px;
  font-family: 'Lato',sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-top: -8px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*border:1px solid #ffffff;*/
  /*background-color:#222222;*/
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block; }

.click.active {
  opacity: 1; }

/*.click.active:hover{
	color:#000000;
	background-color:#ffffff;
}*/
.headphones {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 300px;
  height: 70px;
  padding-top: 50px;
  background-image: url(../assets/headphones.svg);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center top;
  margin-left: -150px;
  font-size: 14px;
  font-family: 'Lato',sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  margin-top: -60px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none; }

.headphones.active {
  opacity: 0.7; }

#footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }

#footer.active {
  opacity: 1; }

#credits {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 500px;
  height: auto;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Lato',sans-serif;
  font-weight: 300;
  z-index: 999999;
  letter-spacing: 1px; }

#legal {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 500px;
  text-align: right;
  height: auto;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Lato',sans-serif;
  font-weight: 300;
  z-index: 999999;
  letter-spacing: 1px; }

#credits a, #credits i {
  color: rgba(255, 255, 255, 0.6); }

.arrow-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  font-size: 20px;
  color: #000000;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }

.arrow-down i {
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite; }

.arrow-down.active {
  opacity: 1; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px); } }

#mute {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  font-size: 15px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 99;
  cursor: pointer; }

#mute.active {
  opacity: 0.8; }

#mute i {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #ffffff; }

#mute .fa-volume-mute {
  visibility: hidden; }

#mute.muted .fa-volume-mute {
  visibility: visible; }

#mute.muted .fa-volume-up {
  visibility: hidden; }

@media screen and (max-width: 550px) {
  #legal {
    position: relative;
    text-align: center;
    width: 100%;
    left: 0px;
    bottom: 0px;
    line-height: 15px;
    font-size: 10px; }
  #credits {
    position: relative;
    text-align: center;
    width: 100%;
    left: 0px;
    bottom: 0px;
    line-height: 15px;
    font-size: 10px; }
  #footer {
    bottom: 15px; } }
