#audio-player {
	display: none;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 9999999999;
	padding: 10px 0px;
}
#audio-player .wrapper { width: 90%; }

#audio-player .audio-player-details { display: table; }
#audio-player .audio-player-image {
	display: table-cell;
	width: 100px;
}
#audio-player .audio-player-image img { display:block; width: 100%; }
#audio-player .audio-player-desc {
	display: table-cell;
	vertical-align: middle;
	padding-left: 12px;
}
#audio-player .audio-player-desc h5, #audio-player .audio-player-desc p { 
	font-size: 13px; margin: 0px;
}
#audio-player-close {
	position: absolute;
	right: 20px;
	top: 25px;
}
#audio-player-close h5 { cursor: pointer; margin: 0px; }
#audio-player .jp-audio {
    width: 420px;
    background: none;
	border: none;
	padding-top: 5px;
}
#audio-player .jp-interface { background: none; }
#audio-player .jp-controls { padding: 0px; }


#audio-player .jp-play {
	width: 46px; height: 46px;
	background: url('/images/audio-player_play@2x.png') no-repeat;
	background-size: 46px;
}
#audio-player .jp-state-playing .jp-play {
	width: 46px; height: 46px;
	background: url('/images/audio-player_pause@2x.png') no-repeat;
	background-size: 46px;
}
#audio-player .jp-volume {
	width: 28px; height: 23px;
	background: url('/images/audio-player_volume@2x.png') no-repeat;
	background-size: 26px auto;
}
#audio-player .jp-audio .jp-type-single .jp-progress {
	left: 62px; top: 12px;
}
#audio-player .jp-audio .jp-type-single .jp-time-holder {
	left: 62px; top: 28px;
}
#audio-player .jp-volume-controls { top: 9px; left: 264px; }
#audio-player .jp-volume-bar { top: 7px; left: 37px; height: 7px; }
#audio-player .jp-volume-bar-value { height: 7px;}
#audio-player .jp-details { display: none; }

@media only screen and (min-width: 1140px) {
	#audio-player .audio-player-details {
		float: left;
	}
	#audio-player .jp-audio {
    	float: right;
		padding-top: 5px;
	}
	#audio-player-close {
		right: 35px;
		top: 25px;
	}
}

