html, body {
    margin: 0;
    display: block;
    position: relative;
    font-family: 'Raleway';
    font-size: 16px;
    overflow: hidden;
    text-align: center;
    background: #333;
    height: 100%;

}


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

a:hover{
  color: #2b7e9b;
}


.textLinkLight{

  color: #efefef;
  text-decoration: underline;
  cursor: pointer;
  margin: 10px;
}

.textLinkLight:hover{
  color: #fff;
}


.textLink{
    display: inline-block;
  color: #63b8d5;
  text-decoration: underline;
  cursor: pointer;
}

.textLink:hover{
  color: #2b7e9b;
}

.calendarPimping{
  display: block;
  position: relative;
  padding: 10px;
  border: 1px solid #efefef;
  text-align: justify;
}

.calendarCornerPeek{
  display: block;
  position: fixed;
  width: 120px;
  height: 120px;
  background: url(https://d36syl5mhjs16o.cloudfront.net/phil.camera/2021/images/cover700.jpg);
  background-size: contain;
  right: 0;
  bottom: 0;
  z-index: 500;
  border-radius: 10px 0 0 0;
  cursor: pointer;
  transition: right 300ms linear;
}

.cornerPeekCloser{
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  padding: 10px;
  font-size: 10px;
  border-radius: 5px;
  left: -20px;
  top: -20px;
  background: rgba(255,255,255,0.55);
  color: #000;
  cursor: pointer;

}

.cornerPeekHidden{
  display: none;
}

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: block;
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 2em;
    overflow: visible;
    color: #fff;
    right: 1.4%;
    top: 2%;
    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;
  text-align: center;

}

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

.newButtonHolderBottomCenter .buttonColors{
  filter: drop-shadow(0px 0px 1px rgba(0,0,0,1));
  color: rgb(247, 247, 247);
  opacity: 0.7;
  transition: color 300ms;
  display: inline-block;
  position: relative;
  transition: opacity 150ms;
  margin: 10px 4px;
  cursor: pointer;
  text-align: center;
  padding: 1%;
  background: rgba(0,0,0,0.15);
  border-radius: 5px;
  box-shadow:  inset 1px 1px 1px 0px rgb(255 255 255 / 15%), 1px 1px 1px 0px rgba(0, 0, 0, 0.35);
}

.videoButton{
    
}

.equalizerButton{
    
}

.audioButton{
    
}

.profileButton{
    
}

.infoButton{
    
}

.videoBackground{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-size: cover;
  height: 100%;
    /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);
  transition: background 2000ms;
}

svg{
  width: 1em;
  fill: rgba(255,255,255,0.9);
  height: 1em;
  vertical-align: middle;
}

.buttonColors svg{
  vertical-align: middle;
}

.closeMenuButton{
  margin-bottom: 2% !important;
  filter: drop-shadow(0px 0px 1px rgba(0,0,0,1));
}

.newButtonHolder{
  display: block;
  position: absolute;
  text-align: left;
  left: -10px;
  top: -3px;
  padding: 23px 20px 20px 30px;
  font-size: 2.5em;
  overflow: visible;
  z-index: 13;
  transition: transform 220ms;
}

.newButtonHolderBottomLeft{
  display: block;
  position: absolute;
  text-align: left;
  left: -10px;
  bottom: -3px;
  padding: 23px 20px 20px 30px;
  font-size: 2.5em;
  overflow: visible;
  z-index: 13;
  transition: transform 220ms;
}

.newButtonHolderBottomCenter{
  display: block;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 0vh;
  margin-bottom: -4px;
  border-top: 1px solid rgba(255,255,255,0.2);
  width: 96%;
  padding: 2%;
  overflow: visible;
  z-index: 13;
  transition: transform 220ms;
  background: #2a7b9b9f;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.76) 0, rgba(128, 132, 134, 0.35) 100%);
}

.newButtonHolderBottomCenter .buttonColors{

  font-size: 4.35em;

}



