html {
  height: 100vh;
}
body {
  height: 100vh;
  margin: 0;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  background-color: white;
}
.divastable {
  display: table;
}
.divastablerow {
  display: table-row;
}
.divastablecell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#playtooltiphere {
  position: relative;
}
#playtip {
  position: absolute;
  background-color: #da1f3d;
  color: white;
  text-align: center;
  padding: 10px 20px;
  z-index: 100;
}
#playtip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #da1f3d transparent;
  left: calc(50% - 5px * 6);
  top: -17.5px;
}
header {
  display: table;
  width: 100%;
  height: 80px;
  background-color: #212121;
  color: white;
  position: fixed;
  z-index: 99;
  left: 0px;
  top: 0px;
}
header > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
header > div#logo {
  background-color: #da1f3d;
  padding: 0px 30px;
  width: 140px;
}
header > div#logo img {
  height: auto;
  width: auto;
  max-height: 40%;
}
header > div#current_station_logo {
  background-color: white;
  width: 160px;
  height: 80px;
  padding: 10px;
  box-sizing: border-box;
}
header > div#current_station_logo img {
  height: auto;
  width: auto;
  max-height: 55px;
  max-width: calc(160px - 20px);
}
header > div#audio_place {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  user-select: none;
  width: 0px;
  height: 0px;
  opacity: 0;
  overflow: hidden;
}
header > div#elements {
  width: 128px;
  padding-left: 32px;
  padding-right: 32px;
}
header > div#elements .divastablecell {
  opacity: 0.5;
  transition: all 0.5s;
}
header > div#elements .divastablecell:hover {
  opacity: 1;
}
header > div#elements .divastablecell img {
  cursor: pointer;
}
header > div#elements .elements_step_backward {
  width: 32px;
}
header > div#elements .elements_step_backward img {
  max-width: 32px;
  width: auto;
  max-height: 100%;
  height: auto;
}
header > div#elements .elements_play_pause {
  padding: 0 16px;
  width: 32px;
}
header > div#elements .elements_play_pause--pause {
  display: none;
}
header > div#elements .elements_play_pause img {
  max-width: 32px;
  width: auto;
  max-height: 100%;
  height: auto;
}
header > div#elements .elements_step_forward {
  width: 32px;
}
header > div#elements .elements_step_forward img {
  max-width: 32px;
  width: auto;
  max-height: 100%;
  height: auto;
}
header > div#current_station {
  padding: 0 0;
}
header > div#current_station > span {
  display: block;
  padding: 4px 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
