html, body {
    margin: 0;
    height: 100%;
    font-family: 'Raleway';
    font-size: 16px;
    overflow: hidden;
    text-align: center;
}


a{
  color: #63b8d5;
  text-decoration: underline;
}

a:hover{
  color: #2b7e9b;
}




h3{
  display: none;
  font-size: 4.5em;
  color: #fff;
  text-shadow: 1px 1px 2px #101C11;
  font-weight: 100;
  font-family: "Great Vibes";
  text-align: center;
  width: 80%; padding: 0 10%;
}

#myButton{
  display: none;
  position: absolute;
  opacity: 0;
  width: 5px; height: 100%; left: 0; top: 0;
  z-index: 99;
}


#swipeCatcher{
  display: block;
  position: fixed;
  width: 100%; height: 100%;
  left: 0; top: 0;
  z-index: 3;
}

.closeOverlay{
      display: none;
      position: absolute;
      width: 60px;
      height: 60px;
      font-size: 3em;
      overflow: visible;
      color: #fff;
      right: -20px;
      top: -20px;
      text-align: right;
      cursor: pointer;
}



.buttonColors{
  filter: drop-shadow(0px 0px 1px rgba(0,0,0,1));
  color: rgb(247, 247, 247);
  opacity: 0.7;
  transition: color 300ms;
  display: block;
  position: relative;
  transition: opacity 150ms;
  margin-bottom: 50%;
  cursor: pointer;

}

.buttonColors:hover{
    opacity: 1 !important;
}

.newButtonHolder{
  display: block;
  position: absolute;
  text-align: left;
  left: 0;
  top: 0;
  padding: 2%;
  font-size: 2.5em;
  overflow: visible;
  z-index: 13;
}






.fa-sliders-h{
  transform: rotate(270deg);
}


.rightArrowButton{
  text-align: right;
  right: 2%;
  top: 45%;
  font-size: 3em;
  overflow: visible;
  z-index: 13;
  cursor: pointer;
}

.leftArrowButton{
  text-align: left;
  left: 2%;
  top: 45%;
  font-size: 3em;
  overflow: visible;
  z-index: 13;
  cursor: pointer;
}

.fast-spin {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  filter: blur(0);
}



.showLoader{
  opacity: 0.5 !important;
}

.loadingSpinner{
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  top:45%;
  text-align: center;
  overflow: visible;
  font-size: 3em; color: #fff;
  z-index: 4;
  opacity: 0;
  transition: opacity 450ms;
}

.uhOh{
  display: block;
  position: absolute;
  width: 100%; height: 40%;
  left: 0; top: 0;
  text-align: center;
  z-index: 5;
  font-size: .9em;
}

.uhOhHidden{
  display: none !important;
}

.uhOhContent{
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 75%;
  padding: 2%;
  border-radius: 10px;
  max-width: 400px;
  background: rgba(255,255,255,0.75);
}


.helpQuestion{
  font-weight: 600;
  margin: 10px 0;
  display: block;
  position: relative;
}

.helpAnswer{
  font-weight: 200;
  margin: 10px 0;
  display: block;
  position: relative;
}

.helpAnswer img{
  margin: 10px 0;
  display: block;
  position: relative;
}

.closeHelpButton{
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;top: 0;
  color: #333;
  overflow: visible;
  text-align: left;
  font-size: 15px;
  cursor: pointer;
}

.smallCloseButton{
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  color: #efefef;
  overflow: visible;
  text-align: left;
  font-size: 15px;
  cursor: pointer;
  z-index: 5;
}

.smallCloseButton:hover{
  color: #fff;
}

.smallCloseButton i{
  vertical-align: bottom;
}


.moreSoundsContent{
  display: block;
  position: relative;
  margin: 35px 0;
}

.videoChooserHolder{
  display: block;
  position: absolute !important;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
  overflow-y: auto;
  text-align: center;
  z-index: 5;
  opacity: 1;
  transform: translateX(0);
  transition: transform 350ms, opacity 250ms;
}

.videoChooser{
  display: inline-block;
  position: relative;
  width: 80%;
  min-height: 100%;
  max-width: 700px;
  border-radius: 0;
  z-index: 15;
  overflow-y: hidden;
  overflow-x: hidden;
  background: rgba(0,0,0,0.25);
  text-align: center;
  transition: opacity 240ms;
  opacity: 1;
  box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.4), inset 1px 1px 2px 0px rgba(255,255,255,0.5);
}

.videoChooserLoading{
  display: block;
  position: absolute;
  height: 50%;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: rgba(0,0,0,0.55);
  text-align: center;
  opacity: 1;
  border-radius: 0 10px 10px 0;
  transition: opacity 250ms, left 250ms;
  font-size: 14px;
}

.thumbClick{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
  opacity: 0.
}