.nowPlayingSection{
  display: inline-block;
  position: relative;
  width: 90%;
  max-width: 900px;
  padding: 10px;
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 1.5%;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: .15em;
  background: rgba(0,0,0,0.15);
  border-radius: 5px;
  text-align: left;
  transition: opacity 240ms;
  box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.2), 1px 1px 1px 0px rgba(255,255,255,0.25);
}


.nowPlayingSectionLeft{
  display: inline-block;
  position: relative;
  width: 20%;
  margin: 2%;
  vertical-align: middle;
}

.nowPlayingSectionThumb{
  display: inline-block;
  position: relative;
  width: 100%;
  height: 140px;
  border-radius: 3px;
  cursor: pointer;
}

.nowPlayingSectionRight{
  display: inline-block;
  position: relative;
  width: 70%;
  margin: 2%;
  vertical-align: middle;
}

.nowPlayingSectionRight i{
  font-weight: lighter;
}

.nowPlayingLabel{
  color: #efefef;
}

.nowPlayingText{
  display: block;
  position: relative;
  margin-bottom: 2%;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 0.9em;
}

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


.toggleBottomMenuHolder{
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: 4.5em;
  transition: opacity 300ms, bottom 500ms;
  z-index: -1;
}

.toggleBottomMenu{
  display: inline-block;
  position: relative;
  background: rgba(0,0,0,0.25);
  padding: 0.5%;
  border-radius: 10% 10% 0 0;
  font-size: .55em !important;
  cursor: pointer;
}

.hideDown{
  bottom: 0%;
  opacity: 0;
}

.newButtonHolderRight{
  display: block;
  position: absolute;
  text-align: right;
  right: 0;
  top: 0;
  padding: 2%;
  font-size: 2.5em;
  overflow: visible;
  z-index: 13;
  transition: opacity 220ms;
}


.newButtonHolderCenter{
  display: block;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.55;
  padding: 0;
  font-size: 9.5em;
  overflow: visible;
  z-index: 4;
  transition: opacity 220ms;
}


.pauseButton{
  top: 35%;
}

.newButtonHolderCollapsed{
  transform: translateY(-80%);
  opacity: 0.9;
}

.newButtonHolderCollapsedMore{
  transform: translateY(-88%);
  opacity: 0.9;
}

.newButtonHolderBottomCollapsed{
  transform: translateY(100%);
  opacity: 10.9;
}

.noPacity{
  opacity: 0 !important;
}



.equalizerButton svg{
  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-spinOld {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  filter: blur(0);
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% {  transform: rotate(359deg); }
}
.fast-spin {
    animation: spin 2s linear infinite;

}


.showLoader{
  opacity: 0.5 !important;
}

.loadingSpinnerBB{
  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;
}

.loadingSpinner{
    display: block;
    position: absolute;
    text-align: right;
    left: 0;
    top: 0;
    padding: 2%;
    font-size: 2.5em;
    overflow: visible;
    z-index: 13;
    transition: transform 220ms;
    opacity: 0;
    transition: opacity 450ms;
}

.loadingSpinnerCentered{
  display: block;
  position: absolute;
  text-align: center !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  text-align: center;
  font-size: 2.5em;
  overflow: visible;
  z-index: 13;
  transition: transform 220ms;
  opacity: 0;
  transition: opacity 450ms;
  filter: drop-shadow(0px 0px 1px rgba(0,0,0,1));
}

.loadingSpinnerCentered svg{
  vertical-align: middle;
}
.loadingSpinnerCentered span{
  vertical-align: middle;
}

.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 svg{
  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: 15;
  opacity: 1;
  transform: translateX(0);
  will-change: transform;
  transition: transform 350ms, opacity 250ms;
}

.videoChooser>div{
  z-index: 5;
}


.moviePlayingFlag{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.1em;
  color: rgba(255,255,255,0.9);
  min-width: 50px;
  border-radius: 0 10px 0 0;
  height: auto;
  padding: 15px;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
  transition: left 350ms;
  background: rgb(0 0 0 / 43%);
}

.moviePlayingFlag span{
  vertical-align: middle;
}
.moviePlayingFlag svg{
  vertical-align: middle;
}

.notPlaying{
  left: -200px;
}


.clickCatcherParent{
  display: block;
  position: relative;
  width: 100%;
  min-height: 100%;
}

.clickCatcher{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
  z-index: 0 !important;
}

.videoChooser{
  display: inline-block;
  position: relative;
  width: 80%;
  min-height: 100%;
  max-width: 700px;
  border-radius: 0 0 20px 20px;
  z-index: 15;
  margin-bottom: 25%;
  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;
  text-align: center;
  opacity: 1;
  border-radius: 0 10px 10px 0;
  transition: opacity 250ms, left 250ms;
  font-size: 14px;
}


.qualButton{
  text-decoration: underline;
  cursor: pointer;
}


.videoChooserSearch{
  display: inline-block;
  position: relative;
  width: 90%;
  margin: 5%;
  font-size: 1.5em;
  text-align: left;
}

.videoChooserSearchResults{
  display: inline-block;
  position: relative;
  width: 90%;
  margin: 1% 5%;
  font-size: 1.5em;
}

.videoChooserSearch input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255,255,255,0.3);
  opacity: 1; /* Firefox */
}

