/* Play Button */
.amplitude-play-pause {
	cursor: pointer;
	display: block;
	margin-top: 14px;
	margin-left: 20px;
	width: 52px;
	height: 52px;
}

.amplitude-paused {	background: url(/assets/theplayer/images/play-off.png) no-repeat; }

.amplitude-paused:hover { background: url(/assets/theplayer/images/play-on.png) no-repeat; }

/* Pause Button */
.amplitude-playing { background: url(/assets/theplayer/images/pause-off.png) no-repeat; }

.amplitude-playing:hover { background: url(/assets/theplayer/images/pause-on.png) no-repeat; }

/* Close/Open Button */
.AudioCloseBut {
	top: -24px !important;
	width: 32px;
	height: 24px;
	position: absolute;
	right: 0;
	cursor: pointer;
	background: url(/assets/theplayer/images/close-off.png) no-repeat;
}

.AudioCloseBut:hover {
	background: url(/assets/theplayer/images/close-on.png) no-repeat;
}

.AudioOpenBut {
	background: url(/assets/theplayer/images/open-off.png) no-repeat;
}

.AudioOpenBut:hover {
	background: url(/assets/theplayer/images/open-on.png) no-repeat;
}

/* Song Author */
.songAuthor {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	float: left;	
	overflow: hidden;
	margin-top: 18px;
	line-height: 1;
	font-weight: normal;
}

/* Song Title */
.songTitle {
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	float: left;
	display: block;
	overflow: hidden;
	height: 20px;
	margin-top: 10px;
	line-height: 1;
	font-weight: normal;
}

.songTitleInside {
	white-space: nowrap;
}

/* Buffer Bar */
.AudioBuffer {
	margin-top: 7px;
	margin-right: 12px;
	cursor: pointer;
	height: 7px;
}

/* Timer Display */
.AudioTimer_a {
	margin-top: 5px;
	margin-right: 12px;
	margin-left: 22px;
	line-height: 1;
	font-weight: normal;
}

.AudioTimer_b {
	margin-top: 5px;
	line-height: 1;
	font-weight: normal;
}

/* Volume Button */
.amplitude-mute {
	position: relative;
    top: 69px;
	left: 8px;
	display: block;
	cursor: pointer;
	width: 11px;
	height: 12px;
}

.amplitude-not-muted { background: url(/assets/theplayer/images/volume-off.png) no-repeat; }

.amplitude-not-muted:hover { background: url(/assets/theplayer/images/volume-on.png) no-repeat; }

.amplitude-muted { background: url(/assets/theplayer/images/volumeMute-off.png) no-repeat; }

.amplitude-muted:hover { background: url(/assets/theplayer/images/volumeMute-on.png) no-repeat; }

/* Shuffle Button */
.AudioShuffle {
	position: absolute;
	top: 20px;
	right: 119px;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 1;
	width: 19px;
	height: 14px;
	background: url(/assets/theplayer/images/shuffle-off.png) no-repeat;
}

.AudioShuffle:hover {
	background: url(/assets/theplayer/images/shuffle-on.png) no-repeat;
}

.AudioShuffleON {
	background: url(/assets/theplayer/images/shuffle-on.png) no-repeat;
}

/* Download Button */
.AudioDownload {
	position: absolute;
	top: 20px;
	right: 84px;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 1;
	width: 15px;
	height: 14px;
	background: url(/assets/theplayer/images/download-off.png) no-repeat;
}

.AudioDownload:hover {
	background: url(/assets/theplayer/images/download-on.png) no-repeat;
}

/* Show/Hide Playlist Button */
.AudioShowHidePlaylist {
	position: absolute;
	top: 20px;
	right: 52px;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 1;
	width: 12px;
	height: 14px;
	background: url(/assets/theplayer/images/showhideplaylist-off.png) no-repeat;
}

.AudioShowHidePlaylist:hover {
	background: url(/assets/theplayer/images/showhideplaylist-on.png) no-repeat;
}

/* Popup Button */
.AudioPopup {	
	position: absolute;
	top: 20px;
	right: 13px;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 1;
	width: 19px;
	height: 15px;
	background: url(/assets/theplayer/images/popup-off.png) no-repeat;
}

.AudioPopup:hover {
	background: url(/assets/theplayer/images/popup-on.png) no-repeat;
}

/* Rewind Button */
.AudioRewind {
	position: absolute;
	bottom: 13px;
	right: 112px;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 1;
	width: 28px;
	height: 28px;
	background: url(/assets/theplayer/images/rewind-off.png) no-repeat;
}

.AudioRewind:hover {
	background: url(/assets/theplayer/images/rewind-on.png) no-repeat;
}

/* Previous Button */
.AudioPrev {
	position: absolute;
	bottom: 13px;
	right: 62px;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	width: 28px;
	height: 28px;
	background: url(/assets/theplayer/images/prev-off.png) no-repeat;
}

.AudioPrev:hover {
	background: url(/assets/theplayer/images/prev-on.png) no-repeat;
}

/* Next Button */
.AudioNext {
	position: absolute;
	bottom: 13px;
	right: 13px;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	width: 28px;
	height: 28px;
	background: url(/assets/theplayer/images/next-off.png) no-repeat;
}

.AudioNext:hover {
	background: url(/assets/theplayer/images/next-on.png) no-repeat;
}

.pickUp_off {	
	margin-top: -23px;
	margin-left: 13px;
	z-index: 5;
	left: 0;
	width: 149px;
	height: 134px;
	background: url(/assets/theplayer/images/aksyon_logo.png);
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	.pickUp_off {
		display: none !important;
	}
}