@charset "UTF-8";

@font-face {
  font-family: "naradio-player";
  src:url("fonts/naradio-player.eot");
  src:url("fonts/naradio-player.eot?#iefix") format("embedded-opentype"),
    url("fonts/naradio-player.woff") format("woff"),
    url("fonts/naradio-player.ttf") format("truetype"),
    url("fonts/naradio-player.svg#naradio-player") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "naradio-player" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="naradio-player-"]:before,
[class*=" naradio-player-"]:before {
  font-family: "naradio-player" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.naradio-player-play:before {
  content: "\61";
}
.naradio-player-next:before {
  content: "\62";
}
.naradio-player-pause:before {
  content: "\63";
}
.naradio-player-block:before {
  content: "\64";
}
.naradio-player-down:before {
  content: "\65";
}
.naradio-player-columns:before {
  content: "\66";
}
.naradio-player-previous:before {
  content: "\67";
}
.naradio-player-up:before {
  content: "\68";
}
.naradio-player-full:before {
  content: "\69";
}
.naradio-player-star:before {
  content: "\6a";
}
.naradio-player-close:before {
  content: "\6b";
}
.naradio-player-megaphone:before {
  content: "\6c";
}
.naradio-player-trash:before {
  content: "\6e";
}
.naradio-player-download:before {
  content: "\6d";
}
.naradio-player-projection-screen:before {
  content: "\6f";
}
.naradio-player-map-marker:before {
  content: "\70";
}
.naradio-player-config:before {
  content: "\71";
}
