@font-face {
    font-family: 'LatoLightItalic';
    src: url('lato-ligita-webfont.eot');
    src: url('lato-ligita-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-ligita-webfont.woff') format('woff'),
         url('lato-ligita-webfont.ttf') format('truetype'),
         url('lato-ligita-webfont.svg#LatoLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

#radio {
	margin: 0;
	padding: 0;
	line-height: 1;
	margin-bottom: 20px;
	color: #000;
	min-height: 170px;
}

#radio .channel {
	color: #000;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	padding-left: 2%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	bottom: 0.2em;
	max-width: 36%;
	z-index: 20;
	margin-left: 4.1518624641833810888252148997135%;
	width: 100%;
}

#radio .popout, #radio .list, #radio .dropdown, #radio .volume {
	text-decoration: none;
}

#radio .popout {
	margin-right: 1%;
}

#radio .list {
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 1%;
}

#radio .popout, #radio .list, #radio .volume {
	float: right;
}

#radio .radioheader {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	display: inline-block;
	width: 100%;
}

#radio .radioheader, #radio .radiobody, #radio .radiocontrols {
	clear: both;
	position: relative;
}

#radio .radiocontent {
	max-height: 280px;
	position: relative;
	overflow: hidden;
}

#radio .radiobody {
	padding: 10px;
}

#radio .now, #radio .title, #radio .show, #radio.time {
	display: block;
}

#radio .show {
	text-transform: uppercase;
	font-size: 1.65em;
	margin-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#radio .time {
	font-size: 0.95em;
	text-align: right;
}

#radio .artist {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.25em;
}

#radio .now {
	display: none;
}

#radio .bold {
	font-weight: bold;
	text-transform: uppercase;
}

#radio .title, #radio .hiddentitle {
	font-size: 2.25em;
	font-family: "LatoLightItalic", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-style: italic;
	font-weight: 300;
	display: block;
}

#radio .hiddentitle {
	display: none;
}

#radio .radiocontent {
	border: 4px solid #65C1B8;
	clear: both;
}

#radio .dropdown {
	display: block;
	width: 3.1518624641833810888252148997135%;
	min-width: 14px;
	margin-left: 1%;
	position: absolute;
	bottom: 0.3em;
	margin-left: 1%;
}

#radio .songcontainer {
	clear: both;
	max-height: 155px;
	margin-top: 3%;
	margin-bottom: 7.5%;
}

#radio .dropdown img {
	vertical-align: middle;
}

#radio .play, #radio .pause {
position: absolute;
z-index: 1;
top: -0.6em;
left: 42%;
width: 18%;
max-width: 95px;
}

#radio .popout, #radio .volume {
	width: 5.7306590257879656160458452722063%;
	min-width: 16px;
	max-width: 26px;
}

#radio .list{
	width: 8.0229226361031518624641833810888%;
	min-width: 22px;
	max-width: 36px;
}

#radio .volume-bar {
	background-color: #EEE;
	cursor: pointer;
	position: absolute;
	width: 40%;
	right: 0;
	top: -1.5em;
	z-index: 100;
	height: 10px;
	display: none;
}
#radio .volume-bar-value {
    background-color: #65C1B8;
}

#radio .ui-slider .ui-slider-handle { 
	position: absolute; 
	z-index: 200; 
	width: 10px; 
	height: 16px;
	cursor: pointer; 
}

#radio .ui-slider-horizontal .ui-slider-range-min {
	background: #65C1B8;
}

#radio .ui-state-focus {
	 border: 1px solid #65C1B8;
}

#radio .progress  {
	position: absolute;
	top: 0px;
	left: -200px;
	height: 280px;
	width: 3000px;
	z-index: -1;
}

#radio .progress .before {
	background: #65C1B8;
	float: left;
	height: 100%;
	width: 0px;
}

#radio .progress .background {
	background: url('bg_cyan.png') 0 0 no-repeat;
	width: 200px;
	height: 100%;
	float: left;
}

#radio .playlist {
	position: relative;
	z-index: 10;
	background: #000;
	display: none;
	clear: both;
	padding: 1.5%;
	margin-top: 0.5%;
}

#radio .playlist h3 {
	color: whiteSmoke;
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 1%;
	margin-left: 1%;
	float: left;
	width: 88%;
}

