a:focus,
input:focus,
textarea:focus,
select:focus {
	outline: none
}

body {
	color: #fff;
	font-family: 'Open Sans', Helvetica, cursive;
	font-size: 12px;
	font-weight: 400;
	background: url("../images/player/background.jpg") 0 0;
	padding: 0;
	margin: 0
}

a {
	color: #F5F5F5;
	outline-width: 0px;
	outline-style: none;
	text-decoration: none
}

a:hover {
	color: #ffffff
}

.clearfix {
	clear: both
}

img,
form {
	border: 0;
	margin: 0;
	padding: 0
}

input[type=checkbox] {
	display: none
}

input[type=checkbox]+label {
	height: 20px;
	width: 20px;
	display: inline-block;
	padding: 0;
	margin: 0;
	background: url("../images/player/webradio.sprite.png") no-repeat -100px 0;
	vertical-align: middle;
	cursor: pointer
}

input[type=checkbox]:checked+label {
	background: #0080FF;
	height: 20px;
	width: 20px;
	display: inline-block;
	padding: 0;
	margin: 0;
	background: url("../images/player/webradio.sprite.png") no-repeat -120px 0
}

#wrapper {
	display: block
}

#header {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 60px
}

#header ul {
	display: block;
	padding: 0;
	margin: 0;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.1)));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15)
}

#header ul li {
	float: left;
	display: block;
	margin: 0;
	text-align: center;
	height: 100%;
	line-height: 60px
}

#header ul li>a {
	display: inline-block;
	height: 100%;
	padding: 0 20px;
	border: 0;
	color: #D7D7D7;
	border-right: 1px solid rgba(255, 255, 255, 0.05);
	box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
	transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out
}

#header ul li>a:hover {
	opacity: 1;
	color: #fff;
	background: rgba(255, 255, 255, 0.05)
}

#header ul li:first-child {
	background: none
}

.icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: url("../images/player/webradio.sprite.png") no-repeat;
	vertical-align: middle
}

.icon.twitter {
	background-position: 0 0
}

.icon.like {
	background-position: -20px 0
}

.icon.settings {
	background-position: -40px 0
}

.icon.close {
	background-position: -60px 0
}

.icon.favourite {
	background-position: -80px 0
}

.icon.sound {
	background-position: -100px 0
}

.icon.closeset {
	background-position: -60px 0;
	width: 20px;
	height: 20px
}

#content-top {
	display: block;
	width: 100%;
	clear: both;
	height: 45px;
	margin: 0;
	padding: 0;
	background: url("../images/player/webradio.sprite.png") no-repeat 0px -96px;
	position: absolute;
	z-index: 20;
	top: 75px
}

#content {
	display: block;
	width: 720px;
	margin: 0 auto;
	position: relative;
	height: 180px
}

#content .main {
	margin-top: 20px;
	padding: 20px 0;
}

#content .extra {
	width: 100%;
	display: block;
	height: 180px;
	position: absolute;
	z-index: 15;
	top: 0;
	display: none
}

#content .extra .sline {
	display: block;
	width: 100%;
	height: 40px;
	vertical-align: text-middle;
	line-height: 40px
}

#content .extra .settings.close {
	position: absolute;
	top: 12px;
	right: 40px;
	z-index: 101;
	height: 28px;
	width: 28px
}

#content .left {
	display: inline-block;
	width: 345px;
	padding-right: 15px;
	text-align: right;
	vertical-align: middle
}

#content .left .onair {
	display: inline-block;
	font-size: 220%;
	font-weight: 300;
	margin-right: 40px;
	vertical-align: middle
}

#content .left img {
	vertical-align: middle;
	-webkit-box-shadow: 1px 1px 5px #FCED1466;
	box-shadow: 1px 1px 5px #FCED1466;
	border: 3px solid #FCED1466;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out
}

#content .left img:hover {
	-webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
	border: 3px solid rgba(255, 255, 255, 0.1)
}

#content .right {
	display: inline-block;
	width: 350px;
	padding: 0;
	text-align: left;
	vertical-align: middle
}

#content .right #artist {
	font-size: 180%;
	font-weight: 300
}

#content .right #title {
	font-size: 150%;
	font-weight: 300
}

#content .right #playtime {
	font-size: 120%;
	font-weight: 300
}

#content .center {
	display: block;
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 105%
}

#content .center #next {
	color: #00D500
}

