@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none;
/*
		overflow: hidden;
*/
	}
/*
	.popup-bg {
		margin: 0;
		padding: 25px;
	}
	.webcam {
		text-align: center;
	}
*/
}

div#webradio {
	position: relative;
	cursor: default;
	width: 610px;
	height: 20px;
	background: #747373;
	padding: 7px 15px;
	margin: 0 0 10px 0;
	color: #bab9b9;
	font-size: 11px;
}
div#webradio.green {
	color: #d9eabe;
	background: #80ba27;
}

p.bodytext {
	margin-bottom: 0;
}

.sprite.webradio {
	background: transparent url('../img/webradio-sprite.svg') no-repeat;	
}



div#livebox > #oacontent > #oacontent .oatime {
  font-size: 13px;
  padding: 2px 0;
  color: #747373;
}
div#livebox > #oacontent > #oacontent .oatitle,
div#livebox > #oacontent > #oacontent #name {
  font-size: 15px;
  padding: 3px 0;
}
div#livebox > #oacontent > #oacontent {
	padding: 0 0 4px 0;
}
#oacontent #oanowplaying {
	position: absolute;
	left: 335px;
	display: block;
	color: #403f3f;
	text-decoration: none;
	z-index: 1;
}

#oacontent #oanowplaying > div {
	position: relative;
	overflow: hidden;
}
#oacontent #oanowplaying > div > div {
	position: relative;
	white-space: nowrap;
	left: 0px;
}
#oacontent #oanowplaying > div > div > span#a {
	padding-right: 134px;
}

#webradio #oacontent .oatime {
	float: left;
	width: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
#webradio #oacontent .oatitle,
#oacontent .oalink {
	float: left;
	width: 250px;
	color: #fff;
}



.popup-bg.mobile .jp-settings {
	left: 47px;
}
.popup-bg.mobile .jp-settings-holder {
	width: 560px;
}
.popup-bg.mobile .jp-settings-holder #autoplay {
	display: none;
}
.popup-bg.mobile #oacontent #oanowplaying {
	left: 80px;
}
.popup-bg.mobile #oacontent .oatitle,
.popup-bg.mobile #oacontent .oalink {
	width: 505px;
}


div.jp-interface {
	position: relative;
}
div.jp-interface div.jp-controls {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

div.jp-audio-stream div.jp-controls {
	float: left;
}

div.jp-interface div.jp-controls a {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

div.jp-type-single .jp-play {
	width: 16px;
	height: 20px;
	background-position: -1px -1px !important;
}

div.jp-type-single .jp-pause {
	width: 16px;
	height: 20px;
	background-position: -18px -1px !important;
}



.jp-volume-bar {
	float: left;
	position: relative;
	width: 190px;
	height: 14px;
	margin-top: 3px;
	margin-left: 18px;
}

.jp-volume-bar:hover {
	cursor: pointer;
}

.jp-volume-bar-appearance {
	position: absolute;
	width: 190px;
	height: 2px;
	margin-top: 6px;
	background: #bab9b9;
}
div#webradio.green .jp-volume-bar-appearance {
	background: #d9eabe;
}

.jp-volume-bar-value {
	width: 0px;
	height: 0px;
}

.jp-volume-bar-position {
	position: absolute;
	margin-left: -7px;
	width: 14px;
	height: 14px;
	background-position: -35px -1px !important;
}

.jp-volume-appearance {
	position: absolute;
	left: 202px;
	font-weight: bold;
	white-space: nowrap;
	line-height: 13px;
}



.jp-settings {
	position: absolute;
	height: 20px;
	left: 302px;
	font-size: 11px;
	font-weight: bold;
	color: #bab9b9;
	background: #747373;
	z-index: 2;
}
div#webradio.green .jp-settings {
	color: #d9eabe;
	background: #80ba27;
}

.jp-settings-gear {
	float: left;
	top: -4px;
	width: 16px;
	height: 16px;
	margin: 2px;
	cursor: pointer;
	background-position: -50px -1px !important;
}
.jp-settings.active .jp-settings-gear {
	background-position: -67px -1px !important;
}

.jp-settings-holder {
	float: left;
	display: none;
	width: 305px;
	height: 20px;
	padding-left: 13px;
	background: #747373;
}
div#webradio.green .jp-settings-holder {
	background: #80ba27;
}

.jp-settings.active .jp-settings-holder {
	display: block;
}

.jp-settings-holder div {
	display: inline-block;
	margin-right: 10px;
}

.jp-settings-label {
	margin-right: 6px;
}

.jp-settings-holder a {
	display: inline-block;
	margin: 0 6px 0 0;
	padding: 0;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.jp-settings-holder a.active {
	text-decoration: underline;
}

/*
.jp-settings-separator {
	display: inline-block;
	width: 1px;
	height: 12px;
	line-height: 11px;
	margin: -2px 11px;
	background: #fff;
}
*/



.jp-no-solution {
	padding:5px;
	font-size:.8em;
	background-color:#80BA27;
	border-top:2px solid #554461;
	border-left:2px solid #554461;
	border-right:2px solid #180a1f;
	border-bottom:2px solid #180a1f;
	color:#FFF;
	display:none;
}

.jp-no-solution a {
	color:#FFF;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}