.videoChooserPlay{
  display: block;
  position: absolute;
  height: 50%;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: rgba(0,0,0,0.55);
  text-align: center;
  opacity: 1;
  border-radius: 0;
  transition: opacity 250ms, left 250ms;
  font-size: 14px;
  cursor: default;
}

.videoChooserPlay .loadingLines{
  text-align: center !important;
}

.videoChooserPlay i{
  font-size: 5rem;
  color: rgba(255,255,255,.65);
  cursor: pointer;
}

.videoChooserPlay i:hover{
  color: rgba(255,255,255,.95);
}

.videoInfo{
  display: block;
  position: absolute;
  height: 50%;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: rgba(0,0,0,0.55);
  text-align: center;
  opacity: 1;
  border-radius: 0 10px 10px 0;
  transition: opacity 250ms, left 250ms;
  font-size: .85em;
  letter-spacing: 1.5px;
  cursor: default;
  z-index: 2;
}



.videoChooserLoadingHidden{
  opacity: 0;
  left: -200%;
}



.loadingLines{
  display: inline-block;
  position: relative;
  width: 85%;
  vertical-align: middle;
  text-align: center;
}

.loadingLines div{
  margin: 20px 0;
}

.movieThumb{
  display: inline-block;
  position: relative;
  width: 90%;
  margin: 5%;
  padding-top: 50%;
  color: #fff;
  border-radius: 20px;
  font-size: 1.1em;
  font-weight: normal;
  transition: padding-top 350ms, width 350ms;
  cursor: pointer;
  overflow: hidden;
  box-shadow: inset 1px 1px 5px 2px rgba(0,0,0,0.4), 1px 1px 2px 0px rgba(255,255,255,0.25);
}

.movieThumb:hover{

}

.thumbPlaying{
  width: 90%;
}

.hidingAudioMixer{
  transform: translateX(-150%) !important;
}

.audioMixerHolderBg{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
  overflow-y: auto;
  text-align: center;
  z-index: 5;
  opacity: 1;
  transform: translateX(0);
  transition: transform 350ms, opacity 250ms;
}

.audioMixerHolder{
  display: inline-block;
  position: relative;
  width: 80%;
  min-height: 100%;
  max-width: 700px;
  text-align: center;
  z-index: 5;
  overflow-y: hidden;
  box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.4), inset 1px 1px 2px 0px rgba(255,255,255,0.25);
  background: rgba(0,0,0,0.25);
  transition: opacity 240ms;
}

.audioMixer{
  display: inline-block;
  position: relative;
  width: 90%;
  max-width: 700px;
  margin-top: 5%;
  background: rgba(0,0,0,0.65);
  border-radius: 25px;
  z-index: 15;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  transition: opacity 240ms;
  box-shadow: inset 1px 1px 5px 2px rgba(0,0,0,0.4), 1px 1px 2px 0px rgba(255,255,255,0.25);
}

.audioMixerHide{
  opacity: 0;
}

.audioMixerBottom{
  margin-top: 25px;
}

.addMoreSoundsButtonHolder{
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 15;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  transition: opacity 240ms;
  padding: 10px 0;
  cursor: pointer;
}

.nice3dButton{
  display: inline-block;
  position: relative;
  width: 90%;
  max-width: 700px;
  margin-top: 25px;
  background: rgba(0,0,0,0.65);
  border-radius: 25px;
  z-index: 15;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  transition: opacity 240ms;
  padding: 10px 0;
  cursor: pointer;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.8), inset 1px 1px 1px 0px rgba(255,255,255,0.35) !important;
}



.addMoreSoundsButton{
  font-size: 1.1em;
  text-align: center;
  color: #60a563;
  display: block;
  position: relative;
  width: 94%; margin:1% 3%;
  font-weight: normal;

}

.addMoreSoundsButton:hover{
  color: #92d895 !important;
}


.audioMixerItem{
  display: block;
  position: relative;
  width: 94%; margin:1.5% 3%;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
}


.audioMixerItem:first-of-type{
  margin:3% 3% 1% 3%;
}

.audioMixerItem:last-of-type{
  margin:1% 3% 3% 3%;
}


.audioItemEnabled{
  color: #fff;
}

.audioItemEnabled2{
  color: #c1fbc3;
  cursor: normal;

}


.disabledAudioTitle{
  font-weight: 100;
  cursor: pointer;
}

.disabledAudioTitle span{
  vertical-align: middle;
}

.disabledAudioTitle:hover{
  text-shadow: 0 0 0.05em #fff, 0 0 0.05em #fff,
          0 0 0.05em #fff
}

.audioTitle{
  font-weight: 100;
}

.audioTitle span{
  vertical-align: middle;
}



.volumeHidden{
  height: 0 !important;
  margin: 0 !important;
}

.volumeBar{
  display: block;
  position: relative;
  width: 100%;
  margin: 10px 0;
  border-radius: 10px;
  height: 37px;
  background: rgba(255,255,255,0.5);
  overflow: hidden;
  transition: height 250ms, margin 250ms;
  text-align: center;
}

