/* Absolute Center */
.abs-center{
	margin: auto;
	position: fixed;
	top:0; right:0; bottom:0; left:0;
}
/*Container for audio player*/
#audioplayer{
	width: 384px;
	height: 56px;
	margin: auto;
	border: 1px solid #ffd6d6;
	border-radius: 12px;
}
/* Play/Pause Button */
#pButton{
	height:24px;
	width: 24px;
	border: none;
	background-size: 80% 80%;
	background-repeat: no-repeat;
	background-position: center;
	float:left;
	outline:none;
	margin: 16px;
    cursor: pointer;
    margin-right: 5px;
}
/*Classes for play/pause button background*/
.play{background: url('../img/playBtn.png') ;}
.pause{background: url('../img/pauseBtn.png') ;}

#timeline{
	width: 216px;
	height: 6px;
	background-color: #FFB6C9;
	margin-top: 26px;
	float: left;
	border-radius: 15px;
	overflow: hidden;
}
/*Grabable Playhead*/
#playhead{
	cursor: pointer;
	width: 1px;
	height: 6px;
	border-radius: 5px;
	background-color: #DB2857;
}

div#playTime {
    float: left;
    font-family: MonseratBlack;
    font-size: 12px;
    line-height: 15px;
    margin-top: 22px;
    margin-left: 17px;
    width: 16px;
    margin-right: 20px;
}

.volume-wrp {
	position: relative;
	width: 20px;
	height: 14px;
	float: left;
    margin: 19px 0 0 20px;
}

.volume-line {
	width: 4px;
	border-radius: 2px;
	background-color: #FFB6C9;
	position: absolute;
	cursor: pointer;
}

.vlm-c1 {
	height: 7px;
	background-color: #DB2857;
	left: 0;
	bottom: 0;
}

.vlm-c2 {
	height: 11px;
	background-color: #FFB6C9;
	left: 8px;
	bottom: 0;
}

.vlm-c3 {
	height: 15px;
	background-color: #FFB6C9;
	left: 16px;
	bottom: 0;
}




/*--------for all players---------*/
div#wrapper1 {
	padding-top: 15px;
	padding-bottom: 40px;
}
div#wrapper {
    padding-top: 40px;
}



/*player 2----------------*/
#audioplayer1{
	width: 384px;
	height: 56px;
	margin: auto;
	border: 1px solid #ffd6d6;
	border-radius: 12px;
}
/* Play/Pause Button */
#pButton1{
	height:24px;
	width: 24px;
	border: none;
	background-size: 80% 80%;
	background-repeat: no-repeat;
	background-position: center;
	float:left;
	outline:none;
	margin: 16px;
    cursor: pointer;
    margin-right: 5px;
}
#timeline1{
	width: 216px;
	height: 6px;
	background-color: #FFB6C9;
	margin-top: 26px;
	float: left;
	border-radius: 15px;
	overflow: hidden;
}
/*Grabable Playhead*/
#playhead1{
	cursor: pointer;
	width: 1px;
	height: 6px;
	border-radius: 5px;
	background-color: #DB2857;
}

div#playTime1 {
    float: left;
    font-family: MonseratBlack;
    font-size: 12px;
    line-height: 15px;
    margin-top: 22px;
    margin-left: 17px;
    width: 16px;
    margin-right: 20px;
}