@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=cyrillic");
.playmonster-black .play-pause-container {
  width: 100px;
  text-align: center;
}

.playmonster-black .play-pause-container .play, .playmonster-black .play-pause-container .pause {
  width: 83px;
  height: 94px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  cursor: pointer;
}

.playmonster-black .play-pause-container .play {
  background-image: url("/images/playmonster/black/play.png");
}

.playmonster-black .play-pause-container .play:hover {
  background: url("/images/playmonster/black/play_hover.png");
}

.playmonster-black .play-pause-container .play:active {
  background: url("/images/playmonster/black/play_active.png");
}

.playmonster-black .play-pause-container .pause {
  background: url("/images/playmonster/black/pause.png");
}

.playmonster-black .play-pause-container .pause:hover {
  background: url("/images/playmonster/black/pause_hover.png");
}

.playmonster-black .play-pause-container .pause:active {
  background: url("/images/playmonster/black/pause_active.png");
}

.playmonster-black .play-pause-container .volume {
  margin-top: 10px;
}

.playmonster-black .play-pause-container .noUi-horizontal {
  height: 8px;
  background: #595959;
  box-shadow: none;
}

.playmonster-black .play-pause-container .noUi-connect {
  box-shadow: none;
  background: #a4a4a4;
}

.playmonster-black .play-pause-container .noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  left: -4px;
  top: -4px;
  border-radius: 50%;
  cursor: pointer;
}

.playmonster-black .play-pause-container .noUi-horizontal .noUi-handle:before, .playmonster-black .play-pause-container .noUi-horizontal .noUi-handle:after {
  content: none;
}

.playmonster-white .play-pause-container {
  width: 100px;
  text-align: center;
}

.playmonster-white .play-pause-container .play, .playmonster-white .play-pause-container .pause {
  width: 83px;
  height: 94px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  cursor: pointer;
}

.playmonster-white .play-pause-container .play {
  background-image: url("/images/playmonster/white/play.png");
}

.playmonster-white .play-pause-container .play:hover {
  background: url("/images/playmonster/white/play_hover.png");
}

.playmonster-white .play-pause-container .play:active {
  background: url("/images/playmonster/white/play_active.png");
}

.playmonster-white .play-pause-container .pause {
  background: url("/images/playmonster/white/pause.png");
}

.playmonster-white .play-pause-container .pause:hover {
  background: url("/images/playmonster/white/pause_hover.png");
}

.playmonster-white .play-pause-container .pause:active {
  background: url("/images/playmonster/white/pause_active.png");
}

.playmonster-white .play-pause-container .volume {
  margin-top: 10px;
}

.playmonster-white .play-pause-container .noUi-horizontal {
  height: 8px;
  background: #dddddd;
  box-shadow: none;
}

.playmonster-white .play-pause-container .noUi-connect {
  box-shadow: none;
  background: #838383;
}

.playmonster-white .play-pause-container .noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  left: -4px;
  top: -4px;
  cursor: pointer;
  border-radius: 50%;
}

.playmonster-white .play-pause-container .noUi-horizontal .noUi-handle:before, .playmonster-white .play-pause-container .noUi-horizontal .noUi-handle:after {
  content: none;
}

.infra-blue .play-pause-container {
  width: 50px;
  text-align: center;
}

.infra-blue .play-pause-container .play, .infra-blue .play-pause-container .pause {
  width: 47px;
  height: 58px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  cursor: pointer;
}

.infra-blue .play-pause-container .play {
  background-image: url("/images/infra/blue/play.png");
}

.infra-blue .play-pause-container .play:hover {
  background: url("/images/infra/blue/play_hover.png");
}

.infra-blue .play-pause-container .play:active {
  background: url("/images/infra/blue/play_active.png");
}

.infra-blue .play-pause-container .pause {
  background: url("/images/infra/blue/pause.png");
}

.infra-blue .play-pause-container .pause:hover {
  background: url("/images/infra/blue/pause_hover.png");
}

.infra-blue .play-pause-container .pause:active {
  background: url("/images/infra/blue/pause_active.png");
}

.infra-blue .play-pause-container .volume {
  margin-top: 10px;
}

.infra-blue .play-pause-container .noUi-horizontal {
  height: 6px;
  background: #6AB6D5;
  box-shadow: none;
}

.infra-blue .play-pause-container .noUi-connect {
  box-shadow: none;
  background: #9edcf6;
}

.infra-blue .play-pause-container .noUi-horizontal .noUi-handle {
  width: 8px;
  height: 8px;
  left: -3px;
  top: -2px;
  cursor: pointer;
  border-radius: 50%;
}

.infra-blue .play-pause-container .noUi-horizontal .noUi-handle:before, .infra-blue .play-pause-container .noUi-horizontal .noUi-handle:after {
  content: none;
}

.infra-blue .play-pause-container .noUi-target {
  border: 1px solid #9edcf6;
}

.infra-green .play-pause-container {
  width: 50px;
  text-align: center;
}

.infra-green .play-pause-container .play, .infra-green .play-pause-container .pause {
  width: 47px;
  height: 58px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  cursor: pointer;
}

.infra-green .play-pause-container .play {
  background-image: url("/images/infra/green/play.png");
}

.infra-green .play-pause-container .play:hover {
  background: url("/images/infra/green/play_hover.png");
}

.infra-green .play-pause-container .play:active {
  background: url("/images/infra/green/play_active.png");
}

.infra-green .play-pause-container .pause {
  background: url("/images/infra/green/pause.png");
}

.infra-green .play-pause-container .pause:hover {
  background: url("/images/infra/green/pause_hover.png");
}

.infra-green .play-pause-container .pause:active {
  background: url("/images/infra/green/pause_active.png");
}

.infra-green .play-pause-container .volume {
  margin-top: 10px;
}

.infra-green .play-pause-container .noUi-horizontal {
  height: 6px;
  background: #54C66C;
  box-shadow: none;
}

