/* the container */
@font-face {
  font-family: 'pixelmixregular';
  src: url('https://popeye.cloud/wav/fonts/pixelmix-webfont.woff2') format('woff2'), url('https://popeye.cloud/wav/fonts/pixelmix-webfont.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
}

.audio12_html5 {
	position: relative;
	width: 100%;
}
.audio12_html5_sticky {
	position: fixed;
	z-index: 999999;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}


.audio12_html5_the_wrapper {
	border-style: solid;
	font-family: 'pixelmixregular';
	height: 34px;
}


.audio12_html5 .AudioPlay {
		position:absolute;
		z-index: 1;
		cursor: pointer;
		display: block;
    width: 34px;
    height: 34px;
		background: url(controllers/play.png) no-repeat;
		background-size: 34px 34px;
}
.audio12_html5 .AudioPlay:hover {
		background: url(controllers/play_mousover.png) no-repeat;
		background-size: 34px 34px;
}
.audio12_html5 .AudioPause {
	width: 34px;
	height: 34px;
	background: url(controllers/pause.png) no-repeat;
	background-size: 34px 34px;
}
.audio12_html5 .AudioPause:hover {
	background: url(controllers/pause_mouseover.png) no-repeat;
	background-size: 34px 34px;
}

.audio12_html5 .liveNow {
	font-size: 12px;
	display: block;
	width:auto;
	height: auto;
	position:absolute;
	z-index: 1;
	text-transform: uppercase;
	padding: 0;
	margin: 1 0 0 0;
	line-height: 1;
	/*border: 1px solid #FF0000;*/
}

.audio12_html5 .redDot {
	display: block;
	width:34px;
	height: 34px;
	position:absolute;
	z-index: 1;
	background: url(controllers/record_red.gif) no-repeat;
	background-size: 34px 34px;
}

.audio12_html5 .redDotStill {
	background: url(controllers/record_red.png) no-repeat;
	background-size: 34px 34px;
}

.audio12_html5 .blueDot {
	display: block;
	width:34px;
	height: 34px;
	position:absolute;
	z-index: 1;
	background: url(controllers/record_blue.gif) no-repeat;
	background-size: 34px 34px;
}

.audio12_html5 .blueDotStill {
	background: url(controllers/record_blue.png) no-repeat;
	background-size: 34px 34px;
}

.audio12_html5 .songTitleArtist {
	font-size: 12px;
	display: block;
	/*width:auto;*/
	height: 30px;
	max-height: 30px;
	position:absolute;
	z-index: 1;
	text-transform: uppercase;
	overflow: hidden;
	padding: 0;
	margin: 1 0 0 0;
	line-height: 1;
	font-weight: normal;
	/*border: 1px solid #FF0000;*/
}

.audio12_html5 .songTitleInside {
  position: absolute;
  white-space: nowrap;
	font-size: 12px;
	line-height:1;
}


.audio12_html5 .muteBtn {
		position:absolute;
		z-index: 1;
		cursor: pointer;
		display: block;
    width: 34px;
    height: 34px;
		top:-2px;
		right:0;
		background: url(controllers/mute.gif) no-repeat;
		background-size: 34px 34px;
}
.audio12_html5 .muteBtnMuted {
		background: url(controllers/unmute.gif) no-repeat;
		background-size: 34px 34px;
}


.audio12_html5 .locationText {
	font-size: 12px;
	display: block;
	width:auto;
	height: auto;
	position:absolute;
	z-index: 1;
	text-transform: uppercase;
	right:35px;
	padding: 0;
	margin: 1 0 0 0;
	line-height: 1;
	/*border: 1px solid #FF0000;*/
}
/*
@media screen and (max-width: 790px) {
	.audio12_html5 .muteBtn {
			display: none;
	}

	.audio12_html5 .locationText {
			display: none;
			right:0px;
			width:0;
	}

}
*/