.videoChooserSearch input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255,255,255,0.3);
}

.videoChooserSearch input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255,255,255,0.3);
}

.videoChooserSearch input::-webkit-search-cancel-button{
    display: none !important;
}

.videoChooserSearch input{
    display: inline-block;
    position: relative;
    width: 100%;
    margin-right: 5%;
    padding: 5%;
    color: #fff;
    border-radius: 10px;
    font-size: 1.1em;
    font-weight: normal;
    outline: none; border: 0;
    background: rgba(0,0,0,0.65);
    box-shadow: inset 1px 1px 5px 2px rgba(0,0,0,0.2), 1px 1px 2px 0px rgba(255,255,255,0.25);
    -webkit-appearance: none;
}

.videoChooserButton{
  display: block;
  position: absolute;
  width: 20%;
  height: 100%;
  right: 0;
  top: 0;
  text-align: center;
  border-radius: 10px;
  font-size: 1.75em;
  font-weight: normal;
  outline: none;
  border: 0;
  cursor: pointer;
}

.videoChooserButton svg{
  filter: drop-shadow(0px 0px 1px rgba(0,0,0,1));
  color: rgb(247, 247, 247);
  opacity: .8;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.searchResults{


      display: inline-block;
      position: relative;
      width: 100%;
      padding: 2% 0;
      color: #efefef;
      border-radius: 10px;
      font-size: .75em;
      font-weight: normal;
      outline: none;
      border: 0;
    background: rgba(0,0,0,0.65);
      box-shadow: inset 1px 1px 2px 1px rgba(0,0,0,0.3),  1px 1px 2px 0px rgba(255,255,255,0.25);
  }


.result{
  display: inline-block;
  position: relative;
  padding: 10px;

}

.result svg{
  font-size: .85em;
  cursor: pointer;
  margin: 2px;
}

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

.videoChooserPlay{
  display: block;
  position: absolute;
  height: 50%;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  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 svg{
  font-size: 3.5rem;
  fill: rgba(255,255,255,.65);
  cursor: pointer;
}

.videoChooserPlay svg:hover{
  fill: rgba(255,255,255,.95);
}

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

.slideShowCount{
  font-weight: bold;
}

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


.tinted{
    background: rgba(0,0,0,0.75);
}

.tintedDarker{
    background: rgba(0,0,0,0.75);
}


.videoChooserLoadingHidden{
  opacity: 0;
  transform: translateX(-200%);
}

.signupForm{
  display: block;
  position: relative;
  width: 100%;
  max-height: 1200px;
  overflow: hidden;
  transition: max-height 600ms, opacity 600ms;
}

.signupForm svg{

    vertical-align: middle;

}

.signupFormHidden{
  max-height: 0 !important;
  opacity: 0 !important;
}

.signupFormLine{
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  margin: 10px 0;
  overflow: hidden;
  transition: height 200ms;
  cursor: pointer;
  will-change: height;
}

.signupFormLine:hover{
  background: #568fa9;
}

.signupFormLineSelected{
  background: #568fa9;
  height: 160px;
}


.signupFormLineCurrent{
  background: #2e8a41 !important;
}

.signupFormLineHidden{
  height: 0;
  margin: 0; padding: 0;
}

.signupIcon{
  color: rgb(247, 247, 247);
  opacity: 0.7;
  transition: color 300ms;
  display: block;
  position: relative;
}

.numberLeft{
  display: block;
  position: absolute;
  width: 25%; height: 100%;
  left: 0; top: 0;
  background: rgba(255,255,255,0.25);
  font-size: 2em;
  font-family: sans-serif;
}

.signupDescription{
  display: block;
  position: absolute;
  width: 75%; height: 100%;
  top: 0; right: 0;
  line-height: normal;
  background: rgba(255,255,255,0.12);
}

.signupDescriptionText{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 90%;
}

.paymentIframe{
  display: block;
  position: relative;
  width: 100%;
  height: 420px;
  border: 0;
}


.postPaymentMessage{
  display: inline-block;
  position: relative;
  background: rgba(255,255,255,0.12);
  border-radius: 0;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 20px;
  color: #fff;
  padding: 15px 0;
  vertical-align: middle;
  text-align: center;
    font-size: 1.55em;
  transition: opacity 250ms, transform 250ms;
}

.paymentError{
  background: rgba(255,255,255,0.2);
  display: block;
  position: relative;
  padding: 30px;
}

.paymentForm{
  display: inline-block;
  position: relative;
  background: rgba(255,255,255,0.12);
  border-radius: 0;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 20px;
  color: #fff;
  padding: 15px 0;
  vertical-align: middle;
  text-align: center;
    font-size: 1.55em;
  transition: opacity 250ms, transform 250ms;
}

.paymentForm button{
  cursor: pointer;
  padding: 20px 0;
  background: rgba(255,255,255,0.15);
  display: inline-block;
  width: 100%;
  font-size: 1.15em;
  letter-spacing: 1px;
  border: 0;
  color: #fff;
  margin: 25px 0;
  border-radius: 20px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.4), inset 1px 1px 2px 0px rgba(255,255,255,0.25);
  transition: background 200ms;
}

.paymentForm button:hover{

  background: rgba(125, 255, 183, 0.5);

}

.paymentForm form{
  max-width: 420px;
  display: inline-block;
  width: 90%;
  margin-bottom: 15px;
}

.stripeLogo{
  max-width: 150px;
  width: 100%;
  height: auto;
  margin: 10px;
}

#card-errors{
  margin: 10px;
  display: block;
  position: relative;
}

