/* some bs */

@import url(https://fonts.googleapis.com/css?family=Raleway:500);
body {
  background: #323232;
  opacity: 10;    
}

.center {
font-family: 'Raleway';

  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
      animation: fadein 3s;
    -moz-animation: fadein 3s; 
    -webkit-animation: fadein 3s; 
    -o-animation: fadein 3s; 
}

p a {
  color: #FFA547;
  text-decoration: none;
  padding: 1px 2px 0px 2px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  transition: all .1s ease;
}
p a:hover {
 color: #FFA547;
  color: #bc6000;
 
  background-color: transparent;
}

#player {
  width: 350px;
  height: 50px;
  margin: 0 auto;
  top: 80px;
}
#player i {
  position: absolute;
  margin-top: -6px;
  color: #666;
}
#player i.fa-volume-down {
  margin-left: -8px;
}
#player i.fa-volume-up {
  margin-right: -8px;
  right: 0;
}

#volume {
  position: absolute;
  left: 24px;
  margin: 0 auto;
  height: 5px;
  width: 300px;
  background: #555;
}
#volume .ui-slider-range-min {
  height: 5px;
  width: 300px;
  position: absolute;
  background: #2ecc71;
  border: none;
  border-radius: 10px;
  outline: none;
}
#volume .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #FFF;
  position: absolute;
  margin-left: -8px;
  margin-top: -8px;
  cursor: pointer;
  outline: none;
}
#selector {
    width:100%;
    height:100%;
}
.container {
  height: 100%;
  width: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
}
.volbox{
  margin-top: 20px;
}

/*noise*/

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}