@font-face {
  font-family: "proradio";
  src: url("./../fonts/proradio.eot");
  src: url("./../fonts/proradio.eot?#iefix") format("embedded-opentype"), url("./../fonts/proradio.woff") format("woff"), url("./../fonts/proradio.ttf") format("truetype"), url("./../fonts/proradio.svg#proradio") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* 
html5doctor.com Reset Stylesheet
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #E1E1E1;
  box-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 #fff;
  margin: 8px 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
}

.clearfix {
  clear: both;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

a {
  outline-style: none;
  outline-width: 0;
}

/* Stylesheet */
body {
  font-family: 'Droid Sans', sans-serif;
  font-size: 62.5%;
  background: #f9f9f9 url("./../img/noise.png") top center;
  min-width: 360px;
  overflow: auto;
}

.overlay {
  display: block;
  position: fixed;
  font-size: 12px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  vertical-align: middle;
  z-index: 999;
}
.overlay .text {
  display: block;
  position: absolute;
  height: 60px;
  top: 40%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  margin-top: -30px;
}

/* Header */
#wrapper {
	display: inline-block;
	clip: rect(0px,auto,auto,0px);
	margin: 0px;
}
#wrapper #header {
  display: block;
  height: 45px;
  background-color: #517FA4;
  background-image: url("./../img/noise.png"), -webkit-gradient(linear, left top, left bottom, from(#517fa4), to(#306088));
  background-image: url("./../img/noise.png"), -webkit-linear-gradient(top, #517fa4, #306088);
  background-image: url("./../img/noise.png"), -moz-linear-gradient(top, #517fa4, #306088);
  background-image: url("./../img/noise.png"), -o-linear-gradient(top, #517fa4, #306088);
  background-image: url("./../img/noise.png"), -ms-linear-gradient(top, #517fa4, #306088);
  background-image: url("./../img/noise.png"), linear-gradient(top, #517fa4, #306088);
  background-position: 50% 50%;
  vertical-align: middle;
  border-bottom: 1px solid rgba(4, 40, 71, 0.8);
  box-shadow: 0px 1px 0px rgba(111, 151, 182, 0.5) inset, 0px -1px 0px rgba(111, 151, 182, 0.2) inset, 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px rgba(111, 151, 182, 0.5) inset, 0px -1px 0px rgba(111, 151, 182, 0.2) inset, 0px 1px 1px rgba(0, 0, 0, 0.2);
}
#wrapper #header > ul {
  display: block;
  list-style: none;
  text-align: center;
  vertical-align: baseline;
}
#wrapper #header > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 45px;
  line-height: 45px;
  float: right;
}
#wrapper #header > ul > li ul {
  display: block;
  list-style: none;
  width: 210px;
  height: 40px;
  background: #fff;
  border-top: 1px solid #eaeaea;
  position: absolute;
  left: -161px;
  padding: 10px;
  margin-top: 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  z-index: 15;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
#wrapper #header > ul > li ul.fbcontent:before, #wrapper #header > ul > li ul.fbcontent:after {
  top: -16px;
  right: 32px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#wrapper #header > ul > li ul.fbcontent:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #eaeaea;
  border-width: 10px;
  top: -20px;
  right: 30px;
}
#wrapper #header > ul > li ul.fbcontent:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 8px;
}
#wrapper #header > ul > li img {
  vertical-align: middle;
}
#wrapper #header > ul > li > a {
  display: block;
  height: 45px;
  color: #e1e1e1;
  padding: 0 20px;
  text-shadow: 0 1px 0 #000;
  transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.1);
}
#wrapper #header > ul > li > a i {
  font-size: 1.6666em;
  vertical-align: middle;
  width: 20px;
}
#wrapper #header > ul > li > a:hover {
  color: #FFF;
  background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.1);
  border-left-color: rgba(0, 0, 0, 0.15);
}
#wrapper #header > ul > li.logo {
  width: auto !important;
  float: left;
}
#wrapper #header > ul > li.logo a {
  padding: 0 8px;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#wrapper .content {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}
#wrapper .content form {
  display: inline-block;
  max-width: 100px;
  text-align: left;
  margin: 0 auto;
}
#wrapper .content input, #wrapper .content select, #wrapper .content option {
  font-family: 'Droid Sans';
}
#wrapper .content label.text {
  display: inline-block;
  font-size: 13px;
  width: 120px;
  text-align: right;
  margin-right: 20px;
  vertical-align: middle;
}
#wrapper .content input[type=checkbox] {
  display: none;
}
#wrapper .content input[type=checkbox] + label:before {
  display: inline-block;
  vertical-align: middle;
  font-family: proradio;
  font-style: normal;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 1.3333em;
  content: " ";
  cursor: pointer;
  color: #585858;
  background: #FFF;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
}
#wrapper .content input[type=checkbox]:checked + label:before {
  content: "g";
}
#wrapper .content select {
  cursor: pointer;
  color: #585858;
  padding: 3px 8px;
  width: 200px;
  background: #FFF;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
}
#wrapper .content select option {
  background: #fff;
  border-top: 1px solid #fafafa;
}
#wrapper .content .artist-image {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 140px;
	height: 140px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
#wrapper .content .artist-image img {
  display: block;
  height: auto;
  z-index: 1;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}
#wrapper .content .artist-image .extra-options {
  display: block;
  color: #f0f0f0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  position: absolute;
  z-index: 2;
  background: #323232;
  border: 1px solid #4b4b4b;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}