#card-element{
padding: 9px;
height: auto !important;
}

.InputElement{
font-size: 14px !important;
}

.form-row label{
  margin: 30px 10px;
  display: block;
  font-size: 1.25em;
  position: relative;
  color: #fff;
}



.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}




.loginFormPP{
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 500px;
  font-size: .9em;
  text-align: center;
}

.loginForm{
  display: inline-block;
  position: relative;
  width: 85%;
  vertical-align: middle;
  text-align: center;
  transition: opacity 250ms, transform 250ms;
}

.loginForm div{
  margin: 20px 0;
  transition: height 200ms, opacity 200ms, padding 200ms, margin 200ms;
}

.loginForm input{
  padding: 20px;
  width: 80%;
  max-width: 350px;
  border-radius: 10px;
  box-shadow: inset 1px 1px 3px 1px rgba(0,0,0,0.3), 1px 1px 2px 1px rgba(255,255,255,0.2);
  border: 0;
  transition: height 200ms, opacity 200ms, padding 200ms, margin 200ms;
}

.pass2hidden{
  height: 0px;
  padding: 0 !important;
  opacity: 0;
  margin: 0 !important;
}

.loginFormHolder{

  display: inline-block;
  position: relative;
  width: 90%;
  margin: 5%;
  background: rgba(0,0,0,0.75);
  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);
}


