@font-face {
  font-family: 'fontello-toolbar';
  src: url('../font/fontello-toolbar.eot?92731596');
  src: url('../font/fontello-toolbar.eot?92731596#iefix') format('embedded-opentype'),
       url('../font/fontello-toolbar.woff2?92731596') format('woff2'),
       url('../font/fontello-toolbar.woff?92731596') format('woff'),
       url('../font/fontello-toolbar.ttf?92731596') format('truetype'),
       url('../font/fontello-toolbar.svg?92731596#fontello-toolbar') 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-toolbar';
    src: url('../font/fontello-toolbar.svg?92731596#fontello-toolbar') format('svg');
  }
}
*/
 
 [class^="toolbar-icon-"]:before, [class*=" toolbar-icon-"]:before {
  font-family: "fontello-toolbar";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* 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;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* 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); */
}
 
.toolbar-icon-left-big:before { content: '\e800'; } /* '' */
.toolbar-icon-right-big:before { content: '\e801'; } /* '' */
.toolbar-icon-left-dir:before { content: '\e802'; } /* '' */
.toolbar-icon-right-dir:before { content: '\e803'; } /* '' */
.toolbar-icon-left-open:before { content: '\e804'; } /* '' */
.toolbar-icon-right-open:before { content: '\e805'; } /* '' */
.toolbar-icon-fire-light:before { content: '\e850'; } /* '' */
.toolbar-icon-cog-light:before { content: '\e864'; } /* '' */
.toolbar-icon-left-big-1:before { content: '\e8ef'; } /* '' */
.toolbar-icon-right-big-1:before { content: '\e8f0'; } /* '' */
.toolbar-icon-contract:before { content: '\e92a'; } /* '' */
.toolbar-icon-lifesaver:before { content: '\e92b'; } /* '' */
.toolbar-icon-monitor:before { content: '\e92c'; } /* '' */
.toolbar-icon-shopping-bag:before { content: '\e92d'; } /* '' */
.toolbar-icon-left-mini:before { content: '\e93f'; } /* '' */
.toolbar-icon-right-mini:before { content: '\e940'; } /* '' */