html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: rgba(0,0,0,0);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

:root {
  --accent-color: #62a8ea;
}

body,
html {
  font-family: "Roboto",sans-serif;
  font-size: 10pt;
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #4e4e4e;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
  color: inherit;
  outline-width: 0;
  outline-style: none;
}

b,
strong {
  font-weight: 600;
}

.css-hint {
  position: relative;
}

.css-hint:before {
  position: absolute;
  z-index: 14;
  bottom: -2px;
  left: 25px;
  width: 0;
  height: 0;
  margin-bottom: -10px;
  margin-left: -5px;
  content: " ";
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  border: solid rgba(0,0,0,0);
  border-width: 5px;
  border-color: rgba(0,0,0,0);
  border-bottom-color: rgba(0,0,0,.85);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.css-hint:after {
  font-size: 10pt;
  position: absolute;
  z-index: 15;
  bottom: -28px;
  left: 0;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 350px;
  margin-bottom: -5px;
  padding: 6px 8px;
  content: attr(data-title);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #fff;
  border-radius: 3px;
  background: #111;
  background: rgba(0,0,0,.85);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.css-hint:after,
.css-hint:before {
  visibility: hidden;
  -webkit-transition: all 350ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 350ms cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  pointer-events: none;
  opacity: 0;
}

.css-hint:hover:before,
.css-hint:hover:after {
  visibility: visible;
  margin-bottom: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.preloader {
  font-size: 1.077em;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 500ms cubic-bezier(0.25, 0.8, 0.25, 1);
  text-align: center;
  color: #2f2f2f;
  background: rgba(250,250,250,.95);
}

.preloader.loadComplete {
  visibility: hidden;
  opacity: 0;
}

.preloader .text_area {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  display: block;
  height: 50px;
  margin-top: -25px;
}

.header {
  display: block;
  height: 50px;
  color: #fff;
  border-bottom: 1px solid rgba(0,0,0,.1);
  background: rgba(255,255,255,.1);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  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%);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
  box-shadow: 0 0 3px rgba(0,0,0,.15);
}

.header ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.header ::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0,0,0,0);
}

.header ::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #bcdaf6;
}

.header ::-webkit-scrollbar-thumb:hover {
  background: #d2e6f9;
}

.header .logo {
  line-height: 50px;
  display: inline-block;
  float: left;
  height: 50px;
  margin: 0 0 0 8px;
}

.header .logo img {
  vertical-align: middle;
}

.header ul {
  font-size: 0;
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header ul>li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.header ul>li>a {
  font-weight: 300;
  line-height: 50px;
  display: inline-block;
  width: 55px;
  height: 50px;
  -webkit-transition: background-color 150ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background-color 150ms cubic-bezier(0.25, 0.8, 0.25, 1);
  text-align: center;
  border-left: 1px solid rgba(255,255,255,.05);
  -webkit-box-shadow: -1px 0 0 rgba(0,0,0,.1);
  box-shadow: -1px 0 0 rgba(0,0,0,.1);
}

.header ul>li>a img {
  vertical-align: middle;
}

.header ul>li>a:hover,
.header ul>li>a.active {
  background: rgba(255,255,255,.1);
}

.header ul>li>ul {
  font-size: 10pt;
  position: absolute;
  z-index: 99;
  top: 75%;
  right: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 200px;
  max-height: 210px;
  margin-top: 1px;
  -webkit-transition: top 250ms cubic-bezier(0.25, 0.8, 0.25, 1),opacity 350ms cubic-bezier(0.25, 0.8, 0.25, 1),visibility 350ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: top 250ms cubic-bezier(0.25, 0.8, 0.25, 1),opacity 350ms cubic-bezier(0.25, 0.8, 0.25, 1),visibility 350ms cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.15);
  box-shadow: 0 3px 5px rgba(0,0,0,.15);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header ul>li>ul li {
  display: block;
  margin: 0;
  padding: 10px 25px;
  padding: 0;
}

.header ul>li>ul li>a {
  line-height: normal;
  display: block;
  width: auto;
  height: auto;
  padding: 10px 15px;
  -webkit-transition: none;
  transition: none;
  text-align: left;
  white-space: nowrap;
  text-decoration: none;
  color: rgba(255,255,255,.75);
}

.header ul>li>ul li>a.active {
  color: #fff;
}

.header ul>li>ul li>a:hover {
  background: rgba(255,255,255,.15);
}

.header ul>li.dropdown.active>a {
  background: rgba(255,255,255,.15);
}

.header ul>li.dropdown.active>ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.main-container {
  font-size: 0;
  overflow: hidden;
  max-width: 720px;
  margin: 0 auto;
  white-space: nowrap;
}

.main-container .view {
  font-size: 10pt;
  display: inline-block;
  width: 100%;
  margin: 35px 0 25px;
  -webkit-transition: margin-left cubic-bezier(0.25, 0.8, 0.25, 1) 550ms;
  transition: margin-left cubic-bezier(0.25, 0.8, 0.25, 1) 550ms;
  text-align: center;
  vertical-align: top;
  white-space: normal;
}

.main-container .view .artwork-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin: 0 10px;
  vertical-align: middle;
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.1);
  box-shadow: 2px 2px 5px rgba(0,0,0,.1);
}

