@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?20882731');
  src: url('../fonts/fontello.eot?20882731#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?20882731') format('woff2'),
       url('../fonts/fontello.woff?20882731') format('woff'),
       url('../fonts/fontello.ttf?20882731') format('truetype'),
       url('../fonts/fontello.svg?20882731#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?20882731#fontello') format('svg');
  }
}
*/

 [class^="fa-"]:before, [class*=" fa-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  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;

  /* 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); */
}

.fa-down-dir:before { content: '\e800'; } /* '' */
.fa-heart:before { content: '\e802'; } /* '' */
.fa-search:before { content: '\e803'; } /* '' */
.fa-cancel-circled:before { content: '\e804'; } /* '' */
.fa-help-circled:before { content: '\e805'; } /* '' */
.fa-info-circled:before { content: '\e806'; } /* '' */
.fa-minus-circled:before { content: '\e807'; } /* '' */
.fa-home:before { content: '\e809'; } /* '' */
.fa-star:before { content: '\e80a'; } /* '' */
.fa-star-empty:before { content: '\e80b'; } /* '' */
.fa-cancel:before { content: '\e80c'; } /* '' */
.fa-up-dir-2:before { content: '\e80d'; } /* '' */
.fa-left-dir-2:before { content: '\e80e'; } /* '' */
.fa-right-dir-2:before { content: '\e80f'; } /* '' */
.fa-plus-circled:before { content: '\e815'; } /* '' */
.fa-calendar:before { content: '\e816'; } /* '' */
.fa-bell:before { content: '\e817'; } /* '' */
.fa-attention:before { content: '\e818'; } /* '' */
.fa-attention-circled:before { content: '\e819'; } /* '' */
.fa-trash-empty:before { content: '\e81b'; } /* '' */
.fa-fast-fw:before { content: '\e827'; } /* '' */
.fa-fast-bw:before { content: '\e828'; } /* '' */
.fa-floppy:before { content: '\e83c'; } /* '' */
.fa-sort:before { content: '\f0dc'; } /* '' */
.fa-sort-down:before { content: '\f0dd'; } /* '' */
.fa-sort-up:before { content: '\f0de'; } /* '' */
.fa-bell-alt:before { content: '\f0f3'; } /* '' */
.fa-angle-double-left:before { content: '\f100'; } /* '' */
.fa-angle-double-right:before { content: '\f101'; } /* '' */
.fa-angle-double-up:before { content: '\f102'; } /* '' */
.fa-angle-double-down:before { content: '\f103'; } /* '' */
.fa-angle-left:before { content: '\f104'; } /* '' */
.fa-angle-right:before { content: '\f105'; } /* '' */
.fa-angle-up:before { content: '\f106'; } /* '' */
.fa-angle-down:before { content: '\f107'; } /* '' */
.fa-star-half-alt:before { content: '\f123'; } /* '' */
.fa-pencil-squared:before { content: '\f14b'; } /* '' */
.fa-doc-text-inv:before { content: '\f15c'; } /* '' */
.fa-share-squared:before { content: '\f1e1'; } /* '' */
.fa-trash:before { content: '\f1f8'; } /* '' */