.loginFormContent{
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  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;
}

.loginStatus{
  font-size: .85em;
}

.loginButton{
  cursor: pointer;
  padding: 20px;
  background: rgba(255,255,255,0.15);
  display: inline-block;
  width: 26%;
  border-radius: 20px;
  max-width: 350px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.4), inset 1px 1px 2px 0px rgba(255,255,255,0.25);
  transition: background 200ms;
}

.loginButtonHidden{
  cursor: pointer;
  padding: 20px;
  opacity: 0;
  display: inline-block;
  width: 26%;
  max-width: 350px;
  transition: background 200ms;
}

.widerButton{
  width: auto !important;
}


.loginButton:hover{
    background: rgba(125, 255, 183, 0.5);
}

.loginButtonLink{
  background: none !important;
  box-shadow: none !important;
  text-decoration: underline;
  opacity: 1 !important;
}

.newLoginStatus{
  display: block;
  position: absolute;
  left: 0; top: 105%;
  height: 20px;
  width: 100%;
  font-size: .75em;
}

.registerSupportButton{
  background: rgba(255,255,255,0.0);
  display: inline-block;
  position: relative;
  width: 90%;
  border-radius: 20px;
  transition: background 200ms;
  vertical-align: middle;
  font-size: .9em;
  line-height: 1.5;
  margin: 10px 0;
}

.supportOptionHeader{
  font-weight: bold;
  margin-bottom: 7px;
}

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

.loadingLines div{
  margin: 20px 0;
}

.loadingLines svg{
  margin: 0 6px;
}


.movieInfoBox{
  display: inline-block;
  position: relative;
  width: 85%;
  vertical-align: middle;
  text-align: left;
  background: rgba(0,0,0,0.0);
}

.movieInfoBox div{
  margin: 20px 5px;
}

.confirmOverlay{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
  background: rgba(0,0,0,0.95);
  text-align: center;
  transform: translateX(-150%);
  transition: transform 250ms;
  z-index: 6;
}

.showConfirm{
  transform: translateX(0);
}

.confirmContent{
  display: inline-block;
  position: relative;
  max-width: 90%;
  vertical-align: middle;
}



.confirmQuestion{
  font-size: 1.25em;
  letter-spacing: 1px !important;
  line-height: 1.2;
  color: #fff;
  display: inline-block;
  max-width: 90%;
  margin: 10px;
}

.confirmButton{
  cursor: pointer;
  padding: 20px;
  margin: 10px;
  background: rgba(255,255,255,0.15);
  display: inline-block;
  border-radius: 20px;
  vertical-align: middle;
  max-width: 350px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.4), inset 1px 1px 2px 0px rgba(255,255,255,0.25);
  transition: background 200ms;
  font-size: 1.45em;
}

.confirmButton:hover{
  background: rgba(255,255,255,0.45);
}

.myMixIcons svg{
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 3.5rem;
  fill: rgba(255,255,255,.65);
  cursor: pointer;
}

.myMixIcons svg:hover{

  fill: rgba(255,255,255,.95);
  cursor: pointer;
}

.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{

}

.slideShowThumb{
  display: inline-block;
  position: relative;
  width: 90%;
  margin: 5%;
  padding-top: 31%;
  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);
  background: url(./thumbs/SlideShow.jpg);
  background-size: 100% auto;
  background-position: 'center';


}


