

@font-face {
  src: url('../fonts/Chap-Regular.eot');
  font-weight: normal;
  font-family: "Chap";
}

@font-face {
  src: url('../fonts/Chap-Regular.woff') format('woff');
  font-weight: normal;
  font-family: "Chap";
}




body, html {
  margin: 0;
  padding:0;
}
body {
  -webkit-user-select: none;  /* Chrome all / Safari all */
-moz-user-select: none;     /* Firefox all */
-ms-user-select: none;      /* IE 10+ */
user-select: none;          /* Likely future */

}
a{
  text-decoration: none;
}
::-webkit-scrollbar {
    display: none;
}

h1,h2,h3,h4,h5,h6, p , span{
  font-family: "Chap";
  font-weight: normal;
  text-rendering: geometricPrecision;
}
  * { margin: 0; padding: 0; }
  body {
    text-align: center;
    background: #000;
    /*cursor: url("/images/cursor.png"), auto;*/
  }
  .disabled {
    opacity: .4;
  }
  #lobby * {
    font-size: inherit;
    /*margin: 10px 0s;*/
    color: inherit;
  }
  #lobby p {
    margin: 40px 0;
  }

  #more span {
    font-size: 18px;
  }
  #fullscreen {
    width: 15px;
    position: fixed;
    bottom: 34px;
    right: 60px;
  }
  #information div.first {
    padding-left: 0 !important;
  }
  #lobby {
    z-index: 1;
    position: fixed;
    color: #fff;
    padding: 80px;
    padding-bottom: 0px;
    top: 0;
    left: 0;
    width: calc(100% - 160px);
    height: calc(100% - 80px);
    font-weight: normal;
    text-align: left;
    font-size: 54px;
    line-height: 1.3;
  }

   img {
    margin: 0 !important;
  }

  .logo {
    width: 90px !important;
    position: fixed;
    left: 82px;
    margin: 0;
    top: 40px;
  }
  #logo_black {
    display: none;
  }
  #logo_white.black {
    display: none;
  }
  #logo_black.black {
    display: block;
  }
  #wheel {
    /*width: 40px;*/
    width: 2.667vw;
    position: relative;
    /*top: 10px;*/
  }
  #keys {
    /*width: 80px;*/
    position: relative;
    width: 5.33vw;
    margin: 0 2px !important;
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    padding: 20px;
  }
  #enter {
    margin-top: 20px;
    cursor: pointer;
    display: inline-block;
  }
  #count {
    position: absolute;
    z-index: 100;
    bottom: 20px;
    left: 20px;
    color: #FF5900;
  }
  #arrow {
    width: 50px;
    width: 3.33vw;
  }
  #mic {
    /*height: 50px;*/
    width: 1.67vw;
  }
  #play {
    width: 35px;
    width: 2.3vw;
    margin: 0px 2px !important;
  }

  #intro {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; /* lets it scroll lazy */

  }
  #lobby .controls {
    font-size: 20px;
    position: fixed;
    bottom: 30px;
    display: none;
  }
  .icons, #equalizer, #fullscreen {
    display: none;
  }

  .controls * {
    display: inline-block;
  }
  .controls h3:not(#more) {
    margin: 0 40px !important;
  }
  #more {
    margin-right: 40px;
  }
  #playbtn, #micbtn {
    width: 50px;
  }
  .group::after {
    content: "";
    display: block;
    clear: both;
  }

  #lobby .controls .play {
    width: 18px;
    position: relative;
    top: 4px;
    cursor: pointer;
  }

  #lobby .controls .pause {
    height: 19px;
    position: relative;
    top: 4px;
    cursor: pointer;
    display: none;
  }
  #playbtn.playing .play {
    display: none;
  }
  #playbtn.playing .pause {
    display: inline;
  }
  #micbtn.playing .mic {
    display: none;
  }
  #micbtn.playing .pause {
    display: inline;
  }
  #lobby .controls .mic {
    height: 24px;
    position: relative;
    top: 6px;
    cursor: pointer;
  }
  #header .text {
    float: right;
    margin-top: 15px;
    margin-right: 100px;
    display: none;
  }
  #header .lesi.text {
    float: left;
    width: auto;
    margin-right: 0;
    margin-left: 247px;
  }

  #header .text:nth-last-of-type(2) {
    margin-right: 65px;
  }

  #header h3 {
    margin: 0;
    font-size: 18px;
  }
  #information {
    /*max-width: 1500px;
    margin: 0 auto;*/
    /*display: none;*/
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s ease;
    height: 100%;
    position: relative;
    overflow-y: scroll; /* has to be scroll, not auto */

    /*-webkit-overflow-scrolling: touch;*/
  }
  #information.show {
    opacity: 1;
    pointer-events: all;
  }

  #information * {
    -webkit-transform: translateZ(0px);
    -webkit-transform: translate3d(0,0,0);
  }

  .icons {
    position: fixed;
    bottom: 16px;
    right: 450px;
  }
  .icons img {
    height: 25px;
    margin: 0px 12px;
  }
  .icons .twitter img{
    height: 14px;
  }
  .icons .facebook img{
    height: 19px;
  }
  #information h1 {
    margin: 40px 0;
    position: relative;
  }
  .inner {
    height: calc(100% + 1px);
  }

  #information .x {
    display: block;
    width: 35px;
    position: absolute;
    top: 53px;
    right: 30px;
    z-index: 1000;
    cursor: pointer;
  }


  #information > div:not(.overlay) {
    float: left;
    width: calc(25% - 20px);
    padding: 10px;
    margin-top: 0;
  }

  #information > div h4 {
    font-size: 18px;
    color: #FF5900;
    margin-bottom: 20px;
  }
  #information > div p {
    font-size: 18px;
  }

  #more {
    cursor: pointer;
  }

  #more img {
    width: 20px;
    position: relative;
    top: 3px;
    left: 2px;
  }
  #equalizer {
    opacity: 1;
    transition: opacity .5s ease;
  }

  #equalizer.show {
    opacity: 1;
  }

  input[type=range] {
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
    width: 100px; /* Specific width is required for Firefox. */
    background: transparent; /* Otherwise white in Chrome */
    position: relative;
    top: -4px;
    left: 2px;

  }

  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    backgroun-color: #000;
    position: relative;
    top: -5px;
    border: 1px solid #FF5900;
  }

  input[type=range]:focus {
    outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
  }

  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    background: #FF5900;
  }

  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #FF5900;
  }

  input[type=range]::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    background: #FF5900;
  }