#footer {
	display: block;
	height: 85px;
	width: 720px;
	margin: 0 auto;
	background: url("../images/player/webradio.sprite.png") no-repeat center -21px;
	padding-top: 20px
}

#footer #playlists {
	display: inline-block;
	height: 80px;
	font-size: 11px;
	vertical-align: top;
	text-align: center;
	width: 275px;
	background: url("../images/player/webradio.sprite.png") no-repeat 0 -340px;
	padding-top: 2px
}

#footer #playlists .icon {
	width: 50px;
	height: 50px;
	margin-top: 5px;
	transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	opacity: 0.8
}

#footer #playlists .icon.wmp {
	background-position: -51px -160px
}

#footer #playlists .icon.winamp {
	background-position: -1px -160px
}

#footer #playlists .icon.realplayer {
	background-position: -101px -160px
}

#footer #playlists .icon.quicktime {
	background-position: -150px -160px
}

#footer #playlists a {
	display: inline-block;
	width: 50px;
	height: 50px
}

#footer #playlists a:hover>.icon {
	margin-top: -2px;
	opacity: 1
}

#radio-player {
	display: inline-block;
	width: 440px;
	height: 70px
}

#radio-player .control {
	display: inline-block;
	width: 72px;
	vertical-align: middle;
	margin-top: 10px;
	margin-left: 10px;
	overflow: hidden
}

#radio-player .control .play {
	display: inline-block;
	position: relative;
	width: 72px;
	height: 72px;
	background: url("../images/player/webradio.sprite.png") no-repeat -1px -210px;
	cursor: pointer;
	vertical-align: bottom
}

#radio-player .control .play:hover {
	background-position: -83px -210px
}

#radio-player .control .stop {
	display: inline-block;
	position: relative;
	width: 72px;
	height: 72px;
	background: url("../images/player/webradio.sprite.png") no-repeat -165px -210px;
	cursor: pointer;
	vertical-align: bottom
}

#radio-player .control .stop:hover {
	background-position: -247px -210px
}

#radio-player .control .stop .spinner {
	display: block;
	width: 72px;
	height: 72px;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/player/webradio.sprite.png") no-repeat -330px -210px;
	-webkit-animation: playspin 3s infinite linear;
	animation: playspin 3s infinite linear
}

#radio-player .volume {
	display: inline-block;
	font-size: 12px;
	height: 40px;
	width: 340px;
	text-align: center;
	position: relative;
	top: 15px;
	margin-left: 10px
}

#radio-player .volume .mute {
	display: inline-block;
	vertical-align: bottom;
	width: 20px;
	height: 18px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url("../images/player/webradio.sprite.png") no-repeat -81px 0
}

#radio-player .volume .bar {
	display: inline-block;
	width: 280px;
	height: 8px;
	padding: 1px;
	background: rgba(0, 0, 0, 0.2);
	margin-left: 2px;
	cursor: pointer;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.05);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.05)
}

#radio-player .volume .bar .vol {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(13, 255, 0, 0.75);
	overflow: visible;
	border-radius: 2px;
	-webkit-border-radius: 2px
}

#radio-player .volume .bar a {
	display: block;
	position: absolute;
	width: 23px;
	height: 23px;
	background: transparent url("../images/player/webradio.sprite.png") no-repeat -160px 0;
	z-index: 98;
	margin-top: -15px;
	margin-left: -11.5px
}

#radio-player .volume .bar a div {
	width: 23px;
	height: 23px
}

#radio-player .volume .bar a:hover {
	background-position: -183px 0;
	background-color: transparent
}

@-webkit-keyframes playspin {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@-keyframes playspin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.nosupport,
.loading {
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.85);
	color: #000;
	z-index: 999
}

.nosupport .text,
.loading .text {
	position: absolute;
	font-size: 15px;
	width: 500px;
	height: 50px;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -65px
}

.nosupport {
	display: none
}

#artist a,
#title a,
#playtime {
	display: inline;
	position: relative
}

#artist a:hover:after,
#title a:hover:after,
#playtime:hover:after {
	background: #111;
	background: rgba(0, 0, 0, 0.8);
	border-radius: .5em;
	bottom: 1.95em;
	color: #fff;
	content: attr(data-title);
	display: block;
	left: -0.2em;
	padding: .3em 1em;
	position: absolute;
	white-space: nowrap;
	z-index: 98;
	font-size: 13px
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	color: #4B4B4B;
	display: none;
	width: 220px;
	padding: 1px;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	color: #4B4B4B;
	margin: 0;
	padding: 8px 14px;
	font-size: 110%;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 4px 8px
}