.permaLinkText{
  display: inline-block;
  position: relative;
  width: 90%;
  text-align: center;
  padding: 5px;
  margin: 10px;
  overflow: hidden;
  border-radius: 10px;
  border: 0;
  background: rgba(255,255,255,0.75);
  transition: height 120ms, padding 120ms, margin 120ms;
}

.hideLink{
  height: 0;
  padding: 0;
  margin: 0;
}

.thumbPlaying{
  width: 90%;
}

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

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

.audioMixerHolder{
  display: inline-block;
  position: relative;
  width: 80%;
  border-radius: 0 0 20px 20px;
  min-height: 100%;
  max-width: 700px;
  text-align: center;
  z-index: 5;
  margin-bottom: 25%;
  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: hidden;
  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;
  margin-bottom: 35px;
}

.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: #63b8d5;
  display: block;
  position: relative;
  width: 94%; margin:1% 3%;
  font-weight: normal;
  text-decoration: underline;
  }

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


.audioMixerSaveButton{
  display: block;
  position: relative;
  width: 94%; margin:5%;
  color: #fff;
  font-size: 2.1em;
  font-weight: normal;
  cursor: pointer;
  opacity: .7;
}

.audioMixerSaveButton:hover{
  opacity: 1;
}

.saveError{
  display: block;
  position: relative;
  width: 94%; margin:5%;
  color: #fff;
  font-size: .75em;
  font-weight: normal;
  opacity: .7;
}

.audioMixerHeader{
  display: block;
  position: relative;
  width: 94%; margin:25px 2%;
  max-height: 100px;
  opacity: 1;
  overflow: hidden;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  transition: max-height 200ms, opacity 200ms, margin 200ms;
}


.audioMixerLabel{
  display: block;
  position: relative;
  width: 94%; margin: 3% 2%;
  max-height: 100px;
  opacity: 1;
  overflow: hidden;
  color: #fff;
  font-size: 0.8em;
  font-weight:100;
  transition: max-height 200ms, opacity 200ms, margin 200ms;
}

.audioMixerItem{
  display: block;
  position: relative;
  width: 96%; margin:1.5% 2%;
  max-height: 100px;
  opacity: 1;
  overflow: hidden;
  color: #fff;
  font-size: .9em;
  transition: max-height 200ms, opacity 200ms, margin 200ms;
}

.audioMixerItemDelete{
  max-height: 0;
  opacity: 0;
  margin: 0 3%;
}


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

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


.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
}

.audioTitleText{
  display: inline-block;
  position: relative;
  width: 100%;
}

.audioTitleTextSpan{
  display: inline-block;
  position: relative;
  width: 90%;
}

.audioTitle{
  font-weight: 100;
}

.audioTitle span{
  vertical-align: middle;

}


.removeButtonText{
  display: block;
  position: absolute;
  opacity: 0.35;
  width: 10%;
  color: #fff;
  right: 3px;
  vertical-align: middle;
  height: 10px;
  overflow: visible;
  top: 3px;
  font-size: .9em;
  margin-left: 3px;
  cursor: pointer;
  text-align: right;
}

.removeButtonText:hover{
  opacity: 0.95;
}

.removeButtonText svg{
  vertical-align: middle;
}

.slideShowPlaying {
  display: inline-block;
  position: relative;
  padding: 5%;
  font-size: 2em;
  background: rgba(0,0,0,0.75);
  border-radius: 15px;
  border: 1px solid rgba(255,255,255,0.85);
  cursor: pointer;
  vertical-align: middle;
  max-width: 70%;
  transition: border 300ms, background 300ms;
}

.slideShowPlaying:hover{
  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.99);
}

.slideShowButtonReally{
  display: block;
  position: relative;
  padding: 5px; margin: 5px;
}

span{
  vertical-align: middle;
}

svg{
  vertical-align: middle;
}