.infra-green .play-pause-container .noUi-connect {
  box-shadow: none;
  background: #adf3bc;
}

.infra-green .play-pause-container .noUi-horizontal .noUi-handle {
  width: 8px;
  height: 8px;
  left: -3px;
  top: -2px;
  cursor: pointer;
  border-radius: 50%;
}

.infra-green .play-pause-container .noUi-horizontal .noUi-handle:before, .infra-green .play-pause-container .noUi-horizontal .noUi-handle:after {
  content: none;
}

.infra-green .play-pause-container .noUi-target {
  border: 1px solid #adf3bc;
}

.infra-orange .play-pause-container {
  width: 50px;
  text-align: center;
}

.infra-orange .play-pause-container .play, .infra-orange .play-pause-container .pause {
  width: 47px;
  height: 58px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  cursor: pointer;
}

.infra-orange .play-pause-container .play {
  background-image: url("/images/infra/orange/play.png");
}

.infra-orange .play-pause-container .play:hover {
  background: url("/images/infra/orange/play_hover.png");
}

.infra-orange .play-pause-container .play:active {
  background: url("/images/infra/orange/play_active.png");
}

.infra-orange .play-pause-container .pause {
  background: url("/images/infra/orange/pause.png");
}

.infra-orange .play-pause-container .pause:hover {
  background: url("/images/infra/orange/pause_hover.png");
}

.infra-orange .play-pause-container .pause:active {
  background: url("/images/infra/orange/pause_active.png");
}

.infra-orange .play-pause-container .volume {
  margin-top: 10px;
}

.infra-orange .play-pause-container .noUi-horizontal {
  height: 6px;
  background: #ffdfb2;
  box-shadow: none;
}

.infra-orange .play-pause-container .noUi-connect {
  box-shadow: none;
  background: #FFBE81;
}

.infra-orange .play-pause-container .noUi-horizontal .noUi-handle {
  width: 8px;
  height: 8px;
  left: -3px;
  top: -2px;
  cursor: pointer;
  border-radius: 50%;
}

.infra-orange .play-pause-container .noUi-horizontal .noUi-handle:before, .infra-orange .play-pause-container .noUi-horizontal .noUi-handle:after {
  content: none;
}

.infra-orange .play-pause-container .noUi-target {
  border: 1px solid #FFBE81;
}

.infra-red .play-pause-container {
  width: 50px;
  text-align: center;
}

.infra-red .play-pause-container .play, .infra-red .play-pause-container .pause {
  width: 47px;
  height: 58px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  cursor: pointer;
}

.infra-red .play-pause-container .play {
  background-image: url("/images/infra/red/play.png");
}

.infra-red .play-pause-container .play:hover {
  background: url("/images/infra/red/play_hover.png");
}

.infra-red .play-pause-container .play:active {
  background: url("/images/infra/red/play_active.png");
}

.infra-red .play-pause-container .pause {
  background: url("/images/infra/red/pause.png");
}

.infra-red .play-pause-container .pause:hover {
  background: url("/images/infra/red/pause_hover.png");
}

.infra-red .play-pause-container .pause:active {
  background: url("/images/infra/red/pause_active.png");
}

.infra-red .play-pause-container .volume {
  margin-top: 10px;
}

.infra-red .play-pause-container .noUi-horizontal {
  height: 6px;
  background: #ffd6d3;
  box-shadow: none;
}

.infra-red .play-pause-container .noUi-connect {
  box-shadow: none;
  background: #F3827A;
}

.infra-red .play-pause-container .noUi-horizontal .noUi-handle {
  width: 8px;
  height: 8px;
  left: -3px;
  top: -2px;
  cursor: pointer;
  border-radius: 50%;
}

.infra-red .play-pause-container .noUi-horizontal .noUi-handle:before, .infra-red .play-pause-container .noUi-horizontal .noUi-handle:after {
  content: none;
}

.infra-red .play-pause-container .noUi-target {
  border: 1px solid #F3827A;
}

.infra-violet .play-pause-container {
  width: 50px;
  text-align: center;
}

.infra-violet .play-pause-container .play, .infra-violet .play-pause-container .pause {
  width: 47px;
  height: 58px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  cursor: pointer;
}

.infra-violet .play-pause-container .play {
  background-image: url("/images/infra/violet/play.png");
}

.infra-violet .play-pause-container .play:hover {
  background: url("/images/infra/violet/play_hover.png");
}

.infra-violet .play-pause-container .play:active {
  background: url("/images/infra/violet/play_active.png");
}

.infra-violet .play-pause-container .pause {
  background: url("/images/infra/violet/pause.png");
}

.infra-violet .play-pause-container .pause:hover {
  background: url("/images/infra/violet/pause_hover.png");
}

.infra-violet .play-pause-container .pause:active {
  background: url("/images/infra/violet/pause_active.png");
}

.infra-violet .play-pause-container .volume {
  margin-top: 10px;
}

.infra-violet .play-pause-container .noUi-horizontal {
  height: 6px;
  background: #f9c9f0;
  box-shadow: none;
}

.infra-violet .play-pause-container .noUi-connect {
  box-shadow: none;
  background: #E473CE;
}

.infra-violet .play-pause-container .noUi-horizontal .noUi-handle {
  width: 8px;
  height: 8px;
  left: -3px;
  top: -2px;
  cursor: pointer;
  border-radius: 50%;
}

.infra-violet .play-pause-container .noUi-horizontal .noUi-handle:before, .infra-violet .play-pause-container .noUi-horizontal .noUi-handle:after {
  content: none;
}

.infra-violet .play-pause-container .noUi-target {
  border: 1px solid #E473CE;
}

