@font-face {
  font-family: 'icomoon';
  src:  url('../iconsfont/icomoon.eot?7jonba');
  src:  url('../iconsfont/icomoon.eot?7jonba#iefix') format('embedded-opentype'),
    url('../iconsfont/icomoon.ttf?7jonba') format('truetype'),
    url('../iconsfont/icomoon.woff?7jonba') format('woff'),
    url('../iconsfont/icomoon.svg?7jonba#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-history:before {
  content: "\e94d";
}
.icon-search:before {
  content: "\e986";
}
.icon-play:before {
  content: "\ea1c";
}
.icon-pause:before {
  content: "\ea1d";
}
.icon-stop:before {
  content: "\ea1e";
}
.icon-next:before {
  content: "\ea34";
}
.icon-prev:before {
  content: "\ea38";
}
