.jplayer-gui {
  width: 100%;
}

.jp-gui {
  position: relative;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.jp-gui .left-block {
  position: relative;
  width: 60%;
  height: 50px;
  margin: 17px 2px 0 0;
  display: inline-block;
  background: #222222;
  border: 1px solid #2a2a2a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 48em) {
  .jp-gui .left-block {
    width: 70%;
  }
}
.jp-gui .right-block {
  width: 38%;
  float: right;
  height: 50px;
  margin: 17px 0 0 0;
  position: relative;
  display: inline-block;
  background: #222222;
  border: 1px solid #2a2a2a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 48em) {
  .jp-gui .right-block {
    width: 28%;
  }
}

.ui-slider-handle {
  position: absolute;
  z-index: 20;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: #684287;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -ms-border-radius: 1.5em;
  -o-border-radius: 1.5em;
  border-radius: 1.5em;
  outline: none;
  top: -4px;
  left: 0;
}

.jp-pause,
.jp-unmute,
.jp-no-solution {
  display: none;
}

.jp-gui .jp-play,
.jp-gui .jp-pause,
.jp-gui .jp-mute,
.jp-gui .jp-unmute {
  position: absolute;
  top: 14px;
  left: 10px;
  color: white;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  background: none;
  outline: none;
  border: 0;
  cursor: pointer;
  text-align: center;
}

div.jp-progress {
  position: absolute;
  left: 44px;
  top: 22px;
  width: 60%;
  height: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #3e2f4a;
  position: absolute;
}
@media (min-width: 48em) {
  div.jp-progress {
    width: 80%;
  }
}

div.jp-seek-bar {
  background: #684287;
  width: 0px;
  height: 6px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

div.jp-play-bar {
  position: absolute;
  top: 0;
  left: 0;
  background: #7a5996;
  width: 0px;
  height: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

div.jp-volume-bar {
  position: absolute;
  left: 40px;
  top: 22px;
  width: 60%;
  height: 6px;
  background-color: #3e2f4a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
@media (min-width: 48em) {
  div.jp-volume-bar {
    width: 70%;
  }
}

.jp-gui div.jp-volume-bar {
  display: none;
}

.jp-gui.jp-no-volume .right-block {
  display: none;
}

.jp-gui.jp-no-volume div.jp-progress {
  width: 81%;
}

.jp-gui.jp-no-volume .left-block {
  width: 100%;
}

div.jp-volume-bar-value {
  position: absolute;
  left: 0;
  top: 0;
  background: #7a5996;
  width: 0;
  height: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
