html, body {
  border: 0px;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: absolute;
  background-color: #222222;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 90%;
}

#adblockDetected {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

#reloadPage {
  background: red;
  width: 280px;
  height: 80px;
  border-color: white;
  border-radius: 5px;
  border-style: solid;
}

#windowWrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* Video Listing Page Styling */
#listing-container h1 {
  color: #D5D5D5;
  text-shadow: 1px 1px 2px #000;
}

#listing-container h3 {
  color: #5A5A5A;
  text-shadow: 1px 1px 2px #000;
}

#listing-container {
  display: none;
}

/* ******* The players ******* */
#TwoPlayerWrapper {
  margin: 0 auto;
  position: relative;
}

/* Overlay for focus and not letting the user fck with the players */
#twoplayerOverlay, #video1Overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  z-index: 1;
}

#video0Overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  display: none;
  z-index: 2;
  background-image: radial-gradient(rgba(0, 0, 0, 0) 10%, #000000 60%);
  pointer-events: none;
}

#video1Overlay {
  z-index: 2;
}

/* 2 Youtube Iframes */
#video0Wrapper {
  position: relative;
  border: none;
  float: left;
  text-align: center;
  margin: 0;
}

#video1Wrapper {
  position: relative;
  border: none;
  float: right;
}

#video0, #video1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* ******* The UI ******* */
#draggableUI {
  position: absolute;
  width: 100%;
  z-index: 9996;
  cursor: move;
  max-width: 1000px;
}

/* The message "Click two players" */
#textLogoWrap {
  position: absolute;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  bottom: 100%;
  width: 100%;
  height: 40px;
  z-index: 9996;
}

#ytImage {
  width: 40px;
  margin: auto;
}

#textWrap {
  position: relative;
  bottom: -25%;
  height: 100%;
  text-align: center;
  float: left;
}

#textClickBothVideos {
  display: inline-block;
  text-align: center;
  font-size: 90%;
}

/* ******* The Controls ******* */
#controls {
  position: absolute;
  visibility: hidden;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  width: 100%;
  bottom: 100%;
}

.stylingUI {
  /*border: 1px solid #d3d3d3;*/
  background: #000;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 5px;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  color: white;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
}

/* ******* The Buttons & Time ******* */
#buttonsWrap {
  position: relative;
  margin: auto;
  width: 100%;
  height: 44px;
}

button {
  background: none;
  border: none;
  color: #cccccc;
  outline: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  cursor: pointer;
  height: 21px;
  font-size: 1.3rem;
}

button:hover {
  color: white;
}

.containerOpen {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  -moz-text-shadow: 0 2px 15px red;
  text-shadow: 0 2px 15px red;
  color: white;
}

/* The button deviders */
#btnLeft, #btnMiddle, #btnRight {
  position: relative;
  height: 25px;
  text-align: left;
  float: left;
  width: 35%;
  padding: 0;
  margin: 0;
}

#btnMiddle {
  text-align: center;
  width: 30%;
}

#btnRight {
  text-align: right;
  float: right;
}

/* The left buttons */
#hideShowVideo1 {
  float: left;
  height: 25px;
  width: 25px;
  padding: 0;
  margin: 0;
}

#hideShowVideo1 i {
  display: inline-block;
}

#hideShowVideo1.hide .fa-angle-down {
  display: none;
}

#hideShowVideo1.show .fa-angle-up {
  display: none;
}

#volumeBtn, #balanceBtn, #repeaterBtn, #infoBtnLeft {
  float: left;
  position: relative;
  height: 25px;
  width: 25px;
  padding: 0;
  margin: 0;
}

#infoBtnLeft {
  height: 40px;
  width: 50px;
  display: none;
  visibility: hidden;
}

/* The middle buttons */
#backBtn, #forwardBtn {
  height: 25px;
  width: 25px;
  padding: 0;
  margin: 0;
}

#playPause {
  height: 25px;
  width: 25px;
  padding: 0;
  margin: 0;
}

#playPause i {
  display: inline-block;
}

#playPause.play .fa-pause {
  display: none;
}

#playPause.pause .fa-play {
  display: none;
}

/* The right buttons & the time */
#valueProgressWrapMin768 {
  float: right;
  height: 25px;
  font-size: 70%;
  width: 25px;
  text-align: center;
  padding: 0;
  margin: 0;
}

#valueProgressWrapPlus768 {
  float: right;
  font-size: 130%;
  text-align: center;
  display: none;
  padding: 0;
  margin: 0;
  margin-top: 1px;
}

#speedBtn, #infoBtnRight, #questionmarkBtn {
  float: right;
  height: 25px;
  width: 25px;
  padding: 0;
  margin: 0;
}

#fullScreen {
  float: right;
  height: 25px;
  width: 25px;
  padding: 0;
  margin: 0;
}

#fullScreen i {
  display: inline-block;
}

#fullScreen.expand .fa-compress {
  display: none;
}

#fullScreen.compress .fa-expand {
  display: none;
}

