.clearfix {
	clear: both;
}
#audio-player-container{
	width:40%;
	float: left;
	min-height:400px;
	background:#000;
	overflow:auto;
	margin:20px 0 30px 5%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:#666 solid 2px;
	
}
#audio-player {
	
}

.cover{
	width:100%;
	z-index:1;
}

input#volume {
	width:95%;
	margin-left:2%;
    -webkit-appearance: none !important;
    background:#ccc;
    height:1px;
	margin-bottom:20px;
}
input#volume::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background:url(../images/audio-player/knob.png) no-repeat;
    height:12px;
    width:12px;
}

#buttons{
	width: 80%;
	display: block;
	margin: 15px auto;
	overflow: auto;
}
#buttons button {
	width: 23%;
	margin: 0 10px;
	padding: 10px 2%;
	font-size: 36px;
	color: #fff;
	font-family: FontAwesome;
	background-color: #0f77eb;
	border-radius: 8px;
	border: none;
	float: left;
}
#buttons button:hover {
	color: #ee4300;
}
button#play{
	
}

button#pause{
	
	
}

button#stop{
	
	
}

button#prev{
	
}

button#next{
	
}
#tracker {
	
}
#playlist {
    list-style-type: none;
	padding:10px;
}

#playlist li {
    cursor: pointer;
    margin:5px;
	padding: 5px;
	background: #0f77eb;
}

#tracker{
	position:relative;
	width:100%;
}

#playlist li.active {
    font-weight: bold;
	background: #ee4300;
}

#progressBar { 
   width:80%;
   margin-left:2%;
   margin-bottom:20px;
   margin-top:9px;
   height:10px;
   background:url(../images/audio-player/progress_bg.png) no-repeat;
   float:left;
}

#progress {
   background:url(../images/audio-player/progress.png) no-repeat;
   height:10px;
   display:inline-block;
}

#duration{
	position:absolute;
	top:0;
	right:10px;
	padding:4px 8px;
	background:#000;
	border-radius:5px;
}
/* iPad stlyes */	

		@media only screen and ( max-width: 998px )
{
	
#audio-player-container{
	width:99%;
	float: none;
	margin:20px 0;
}
#buttons button {
	font-size: 70px;
}

}

/* iPhone styles */
		
		@media only screen 
    and (max-device-width : 480px) 
    and (orientation : portrait) 
    and (-webkit-min-device-pixel-ratio : 2)
{ 
	
}
