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: transparent; }

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: 0.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;
  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;
  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;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

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

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

b, strong {
  font-weight: 400; }

.css-hint {
  position: relative; }
  .css-hint:before {
    bottom: -2px;
    margin-bottom: -10px;
    left: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.85);
    border-width: 5px;
    margin-left: -5px;
    z-index: 14;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0); }
  .css-hint:after {
    background: #111;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 3px;
    color: #fff;
    font-size: 10pt;
    content: attr(data-title);
    display: block;
    left: 0;
    bottom: -28px;
    padding: 6px 8px;
    position: absolute;
    margin-bottom: 2px;
    z-index: 15;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0); }
  .css-hint:after, .css-hint:before {
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .css-hint:hover:before, .css-hint:hover:after {
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    visibility: visible;
    margin-bottom: 0; }

.preloader {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  font-size: 1.07em;
  color: #2f2f2f;
  background: rgba(250, 250, 250, 0.95);
  transition: all 500ms cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 999; }
  .preloader.loadComplete {
    opacity: 0;
    visibility: hidden; }
  .preloader .text_area {
    display: block;
    position: absolute;
    height: 50px;
    left: 0;
    right: 0;
    top: 40%;
    margin-top: -25px; }

/* ================================================================================================== */
.header {
  display: block;
  height: 50px;
  background: #62a8ea;
  color: #fff;
  /* Track */
  /* Handle */ }
  .header ::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .header ::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 2px; }
  .header ::-webkit-scrollbar-thumb {
    background-color: #bcdaf6;
    border-radius: 2px; }
    .header ::-webkit-scrollbar-thumb:hover {
      background: #d2e6f9; }
  .header ::-webkit-scrollbar-thumb:window-inactive {
    background: #a5cdf3; }
  .header .logo {
    float: left;
    display: inline-block;
    margin: 0 0 0 8px;
    height: 50px;
    line-height: 50px; }
    .header .logo img {
      vertical-align: middle; }
  .header ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    right: 0;
    font-size: 0;
    /* FIX SPACING */
    background: #62a8ea; }
    .header ul > li {
      position: relative;
      display: inline-block;
      padding: 0;
      margin: 0; }
      .header ul > li > a {
        display: inline-block;
        width: 55px;
        height: 50px;
        transition: background-color 350ms cubic-bezier(0.25, 0.8, 0.25, 1);
        -webkit-transition: background-color 350ms cubic-bezier(0.25, 0.8, 0.25, 1);
        text-align: center;
        line-height: 50px; }
        .header ul > li > a img {
          vertical-align: middle; }
        .header ul > li > a:hover, .header ul > li > a.active {
          background: #7db7ee; }
      .header ul > li > ul {
        position: absolute;
        z-index: 99;
        top: 75%;
        right: 0;
        font-size: 10pt;
        background: #7db7ee;
        min-width: 200px;
        opacity: 0;
        visibility: hidden;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        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-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-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 210px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0); }
        .header ul > li > ul.active {
          visibility: visible;
          opacity: 1;
          top: 100%; }
        .header ul > li > ul li {
          display: block;
          padding: 10px 25px;
          margin: 0;
          padding: 0; }
          .header ul > li > ul li > a {
            display: block;
            padding: 10px 15px;
            line-height: normal;
            width: auto;
            height: auto;
            text-align: left;
            color: #e9f3fc;
            text-decoration: none;
            white-space: nowrap; }
            .header ul > li > ul li > a:hover {
              background: rgba(255, 255, 255, 0.15); }
            .header ul > li > ul li > a.active {
              color: #fff;
              font-weight: 400; }

/* ================================================================================================== */
.main-container {
  font-size: 0;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  max-width: 720px; }
  .main-container .view {
    font-size: 10pt;
    vertical-align: top;
    display: inline-block;
    width: 100%;
    margin: 40px 0 35px;
    text-align: center;
    -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;
    white-space: normal; }
    .main-container .view .artist-image {
      display: inline-block;
      position: relative;
      margin: 0 10px;
      width: 140px;
      height: 140px;
      vertical-align: middle;
      overflow: hidden;
      -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); }
      .main-container .view .artist-image .share-area {
        position: absolute;
        z-index: 5;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        background: rgba(255, 255, 255, 0.85);
        transition: all 200ms ease-out;
        -webkit-transition: all 200ms ease-out;
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transform: scale(1.5); }
        .main-container .view .artist-image .share-area a {
          margin: 0 3px;
          transition: opacity 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
          -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
          opacity: 0.75; }
          .main-container .view .artist-image .share-area a:hover {
            opacity: 1; }
          .main-container .view .artist-image .share-area a.facebook-share {
            position: absolute;
            left: -100px;
            transition: left 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
            -webkit-transition: left 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }
          .main-container .view .artist-image .share-area a.twitter-share {
            position: absolute;
            right: -100px;
            transition: right 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
            -webkit-transition: right 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }
        .main-container .view .artist-image .share-area span {
          display: block;
          font-size: 1.24em;
          text-align: center;
          margin: 40px 0 10px; }
      .main-container .view .artist-image .artist-img {
        z-index: 1;
        position: absolute;
        top: 0;
        transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
        -webkit-transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }
      .main-container .view .artist-image:hover .share-area {
        opacity: 1;
        visibility: visible;
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1); }
        .main-container .view .artist-image:hover .share-area a.facebook-share {
          left: 25px;
          -ms-transform: rotate(360deg);
          transform: rotate(360deg);
          -webkit-transform: rotate(360deg); }
        .main-container .view .artist-image:hover .share-area a.twitter-share {
          right: 25px;
          -ms-transform: rotate(360deg);
          transform: rotate(360deg);
          -webkit-transform: rotate(360deg); }
      .main-container .view .artist-image:hover .artist-img {
        -ms-transform: scale(1.15);
        transform: scale(1.15);
        -webkit-transform: scale(1.15); }
      .main-container .view .artist-image.sharing_disabled .share-area {
        display: none; }
      .main-container .view .artist-image.sharing_disabled:hover .artist-img {
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1); }
      .main-container .view .artist-image .artist-preload {
        position: absolute;
        right: 0;
        left: 0;
        height: 4px;
        bottom: 0;
        z-index: 6;
        background-color: #159756;
        -webkit-animation: preloaderbackground linear 3s infinite;
        animation: preloaderbackground linear 3s infinite; }
        .main-container .view .artist-image .artist-preload:after, .main-container .view .artist-image .artist-preload:before {
          display: block;
          position: absolute;
          bottom: 0;
          z-index: 9;
          width: 0;
          height: 4px;
          background: #afa;
          -webkit-animation: preloaderfront ease-in 3s infinite;
          animation: preloaderfront ease-in 3s infinite;
          content: ''; }
        .main-container .view .artist-image .artist-preload:after {
          right: 50%; }
        .main-container .view .artist-image .artist-preload:before {
          left: 50%; }
    .main-container .view .onair {
      display: inline-block;
      margin: 0 10px;
      vertical-align: middle;
      text-align: left;
      color: #414141;
      font-weight: 400; }
      .main-container .view .onair a {
        color: #414141; }
      .main-container .view .onair .artist {
        font-size: 2.2em; }
      .main-container .view .onair .title {
        font-size: 1.61em; }
      .main-container .view .onair .time {
        color: #454545;
        margin: 4px 0 0;
        font-weight: 300;
        font-size: 1.077em; }
  .main-container .view.history {
    margin: 0;
    height: 215px; }
    .main-container .view.history .table-scroll {
      padding: 10px 15px;
      display: block;
      overflow-y: auto;
      overflow-x: hidden;
      max-height: 195px;
      /* Track */
      /* Handle */ }
      .main-container .view.history .table-scroll::-webkit-scrollbar {
        width: 8px;
        height: 8px; }
      .main-container .view.history .table-scroll::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 2px; }
      .main-container .view.history .table-scroll::-webkit-scrollbar-thumb {
        background-color: #bcdaf6;
        border-radius: 2px; }
        .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; }
      .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.timeago, .main-container .view.history table tr td.timeago {
          text-align: right;
          min-width: 75px;
          padding-right: 6px; }
        .main-container .view.history table tr th.history-artwork, .main-container .view.history table tr td.history-artwork {
          width: 32px;
          text-align: right;
          padding-left: 6px; }
        .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, 0.05); }

