@font-face {
  font-family: 'fontello';
  src: url('fontello/fontello.eot?79943161');
  src: url('fontellofontello.eot?79943161#iefix') format('embedded-opentype'),
       url('fontello/fontello.woff2?79943161') format('woff2'),
       url('fontello/fontello.woff?79943161') format('woff'),
       url('fontello/fontello.ttf?79943161') format('truetype'),
       url('fontello/fontello.svg?79943161#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?50951238#fontello') format('svg');
  }
}
*/
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: none;
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-fire:before { content: '\e801'; } /* '' */
.icon-player:before { content: '\e804'; } /* '' */
.icon-back:before { content: '\e805'; } /* '' */
.icon-play:before { content: '\e807'; } /* '' */
.icon-stop:before { content: '\e808'; } /* '' */
.icon-pause:before { content: '\e809'; } /* '' */
.icon-mute:before { content: '\e80a'; } /* '' */
.icon-close:before { content: '\e80b'; } /* '' */
.icon-volume:before { content: '\e80c'; } /* '' */
.icon-download:before { content: '\e80e'; } /* '' */
.icon-cart:before { content: '\e810'; } /* '' */
.icon-email:before { content: '\e812'; } /* '' */
.icon-loop:before { content: '\e813'; } /* '' */
.icon-launch:before { content: '\e814'; } /* '' */
.icon-down:before { content: '\f004'; } /* '' */
.icon-up:before { content: '\f005'; } /* '' */
.icon-grid:before { content: '\f00b'; } /* '' */
.icon-cart-add:before { content: '\f217'; } /* '' */
.icon-cart-download:before { content: '\f218'; } /* '' */
.icon-about:before { content: '\f2bd'; } /* '' */
.icon-previous:before { content: '\f808'; } /* '' */
.icon-next:before { content: '\f809'; } /* '' */