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 {
  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] {
  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;
  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: "Dosis", sans-serif;
  font-weight: 300;
  font-size: 10pt;
  padding: 0;
  margin: 0;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (min-width: 640px) {
  body, html {
    background-color: #faa917;
  }
}

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

b, strong {
  font-weight: 600;
}

.preloader {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  font-size: 1.077em;
  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;
}

.top-container {
  position: absolute;
  height: auto;
  width: 100%;
  max-width: 414px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* ================================================================================================== */
.header {
  display: block;
  margin: 0 auto;
  color: #000;
  max-width: 414px;
  position: relative;
  /* 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 .logo {
  margin: 12px 0 0 12px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  z-index: 1000;
}
.header .logo img {
  vertical-align: middle;
}
.header .open-link {
  display: none;
  margin: 13px 15px 0 0;
  width: 23px;
  height: 23px;
  line-height: 23px;
  right: 0px;
  position: absolute;
  z-index: 1000;
}
.header .open-link img {
  width: 100%;
  vertical-align: middle;
}

/* ================================================================================================== */
.main-container {
  font-size: 0;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  max-width: 414px;
  background-color: #FFF;
  position: relative;
}
.main-container .view {
  background-color: #FFF;
  font-size: 10pt;
  vertical-align: top;
  display: inline-block;
  width: 100%;
  text-align: center;
  transition: margin-left cubic-bezier(0.25, 0.8, 0.25, 1) 550ms;
  white-space: normal;
  position: relative;
  margin: 0;
}
.main-container .view.main {
  z-index: 100;
}
.main-container .view .artist-image {
  display: inline-block;
  position: relative;
  margin: 0;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.main-container .view .artist-image .artist-img {
  z-index: 1;
  position: relative;
  width: 100%;
  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);
  background-color: #FFF;
}
.main-container .view .artist-image .artist-img img {
  width: 100%;
}
.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 cubic-bezier(0.55, 0, 0.55, 0.2) 3s infinite;
  animation: preloaderfront cubic-bezier(0.55, 0, 0.55, 0.2) 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 {
  padding: 0 17px 15px 17px;
  min-height: 54px;
  position: relative;
  vertical-align: middle;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.main-container .view .onair a {
  color: #000;
}
.main-container .view .onair .artist {
  font-size: 2em;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  padding-right: 30px;
}
.main-container .view .onair .title {
  font-size: 1.21em;
}
.main-container .view .onair .like {
  position: absolute;
  right: 17px;
  top: 6px;
  display: none;
  width: 20px;
  height: 20px;
}
.main-container .view .onair .like img {
  width: 20px;
  height: 20px;
}
.main-container .view .onair .like a.liked {
  opacity: 0.7;
}
.main-container .view.history {
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.main-container .view.history .table-scroll {
  padding: 50px 15px 15px 15px;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  height: 353px;
  /* 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;
  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);
}
.main-container .service-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding: 5px 17px;
  margin: 0 auto;
  background-color: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 -2px 4px 0 rgba(0, 0, 0, 0.11);
  z-index: 1000;
}
.main-container .service-bar ul {
  position: relative;
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
  right: 0;
  font-size: 0;
  /* FIX SPACING */
}
.main-container .service-bar ul > li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-left: 15px;
}
.main-container .service-bar ul > li:first-child {
  margin-left: 0;
}
.main-container .service-bar ul > li > a {
  display: inline-block;
  font-weight: 300;
  width: 25px;
  height: 25px;
  transition: background-color 150ms cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: background-color 150ms cubic-bezier(0.25, 0.8, 0.25, 1);
  text-align: center;
  position: relative;
  z-index: 100;
}
.main-container .service-bar ul > li > a img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.main-container .service-bar ul > li.history-toggle a {
  width: 27px;
  height: 27px;
  margin-top: -2px;
  margin-left: 1px;
}
.main-container .service-bar ul > li.history-toggle a.active {
  box-shadow: #aaaaaa 1px 1px 4px;
  border-radius: 20px;
  padding: 4px 5px 4px 3px;
  margin: -4px;
  margin-top: -6px;
  margin-left: -2px;
  margin-right: -5px;
}
.main-container .service-bar ul > li.share-toggle a {
  width: 23px;
}
.main-container .service-bar ul > li > ul {
  position: absolute;
  z-index: 99;
  top: 75%;
  margin-top: 1px;
  right: 0;
  min-width: 200px;
  font-size: 10pt;
  opacity: 0;
  visibility: hidden;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -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);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  background: url("./img/background.jpg") -700px 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 210px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.main-container .service-bar ul > li > ul.active {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-container .service-bar ul > li > ul li {
  display: block;
  padding: 10px 25px;
  margin: 0;
  padding: 0;
}
.main-container .service-bar ul > li > ul li > a {
  display: block;
  padding: 10px 15px;
  line-height: normal;
  width: auto;
  height: auto;
  text-align: left;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  white-space: nowrap;
  transition: none;
  -webkit-transition: none;
}
.main-container .service-bar ul > li > ul li > a.active {
  color: #000;
}
.main-container .service-bar ul > li > ul li > a:hover {
  background: rgba(0, 0, 0, 0.15);
}
.main-container .service-bar .share-area {
  position: absolute;
  z-index: 5;
  top: -81px;
  right: 0;
  left: -5px;
  bottom: 0;
  width: 36px;
  background-color: white;
  box-shadow: #aaaaaa 1px 1px 4px;
  border-radius: 20px;
  height: 110px;
  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);
}
.main-container .service-bar .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: 1;
}
.main-container .service-bar .share-area a:hover {
  opacity: 1;
}
.main-container .service-bar .share-area a.facebook-share {
  position: absolute;
  left: 2px;
  top: 7px;
  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 .service-bar .share-area a.twitter-share {
  position: absolute;
  left: 2px;
  top: 42px;
  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 .service-bar .share-area span {
  display: block;
}
.main-container .service-bar .share-toggle .share-area {
  display: none;
}
.main-container .service-bar .share-toggle.sharing_disabled .share-area {
  display: none;
}
.main-container .service-bar .share-toggle.sharing_disabled:hover .artist-img {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.main-container .service-bar .purchase-info {
  display: flex;
  font-size: 10pt;
  align-items: center;
}
.main-container .service-bar .purchase-info .product-icon {
  display: none;
}
@media (max-width: 340px) {
  .main-container .service-bar .purchase-info .product-icon {
    display: none !important;
  }
}
.main-container .service-bar .purchase-info .product-price {
  display: none;
  font-size: 1.3em;
  font-weight: 600;
  padding: 0 10px 2px 6px;
}
@media (max-width: 340px) {
  .main-container .service-bar .purchase-info .product-price {
    padding-left: 0;
  }
}
.main-container .service-bar .purchase-info .product-buy {
  display: none;
  margin-right: 20px;
  border-radius: 51px;
  background-color: #FAB417;
  color: #FFF;
  font-size: 1.2em;
  font-weight: 600;
  padding: 1px 10px 2px 10px;
}
.main-container .service-bar .purchase-info .product-buy:hover {
  background-color: #ff9a27;
}
.main-container .service-bar .song-links {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
}
.main-container .service-bar .song-links .youtube-link {
  width: 30px;
  margin-right: 18px;
  display: none;
}
.main-container .service-bar .song-links .spotify-link {
  width: 25px;
  display: none;
  margin-right: 16px;
}
.main-container .service-bar .song-links img {
  width: 100%;
}
.main-container .footer {
  display: block;
  margin: 0 auto;
  color: #5E5E5E;
  font-size: 0.85rem;
  max-width: 320px;
  position: relative;
  background-color: #FFF;
}
.main-container .footer ul {
  margin: 0;
  padding: 10px 17px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.main-container .footer ul li {
  list-style: none;
  padding: 0 10px;
  border-right: 1px solid #eee;
}
.main-container .footer ul li:last-child {
  border: none;
}
.player {
  padding: 0;
  width: 100%;
  height: 86px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
}
.player .playback {
  padding: 4px 0px 4px 10px;
  width: 85px;
  overflow: hidden;
}
.player .playback .play, .player .playback .stop {
  cursor: pointer;
  float: left;
}
.player .playback .play svg, .player .playback .stop svg {
  display: none;
}
.player .playback .play {
  display: inline-block;
  position: relative;
  width: 79px;
  height: 79px;
  background: url(./img/play@2x.png) no-repeat 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  cursor: pointer;
  vertical-align: bottom;
}
.player .playback .stop {
  display: inline-block;
  position: relative;
  width: 79px;
  height: 79px;
  background: url(./img/pause@2x.png) no-repeat 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  cursor: pointer;
  vertical-align: bottom;
  overflow: hidden;
}
.player .playback .stop:before {
  display: block;
  width: 74px;
  height: 74px;
  position: absolute;
  content: " ";
  left: 3px;
  top: 3px;
  background: transparent url("./img/sprite.png") no-repeat -330px -210px;
  -webkit-animation: playspin 3s infinite linear;
  -moz-animation: playspin 3s infinite linear;
  -o-animation: playspin 3s infinite linear;
  -ms-animation: playspin 3s infinite linear;
  animation: playspin 3s infinite linear;
}
.player .time-container {
  padding: 8px 0px;
  width: 15%;
}
.player .time {
  color: #FAB417;
  font-weight: 600;
  font-size: 1.2em;
  text-align: left;
}
.player .volume-control {
  display: flex;
  position: relative;
  padding: 4px 15px 4px 10px;
  height: 28px;
  width: 55%;
}
.player .volume-control .volume-icon {
  cursor: pointer;
  height: 28px;
}
.player .volume-control .volume-icon svg {
  fill: #000;
}
.player .volume-control .volume-slider {
  margin: auto;
  width: 100%;
  padding: 0 5px;
}
.player .volume-control .volume-slider .vol-progress {
  margin: 0 5px;
  width: 100%;
  height: 14px;
  padding: 0px;
  background-color: #000;
  cursor: pointer;
  border-radius: 8px;
}
.player .volume-control .volume-slider .vol-progress .vol-bar {
  position: relative;
  display: block;
  height: 100%;
  background: #fab417;
  width: 50%;
  border-radius: 8px;
}
.player .volume-control .volume-slider .vol-progress .circle-control {
  position: absolute;
  top: -6px;
  right: -6px;
  display: block;
  width: 23px;
  height: 23px;
  background: transparent url("./img/sprite.png") no-repeat -160px 0;
  transition: opacity 250ms cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.8, 0.25, 1);
  /* hide */
  display: none;
}
.player .volume-control .volume-slider .vol-progress:hover .circle-control {
  cursor: pointer;
  opacity: 0.95;
}
.player .volume-control .volume-slider .player-status {
  color: #777;
  font-size: 10pt;
  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: 10px 5px 0 0;
  text-align: center;
  background: url("./img/sprite.png") no-repeat 4px -350px;
}
.player .playlists span {
  color: #fff;
  display: block;
  font-size: 10pt;
  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;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  top: -4px;
}

@-webkit-keyframes playspin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes playspin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes playspin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes playspin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes playspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=default.micrec.css.map */