header > div#current_station .current_station_title {
  background-color: #2e2e2e;
  font-weight: 700;
  padding-bottom: 1px;
}
header > div#current_station .current_station_artist {
  padding-top: 1px;
  background-color: #2e2e2e;
}
header > div#volume {
  padding-left: 32px;
  width: 224px;
}
header > div#volume .volume_level img {
  width: 24px;
  height: auto;
  opacity: 0.5;
  transition: opacity 0.5s;
}
header > div#volume .volume_level img:hover {
  opacity: 1;
}
header > div#volume .volume_level--mutted,
header > div#volume .volume_level--min,
header > div#volume .volume_level--middle,
header > div#volume .volume_level--max {
  display: none;
}
header > div#volume .slide_container {
  width: 128px;
  padding: 16px;
}
header > div#volume .slide_container .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 16px;
  background: #2e2e2e;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  border-radius: 8px;
}
header > div#volume .slide_container .slider:hover {
  opacity: 1;
}
header > div#volume .slide_container .slider:hover::-webkit-slider-thumb {
  outline: none;
  background: #da1f3d;
}
header > div#volume .slide_container .slider:hover::-moz-range-thumb {
  outline: none;
  background: #da1f3d;
}
header > div#volume .slide_container .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: white;
  cursor: pointer;
  border-radius: 50%;
  border: none;
}
header > div#volume .slide_container .slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background-color: white;
  cursor: pointer;
  appearance: none;
  border: none;
}
header > div#volume .slide_container .slider::-ms-thumb {
  width: 16px;
  height: 16px;
  background: white;
  cursor: pointer;
  appearance: none;
  border: none;
}
header > div#volume .volume_level_value {
  font-size: 12px;
  opacity: 0.5;
}
header > div#socials {
  width: 80px;
  padding-right: 16px;
  white-space: nowrap;
}
header > div#socials a {
  text-decoration: none;
  color: white;
  opacity: 0.5;
  transition: all 0.5s;
  margin: 0px 8px;
}
header > div#socials a:hover {
  opacity: 1;
}
header > div#socials a img {
  height: 16px;
  width: auto;
}
header .hide4ios {
  display: none !important;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.spinner:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #da1f3d;
  border-bottom-color: #da1f3d;
  animation: spinner 0.8s ease infinite;
}
main {
  position: relative;
  margin-top: 80px;
}
main .station {
  position: absolute;
  display: block;
  box-sizing: border-box;
  padding: 5px;
  text-decoration: none;
  outline: none;
}
main .station.invalid .station_inside:hover:before,
main .station.invalid .station_inside:before {
  background: rgba(0, 0, 0, 0);
  border: none;
  width: calc(100% - 5px * 2);
  height: calc(100% - 5px * 2);
}
main .station.active.invalid .station_inside .active_place .active_place_title,
main .station.active.invalid .station_inside .title_place .title_place_title,
main .station.active.invalid .station_inside .title_place .title_place_artist {
  display: none;
}
main .station.active.spinner .station_inside .active_place .active_place_title {
  display: none;
}
main .station.active .station_inside:hover:before,
main .station.active .station_inside:before {
  background: rgba(0, 0, 0, 0);
  border: 3px solid rgba(218, 31, 61, 0);
  width: calc(100% - (5px + 3px) * 2);
  height: calc(100% - (5px + 3px) * 2);
}
main .station.active .station_inside .active_place .active_place_title,
main .station.active .station_inside .title_place .title_place_title,
main .station.active .station_inside .title_place .title_place_artist {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
main .station.active .station_inside .logo_place .logo_place_image img.logo_white {
  display: none;
}
main .station.active .station_inside .logo_place .logo_place_image img.logo_color {
  display: inline-block;
}
main .station .station_inside {
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
main .station .station_inside:hover:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 5px * 2);
  height: calc(100% - 5px * 2);
  background-color: rgba(0, 0, 0, 0.45);
}
main .station .station_inside:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 5px * 2);
  height: calc(100% - 5px * 2);
  background-color: rgba(0, 0, 0, 0.65);
  transition: background-color 0.5s;
}
main .station .station_inside .place_row {
  display: table-row;
}
main .station .station_inside .place_row .place_cell {
  display: table-cell;
  text-align: center;
}
main .station .station_inside .active_place {
  height: 25%;
  font-weight: 700;
}
main .station .station_inside .active_place .place_cell {
  vertical-align: bottom;
}
main .station .station_inside .active_place .active_place_title {
  display: none;
}
main .station .station_inside .active_place .active_place_title span {
  border: 2px solid #da1f3d;
  padding: 2px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
main .station .station_inside .logo_place {
  height: 50%;
}
main .station .station_inside .logo_place .place_cell {
  vertical-align: middle;
}
main .station .station_inside .logo_place .logo_place_image img {
  max-height: 60%;
  max-width: 60%;
  height: auto;
  width: auto;
}
main .station .station_inside .logo_place .logo_place_image img.logo_white {
  display: inline-block;
}
main .station .station_inside .logo_place .logo_place_image img.logo_color {
  display: none;
}
main .station .station_inside .title_place {
  height: 25%;
}
main .station .station_inside .title_place .place_cell {
  vertical-align: top;
}
main .station .station_inside .title_place .title_place_title {
  margin-top: 10px;
  display: none;
  font-weight: 700;
}
main .station .station_inside .title_place .title_place_artist {
  display: none;
}
main .station .station_inside .timer_place {
  height: 25%;
}
main .station.invalid .station_inside .title_place {
  display: none;
}
main .station.station4content {
  font-size: 14px;
}
main .station.station4content p {
  margin-top: 0px;
}
main .station.station4content p.one_more_space {
  margin-top: 32px;
}
main .station.station4content a {
  color: white;
}
main .station.station4content .station_inside {
  background-color: #212121;
  color: white;
}
main .station.station4content .station_inside:before {
  content: none;
}
main .station.station4content .station_inside .station_content {
  padding: 16px;
  display: table-cell;
  vertical-align: middle;
}
main .station#content4footer img {
  max-width: 80%;
  width: auto;
  height: auto;
  padding-bottom: 16px;
}
@media (max-width: 1023px) {
  header > div#current_station {
    display: none;
  }
  main .station.station4content {
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  header > div#volume {
    width: 48px;
    padding-left: 16px;
  }
  header > div#volume .slide_container,
  header > div#volume .volume_level_value {
    display: none;
  }
  main .station.station4content {
    font-size: 11px;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 12px;
  }
}
/*tablet portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  body {
    font-size: 24px;
  }
  header {
    font-size: 16px;
  }
  header > div#current_station_logo {
    display: none;
  }
  header > div#current_station {
    display: table-cell;
  }
  header > div#socials {
    padding-left: 16px;
  }
  main .station#content4footer {
    font-size: 24px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  body {
    font-size: 18px;
  }
  header {
    font-size: 16px;
  }
  header > div#current_station_logo {
    display: none;
  }
  header > div#current_station {
    display: table-cell;
  }
  header > div#socials {
    padding-left: 16px;
  }
}
/*mobile portrait*/
@media only screen and (min-device-width: 315px) and (max-device-width: 767px) and (orientation: portrait) {
  body {
    font-size: 34px;
  }
  header {
    height: 140px;
  }
  header > div#logo {
    width: 280px;
  }
  header > div#current_station_logo {
    display: none;
  }
  header > div#elements {
    width: auto;
    padding-left: 64px;
    padding-right: 64px;
  }
  header > div#elements .divastable {
    width: 100%;
  }
  header > div#elements .divastable .elements_step_backward {
    min-width: 64px;
    width: auto;
  }
  header > div#elements .divastable .elements_step_backward img {
    max-width: 64px;
  }
  header > div#elements .divastable .elements_play_pause {
    padding: 0 32px;
    min-width: 64px;
    width: auto;
  }
  header > div#elements .divastable .elements_play_pause img {
    max-width: 64px;
  }
  header > div#elements .divastable .elements_step_forward {
    min-width: 64px;
    width: auto;
  }
  header > div#elements .divastable .elements_step_forward img {
    max-width: 64px;
  }
  header > div#socials {
    display: none;
  }
  main {
    margin-top: 140px;
  }
  main .station.active .station_inside:hover:before,
  main .station.active .station_inside:before {
    border-width: 12px;
    width: calc(100% - (3px * 4) * 2);
    height: calc(100% - (3px * 4) * 2);
  }
  main .station.invalid .station_inside:hover:before,
  main .station.invalid .station_inside:before {
    background: rgba(0, 0, 0, 0);
    border: none;
    width: 100%;
    height: 100%;
  }
  main .station .station_inside {
    display: block;
    position: relative;
  }
  main .station .station_inside:hover:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  main .station .station_inside:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  main .station .station_inside .place_row {
    display: table;
    position: absolute;
  }
  main .station .station_inside .active_place {
    display: none;
  }
  main .station .station_inside .logo_place {
    height: 258px;
    width: 258px;
    top: 16px;
    left: 16px;
  }
  main .station .station_inside .logo_place .logo_place_image img {
    max-height: 80%;
    max-width: 80%;
    height: auto;
    width: auto;
  }
  main .station .station_inside .title_place {
    top: 97px;
    left: 306px;
    height: 96px;
    overflow: hidden;
  }
  main .station .station_inside .title_place .place_cell > div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 48px;
    margin: 0px 0px 0px 0px;
  }
  main .station .station_inside .title_place .title_place_title {
    text-align: left;
  }
  main .station .station_inside .title_place .title_place_artist {
    text-align: left;
  }
  main .station .station_inside .timer_place {
    top: 121px;
    left: 290px;
    width: calc(100% - 290px - (16px * 3));
    height: 48px;
  }
  main .station .station_inside .timer_place .timer_place_cell .timer {
    text-align: left;
    padding-left: 50px;
  }
  main .station#content4footer {
    font-size: 24px;
  }
  main .station#content4footer .station_content {
    padding: 16px 32px;
    display: block;
  }
  main .station#content4footer .content4footer_logo {
    float: left;
    width: 322px;
    height: 258px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  main .station#content4footer .one_more_space {
    margin-top: 0px;
  }
  main .station#content4footer img {
    margin-top: 32px;
    max-width: 290px;
  }
}
/*mobile landscape*/
@media only screen and (min-device-width: 315px) and (max-device-width: 767px) and (orientation: landscape) {
  header > div#logo {
    width: 140px;
  }
  header > div#current_station_logo {
    display: none;
  }
  header > div#elements {
    width: auto;
    padding-left: 64px;
    padding-right: 64px;
  }
  header > div#elements .divastable {
    width: 100%;
  }
  header > div#elements .divastable .elements_step_backward {
    min-width: 64px;
    width: auto;
  }
  header > div#elements .divastable .elements_step_backward img {
    max-width: 64px;
    max-height: 100%;
  }
  header > div#elements .divastable .elements_play_pause {
    padding: 0 32px;
    min-width: 64px;
    width: auto;
  }
  header > div#elements .divastable .elements_play_pause img {
    max-width: 64px;
  }
  header > div#elements .divastable .elements_step_forward {
    min-width: 64px;
    width: auto;
  }
  header > div#elements .divastable .elements_step_forward img {
    max-width: 64px;
  }
  header > div#current_station {
    display: table-cell;
  }
  header > div#socials {
    display: none;
  }
  body {
    font-size: 20px;
  }
  main .station#content4footer {
    font-size: 24px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  header > div#logo {
    width: 280px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  header > div#logo {
    width: 140px;
  }
  header > div#current_station_logo {
    display: none;
  }
  header > div#current_station {
    display: table-cell;
  }
  body {
    font-size: 20px;
  }
}
/*# sourceMappingURL=css.css.map */