.simple-black .play-pause-container {
  height: 17px;
  width: 116px;
  background: linear-gradient(to bottom, #7d7d7d 0%, #222222 100%);
  padding: 5px;
  border-radius: 5px;
  clear: both;
}

.simple-black .play-pause-container .play, .simple-black .play-pause-container .pause {
  width: 14px;
  height: 16px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  cursor: pointer;
  float: left;
}

.simple-black .play-pause-container .play {
  background-image: url("/images/simple/black/play.png");
}

.simple-black .play-pause-container .play:hover {
  background: url("/images/simple/black/play_hover.png");
}

.simple-black .play-pause-container .play:active {
  background: url("/images/simple/black/play_active.png");
}

.simple-black .play-pause-container .pause {
  background: url("/images/simple/black/pause.png");
}

.simple-black .play-pause-container .pause:hover {
  background: url("/images/simple/black/pause_hover.png");
}

.simple-black .play-pause-container .pause:active {
  background: url("/images/simple/black/pause_active.png");
}

.simple-black .play-pause-container .mutecontrol {
  position: absolute;
  top: 8px;
  left: 26px;
  width: 7px;
  height: 11px;
  cursor: pointer;
  background: url("/images/simple/black/muteactive.png");
}

.simple-black .play-pause-container .mutecontrol.active {
  background: url("/images/simple/black/sound.png");
}

.simple-black .play-pause-container .volume {
  width: 80px;
  position: absolute;
  right: 5px;
  top: 10px;
}

.simple-black .play-pause-container .noUi-horizontal {
  height: 6px;
  background: #222222;
  box-shadow: none;
}

.simple-black .play-pause-container .noUi-connect {
  box-shadow: none;
  background: #7D7D7D;
}

.simple-black .play-pause-container .noUi-horizontal .noUi-handle {
  width: 8px;
  height: 8px;
  left: -3px;
  top: -2px;
  cursor: pointer;
  border-radius: 50%;
}

.simple-black .play-pause-container .noUi-horizontal .noUi-handle:before, .simple-black .play-pause-container .noUi-horizontal .noUi-handle:after {
  content: none;
}

.simple-black .play-pause-container .noUi-target {
  border: 1px solid #7D7D7D;
}

.simple-white .play-pause-container {
  height: 17px;
  width: 116px;
  background: linear-gradient(to bottom, #e5e5e5 0%, #b9b9b9 100%);
  padding: 5px;
  border-radius: 5px;
  clear: both;
}

.simple-white .play-pause-container .play, .simple-white .play-pause-container .pause {
  width: 14px;
  height: 16px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  cursor: pointer;
  float: left;
}

.simple-white .play-pause-container .play {
  background-image: url("https://storage.arenaradio.ru/elements/play.svg");
}

.simple-white .play-pause-container .play:hover {
  background: url(https://storage.arenaradio.ru/elements/play_h.svg);
}

.simple-white .play-pause-container .play:active {
  background: url("https://storage.arenaradio.ru/elements/play.svg");
}

.simple-white .play-pause-container .pause {
  background: url("https://storage.arenaradio.ru/elements/pause.svg");
}

.simple-white .play-pause-container .pause:hover {
  background: url("https://storage.arenaradio.ru/elements/pause_h.svg");
}

.simple-white .play-pause-container .pause:active {
  background: url(""https://storage.arenaradio.ru/elements/pause.svg"");
}

.simple-white .play-pause-container .mutecontrol {
  position: absolute;
  top: 8px;
  left: 26px;
  width: 7px;
  height: 11px;
  cursor: pointer;
  background: url("/images/simple/white/muteactive.png");
}

.simple-white .play-pause-container .mutecontrol.active {
  background: url("/images/simple/white/sound.png");
}

.simple-white .play-pause-container .volume {
  width: 80px;
  position: absolute;
  right: 5px;
  top: 10px;
}

.simple-white .play-pause-container .noUi-horizontal {
  height: 6px;
  background: #B9B9B9;
  box-shadow: none;
}

.simple-white .play-pause-container .noUi-connect {
  box-shadow: none;
  background: #E5E5E5;
}

.simple-white .play-pause-container .noUi-horizontal .noUi-handle {
  width: 8px;
  height: 8px;
  left: -3px;
  top: -2px;
  cursor: pointer;
  border-radius: 50%;
}

.simple-white .play-pause-container .noUi-horizontal .noUi-handle:before, .simple-white .play-pause-container .noUi-horizontal .noUi-handle:after {
  content: none;
}

.simple-white .play-pause-container .noUi-target {
  border: 1px solid #E5E5E5;
}

.extra-chrome .play-pause-container {
  height: 49px;
  width: 149px;
  background: url("/images/extra/chrome/bg.png");
  clear: both;
}

.extra-chrome .play-pause-container .play, .extra-chrome .play-pause-container .pause {
  width: 40px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  cursor: pointer;
  position: relative;
  top: 5px;
  margin-left: 6px;
}

.extra-chrome .play-pause-container .play {
  background-image: url("/images/extra/chrome/play.png");
}

.extra-chrome .play-pause-container .play:hover {
  background: url("/images/extra/chrome/play_hover.png");
}

.extra-chrome .play-pause-container .play:active {
  background: url("/images/extra/chrome/play_active.png");
}

.extra-chrome .play-pause-container .pause {
  background: url("/images/extra/chrome/pause.png");
}

.extra-chrome .play-pause-container .pause:hover {
  background: url("/images/extra/chrome/pause_hover.png");
}

.extra-chrome .play-pause-container .pause:active {
  background: url("/images/extra/chrome/pause_active.png");
}

.extra-chrome .play-pause-container .mutecontrol {
  position: absolute;
  top: 30px;
  left: 50px;
  width: 7px;
  height: 11px;
  cursor: pointer;
  background: url("/images/extra/chrome/muteactive.png");
}

.extra-chrome .play-pause-container .mutecontrol.active {
  background: url("/images/extra/chrome/mute.png");
}

.extra-chrome .play-pause-container .volume {
  width: 70px;
  position: absolute;
  right: 15px;
  top: 33px;
}

.extra-chrome .play-pause-container .noUi-horizontal {
  height: 6px;
  background: #222222;
  box-shadow: none;
}

.extra-chrome .play-pause-container .noUi-connect {
  box-shadow: none;
  background: #7D7D7D;
}

.extra-chrome .play-pause-container .noUi-horizontal .noUi-handle {
  width: 8px;
  height: 8px;
  left: -3px;
  top: -2px;
  cursor: pointer;
  border-radius: 50%;
}

.extra-chrome .play-pause-container .noUi-horizontal .noUi-handle:before, .extra-chrome .play-pause-container .noUi-horizontal .noUi-handle:after {
  content: none;
}

.extra-chrome .play-pause-container .noUi-target {
  border: 1px solid #7D7D7D;
}

.extra-chrome .play-pause-container .current-song {
  position: absolute;
  font-size: 12px;
  top: 8px;
  right: 10px;
  width: 87px;
  overflow: hidden;
  white-space: nowrap;
}

.extra-elegant .play-pause-container {
  height: 49px;
  width: 149px;
  background: url("/images/extra/elegant/bg.png");
  clear: both;
}

.extra-elegant .play-pause-container .play, .extra-elegant .play-pause-container .pause {
  width: 40px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  cursor: pointer;
  position: relative;
  top: 5px;
  margin-left: 6px;
}

.extra-elegant .play-pause-container .play {
  background-image: url("/images/extra/elegant/play.png");
}

.extra-elegant .play-pause-container .play:hover {
  background: url("/images/extra/elegant/play_hover.png");
}

.extra-elegant .play-pause-container .play:active {
  background: url("/images/extra/elegant/play_active.png");
}

.extra-elegant .play-pause-container .pause {
  background: url("/images/extra/elegant/pause.png");
}

.extra-elegant .play-pause-container .pause:hover {
  background: url("/images/extra/elegant/pause_hover.png");
}

.extra-elegant .play-pause-container .pause:active {
  background: url("/images/extra/elegant/pause_active.png");
}

.extra-elegant .play-pause-container .mutecontrol {
  position: absolute;
  top: 30px;
  left: 50px;
  width: 7px;
  height: 11px;
  cursor: pointer;
  background: url("/images/extra/elegant/muteactive.png");
}

.extra-elegant .play-pause-container .mutecontrol.active {
  background: url("/images/extra/elegant/mute.png");
}

.extra-elegant .play-pause-container .volume {
  width: 70px;
  position: absolute;
  right: 15px;
  top: 33px;
}

.extra-elegant .play-pause-container .noUi-horizontal {
  height: 6px;
  background: #b7809a;
  box-shadow: none;
}

.extra-elegant .play-pause-container .noUi-connect {
  box-shadow: none;
  background: #CC0090;
}

.extra-elegant .play-pause-container .noUi-horizontal .noUi-handle {
  width: 8px;
  height: 8px;
  left: -3px;
  top: -2px;
  cursor: pointer;
  border-radius: 50%;
}

.extra-elegant .play-pause-container .noUi-horizontal .noUi-handle:before, .extra-elegant .play-pause-container .noUi-horizontal .noUi-handle:after {
  content: none;
}

.extra-elegant .play-pause-container .noUi-target {
  border: 1px solid #CC0090;
}

.extra-elegant .play-pause-container .current-song {
  position: absolute;
  font-size: 12px;
  top: 8px;
  right: 10px;
  width: 87px;
  overflow: hidden;
  white-space: nowrap;
}

.extra-garbage .play-pause-container {
  height: 49px;
  width: 149px;
  background: url("/images/extra/garbage/bg.png");
  clear: both;
}

.extra-garbage .play-pause-container .play, .extra-garbage .play-pause-container .pause {
  width: 40px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  cursor: pointer;
  position: relative;
  top: 5px;
  margin-left: 6px;
}

.extra-garbage .play-pause-container .play {
  background-image: url("/images/extra/garbage/play.png");
}

.extra-garbage .play-pause-container .play:hover {
  background: url("/images/extra/garbage/play_hover.png");
}

.extra-garbage .play-pause-container .play:active {
  background: url("/images/extra/garbage/play_active.png");
}

.extra-garbage .play-pause-container .pause {
  background: url("/images/extra/garbage/pause.png");
}

.extra-garbage .play-pause-container .pause:hover {
  background: url("/images/extra/garbage/pause_hover.png");
}

.extra-garbage .play-pause-container .pause:active {
  background: url("/images/extra/garbage/pause_active.png");
}

.extra-garbage .play-pause-container .mutecontrol {
  position: absolute;
  top: 30px;
  left: 50px;
  width: 7px;
  height: 11px;
  cursor: pointer;
  background: url("/images/extra/garbage/muteactive.png");
}

.extra-garbage .play-pause-container .mutecontrol.active {
  background: url("/images/extra/garbage/mute.png");
}

.extra-garbage .play-pause-container .volume {
  width: 70px;
  position: absolute;
  right: 15px;
  top: 33px;
}

.extra-garbage .play-pause-container .noUi-horizontal {
  height: 6px;
  background: #f28080;
  box-shadow: none;
}

.extra-garbage .play-pause-container .noUi-connect {
  box-shadow: none;
  background: #ECDADD;
}

.extra-garbage .play-pause-container .noUi-horizontal .noUi-handle {
  width: 8px;
  height: 8px;
  left: -3px;
  top: -2px;
  cursor: pointer;
  border-radius: 50%;
}

.extra-garbage .play-pause-container .noUi-horizontal .noUi-handle:before, .extra-garbage .play-pause-container .noUi-horizontal .noUi-handle:after {
  content: none;
}

.extra-garbage .play-pause-container .noUi-target {
  border: 1px solid #ECDADD;
}

.extra-garbage .play-pause-container .current-song {
  position: absolute;
  font-size: 12px;
  top: 8px;
  right: 10px;
  width: 87px;
  overflow: hidden;
  white-space: nowrap;
}

.extra-sky .play-pause-container {
  height: 49px;
  width: 149px;
  background: url("/images/extra/sky/bg.png");
  clear: both;
}

.extra-sky .play-pause-container .play, .extra-sky .play-pause-container .pause {
  width: 40px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  cursor: pointer;
  position: relative;
  top: 5px;
  margin-left: 6px;
}

.extra-sky .play-pause-container .play {
  background-image: url("/images/extra/sky/play.png");
}

.extra-sky .play-pause-container .play:hover {
  background: url("/images/extra/sky/play_hover.png");
}

.extra-sky .play-pause-container .play:active {
  background: url("/images/extra/sky/play_active.png");
}

.extra-sky .play-pause-container .pause {
  background: url("/images/extra/sky/pause.png");
}

.extra-sky .play-pause-container .pause:hover {
  background: url("/images/extra/sky/pause_hover.png");
}

.extra-sky .play-pause-container .pause:active {
  background: url("/images/extra/sky/pause_active.png");
}

.extra-sky .play-pause-container .mutecontrol {
  position: absolute;
  top: 30px;
  left: 50px;
  width: 7px;
  height: 11px;
  cursor: pointer;
  background: url("/images/extra/sky/muteactive.png");
}

.extra-sky .play-pause-container .mutecontrol.active {
  background: url("/images/extra/sky/mute.png");
}

.extra-sky .play-pause-container .volume {
  width: 70px;
  position: absolute;
  right: 15px;
  top: 33px;
}

.extra-sky .play-pause-container .noUi-horizontal {
  height: 6px;
  background: #81b1ca;
  box-shadow: none;
}

.extra-sky .play-pause-container .noUi-connect {
  box-shadow: none;
  background: #076596;
}

.extra-sky .play-pause-container .noUi-horizontal .noUi-handle {
  width: 8px;
  height: 8px;
  left: -3px;
  top: -2px;
  cursor: pointer;
  border-radius: 50%;
}

.extra-sky .play-pause-container .noUi-horizontal .noUi-handle:before, .extra-sky .play-pause-container .noUi-horizontal .noUi-handle:after {
  content: none;
}

.extra-sky .play-pause-container .noUi-target {
  border: 1px solid #076596;
}

.extra-sky .play-pause-container .current-song {
  position: absolute;
  font-size: 12px;
  top: 8px;
  right: 10px;
  width: 87px;
  overflow: hidden;
  white-space: nowrap;
}

.extra-summer .play-pause-container {
  height: 49px;
  width: 149px;
  background: url("/images/extra/summer/bg.png");
  clear: both;
}

.extra-summer .play-pause-container .play, .extra-summer .play-pause-container .pause {
  width: 40px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  cursor: pointer;
  position: relative;
  top: 5px;
  margin-left: 6px;
}

.extra-summer .play-pause-container .play {
  background-image: url("/images/extra/summer/play.png");
}

.extra-summer .play-pause-container .play:hover {
  background: url("/images/extra/summer/play_hover.png");
}

.extra-summer .play-pause-container .play:active {
  background: url("/images/extra/summer/play_active.png");
}

.extra-summer .play-pause-container .pause {
  background: url("/images/extra/summer/pause.png");
}

.extra-summer .play-pause-container .pause:hover {
  background: url("/images/extra/summer/pause_hover.png");
}

.extra-summer .play-pause-container .pause:active {
  background: url("/images/extra/summer/pause_active.png");
}

.extra-summer .play-pause-container .mutecontrol {
  position: absolute;
  top: 30px;
  left: 50px;
  width: 7px;
  height: 11px;
  cursor: pointer;
  background: url("/images/extra/summer/muteactive.png");
}

.extra-summer .play-pause-container .mutecontrol.active {
  background: url("/images/extra/summer/mute.png");
}

.extra-summer .play-pause-container .volume {
  width: 70px;
  position: absolute;
  right: 15px;
  top: 33px;
}

.extra-summer .play-pause-container .noUi-horizontal {
  height: 6px;
  background: #80c68d;
  box-shadow: none;
}

.extra-summer .play-pause-container .noUi-connect {
  box-shadow: none;
  background: #0b9124;
}

.extra-summer .play-pause-container .noUi-horizontal .noUi-handle {
  width: 8px;
  height: 8px;
  left: -3px;
  top: -2px;
  cursor: pointer;
  border-radius: 50%;
}

.extra-summer .play-pause-container .noUi-horizontal .noUi-handle:before, .extra-summer .play-pause-container .noUi-horizontal .noUi-handle:after {
  content: none;
}

.extra-summer .play-pause-container .noUi-target {
  border: 1px solid #0b9124;
}

.extra-summer .play-pause-container .current-song {
  position: absolute;
  font-size: 12px;
  top: 8px;
  right: 10px;
  width: 87px;
  overflow: hidden;
  white-space: nowrap;
}

.brick-white .player-wrapper {
  width: 378px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}

.brick-white .logo {
  width: 100px;
  height: 100px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background-size: cover;
  float: left;
  margin-right: 20px;
}

.brick-white .player-elements {
  float: left;
  padding-top: 13px;
}

.brick-white .controls {
  float: left;
  margin-right: 15px;
}

.brick-white .play, .brick-white .pause {
  font-size: 14px;
  background: #2b97e3;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}

.brick-white .play .fa, .brick-white .pause .fa {
  line-height: 35px;
}

.brick-white .current-song {
  font-size: 24px;
  color: #000000;
  width: 200px;
}

.brick-white .clear {
  clear: both;
}

.brick-white .sound-control {
  margin-top: 10px;
}

.brick-white .noUi-horizontal {
  height: 8px;
  background: #dddddd;
  box-shadow: none;
}

.brick-white .noUi-connect {
  box-shadow: none;
  background: #838383;
  height: 8px;
  top: -1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.brick-white .noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  left: -4px;
  top: -4px;
  cursor: pointer;
  border-radius: 50%;
}

.brick-white .noUi-horizontal .noUi-handle:before, .brick-white .noUi-horizontal .noUi-handle:after {
  content: none;
}

.brick-white .mute-control {
  display: inline-block;
  width: 25px;
}

.brick-white .mutecontrol {
  color: #838383;
  cursor: pointer;
}

.brick-white .mutecontrol.active:after {
  content: "\f028";
}

.brick-white .mutecontrol:after {
  content: "\f026";
  font-family: FontAwesome;
  font-size: 14px;
}

.brick-white .volume-control {
  display: inline-block;
  width: calc(100% - 30px) !important;
}

.brick-black .player-wrapper {
  width: 378px;
  padding: 10px;
  background: #171717;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}

.brick-black .logo {
  width: 100px;
  height: 100px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background-size: cover;
  float: left;
  margin-right: 20px;
}

.brick-black .player-elements {
  float: left;
  padding-top: 13px;
}

.brick-black .controls {
  float: left;
  margin-right: 15px;
}

.brick-black .play, .brick-black .pause {
  font-size: 14px;
  background: #eb4c79;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}

.brick-black .play .fa, .brick-black .pause .fa {
  line-height: 35px;
}

.brick-black .current-song {
  font-size: 24px;
  color: #ffffff;
  width: 200px;
}

.brick-black .clear {
  clear: both;
}

.brick-black .sound-control {
  margin-top: 10px;
}

.brick-black .noUi-horizontal {
  height: 8px;
  background: #dddddd;
  box-shadow: none;
}

.brick-black .noUi-connect {
  box-shadow: none;
  background: #eb4c79;
  height: 8px;
  top: -1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.brick-black .noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  left: -4px;
  top: -4px;
  cursor: pointer;
  border-radius: 50%;
}

.brick-black .noUi-horizontal .noUi-handle:before, .brick-black .noUi-horizontal .noUi-handle:after {
  content: none;
}

.brick-black .mute-control {
  display: inline-block;
  width: 25px;
}

.brick-black .mutecontrol {
  color: #eb4c79;
  cursor: pointer;
}

.brick-black .mutecontrol.active:after {
  content: "\f028";
}

.brick-black .mutecontrol:after {
  content: "\f026";
  font-family: FontAwesome;
  font-size: 14px;
}

.brick-black .volume-control {
  display: inline-block;
  width: calc(100% - 30px) !important;
}

.foursquare-black .player-wrapper {
  padding: 10px;
  background: #171717;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  position: relative;
  display: inline-block;
}

.foursquare-black .logo {
  width: 100px;
  height: 100px;
  background-size: cover;
  position: absolute;
  border-radius: 5px;
}

.foursquare-black .player-elements {
  position: relative;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.foursquare-black .controls {
  text-align: center;
}

.foursquare-black .play, .foursquare-black .pause {
  font-size: 14px;
  background: #eb4c79;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}

.foursquare-black .play .fa, .foursquare-black .pause .fa {
  line-height: 35px;
}

.foursquare-black .current-song {
  display: none;
}

.foursquare-black .clear {
  clear: both;
}

.foursquare-black .sound-control {
  margin-top: -30px;
  width: 100%;
}

.foursquare-black .noUi-horizontal {
  height: 8px;
  background: #dddddd;
  box-shadow: none;
}

.foursquare-black .noUi-connect {
  box-shadow: none;
  background: #eb4c79;
  height: 8px;
  top: -1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.foursquare-black .noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  left: -4px;
  top: -4px;
  cursor: pointer;
  border-radius: 50%;
}

.foursquare-black .noUi-horizontal .noUi-handle:before, .foursquare-black .noUi-horizontal .noUi-handle:after {
  content: none;
}

.foursquare-black .mute-control {
  display: inline-block;
  width: 25px;
}

.foursquare-black .mutecontrol {
  color: #eb4c79;
  cursor: pointer;
}

.foursquare-black .mutecontrol.active:after {
  content: "\f028";
}

.foursquare-black .mutecontrol:after {
  content: "\f026";
  font-family: FontAwesome;
  font-size: 14px;
}

.foursquare-black .volume-control {
  display: inline-block;
  width: 100%;
}

.foursquare-white .player-wrapper {
  padding: 10px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  position: relative;
  display: inline-block;
}

.foursquare-white .logo {
  width: 100px;
  height: 100px;
  background-size: cover;
  position: absolute;
  border-radius: 5px;
}

.foursquare-white .player-elements {
  position: relative;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.foursquare-white .controls {
  text-align: center;
}

.foursquare-white .play, .foursquare-white .pause {
  font-size: 14px;
  background: #2b97e3;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}

.foursquare-white .play .fa, .foursquare-white .pause .fa {
  line-height: 35px;
}

.foursquare-white .current-song {
  display: none;
}

.foursquare-white .clear {
  clear: both;
}

.foursquare-white .sound-control {
  margin-top: -30px;
  width: 100%;
}

.foursquare-white .noUi-horizontal {
  height: 8px;
  background: #dddddd;
  box-shadow: none;
}

.foursquare-white .noUi-connect {
  box-shadow: none;
  background: #838383;
  height: 8px;
  top: -1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.foursquare-white .noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  left: -4px;
  top: -4px;
  cursor: pointer;
  border-radius: 50%;
}

.foursquare-white .noUi-horizontal .noUi-handle:before, .foursquare-white .noUi-horizontal .noUi-handle:after {
  content: none;
}

.foursquare-white .mute-control {
  display: inline-block;
  width: 25px;
}

.foursquare-white .mutecontrol {
  color: #838383;
  cursor: pointer;
}

.foursquare-white .mutecontrol.active:after {
  content: "\f028";
}

.foursquare-white .mutecontrol:after {
  content: "\f026";
  font-family: FontAwesome;
  font-size: 14px;
}

.foursquare-white .volume-control {
  display: inline-block;
  width: 100%;
}

.panel-white {
  border: 1px solid #d9d9d9;
  bottom: 0px;
  left: 0px;
  width: 100%;
  position: fixed !important;
  background: #ededed;
}

.panel-white .player-wrapper {
  padding: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-align: center;
  align-items: center;
}

.panel-white .logo {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background-size: cover;
}

.panel-white .controls {
  margin-right: 15px;
}

.panel-white .play, .panel-white .pause {
  font-size: 14px;
  background: #757575;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}

.panel-white .play .fa, .panel-white .pause .fa {
  line-height: 35px;
}

.panel-white .current-song {
  font-size: 24px;
  color: #000000;
  width: 500px;
}

.panel-white .clear {
  clear: both;
}

.panel-white .sound-control {
  margin-top: 10px;
  width: 150px;
  font-size: 16px;
}

.panel-white .noUi-horizontal {
  height: 8px;
  background: #dddddd;
  box-shadow: none;
}

.panel-white .noUi-connect {
  box-shadow: none;
  background: #838383;
  height: 8px;
  top: -1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.panel-white .noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  left: -4px;
  top: -4px;
  cursor: pointer;
  border-radius: 50%;
}

.panel-white .noUi-horizontal .noUi-handle:before, .panel-white .noUi-horizontal .noUi-handle:after {
  content: none;
}

.panel-white .mute-control {
  display: inline-block;
  width: 25px;
}

.panel-white .mutecontrol {
  color: #838383;
  cursor: pointer;
}

.panel-white .mutecontrol.active:after {
  content: "\f028";
}

.panel-white .mutecontrol:after {
  content: "\f026";
  font-family: FontAwesome;
  font-size: 14px;
}

.panel-white .volume-control {
  display: inline-block;
  width: calc(100% - 30px) !important;
}

@media only screen and (max-width: 760px) {
  .panel-white .sound-control {
    display: none;
  }
  .panel-white .logo {
    margin-right: 10px;
  }
}

.panel-black {
  border: 1px solid #2d2d2d;
  bottom: 0px;
  left: 0px;
  width: 100%;
  position: fixed !important;
  background: #171717;
}

.panel-black .player-wrapper {
  padding: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-align: center;
  align-items: center;
}

.panel-black .logo {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border: 1px solid #2d2d2d;
  border-radius: 5px;
  background-size: cover;
}

.panel-black .controls {
  margin-right: 15px;
}

.panel-black .play, .panel-black .pause {
  font-size: 14px;
  background: #2d2d2d;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}

.panel-black .play .fa, .panel-black .pause .fa {
  line-height: 35px;
}

.panel-black .current-song {
  font-size: 24px;
  color: #ffffff;
  width: 500px;
}

.panel-black .clear {
  clear: both;
}

.panel-black .sound-control {
  margin-top: 10px;
  width: 150px;
  font-size: 16px;
}

.panel-black .noUi-horizontal {
  height: 8px;
  background: #dddddd;
  box-shadow: none;
}

.panel-black .noUi-connect {
  box-shadow: none;
  background: #838383;
  height: 8px;
  top: -1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.panel-black .noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  left: -4px;
  top: -4px;
  cursor: pointer;
  border-radius: 50%;
}

.panel-black .noUi-horizontal .noUi-handle:before, .panel-black .noUi-horizontal .noUi-handle:after {
  content: none;
}

.panel-black .mute-control {
  display: inline-block;
  width: 25px;
}

.panel-black .mutecontrol {
  color: #838383;
  cursor: pointer;
}

.panel-black .mutecontrol.active:after {
  content: "\f028";
}

.panel-black .mutecontrol:after {
  content: "\f026";
  font-family: FontAwesome;
  font-size: 14px;
}

.panel-black .volume-control {
  display: inline-block;
  width: calc(100% - 30px) !important;
}

@media only screen and (max-width: 760px) {
  .panel-black .sound-control {
    display: none;
  }
  .panel-black .logo {
    margin-right: 10px;
  }
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.marquee {
  overflow: hidden;
  text-align: left;
}

.marquee.marquee-speed-drowsy:before {
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}

.marquee.marquee-speed-slow:before {
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}

.marquee.marquee-speed-custom:before {
  -webkit-animation-duration: inherit;
  animation-duration: inherit;
}

.marquee.marquee-speed-normal:before {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

.marquee.marquee-speed-fast:before {
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}

.marquee.marquee-speed-swift:before {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.marquee.marquee-speed-hyper:before {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes movement-smooth {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    left: 100%;
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 0%;
  }
}

@keyframes movement-smooth {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    left: 100%;
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 0%;
  }
}

@-webkit-keyframes movement-steps20 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    left: 100%;
  }
  5%,
  9.99% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
    left: 95%;
  }
  10%,
  14.99% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    left: 90%;
  }
  15%,
  19.99% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
    left: 85%;
  }
  20%,
  24.99% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    left: 80%;
  }
  25%,
  29.99% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    left: 75%;
  }
  30%,
  34.99% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    left: 70%;
  }
  35%,
  39.99% {
    -webkit-transform: translateX(-35%);
    transform: translateX(-35%);
    left: 65%;
  }
  40%,
  44.99% {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    left: 60%;
  }
  45%,
  49.99% {
    -webkit-transform: translateX(-45%);
    transform: translateX(-45%);
    left: 55%;
  }
  50%,
  54.99% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
  55%,
  59.99% {
    -webkit-transform: translateX(-55%);
    transform: translateX(-55%);
    left: 45%;
  }
  60%,
  64.99% {
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
    left: 40%;
  }
  65%,
  69.99% {
    -webkit-transform: translateX(-65%);
    transform: translateX(-65%);
    left: 35%;
  }
  70%,
  74.99% {
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
    left: 30%;
  }
  75%,
  79.99% {
    -webkit-transform: translateX(-75%);
    transform: translateX(-75%);
    left: 25%;
  }
  80%,
  84.99% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
    left: 20%;
  }
  85%,
  89.99% {
    -webkit-transform: translateX(-85%);
    transform: translateX(-85%);
    left: 15%;
  }
  90%,
  94.99% {
    -webkit-transform: translateX(-90%);
    transform: translateX(-90%);
    left: 10%;
  }
  95%,
  99.99% {
    -webkit-transform: translateX(-95%);
    transform: translateX(-95%);
    left: 5%;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 0%;
  }
}

@keyframes movement-steps20 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    left: 100%;
  }
  5%,
  9.99% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
    left: 95%;
  }
  10%,
  14.99% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    left: 90%;
  }
  15%,
  19.99% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
    left: 85%;
  }
  20%,
  24.99% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    left: 80%;
  }
  25%,
  29.99% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    left: 75%;
  }
  30%,
  34.99% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    left: 70%;
  }
  35%,
  39.99% {
    -webkit-transform: translateX(-35%);
    transform: translateX(-35%);
    left: 65%;
  }
  40%,
  44.99% {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    left: 60%;
  }
  45%,
  49.99% {
    -webkit-transform: translateX(-45%);
    transform: translateX(-45%);
    left: 55%;
  }
  50%,
  54.99% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
  55%,
  59.99% {
    -webkit-transform: translateX(-55%);
    transform: translateX(-55%);
    left: 45%;
  }
  60%,
  64.99% {
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
    left: 40%;
  }
  65%,
  69.99% {
    -webkit-transform: translateX(-65%);
    transform: translateX(-65%);
    left: 35%;
  }
  70%,
  74.99% {
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
    left: 30%;
  }
  75%,
  79.99% {
    -webkit-transform: translateX(-75%);
    transform: translateX(-75%);
    left: 25%;
  }
  80%,
  84.99% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
    left: 20%;
  }
  85%,
  89.99% {
    -webkit-transform: translateX(-85%);
    transform: translateX(-85%);
    left: 15%;
  }
  90%,
  94.99% {
    -webkit-transform: translateX(-90%);
    transform: translateX(-90%);
    left: 10%;
  }
  95%,
  99.99% {
    -webkit-transform: translateX(-95%);
    transform: translateX(-95%);
    left: 5%;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 0%;
  }
}