#wrapper .content .artist-image .extra-options .title {
  height: 20px;
  top: 25px;
  position: static;
  width: 20;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#wrapper .content .artist-image .extra-options a {
  color: #fff;
  text-decoration: none;
  outline-style: none;
  display: block;
}
#wrapper .content .artist-image .extra-options .bottom {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
#wrapper .content .artist-image .extra-options .bottom a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 auto;
  text-align: center;
  font-size: 2em;
}
#wrapper .content .artist-image .extra-options .bottom a:hover {
  border-color: #eaeaea;
  color: #eaeaea;
}
#wrapper .content .artist-image:hover .extra-options, #wrapper .content .artist-image:focus .extra-options {
  opacity: 0.9;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}
#wrapper .content .artist-image:hover img, #wrapper .content .artist-image:focus img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
#wrapper .content .player {
	display: inline-block;
	vertical-align: middle;
	color: #4b4b4b;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 25px;
}
#wrapper .content .player i.icon-play, #wrapper .content .player i.icon-stop {
  font-size: 6em;
  transition: transform 0.1s linear;
  -moz-transition: transform 0.1s linear;
  -webkit-transition: transform 0.1s linear;
  -o-transition: transform 0.1s linear;
}
#wrapper .content .player i.icon-volume, #wrapper .content .player i.icon-mute {
  margin-top: 12px;
  font-size: 2em;
}
#wrapper .content .player a {
  display: inline-block;
  color: #4b4b4b;
  transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}
#wrapper .content .player a:hover {
  color: black;
}
#wrapper .content .player .player-volume {
	position: relative;
	padding-bottom: 5px;
	clip: rect(auto,auto,auto,0px);
}
#wrapper .content .player .player-volume .volume-slider {
  position: absolute;
  z-index: 9;
  left: 50%;
  margin-left: -85px;
  width: 170px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.1s linear 0.5s, opacity 0.1s linear 0.5s;
  -webkit-transition: visibility 0.1s linear 0.5s, opacity 0.1s linear 0.5s;
  -moz-transition: visibility 0.1s linear 0.5s, opacity 0.1s linear 0.5s;
  -o-transition: visibility 0.1s linear 0.5s, opacity 0.1s linear 0.5s;
  -ms-transition: visibility 0.1s linear 0.5s, opacity 0.1s linear 0.5s;
}
#wrapper .content .player .player-volume .volume-slider i {
  margin: 0;
  color: #292929;
  vertical-align: middle;
  font-size: 1.444444444em;
}
#wrapper .content .player .player-volume .volume-slider:after {
  top: -13px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -14px;
}
#wrapper .content .player .player-volume .volume-slider .progress {
  display: inline-block;
  width: 120px;
  height: 8px;
  background: gainsboro;
  padding: 0;
  vertical-align: middle;
  margin: 0 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  overflow: hidden;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
}
#wrapper .content .player .player-volume .volume-slider .progress .bar {
  display: block;
  height: 8px;
  width: 50%;
  background: #517FA4;
  box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15) inset;
}
#wrapper .content .player .player-volume:hover .volume-slider,
#wrapper .content .player .player-volume:focus .volume-slider {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
}
#wrapper .content .stream-info {
  display: inline-block;
  color: #323232;
  vertical-align: middle;
  text-align: left;
}
#wrapper .content .stream-info a {
  text-decoration: none;
  outline-style: none;
  outline-width: 0px;
  color: #323232;
  position: relative;
}
#wrapper .content .stream-info .artist a:hover:after,
#wrapper .content .stream-info .title a:hover:after,
#wrapper .content .stream-info .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;
}
#wrapper .content .stream-info .artist a:hover:before,
#wrapper .content .stream-info .title a:hover:before,
#wrapper .content .stream-info .playtime:hover:before {
  position: absolute;
  bottom: 10px;
  left: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  content: " ";
  border-color: rgba(136, 183, 213, 0);
  border-top-color: rgba(0, 0, 0, 0.8);
  border-width: 8px;
}
#wrapper .content .stream-info .player-status {
  font-size: 10pt;
}
#wrapper .content .stream-info .artist {
  font-size: 20pt;
}
#wrapper .content .stream-info .title {
  font-size: 14pt;
}
#wrapper .content .stream-info .playtime {
  font-size: 10pt;
  position: relative;
}

/* Pure CSS preloader */
.spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  vertical-align: middle;
  border: solid 1px #81B600;
  border-color: #81B600 transparent #81B600 transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-animation: tomato-spinner 600ms linear infinite;
  animation: tomato-spinner 600ms linear infinite;
}

.spinner.spinner-small {
  width: 12px;
  height: 12px;
  border-width: 1px;
}

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

  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes tomato-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@media all and (max-width: 20px) {
  #wrapper .content .stream-info {
    display: block;
    text-align: center;
    margin: 20px 0 0;
  }
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  font-family: "proradio" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  vertical-align: middle;
}

.icon-facebook:before {
  content: "c";
}

.icon-twitter:before {
  content: "e";
}

.icon-check:before {
  content: "g";
}

.icon-remove:before {
  content: "f";
}

.icon-settings:before {
  content: "h";
}

.icon-external-link:before {
  content: "k";
}

.icon-volume:before {
  content: "j";
}

.icon-mute:before {
  content: "l";
}

.icon-play:before {
  content: "b";
}

.icon-stop:before {
  content: "a";
}