/* ================================================================================================== */
.player {
  padding: 5px 0;
  max-width: 720px;
  height: 68px;
  margin: 0 auto;
  position: relative; }
  .player .playback {
    position: absolute;
    left: 0;
    padding: 0 10px;
    width: 68px;
    height: 68px;
    text-align: center; }
    .player .playback .play, .player .playback .stop {
      cursor: pointer;
      float: left; }
      .player .playback .play circle, .player .playback .stop circle {
        fill: #62a8ea;
        transition: fill 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
        -webkit-transition: fill 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
        stroke-width: 0; }
      .player .playback .play path, .player .playback .stop path {
        fill: #fff; }
      .player .playback .play:hover circle, .player .playback .stop:hover circle {
        fill: #8fc1f0; }
  .player .volume-control {
    position: absolute;
    padding: 20px 10px;
    vertical-align: middle;
    left: 0;
    right: 0;
    height: 28px;
    margin: 0 245px 0 90px; }
    .player .volume-control .volume-icon {
      position: absolute;
      left: 10px;
      vertical-align: middle;
      cursor: pointer;
      height: 28px; }
    .player .volume-control .volume-slider {
      position: absolute;
      vertical-align: middle;
      left: 40px;
      right: 0;
      top: 50%;
      margin-top: -2px; }
      .player .volume-control .volume-slider .vol-progress {
        margin: 0 5px;
        width: 100%;
        height: 4px;
        background: #ccc;
        cursor: pointer; }
        .player .volume-control .volume-slider .vol-progress .vol-bar {
          position: relative;
          display: block;
          height: 100%;
          background: #62a8ea;
          width: 50%; }
        .player .volume-control .volume-slider .vol-progress .circle-control {
          position: absolute;
          top: -4px;
          right: -4px;
          display: block;
          width: 11px;
          height: 11px;
          background: #62a8ea;
          border-radius: 50%;
          -webkit-transition: -webkit-transform 250ms cubic-bezier(0.25, 0.8, 0.25, 1);
          transition: -webkit-transform 250ms cubic-bezier(0.25, 0.8, 0.25, 1);
          transition: transform 250ms cubic-bezier(0.25, 0.8, 0.25, 1);
          transition: transform 250ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 250ms cubic-bezier(0.25, 0.8, 0.25, 1);
          -webkit-transition: transform 250ms cubic-bezier(0.25, 0.8, 0.25, 1); }
        .player .volume-control .volume-slider .vol-progress:hover .circle-control {
          cursor: pointer;
          -ms-transform: scale(1.4);
          transform: scale(1.4);
          -webkit-transform: scale(1.4); }
      .player .volume-control .volume-slider .player-status {
        color: #6f6f6f;
        position: absolute;
        text-align: center;
        width: 100%;
        top: 100%;
        margin-top: 10px; }
  .player .playlists {
    display: inline-block;
    vertical-align: middle;
    width: 220px;
    float: right;
    height: 55px;
    margin: 6px 5px 0 0;
    text-align: center; }
    .player .playlists span {
      color: #6f6f6f;
      display: block;
      margin: 0 0 8px; }
    .player .playlists a {
      display: inline-block;
      position: relative;
      top: 0;
      margin: 0 6px;
      transition: all 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
      -webkit-transition: all 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
      opacity: 0.75; }
      .player .playlists a:hover {
        opacity: 1;
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        top: -4px; }

@-webkit-keyframes preloaderbackground {
  0%, 24.9% {
    background-color: #159756; }
  25%, 49.9% {
    background-color: #da4733; }
  50%, 74.9% {
    background-color: #3b78e7; }
  75%, 100% {
    background-color: #fdba2c; } }

@keyframes preloaderbackground {
  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 preloaderfront {
  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 preloaderfront {
  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; } }

@media (max-width: 620px) {
  .main-container .view {
    margin: 20px 0 15px; }
    .main-container .view .artist-image {
      margin: 0 0 10px; }
    .main-container .view .onair {
      display: block;
      text-align: center;
      margin: 0 5px 10px; }
      .main-container .view .onair .artist {
        display: inline;
        font-size: 1.23em; }
        .main-container .view .onair .artist:after {
          content: ' - '; }
      .main-container .view .onair .title {
        display: inline;
        font-size: 1.23em; }
      .main-container .view .onair .time {
        display: none; } }

@media (min-height: 125px) and (max-height: 339px) and (min-width: 620px) {
  .main-container .view {
    margin: 20px 0 15px; }
    .main-container .view .artist-image {
      width: 120px;
      height: 120px; }
      .main-container .view .artist-image img#artist-img {
        width: 120px !important;
        height: 120px !important; }
      .main-container .view .artist-image:hover .share-area a.facebook {
        left: 18px; }
      .main-container .view .artist-image:hover .share-area a.twitter {
        right: 18px; }
  .main-container .view.history {
    height: 155px; }
  .player {
    padding: 0; } }

@media (max-height: 125px) {
  .header {
    display: none; }
  .main-container {
    display: none; }
  body, html {
    overflow: hidden; } }

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

@media (max-width: 520px) {
  .player .volume-control {
    margin: 0 225px 0 80px; }
  .player .volume-control .volume-slider .player-status {
    display: none; } }

@media (max-width: 400px) {
  .player .volume-control {
    display: none; }
  .player {
    text-align: center; }
  .player .playback {
    display: inline-block;
    vertical-align: middle;
    position: static; }
  .player .playlists {
    float: none;
    margin-top: 0;
    padding: 0; } }

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

/*!color=#62a8ea;scheme=;*/