@-webkit-keyframes movement-steps10 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    left: 100%;
  }
  10%,
  19.99% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    left: 90%;
  }
  20%,
  29.99% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    left: 80%;
  }
  30%,
  39.99% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    left: 70%;
  }
  40%,
  49.99% {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    left: 60%;
  }
  50%,
  59.99% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
  60%,
  69.99% {
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
    left: 40%;
  }
  70%,
  79.99% {
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
    left: 30%;
  }
  80%,
  89.99% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
    left: 20%;
  }
  90%,
  99.99% {
    -webkit-transform: translateX(-90%);
    transform: translateX(-90%);
    left: 10%;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 0%;
  }
}

@keyframes movement-steps10 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    left: 100%;
  }
  10%,
  19.99% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    left: 90%;
  }
  20%,
  29.99% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    left: 80%;
  }
  30%,
  39.99% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    left: 70%;
  }
  40%,
  49.99% {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    left: 60%;
  }
  50%,
  59.99% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
  60%,
  69.99% {
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
    left: 40%;
  }
  70%,
  79.99% {
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
    left: 30%;
  }
  80%,
  89.99% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
    left: 20%;
  }
  90%,
  99.99% {
    -webkit-transform: translateX(-90%);
    transform: translateX(-90%);
    left: 10%;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 0%;
  }
}

