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;
  line-height: normal;
  margin: 0;
  padding: 0;
  background-color: #eaeaea;
  -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: 400;
}

.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: 2px;
  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.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  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.07em;
  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;
  background: #62a8ea;
}

.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 ::-webkit-scrollbar-thumb:window-inactive {
  background: #a5cdf3;
}

.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;
  background: #62a8ea;
}

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

.header ul>li>a {
  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;
}

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

.header ul>li>a:hover,
.header ul>li>a.active {
  background: #7db7ee;
}

.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;
  -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;
  background: #7db7ee;
  -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: 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: #e9f3fc;
}

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

.header ul>li>ul li>a.active {
  font-weight: 400;
  color: #fff;
}

.header ul>li.dropdown.active>a {
  background: #7db7ee;
}

.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: 40px 0 35px;
  -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;
  background: rgba(255,255,255,.75);
  -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(255,255,255,.85);
}

.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 a.facebook-share {
  left: 25px;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.main-container .view .artwork-image:hover .share-area a.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: 400;
  display: inline-block;
  margin: 0 10px;
  text-align: left;
  vertical-align: middle;
  color: #414141;
}

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

.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;
  margin: 4px 0 0;
  color: #454545;
}

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

.main-container .view.history .table-scroll {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 195px;
  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: 68px;
  margin: 0 auto;
  padding: 5px 0;
}

.player .playback {
  position: absolute;
  left: 0;
  width: 68px;
  height: 68px;
  padding: 0 10px;
  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 circle,
.player .playback .stop svg circle {
  -webkit-transition: fill 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: fill 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
  fill: #62a8ea;
  stroke-width: 0;
}

.player .playback .play svg .circle-preloader,
.player .playback .stop svg .circle-preloader {
  display: none;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: rotate 4s linear infinite;
  animation: rotate 4s linear infinite;
  stroke-dasharray: 7;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 3px;
  stroke-miterlimit: 10;
  fill: none;
  stroke: #8fc1f0;
}

.player .playback .play svg path,
.player .playback .stop svg path {
  fill: #fff;
}

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

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

.player .playback .play:hover svg circle,
.player .playback .stop:hover svg circle {
  fill: #8fc1f0;
}

.player.aio-seeking .playback .stop svg .circle-preloader {
  display: block;
}

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

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

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

.player .volume-control .volume-slider .vol-progress {
  width: 100%;
  height: 4px;
  margin: 0 5px;
  cursor: pointer;
  background: #ccc;
}

.player .volume-control .volume-slider .vol-progress .vol-bar {
  position: relative;
  display: block;
  width: 50%;
  height: 100%;
  background: #62a8ea;
}

.player .volume-control .volume-slider .vol-progress .circle-control {
  position: absolute;
  top: -4px;
  right: -4px;
  display: block;
  width: 11px;
  height: 11px;
  -webkit-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);
  border-radius: 50%;
  background: #62a8ea;
}

.player .volume-control .volume-slider .vol-progress:hover .circle-control {
  cursor: pointer;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

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

.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: 6px 5px 0 0;
  text-align: center;
  vertical-align: middle;
}

.player .playlists span {
  display: block;
  margin: 0 0 8px;
  color: #6f6f6f;
}

.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;
}

@media (max-width: 620px) {
  .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;
  }
}

@media (min-height: 125px)and (max-height: 339px)and (min-width: 620px) {
  .main-container .view {
    margin: 20px 0 15px;
  }

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

  .main-container .view .artwork-image img#artist-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;
  }

  .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 !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;
  }
}

@-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;
  }
}

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