
.nofull1{

  position: relative;
  margin-top: -5px;
  background-color: #1e2430;
  height: 30px;
  opacity:0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}

#disp1:hover .nofull1{
  opacity:1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#disp1 #player_controls > div {
  color: #677e96;
  cursor: pointer;
}

#disp1 #player_controls #live_control.disabled {
  color: #00a65a;
}

.nofull #player_controls #pause_control{
  position: absolute;
  top: 25%;
  left: 1%;
}
.nofull #player_controls #live_control{
  position: absolute;
  top: 20%;
  left: 4%;
}
.nofull #player_controls #mute_control{
  position: absolute;
  top: 25%;
  left: 75%;
}
.nofull #player_controls #volume_control{
  position: absolute;
  top: 20%;
  left: 78%;
}
.nofull #player_controls #fullscreen_control{
  position: absolute;
  top: 25%;
  right: 4%;
}
.nofull #player_controls #share_control{
  position: absolute;
  top: 25%;
  left: 97%;
}
.nofull #duration_time{
  font-size: 66%;
  position: absolute;
  top: 29%;
  right: 26%;
}


.nofull #progress_bar {
  width: calc(64% - 100px);
  height: 10px;
  position: absolute;
  top: 20%;
  left: 8%;
  position: relative;
  background-color: #131822;
  display: inline-block;
}


.yesfull #player_controls #pause_control{
  position: absolute;
  top: 25%;
  left: 1%;
}
.yesfull #player_controls #live_control{
  position: absolute;
  top: 20%;
  left: 3%;
}
.yesfull #player_controls #mute_control{
  position: absolute;
  top: 25%;
  left: 77%;
}
.yesfull #player_controls #volume_control{
  position: absolute;
  top: 20%;
  left: 79%;
}
.yesfull #player_controls #fullscreen_control{
  position: absolute;
  top: 25%;
  left: 95%;
}
.yesfull #player_controls #share_control{
  position: absolute;
  top: 25%;
  left: 97%;
}
.yesfull #duration_time{
  font-size: 66%;
  position: absolute;
  top: 29%;
  left: 69%;
}
.yesfull #progress_bar {
  width: 62%;
  height: 10px;
  position: absolute;
  top: 20%;
  left: 6%;
  position: relative;
  background-color: #131822;
  display: inline-block;
}



#disp1 #progress_bar > div {
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  width: 0;
}
#disp1 #progress_bar #progress_bar_current {
  float: left;
  background-color: #445b72;
  z-index: 20;
  width: 0;
}
#disp1 #progress_bar #progress_bar_live {
  float: left;
  background-color: #656E77;
  z-index: 10;
  width: 0;
}



/*input[type=range]{
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 7px;
    background: #131822;
    border: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #677e96;
    margin-top: -4px;
}


input[type=range]:focus {
    outline: none;
}*/


input[type=range] {
  -webkit-appearance: none;
  width: 15%;
  height: 20px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #131822, 0px 0px 0px #1c2432;
  background: #131822;
  border-radius: 0px;
  border: 0px solid #131822;

}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #677e96, 0px 0px 0px #768ba1;
  border: 0px solid rgba(103, 126, 150, 0.98);
  height: 14px;
  width: 14px;
  border-radius: 24px;
  background: #677e96;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #131822;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #131822, 0px 0px 0px #1c2432;
  background: #131822;
  border-radius: 0px;
  border: 0px solid #131822;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #677e96, 0px 0px 0px #768ba1;
  border: 0px solid rgba(103, 126, 150, 0.98);
  height: 14px;
  width: 14px;
  border-radius: 24px;
  background: #677e96;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #131822;
  border: 0px solid #131822;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #131822, 0px 0px 0px #1c2432;
}
input[type=range]::-ms-fill-upper {
  background: #131822;
  border: 0px solid #131822;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #131822, 0px 0px 0px #1c2432;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #677e96, 0px 0px 0px #768ba1;
  border: 0px solid rgba(103, 126, 150, 0.98);
  height: 14px;
  width: 14px;
  border-radius: 24px;
  background: #677e96;
  cursor: pointer;
  height: 4px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #131822;
}
input[type=range]:focus::-ms-fill-upper {
  background: #131822;
}

#player_controls input{
  background-color: #1E2430;
}
.yesfull{
  width: 100% !important;
  height: 100vh !important;
}

.yesfull1{
  width: 100%;
  height: 33px;
  background-color:  #1e2430;
  position: absolute;
  z-index: 2147483650;
  left: 0px;
  bottom: 0px;
  /*top: calc(100vh - 40px);*/
  /*opacity: 0;*/
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}


.yesfull1:hover{
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.yesfull1_moz{
  width: 100%;
  height: 33px;
  background-color:  #1e2430;
  position: absolute;
  z-index: 2147483650;
  left: 0px;
  /*bottom: 73px;*/
  top: calc(100vh - 107px);
  
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
  /*opacity: 0;*/
}


.yesfull1_moz:hover{
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}