.volumeSliderHolder{
  display: inline-block;
  position: relative;
  width: 85%;
  height: 35px;
  vertical-align: middle;
}

.volumeSliderLine{
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  background: #fff;
  top: 50%; margin-top: -1px;
}

.volumeHandle{
  display: block;
  position: absolute;
  width: 10px;
  height: 90%;
  top: 5%;
  left: 0;
  background: #fff;
}


.aboutSection{
  display: inline-block;
  position: relative;
  width: 90%;
  max-width: 700px;
  margin-top: 5%;
  background: rgba(0,0,0,0.65);
  border-radius: 25px;
  z-index: 15;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  transition: opacity 240ms;
  box-shadow: inset 1px 1px 5px 2px rgba(0,0,0,0.4), 1px 1px 2px 0px rgba(255,255,255,0.25);
}

.aboutSectionItem{
  display: block;
  position: relative;
  width: 94%; margin:1.5% 3%;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
}


.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  margin-top: 14px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {

  background: #4CAF50;

}


.sliderMuted::-webkit-slider-thumb {
  background: #efefef !important;
}
.sliderMuted::-moz-range-thumb {
  background: #efefef !important;
}


.volumeIcon{
  display: inline-block;
  position: relative;
  width: 5%;
  height: 25px;
  color: #fff;
  font-size: 25px;
  vertical-align: middle;
  cursor: pointer;
}

.volumeIcon i{
  vertical-align: middle;
}


.overlayHolder{
  display: none;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
  z-index: 11;
}

.overlaySubHolder{
  display: inline-block;
  position: relative;
  width: 100%; max-width: 700px;
  height: 100%;
  transition: opacity 250ms;
}


.overlayContentBlock{
  display: inline-block;
  position: relative;
  padding: 45px;
  color: #efefef;
  background-color: rgba(0,0,0,0.25);
  border: 3px solid rgba(255,255,255,0.5);
  border-radius: 55px;
  vertical-align: middle;
  margin-top: -10%;
}


.valignFixer{
  display: inline-block;
  position: relative;
  width: 1px; height: 100%;
  opacity: 0;
  vertical-align: middle;
}

.aboutSection h1{
      font-size: 6.5em;
      color: #fff;
      margin: 1px 0;
      text-shadow: 1px 1px 2px #101C11;
      font-weight: 100;
      font-family: "Great Vibes";
}


.playerHolder{
  display: block;
  position: fixed;
  width: 100%; height: 100%; overflow: hidden;
  left: 0; top: 0;

}

.myPlayerHidden{
  opacity: 0.01 !important;
}

.myPlayer{
  display: inline-block;
  position: relative;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  opacity: 1;
  transition: opacity 4500ms;
}

.myPlayer > img{
  opacity: 0 !important;
}

.myPlayerNormal{
  height: 100% !important;
}

.myPlayerNormal > img {
  height: 100%; /* make the img's width 100% of the height of .container */
  min-width: 100%;
}

.myPlayerUltraWide > img {
  width: 100%; /* make the img's width 100% of the height of .container */
}


.myPlayer iframe,
.myPlayer object,
.myPlayer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.soundLoader{
  display: inline-block;
  position: relative;
  overflow: visible;
  margin: 0;
  margin-top: 3px;
  transition: height 200ms;
  vertical-align: middle;
  font-size: .8em !important;
}

.soundLoaderInvis{
  opacity: 0;
}

.videoThumbPreloader{
  display: block;
  position: absolute;
  width: 0px;
  height: 1px;
  opacity: 0.01;
  overflow: hidden;
  left: -50px; top: -50px;
}


@media (max-width: 1000px) {

  html, body {
      font-size: 8px !important;
  }

  .simplebar-track{
    opacity: 0.1;
  }

  .addMoreSoundsButton{
    font-size: 2em;
  }

  .videoInfo{
    font-size: 1.05em !important;
    letter-spacing: 1px !important;
  }

  .rightArrowButton{
    display: none !important;
  }

  .leftArrowButton{
    display: none !important;
  }


  .volumeIcon{

    font-size: 15px !important;
    width: 12%;

  }

  .videoChooser{
    width: 100%;

  }

  .movieThumb{
    width: 75%;
  }

  .audioMixerHolder{
    width: 100%;
  }

  .audioMixer{
    width: 75% !important;
  }

  .audioMixerItem{
    font-size: 1.7em !important;
    margin: 15px 10px !important;
  }

  .aboutSection{
    width: 75% !important;
  }

  .aboutSectionItem{
    font-size: 1.05em !important;
    margin: 15px 10px !important;
  }

  .volumeSliderHolder{

    width: 70%;

  }

  .buttonColors{
    margin-bottom: 80%;
  }

  .disabledAudioTitle:hover{
    font-weight:normal;
  }


 }