.main-container .view .artwork-image .share-area {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  background: rgba(0,0,0,.75);
}

.main-container .view .artwork-image .share-area a {
  margin: 0 3px;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: .75;
}

.main-container .view .artwork-image .share-area a:hover {
  opacity: 1;
}

.main-container .view .artwork-image .share-area a.facebook-share {
  position: absolute;
  left: -100px;
  -webkit-transition: left 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: left 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.main-container .view .artwork-image .share-area a.twitter-share {
  position: absolute;
  right: -100px;
  -webkit-transition: right 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: right 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.main-container .view .artwork-image .share-area span {
  font-size: 1.24em;
  display: block;
  margin: 40px 0 10px;
  text-align: center;
}

.main-container .view .artwork-image .artwork-img {
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.main-container .view .artwork-image .artwork-img img {
  display: block;
  width: 100%;
  height: auto;
}

.main-container .view .artwork-image:hover .share-area {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.main-container .view .artwork-image:hover .share-area .facebook-share {
  left: 25px;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.main-container .view .artwork-image:hover .share-area .twitter-share {
  right: 25px;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.main-container .view .artwork-image:hover .artwork-img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.main-container .view .artwork-image.sharing_disabled .share-area {
  display: none;
}

.main-container .view .artwork-image.sharing_disabled:hover .artwork-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.main-container .view .artwork-image .artwork-preloader {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  -webkit-animation: preloader-background linear 3s infinite;
  animation: preloader-background linear 3s infinite;
  background-color: #159756;
}

.main-container .view .artwork-image .artwork-preloader:after,
.main-container .view .artwork-image .artwork-preloader:before {
  position: absolute;
  z-index: 9;
  bottom: 0;
  display: block;
  width: 0;
  height: 4px;
  content: "";
  -webkit-animation: preloader-front cubic-bezier(0.55, 0, 0.55, 0.2) 3s infinite;
  animation: preloader-front cubic-bezier(0.55, 0, 0.55, 0.2) 3s infinite;
  background: #afa;
}

.main-container .view .artwork-image .artwork-preloader:after {
  right: 50%;
}

.main-container .view .artwork-image .artwork-preloader:before {
  left: 50%;
}

.main-container .view .on-air {
  font-weight: 300;
  display: inline-block;
  margin: 0 10px;
  text-align: left;
  vertical-align: middle;
  color: #fff;
}

.main-container .view .on-air a {
  color: #fff;
}

.main-container .view .on-air .artist {
  font-size: 2.2em;
}

.main-container .view .on-air .title {
  font-size: 1.61em;
}

.main-container .view .on-air .time {
  font-size: 1.077em;
  font-weight: 300;
  color: #f0f0f0;
}

.main-container .view.history {
  height: 205px;
  margin: 0;
}

.main-container .view.history .table-scroll {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 185px;
  padding: 10px 15px;
}

.main-container .view.history .table-scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.main-container .view.history .table-scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0,0,0,0);
}

.main-container .view.history .table-scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #bcdaf6;
}

.main-container .view.history .table-scroll::-webkit-scrollbar-thumb:hover {
  background: #d2e6f9;
}

.main-container .view.history .table-scroll::-webkit-scrollbar-thumb:window-inactive {
  background: #a5cdf3;
}

.main-container .view.history table {
  width: 100%;
  text-align: left;
  table-layout: auto;
  border-collapse: collapse;
}

.main-container .view.history table thead tr th {
  font-weight: normal;
  padding: 2px 5px 5px;
}

.main-container .view.history table tr th,
.main-container .view.history table tr td {
  padding: 4px 6px;
}

.main-container .view.history table tr th.history-time-ago,
.main-container .view.history table tr td.history-time-ago {
  min-width: 75px;
  padding-right: 6px;
  text-align: right;
}

.main-container .view.history table tr th.history-track,
.main-container .view.history table tr td.history-track {
  width: 60%;
}

.main-container .view.history table tr th.history-artwork,
.main-container .view.history table tr td.history-artwork {
  text-align: right;
}

.main-container .view.history table tr th.history-artwork img,
.main-container .view.history table tr td.history-artwork img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.main-container .view.history table tr th img,
.main-container .view.history table tr td img {
  vertical-align: middle;
}

.main-container .view.history table tr:hover>td {
  background: rgba(0,0,0,.05);
}

.player {
  position: relative;
  max-width: 720px;
  height: 78px;
  margin: -5px auto 0;
  padding: 15px 0 5px;
  background: url("../img/sprite.png") no-repeat center -23px;
}

.player .playback {
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 68px;
  height: 78px;
  padding: 4px 10px 0;
  text-align: center;
}

.player .playback .play,
.player .playback .stop {
  float: left;
  cursor: pointer;
}

.player .playback .play.hidden,
.player .playback .stop.hidden {
  display: none;
}

.player .playback .play svg,
.player .playback .stop svg {
  display: none;
}

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

.player .playback .play:hover {
  background-position: -83px -210px;
}

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

.player .playback .stop:hover {
  background-position: -247px -210px;
}

.player .playback .stop:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 72px;
  height: 72px;
  content: " ";
  -webkit-animation: play-spin 3s infinite linear;
  animation: play-spin 3s infinite linear;
  background: rgba(0,0,0,0) url("../img/sprite.png") no-repeat -330px -210px;
}

.player .volume-control {
  position: absolute;
  right: 0;
  left: 0;
  height: 28px;
  margin: 0 245px 0 90px;
  padding: 25px 10px;
  vertical-align: middle;
}

.player .volume-control .volume-icon {
  position: absolute;
  left: 10px;
  height: 28px;
  cursor: pointer;
  vertical-align: middle;
}

.player .volume-control .volume-icon svg {
  fill: #fff;
}

.player .volume-control .volume-slider {
  position: absolute;
  top: 50%;
  right: 0;
  left: 40px;
  margin-top: -4px;
  vertical-align: middle;
}

.player .volume-control .volume-slider .vol-progress {
  width: 100%;
  height: 8px;
  margin: 0 5px;
  padding: 1px;
  cursor: pointer;
  border-radius: 3px;
  background: #ccc;
  background: rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.15),0 1px 0 rgba(255,255,255,.05);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.15),0 1px 0 rgba(255,255,255,.05);
}