@-webkit-keyframes movement-steps5 {
  0%,
  19.99% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    left: 100%;
  }
  20%,
  39.99% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    left: 80%;
  }
  40%,
  59.99% {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    left: 60%;
  }
  60%,
  79.99% {
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
    left: 40%;
  }
  80%,
  99.99% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
    left: 20%;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 0%;
  }
}

@keyframes movement-steps5 {
  0%,
  19.99% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    left: 100%;
  }
  20%,
  39.99% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    left: 80%;
  }
  40%,
  59.99% {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    left: 60%;
  }
  60%,
  79.99% {
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
    left: 40%;
  }
  80%,
  99.99% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
    left: 20%;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 0%;
  }
}

.marquee.marquee-movement-smooth:before {
  -webkit-animation-name: movement-smooth;
  animation-name: movement-smooth;
}

.marquee.marquee-movement-steps20:before {
  -webkit-animation-name: movement-steps20;
  animation-name: movement-steps20;
}

.marquee.marquee-movement-steps10:before {
  -webkit-animation-name: movement-steps10;
  animation-name: movement-steps10;
}

.marquee.marquee-movement-steps5:before {
  -webkit-animation-name: movement-steps5;
  animation-name: movement-steps5;
}

.marquee.marquee-direction-left:before,
.marquee.marquee-direction-normal:before {
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.marquee.marquee-direction-alternate:before {
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.marquee.marquee-direction-right:before,
.marquee.marquee-direction-reverse:before {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.marquee:before {
  content: attr(data-marquee);
  white-space: nowrap;
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  left: 50%;
  -webkit-animation: linear infinite;
  animation: linear infinite;
}

.marquee:before {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

.marquee:before {
  -webkit-animation-name: movement-smooth;
  animation-name: movement-smooth;
}

.marquee:before {
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

#radioheart-player {
  position: relative;
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: left;
  z-index: 1000;
}

.play-pause-container {
  position: relative;
}

.hidden {
  display: none !important;
  transition: 0.5s ease;
}

.align-item-center {
  -webkit-box-align: center !important;
  align-items: center !important;
}

/*# sourceMappingURL=app.css.map */