#intro h3 , #intro p, #intro span{
  font-size: calc(3vw + .4vh) !important;
  line-height: 1.4;
}
canvas {
  z-index: -10;
  display: block; /* fix necessary to remove space at bottom of canvas */

}
.overlay {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  background-color: black;
  opacity: 0
}
.overlay.show {
  opacity: .4;
}
#lobby.info .overlay{
  /*opacity: .4;*/
}
.white .overlay{
  background-color: #fff;
}
#lobby p{
  margin-top: 20px;

}
#lobby {
}
#lobby.black {

}


#lobby.white {

}
#lobby.white *:not(h4) {
  color: #000;
}

#lobby.cover {
  opacity: .3;
}
.indent {
  /*width: 90px;*/
  float: left;
}
.indenttext {
  display: block;
  width: calc(100% - 90px);
  float: left;
}

  @media (max-width: 1200px) {
    .icons {
      display: none !important;
    }
  }

  @media (max-width: 950px) {
    #header .text {
      display: none !important;
    }
    .controls h3 span {
      display: none;
    }
    input[type=range] {
     width: 80px;

   }
   .controls {
     width: 100%;
   }


    .controls h3:not(#more) {
       margin: 0 0px !important;
       width: 25%;
       text-align: center;
     }
     #equalizer {
       position: fixed !important;
       right: 50% !important;
       transform: translateX(50%) !important;
       bottom: 55px !important;
     }

     #fullscreen {
       bottom: auto;
       top: 34px;
       right: 76px;
     }
  }

  @media (max-width: 700px) {
    body {
      position: relative;
    }



    #intro {
      margin-top: 40px;
    }
    .mic, #range {
      opacity: .3;
      pointer-events: none;
    }

    #information > div:not(.overlay) {
      float: left;
      width: 100%;
      padding: 0;

    }

    #information h1 {
      font-size: 24px;
    }


    .icons {
      position: fixed;
      bottom: -15px;
      left: 40px;
      padding-bottom: 10px !important;
    }

    #intro h3, #intro p, #intro span {
        font-size: 18px !important;
    }

    #information .x {
      display: block;
      width: 20px;
      position: absolute;
      top: 0px;
      right: 0;
      z-index: 1000;
      cursor: pointer;
    }

    #fullscreen {
      display: none !important;
    }
    #more {
      position: fixed;
      top: 36px;
      right: 0;
    }

    #more img {
      width: 20px;
      position: relative;
      top: 0;
      left: 0;
    }
    .logo {
      left: 40px;
      width: calc(100% - 80px);
    }

    #lobby {
      padding: 40px;
      width: calc(100% - 80px);
      height: calc(100% - 80px);
    }
   #header .text {
     display: none !important;
   }
   .controls h3 span {
     display: none;
   }
   input[type=range] {
    width: 80px;

  }
  .controls {
    width: 100%;
  }


   .controls h3:not(#more) {
      margin: 0 0px !important;
      width: 25%;
      text-align: center;
    }
    #equalizer {
      position: fixed !important;
      right: 50% !important;
      transform: translateX(50%) !important;
      bottom: 55px !important;
    }
  }
