@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?7li4z5');
  src:  url('fonts/icomoon.eot?7li4z5#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?7li4z5') format('truetype'),
    url('fonts/icomoon.woff?7li4z5') format('woff'),
    url('fonts/icomoon.svg?7li4z5#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-subtitles:before {
  content: "\e978";
}
.icon-replay:before {
  content: "\e984";
}
.icon-large:before {
  content: "\e98b";
}
.icon-small:before {
  content: "\e98c";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-play:before {
  content: "\ea1c";
}
.icon-pause:before {
  content: "\ea1d";
}
.icon-stop:before {
  content: "\ea1e";
}
.icon-volume3:before {
  content: "\ea26";
}
.icon-volume2:before {
  content: "\ea27";
}
.icon-volume1:before {
  content: "\ea28";
}
.icon-mute:before {
  content: "\ea2a";
}
.icon-volume-plus:before {
  content: "\ea2b";
}
.icon-volume-minus:before {
  content: "\ea2c";
}
