.audioHeadline {
	color: #f4d3ac;
	margin-left: 24px;
}
.audioHeadline a {
	color: #f4d3ac;
	text-decoration: underline;
}
.audioHeadline a:hover {
	color: #f0bc7a;
}
.audioLinkLike {
	color: #f0bc7a;
}

/*AUDIO PLAYER*/
.audio-player,
.audio-player button {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
.audio-player {
	position: absolute;
	width: 440px;
	height: 25px;
	left: 0;
	right: 0;
	bottom: 80px;
	margin: 0 auto;
}
.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	position: absolute;
}

.mejs-controls .mejs-play button,
.mejs-controls .mejs-pause button {
	width: 21px;
	height: 21px;
	margin-left: 0;
	margin-top: -22px;
	background: transparent url(../img/play-pause.png) 0 0;
}
.mejs-controls .mejs-play button:hover {
	background: transparent url(../img/play-pause_h.png) 0 0;
}
.mejs-controls .mejs-pause button:hover {
	background: transparent url(../img/play-pause_h.png) 0 0;
	background-position:0 -21px;
}
.mejs-controls .mejs-pause button { background-position:0 -21px; }

/*MEDIA QUERIES*/
@media screen and (max-width: 1920px) {
	.audio-player {
		bottom: 60px;
	}
}
@media screen and (max-width: 1024px) {
	.audio-player {
		bottom: 40px;
		width: 344px;
	}
	.audio-player p {
		font-size: 11px;
	}
	.mejs-controls .mejs-play button,
	.mejs-controls .mejs-pause button {
		margin-top: -19px;
	}
}