.jp-interface{
	padding:10px 20px;
	position: relative;
	color: #999;
}
.jp-audio, .jp-audio-stream{
	font-size: 16px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.6;
	color: #666;
	border: 1px solid #009be3;
	background-color: #eee;
}

/*.jp-controls, .progressInfo, .jp-volume-controls,*/
.jp-current-time, .jp-duration, .jp-mute-button, .jp-volume-bar, .jp-volume-max-button{
	display:inline-block;
}

.jp-controls{
	width:120px;
	vertical-align: middle;
	position: relative;
	height: 80px;
}
.progressInfo{
	left:140px;
	position: absolute;
	top: 42px;
}
.jp-progress{
	width:300px;
}
.jp-progress{
	width:120px;
}
.jp-play .fa-pause{
	display: none;
}
.jp-play .fa-play{
	display: block;
}
.jp-play:focus {
	color:#009be3;
}

.jp-state-playing .jp-play .fa-pause{
	display: block;
}
.jp-state-playing .jp-play .fa-play{
	display: none;
}


.jp-details{
	width: 100%;
	background-color: #ccc;
	font-weight: bold;
	cursor: default;
	line-height: 40px;
	height: 40px;
}

.jp-play {
	width: 40px;
	height: 40px;
	border:1px solid #009be3;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 3px #009be3;
	position: absolute;
	left: 0px;
	top: 20px;
}
.jp-play i{
	font-size: 20px;
	margin-top: 10px;
}
.jp-stop, .jp-previous, .jp-next {
	border:1px solid #009be3;
	width: 28px;
	height: 28px;
	margin-left: 6px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 3px #009be3;
	position: absolute;
	left: 55px;
	top: 26px;
}
.jp-stop i{
	margin:0;
	font-size: 16px;
}

.jp-progress {
	background-color: #ddd;
}

.jp-audio .jp-progress {
	height:15px;
	width:100%
}
.jp-time-holder{
	width:100%;
	font-size: 10px;
}


.jp-volume-controls{
	position: absolute;
	right: 10px;
	top: 35px;
	width: 120px;
	font-size: 20px;
}
.jp-mute-button{
	position: absolute;
	left:0px;
	top: -3px;
}

.jp-volume-bar{
	position: absolute;
	left: 30px;
	top: 12px;
}

.jp-volume-max-button{
	position: absolute;
	left: 83px;
	top: -3px;
}

.jp-mute, .jp-volume-max{
	border: none;
	background: none;
	width: 25px;
}

.jp-mute:focus, .jp-volume-max:focus{
	color:#009be3;
}

.jp-time-holder .jp-current-time{
	float: left;
}
.jp-time-holder .jp-duration{
	float: right;
}

.jp-seek-bar {
	background-color: #CCCCCC;
	width:0px;
	height:100%;
	cursor: pointer;
}
.jp-play-bar {
	background-color: #009BE3;
	width:0px;
	height:100%;
}

.jp-mute .fa-volume-off{
	display:none;
}
.jp-mute .fa-volume-down{

	display:block;
}
.jp-state-muted .jp-mute .fa-volume-off{
	display:block;
}
.jp-state-muted .jp-mute .fa-volume-down{

	display:none;
}

.jp-volume-bar {
	overflow:hidden;
	background-color: #CCCCCC;
	width:46px;
	height:5px;
	cursor: pointer;
}
.jp-volume-bar-value {
	background-color: #009BE3;
	width:0px;
	height:5px;
}

.jp-state-no-volume .jp-volume-controls{
	display: none;
}