#infoBtnRight {
  position: relative;
  display: none;
}

/* ******* The Slider Containers ******* */
/* Volume Container */
#VolumebarContainer, #BalancebarContainer, #repeaterBarContainer {
  width: 100%;
  height: 42px;
  position: absolute;
  bottom: 110%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

/* Balance Container */
#BalancebarContainer {
  height: 60px;
}

#balanceLabels {
  position: relative;
  width: 96%;
  left: 2%;
  height: 18px;
}

#basslineLabel {
  float: left;
}

#songLabel {
  float: right;
}

/* Repeater Container */
#repeaterBarContainer {
  height: 80px;
}

#switchWrap {
  position: relative;
  height: 38px;
}

input[type="checkbox"].repeaterSwitch {
  position: absolute;
  visibility: hidden;
}

input[type="checkbox"].repeaterSwitch + label {
  position: relative;
  padding: 0 0 0 50px;
  cursor: pointer;
  top: 10px;
}

input[type="checkbox"].repeaterSwitch + label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 40px;
  height: 24px;
  border-radius: 16px;
  background: #888888;
  border: 0px solid #d9d9d9;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input[type="checkbox"].repeaterSwitch + label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input[type="checkbox"].repeaterSwitch + label:hover:after {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].repeaterSwitch:checked + label:before {
  background: #FF0000;
}

input[type="checkbox"].repeaterSwitch:checked + label:after {
  margin-left: 16px;
}

#repeatOff {
  display: inline-block;
}

#repeatOn {
  display: none;
}

#repeaterTimes {
  position: relative;
  width: 96%;
  left: 2%;
  top: -18px;
}

#timeLeft {
  float: left;
}

#timeRight {
  float: right;
}

/* Info Container */
#InfoContainer, #SpeedbarContainer, #questionmarkContainer {
  width: 100%;
  position: absolute;
  bottom: 110%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

#infoWrapIOS {
  display: block;
}

#infoWrapIEEDGE, #infoWrapMobile {
  display: none;
}

/* Speed Container */
#SpeedbarContainer {
  height: 42px;
}

.questionmarkLinkButton {
  font-size: 20px;
  text-align: left;
}

.questionsIcons {
  float: right;
  margin-left: 6px;
}

/* Progress Container */
#ProgressbarContainer {
  top: 100%;
  width: 94%;
  margin-left: 3%;
  margin-top: 3px;
  height: 18px;
  border: 0px;
  padding: 0px;
  cursor: move;
}

/* ******* The Sliders ******* */
/* Volume */
#volumeSlider, #balanceSlider, #repeaterSlider, #speedSlider, #progressSlider {
  top: 11px;
  margin: 0;
  padding: 0;
  width: 94%;
  left: 3%;
  height: 5px;
  outline: none;
  border: none;
  cursor: pointer;
  background: white;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

#volumeSlider .ui-slider-range, #balanceSlider .ui-slider-range, #repeaterSlider .ui-slider-range, #speedSlider .ui-slider-range, #progressSlider .ui-slider-range {
  background: #FF0000;
}

#volumeSlider .ui-slider-handle, #balanceSlider .ui-slider-handle, #repeaterSlider .ui-slider-handle, #speedSlider .ui-slider-handle, #progressSlider .ui-slider-handle {
  top: 1px;
  border-color: white;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  width: 1px;
  height: 1px;
  background: #FF0000;
  cursor: pointer;
  margin-left: 0px;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

#volumeSlider:hover .ui-slider-handle, #balanceSlider:hover .ui-slider-handle, #repeaterSlider:hover .ui-slider-handle, #speedSlider:hover .ui-slider-handle, #progressSlider:hover .ui-slider-handle {
  -webkit-transform: scale(15);
          transform: scale(15);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

#volumeSlider:hover .ui-slider-range, #balanceSlider:hover .ui-slider-range, #repeaterSlider:hover .ui-slider-range, #speedSlider:hover .ui-slider-range, #progressSlider:hover .ui-slider-range {
  -webkit-transform: scaleY(1.5);
          transform: scaleY(1.5);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

/* Progress */
#progressSlider {
  top: 5px;
  left: 0;
  width: 100%;
}

#progressTooltipWrap {
  position: absolute;
  top: -30px;
  width: 110px;
  left: 45%;
  visibility: hidden;
  -webkit-transition: visibility 0.2s, opacity 0.2s ease-in;
  transition: visibility 0.2s, opacity 0.2s ease-in;
  text-align: center;
  margin: auto;
  z-index: 9997;
}

#progressTooltip {
  font-size: 1.3rem;
  text-align: center;
  margin: auto;
}

