.hidden {
  display: none;
}
#audioversion {
  margin: 0 auto;
  background: white;
  padding: 36px 10px 24px 10px;
}
#audioversion audio {
	display: none;
}
.player-controls {
	position: relative;
}
.player-controls:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
	width: 35px;
	height: 29px;
	background: url('../img/headphones.png') 0 0 no-repeat;
}
.player-controls:before {
  display: none;
}
button.back, button.forward {
	width: 18px;
	height: 22px;
	border: 0;
	cursor: pointer;
}
button.back {
	background: url('../img/back.png') 0 0 no-repeat;
}
button.forward {
	background: url('../img/forward.png') 0 0 no-repeat;
}
button.volume {
	width: 25px;
	height: 19px;
	border: 0;
	background: url('../img/volume.png') 0 0 no-repeat;
	cursor: pointer;
}
button.volume.muted {
	background: url('../img/volume-muted.png') 0 0 no-repeat;
}
.player-track-meta {
  text-align: center;
}
.player-track-meta p {
  margin: 0;
  font-size: 20px;
  color: #595959;
  font-weight: 700;
}
.player-track-meta span {
  font-size: 16px;
  font-weight: 400;
  padding: 0 2px;
  position: relative;
  top: 1px;
  color: #a3a3a3;
}
.player-controls {
  display: flex;
  align-items: center;
}
.player-play-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}
.icon-container {
  fill: transparent;
  stroke: none;
}
.player-play-btn:hover {
  fill: #444444;
}
.player-play-btn svg { 
  color: #595959;
  fill: #595959;
  position: relative;
  left: 0.5px;
  width: 36px;
  height: 36px;
  display: block;
}
.player-play-btn:hover svg {
  color: #ffffff;
}
.player-timeline {
  flex: 1;
  justify-content: space-between;
  padding: 0 10px;
}
.player-progress {
  display: flex;
  postion: relative;
  height: 6px;
  background: #c1c2c3;
  border-radius: 25px;
  margin: 0 5px;
  flex: 10;
  flex-basis: 100%;
  overflow: hidden;
}
.player-progress-filled {
  height: 6px;
  background: #595959;
  flex: 0;
  flex-basis: 0%;
  border-radius: 25px;
}
.player-time {
  padding: 2px 5px;
  text-align: left;
	padding-left: 130px;
	margin-top: -20px;
}
.player-volume-container {
	margin-right: 10px;
}
.player-volume, .player-rate {
  height: 28px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  background: transparent;
  position: absolute;
	width: 80px;
	top: -40px;
	right: 30px;
}
.player-rate {
	right: 0;
}
.player-rate-description {
	position: absolute;
	top: -55px;
	right: 0;
}
.player-volume:focus, .player-rate:focus {
  outline: none;
}
.player-volume::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #c1c2c3;
  border-radius: 10px;
}
.player-volume::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 100px;
  border: none;
  background: #595959;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
.player-volume:focus::-webkit-slider-runnable-track {
  background: #c1c2c3;
}
.player-volume::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #c1c2c3;
  border-radius: 10px;
}
.player-volume::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 100px;
  border: none;
  background: #595959;
  cursor: pointer;
  margin-top: -5px;
}
.player-volume::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #c1c2c3;
  border-radius: 10px;
}
.player-volume::-ms-fill-lower {
  background: #c1c2c3;
  border-radius: 10px;
}
.player-volume::-ms-fill-upper {
  background: #c1c2c3;
  border-radius: 10px;
}
.player-volume::-ms-thumb {
  margin-top: 1px;
  height: 15px;
  width: 15px;
  border-radius: 5px;
  border: none;
  background: #595959;
  cursor: pointer;
}
.player-volume:focus::-ms-fill-lower {
  background: #38bdf8;
}
.player-volume:focus::-ms-fill-upper {
  background: #38bdf8;
}
.player-rate::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #c1c2c3;
  border-radius: 10px;
}
.player-rate::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 100px;
  border: none;
  background: #595959;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
.player-rate:focus::-webkit-slider-runnable-track {
  background: #c1c2c3;
}
.player-rate::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #c1c2c3;
  border-radius: 10px;
}
.player-rate::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 100px;
  border: none;
  background: #595959;
  cursor: pointer;
  margin-top: -5px;
}
.player-rate::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #c1c2c3;
  border-radius: 10px;
}
.player-rate::-ms-fill-lower {
  background: #c1c2c3;
  border-radius: 10px;
}
.player-rate::-ms-fill-upper {
  background: #c1c2c3;
  border-radius: 10px;
}
.player-rate::-ms-thumb {
  margin-top: 1px;
  height: 15px;
  width: 15px;
  border-radius: 5px;
  border: none;
  background: #595959;
  cursor: pointer;
}
.player-rate:focus::-ms-fill-lower {
  background: #38bdf8;
}
.player-rate:focus::-ms-fill-upper {
  background: #38bdf8;
}
a.button.download {
	width: 18px;
	height: 19px;
	border: 0;
	background: url('../img/download.png') 0 0 no-repeat;
	text-decoration: none;
	margin-right: 10px;
}
button.settings {
	width: 19px;
	height: 19px;
	border: 0;
	background: url('../img/settings.png') 0 0 no-repeat;
	cursor: pointer;
}