.player .volume-control .volume-slider .vol-progress .vol-bar {
  position: relative;
  display: block;
  width: 50%;
  height: 100%;
  border-radius: 3px;
  background: rgba(13,255,0,.65);
}

.player .volume-control .volume-slider .vol-progress .circle-control {
  position: absolute;
  top: -6px;
  right: -6px;
  display: block;
  width: 23px;
  height: 23px;
  -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 250ms cubic-bezier(0.25, 0.8, 0.25, 1);
  background: rgba(0,0,0,0) url("../img/sprite.png") no-repeat -160px 0;
}

.player .volume-control .volume-slider .vol-progress:hover .circle-control {
  cursor: pointer;
  opacity: .95;
}

.player .volume-control .volume-slider .player-status {
  font-size: 10pt;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  opacity: 1;
  color: #fff;
}

.player .volume-control .volume-slider .player-status.text-animate {
  -webkit-animation: text-change-anim 2s;
  animation: text-change-anim 2s;
  opacity: 1;
}

.player .playlists {
  display: inline-block;
  float: right;
  width: 220px;
  height: 55px;
  margin: 10px 5px 0 0;
  text-align: center;
  vertical-align: middle;
  background: url("../img/sprite.png") no-repeat 4px -350px;
}

.player .playlists span {
  font-size: 10pt;
  display: block;
  margin: 0 0 8px;
  color: #fff;
}