/* ******* Compatibility Different Screensizes ******* */
/* Portrait tablets 768px and above */
@media only screen and (min-width: 768px) {
  html, body {
    font-size: 110%;
  }
  #textLogoWrap {
    height: 80px;
  }
  #logoWrap {
    position: relative;
    top: 20%;
  }
  #ytImage {
    width: 64px;
  }
  #textWrap {
    position: relative;
    bottom: -25%;
    font-size: 130%;
  }
  button {
    font-size: 1.9rem;
  }
  #adblockDetected {
    font-size: 110%;
  }
  #reloadPage {
    font-size: 100%;
  }
  #buttonsWrap {
    height: 61px;
  }
  #btnLeft, #btnMiddle, #btnRight {
    height: 40px;
  }
  #hideShowVideo1 {
    height: 40px;
    width: 50px;
  }
  #volumeBtn, #balanceBtn, #repeaterBtn, #backBtn, #playPause, #forwardBtn, #speedBtn, #fullScreen, #questionmarkBtn {
    height: 40px;
    width: 50px;
  }
  #infoBtnLeft {
    visibility: visible;
  }
  #infoBtnRight {
    visibility: hidden;
  }
  #valueProgressWrapMin768 {
    display: none;
  }
  #valueProgressWrapPlus768 {
    display: block;
  }
  #VolumebarContainer {
    height: 50px;
    width: 50%;
    left: 23%;
  }
  #BalancebarContainer {
    height: 74px;
    width: 50%;
    left: 23%;
  }
  #repeaterBarContainer {
    height: 88px;
    width: 100%;
    left: 0;
  }
  #ProgressbarContainer {
    width: 96%;
    margin-left: 2%;
  }
  .barPadding {
    position: absolute;
    width: 104%;
    height: 26px;
    bottom: -10px;
    z-index: 28;
  }
  input[type="checkbox"].repeaterSwitch {
    top: 60px;
  }
  input[type="checkbox"].repeaterSwitch + label {
    top: 16px;
  }
  #InfoContainer {
    width: 50%;
    left: 23%;
  }
  #SpeedbarContainer {
    height: 50px;
    width: 50%;
    left: 23%;
  }
  #questionmarkContainer {
    width: 50%;
    left: 23%;
  }
  #balanceLabels {
    height: 24px;
  }
  #volumeSlider, #balanceSlider, #repeaterSlider, #speedSlider {
    width: 96%;
    left: 2%;
  }
  #progressTooltipWrap {
    top: -38px;
  }
  #volumeSlider .ui-slider-handle, #balanceSlider .ui-slider-handle, #repeaterSlider .ui-slider-handle, #speedSlider .ui-slider-handle, #progressSlider .ui-slider-handle {
    margin-top: 1px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
/*
  @media only screen and (min-width: 1200px) {
    html, body {
      font-size: 120%;
    }
  
    #ytImage {
      width: 88px;
    }
   
    #textLogoWrap {
      height: 80px;
    }
  
    #textWrap {
      position: relative;
      bottom: -30%;
      left: 50px;
    }
  
    #btnLeft {
      height: 40px;
    }
    
    #btnMiddle {
      height: 40px;
    }
    
    #btnRight {
      height: 40px;
    }
  
    #hideShowVideo1 {
      height: 40px;
      width: 60px;
    }
    
    #volumeBtn {
      height: 40px;
      width: 60px;
    }
    
    #balanceBtn {
      height: 40px;
      width: 60px;
    }
    
    #repeaterBtn {
      height: 40px;
      width: 60px;
    }
    
    #infoBtn {
      height: 40px;
      width: 60px;
    }
    
    #backBtn {
      height: 40px;
      width: 60px;
    }
    
    #playPause {
      height: 40px;
      width: 60px;
    }
    
    #forwardBtn {
      height: 40px;
      width: 60px;
    }
    
    #valueProgressWrapPlus768 {
      height: 40px;
    }
    
    #speedBtn {
      height: 40px;
      width: 60px;
    }
    
    #fullScreen {
      height: 40px;
      width: 60px;
    }
  
    #VolumebarContainer{
      height: 52px;
      width: 50%;
      left: 23%;
    }
    
    #BalancebarContainer{
      height: 87px;
      width: 50%;
      left: 23%;
    }
  
    #repeaterBarContainer{
      height: 133px;
      width: 50%;
      left: 23%;
    }
  
    input[type="checkbox"].repeaterSwitch {
      top: 43%;
    }
  
    input[type="checkbox"].repeaterSwitch + label {
      top: 20px;
    }
  
    #InfoContainer{
      width: 50%;
      left: 23%;
    }
    
    #SpeedbarContainer{
      height: 52px;
      width: 50%;
      left: 23%;
    }
  
    #balanceLabels {
      height: 35px;
    }
  
    #repeaterTimes {
      height: 35px;
    }
  
    #volumeSlider .ui-slider-handle { 
      margin-top: 2px;
    }
  
    #balanceSlider .ui-slider-handle { 
      margin-top: 2px;
    }
  
    #repeaterSlider .ui-slider-handle { 
      margin-top: 2px;
    }
  
    #speedSlider .ui-slider-handle { 
      margin-top: 2px;
    }
  
    #progressSlider .ui-slider-handle { 
      margin-top: 2px;
    }
  }*/
/*# sourceMappingURL=player.css.map */