.audiojs .progress{
	background-image: none;
	background-color: #fa9639;
	box-shadow: 0 33px 51px #98571a, 0 0 21px #db812d;
	height: 3px;
	top: 50%;
}
.audiojs{
	width: 630px;
	height: 20px;
	margin: 0 auto;
	position: relative;
	background-image: none;
	background-color: transparent;
	box-shadow: none;
	overflow: visible;
	padding: 0 50px;
}
.audiojs .scrubber{
	width: 100%;
	background-color: transparent;
	margin: 0;
	border: none;
}
.audiojs .loaded{
	width: 100%;
	top: 50%;
	height: 3px;
	background-color: #4f4e47;
}
.audiojs .scrubber{
}
.audiojs .time{
	height: 20px;
	line-height: 15px;
	border: none;
}
.audiojs .time em{
	position: absolute;
	top: 0;
	left: 0;
	color: rgba(255,255,255,.3);
}
.audiojs .time strong{
	position: absolute;
	top: 0;
	right: 0;
	color: rgba(255,255,255,.3);
}
.audiojs .play-pause{
	display: none;
}
@media only screen and (max-width : 768px) {
	.audiojs{
		width: 300px;
		padding: 0;
	}
	.audiojs .time em,
	.audiojs .time strong{
		top: 15px;
	}
}