.slideShowButton {
  display: inline-block;
  position: relative;
  padding: 5%;
  font-size: 2em;
  background: rgba(0,0,0,0.75);
  border-radius: 15px;
  border: 1px solid rgba(255,255,255,0.85);
  cursor: pointer;
  vertical-align: middle;
  max-width: 70%;
  transition: border 300ms, background 300ms;
}

.slideShowButton:hover{
  background: rgba(0,0,0,0.65);
  border: 1px solid rgba(255,255,255,0.99);
}


.slideShowLabel{
  font-size: .7em;
  display: block;
  position: relative;
}

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

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

.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: 1.1em;
  letter-spacing: 1px;
  font-weight: normal;
}

.aboutSectionItem div{
  display: inline-block;
  position: relative;
  padding: 30px 0;
  line-height: 1.5;
  max-width: 92%;
}

.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;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.4), inset 1px 1px 2px 0px rgba(255,255,255,0.25);
}

.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: 6%;
  height: 100%;
  color: #fff;
  font-size: 24px;
  vertical-align: middle;
  cursor: pointer;
}

.volumeIcon svg{
  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;
}

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: 101%; overflow: hidden;
  left: 0; top: -.5%;

}

.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 */
}


.myPlayerLoading iframe{
  /*opacity: 0 !important;*/
}


.myPlayer iframe,
.myPlayer object,
.myPlayer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity: 2000ms;
  opacity: 1;
}

.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;
}

.masterVolumeHolder{
  display: block;
  position: absolute;
  width: 250px;
  height: 100%;
  padding: 0;
  left: -10px;
  top: 0;
  background: rgba(0,0,0,0.0);
  border-radius: 10px;
}

.masterVolumeInline{
  margin-bottom: 20px !important;
  padding-bottom: 10px;
}


.audioListSmall{
  display: none;
}

.simplebar-content{
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 100%;
}



/* SUPER WIDE displays */
@media screen and (min-aspect-ratio: 2/1) {
    .nowPlayingSection{
      display: none;
    }
}


@media screen and (min-width: 1200px) and (max-height: 900px) {
    .nowPlayingSection{
      display: none;
    }
}





@media (min-width: 1000px) {

  .newButtonHolderBottomCenter .buttonColors{

    font-size: 4em;

  }

}





@media (max-width: 1000px) {

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

  .simplebar-track{
    opacity: 0.1;
  }

  .addMoreSoundsButton{
    font-size: 2em;
  }

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

  .searchResults{
        font-size: .85em;
    }

    .result{
      padding: 4px;

    }

    .toggleBottomMenu{
      padding: 3.5%;
    }

    .nowPlayingSection{
      font-size: 1.5em;
    }

  .audioListSmall{
    display: inline-block !important;
    font-size: .93em;
  }

  .newButtonHolder{
    border-radius: 0 0 10px 0;
    padding: 10px 10px 10px 20px;
  }

  .slideShowThumb{
    display: none;
  }


  .loginFormContent{
    font-size: 1.55em !important;
    letter-spacing: 1px !important;
  }

  .audioList{
    display: none !important;
  }

  .rightArrowButton{
    display: none !important;
  }

  .leftArrowButton{
    display: none !important;
  }


  .volumeIcon{

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

  }

  .videoChooser{
    width: 100%;

  }

  .movieThumb{
    width: 75%;
  }

  .videoChooserSearch{
    width: 75%;
  }

  .videoChooserSearchResults{
    width: 75%;
  }

  .loginFormHolder{
    width: 75%;
  }

  .audioMixerHolder{
    width: 100%;
  }

  .audioMixer{
    width: 75% !important;
  }

  .audioMixerItem, .audioMixerLabel, .audioMixerHeader{
    font-size: 1.5em !important;
    margin: 20px 2% !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;
  }

  .confirmQuestion{
    font-size: 1.45em;
  }
  .confirmButton{
    font-size: 1.75em;
  }


  .loadingLines div {
      margin: 5px 0;
      max-width: 90%;
      display: inline-block;
  }

 }