.popover-content p,
.popover-content ul,
.popover-content ol {
	margin-bottom: 0
}

.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover .arrow:after {
	content: "";
	z-index: -1
}

.popover.top .arrow {
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	border-width: 10px 10px 0;
	border-top-color: #ffffff
}

.popover.top .arrow:after {
	border-width: 11px 11px 0;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -1px;
	left: -11px
}

.popover.right .arrow {
	top: 50%;
	left: -10px;
	margin-top: -10px;
	border-width: 10px 10px 10px 0;
	border-right-color: #ffffff
}

.popover.right .arrow:after {
	border-width: 11px 11px 11px 0;
	border-right-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
	left: -1px
}

.popover.bottom .arrow {
	top: -10px;
	left: 50%;
	margin-left: -10px;
	border-width: 0 10px 10px;
	border-bottom-color: #ffffff
}

.popover.bottom .arrow:after {
	border-width: 0 11px 11px;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -1px;
	left: -11px
}

.popover.left .arrow {
	top: 50%;
	right: -10px;
	margin-top: -10px;
	border-width: 10px 0 10px 10px;
	border-left-color: #ffffff
}

.popover.left .arrow:after {
	border-width: 11px 0 11px 11px;
	border-left-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
	right: -1px
}

.styled-select {
	display: inline-block;
	margin: 0 2px;
	height: 26px;
	width: 220px;
	line-height: 26px;
	color: #414141;
	position: relative;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e6e6e6));
	background: linear-gradient(to bottom, #f0f0f0 0%, #e6e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e6e6e6', GradientType=0);
	border: 1px solid #cccccc;
	box-shadow: inset 0 1px 0 #fff, 0 0 3px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 0 1px 0 #fff, 0 0 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 #fff, 0 0 3px rgba(0, 0, 0, 0.05);
	border-radius: 3px
}

.styled-select,
.styled-select .curr {
	padding: 0 20px 0 10px
}

.styled-select select {
	padding: 0;
	margin: 0;
	height: 0px;
	width: 0px;
	visibility: hidden
}

.styled-select .curr {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	cursor: pointer
}

.styled-select .curr:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-top-color: #0099cc;
	position: absolute;
	top: 12px;
	right: 8px
}

.styled-select ul {
	border: 1px solid #ccc;
	background-color: white;
	margin: 0 0;
	padding: 0 0;
	position: absolute;
	top: 100%;
	right: -1px;
	left: -1px;
	z-index: 99;
	-webkit-box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.4);
	max-height: 100px;
	overflow-x: hidden;
	overflow-y: auto
}

.styled-select li {
	list-style: none;
	cursor: pointer;
	padding: 0 10px;
	margin: 0 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent
}

.styled-select li:hover {
	background: #00a2d1;
	background: -webkit-gradient(linear, left top, left bottom, from(#00a2d1), to(#0090c7));
	background: linear-gradient(to bottom, #00a2d1 0%, #0090c7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2d1', endColorstr='#0090c7', GradientType=0);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	border-top: 1px solid #0087bd;
	border-bottom: 1px solid #0087bd;
	color: white
}

.styled-select li.disabled,
.styled-select li.disabled:hover {
	color: #bbb;
	font-style: italic;
	background: none;
	cursor: text
}

.styled-select .curr.focused {
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1)
}

.pull-right {
	display: block;
	float: right !important;
	vertical-align: middle
}

.logoimg {
	margin: 3px 20px 0
}

@media (max-width: 720px) {
	#content .extra {
		display: none !important
	}

	#content .main {
		display: block !important;
		opacity: 1 !important
	}

	#content {
		width: auto;
		text-align: center
	}

	#content .left {
		width: auto;
		display: inline-block;
		padding: 0 15px
	}

	#content .left #artist-image {
		width: 120px;
		height: 120px
	}

	#content .left .onair {
		display: none
	}

	#content .right {
		width: auto;
		display: inline-block
	}

	#header ul li.closebutton {
		display: none
	}

	#header ul li .settings {
		display: none
	}

	#radio-player {
		width: auto;
		margin: 0 10px 0 0
	}

	#radio-player .volume {
		display: none
	}

	#radio-player .control {
		margin: 0 5px 0 15px
	}

	#footer {
		width: auto;
		text-align: left
	}

	#footer #playlists {
		width: auto;
		float: right;
		padding: 0 15px
	}
}