.player .playlists a {
  position: relative;
  top: 0;
  display: inline-block;
  margin: 0 6px;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: .75;
}

.player .playlists a:hover {
  top: -4px;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}

@-webkit-keyframes text-change-anim {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes text-change-anim {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes preloader-background {
  0%, 24.9% {
    background-color: #159756;
  }

  25%, 49.9% {
    background-color: #da4733;
  }

  50%, 74.9% {
    background-color: #3b78e7;
  }

  75%, 100% {
    background-color: #fdba2c;
  }
}

@keyframes preloader-background {
  0%, 24.9% {
    background-color: #159756;
  }

  25%, 49.9% {
    background-color: #da4733;
  }

  50%, 74.9% {
    background-color: #3b78e7;
  }

  75%, 100% {
    background-color: #fdba2c;
  }
}

@-webkit-keyframes preloader-front {
  0% {
    width: 0;
    background-color: #da4733;
  }

  24.9% {
    width: 50%;
    background-color: #da4733;
  }

  25% {
    width: 0;
    background-color: #3b78e7;
  }

  49.9% {
    width: 50%;
    background-color: #3b78e7;
  }

  50% {
    width: 0;
    background-color: #fdba2c;
  }

  74.9% {
    width: 50%;
    background-color: #fdba2c;
  }

  75% {
    width: 0%;
    background-color: #159756;
  }

  100% {
    width: 50%;
    background-color: #159756;
  }
}

@keyframes preloader-front {
  0% {
    width: 0;
    background-color: #da4733;
  }

  24.9% {
    width: 50%;
    background-color: #da4733;
  }

  25% {
    width: 0;
    background-color: #3b78e7;
  }

  49.9% {
    width: 50%;
    background-color: #3b78e7;
  }

  50% {
    width: 0;
    background-color: #fdba2c;
  }

  74.9% {
    width: 50%;
    background-color: #fdba2c;
  }

  75% {
    width: 0%;
    background-color: #159756;
  }

  100% {
    width: 50%;
    background-color: #159756;
  }
}

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

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

@keyframes play-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@media (max-width: 640px) {
  .main-container .view {
    margin: 20px 0 15px;
  }

  .main-container .view .artwork-image {
    margin: 0 0 10px;
  }

  .main-container .view .on-air {
    display: block;
    margin: 0 5px 10px;
    text-align: center;
  }

  .main-container .view .on-air .artist {
    font-size: 1.23em;
    display: inline;
  }

  .main-container .view .on-air .artist:after {
    content: " - ";
  }

  .main-container .view .on-air .title {
    font-size: 1.23em;
    display: inline;
  }

  .main-container .view .on-air .time {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-height: 125px)and (max-height: 339px)and (min-width: 620px) {
  .player .playback {
    padding: 0 5px;
  }

  .main-container .view {
    margin: 20px 0 15px;
  }

  .main-container .view .artwork-image {
    width: 120px;
    height: 120px;
  }

  .main-container .view .artwork-image .artwork-img {
    width: 120px !important;
    height: 120px !important;
  }

  .main-container .view .artwork-image:hover .share-area a.facebook {
    left: 18px;
  }

  .main-container .view .artwork-image:hover .share-area a.twitter {
    right: 18px;
  }

  .main-container .view.history {
    height: 155px;
  }
}

@media (max-height: 125px) {
  .header {
    display: none;
  }

  .main-container {
    display: none;
  }

  body,
  html {
    overflow: hidden;
  }

  .player {
    margin: 0;
    padding: 0;
    background-position: center -34px;
  }
}

@media (min-height: 340px)and (min-width: 720px) {
  body,
  html {
    overflow: hidden;
  }
}

@media (max-width: 520px) {
  .player .volume-control .volume-slider .player-status {
    display: none !important;
  }
}

@media (max-width: 400px) {
  .player .volume-control {
    display: none;
  }

  .player {
    text-align: center;
  }

  .player .playback {
    position: static;
    display: inline-block;
    vertical-align: middle;
  }

  .player .playlists {
    float: none;
    margin-top: 0;
    padding: 0;
  }
}

@media (max-width: 315px) {
  .player .playlists {
    display: none;
  }
}

/*# sourceMappingURL=html5-radio-skin.css.map */