#radio .playlist a.close {
	width: 5%;
	margin-top: 1%;
	margin-right: 1%;
	display: block;
	float: right;
	min-width: 15px;
}

#radio .playlist .songs {
	clear: both;
	display: none;
}

#radio .playlist .songs p {
	margin-bottom: 0.25em;
	margin-left: 1%;
	font-size: 1.15em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: whiteSmoke;
}

#radio .playlist .songs p.blue {
	color: #65C1B8;
}

#radio .playlist .songs p.white {
	color: whiteSmoke;
}

#radio .playlist .loader {
	text-align: center;
	clear: both;
}

#radio .playlist h3 {
	display: none;
}

#radio .playlist a.close {
	display: none;
}

#radio .playlist p.links {
	text-align: center;
}

#radio .playlist p.links a {
	color: whiteSmoke;
}

#radio .showtime {
	margin-top: 3%;
}


#radio .now-collapsed {
	display: none;
	text-align: right;
}

@media only screen and (max-width: 1150px) {
	#radio .play, #radio .pause {
		top: -0.55em;
	}
}

@media only screen and (max-width: 1060px) {
	#radio .play, #radio .pause {
		top: -0.45em;
	}
	
	#radio .channel {
		padding-left: 3%;
	}
}

@media only screen and (max-width: 970px) {
	#radio .play, #radio .pause {
		top: -0.5em;
	}
	
	#radio .channel {
		padding-left: 3.5%;
	}
}

@media only screen and (max-width: 880px) {
	#radio .play, #radio .pause {
		top: -0.45em;
	}
	
	#radio .channel {
		padding-left: 4%;
	}
}

@media only screen and (max-width: 790px) {
	#radio .play, #radio .pause {
		top: -0.2em;
	}
	
	#radio .channel {
		padding-left: 1%;
	}
	
	#radio .dropdown {
		min-width: 10px;
		max-width: 18px;
	}
}

@media only screen and (max-width: 767px) {
	#radio .play, #radio .pause {
		top: -0.55em;
		width: 10%;
		left: 25%;
	}
	
	#radio .popout {
		margin-right: 5%;
		min-width: 20px;
	}
	
	#radio .list {
		min-width: 28px;
	}
	
	#radio .channel {
		max-width: 19%;
		font-size: .85em;
	}
	
	#radio .showtime {
		width: 45%;
		float: left;
	}
	
	#radio .songcontainer {
		width: 45%;
		float: right;
		clear: none;
		text-align: right;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	#radio .volume {
		display: none !important;
	}
	
	#radio .volume-bar {
		display: none !important;
	}
	
	#radio .controls {
		width: 48.5%;
		float: left;
	}
	
	#radio .now-collapsed {
		float: right;
		margin-right: 2.5%;
		width: 40%;
	}

	#radio .artist {
		float: right;
		width: 100%;
	}
		
	#radio .now {
		display: none;
	}
	
	#radio .playlist a.close {
		width: 2.5%;
	}
	
	#radio .playlist h3 {
		font-size: 1em;
	}
	
	#radio .playlist .songs p {
		font-size: .9em;
	}
}

@media only screen and (max-width: 678px) {
	#radio .play, #radio .pause {
		top: -0.5em;
	}
	#radio .controls {
		width: 52.5%;
	}
}

@media only screen and (max-width: 639px) {
	#radio .play, #radio .pause {
		top: -0.35em;
		min-width: 61px;
	}
	
	#radio .controls {
		width: 57.5%;
	}
}

@media only screen and (max-width: 440px) {
	#radio .play, #radio .pause {
		left: 45%;
	}
	
	#radio .popout {
		display: none;
	}
	
	#radio .artist {
		float: none;
	}
	
	#radio .controls {
		float: right;
	}
	
	#radio .channel {
		max-width: 40%;
	}
	
	#radio .now-collapsed {
		display: none;
		float: none;
	}
	
	#radio .showtime {
		width: 100%;
		float: none;
	}
	
	#radio .songcontainer {
		display: block;
		width: 100%;
		float: none;
		clear: both;
		text-align: left;
		margin-top: 3%;
	}
	
	#radio .now {
		display: block;
	}
}