@font-face {
  font-family: 'fontello';
  src: url('fontello.eot?33830658');
  src: url('fontello.eot?33830658#iefix') format('embedded-opentype'),
       url('fontello.woff2?33830658') format('woff2'),
       url('fontello.woff?33830658') format('woff'),
       url('fontello.ttf?33830658') format('truetype'),
       url('fontello.svg?33830658#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?33830658#fontello') format('svg');
  }
}
*/
.icon, [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

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

.icon-file-arrow-down:before { content: '\e801'; } /* '' */
.icon-arrow-left:before { content: '\e802'; } /* '' */
.icon-engine:before { content: '\e803'; } /* '' */
.icon-chevron-down:before { content: '\e804'; } /* '' */
.icon-arrow-right:before { content: '\e805'; } /* '' */
.icon-clock-rotate-left:before { content: '\e806'; } /* '' */
.icon-gears:before { content: '\e807'; } /* '' */
.icon-envelope:before { content: '\e808'; } /* '' */
.icon-medal:before { content: '\e809'; } /* '' */
.icon-youtube:before { content: '\e80b'; } /* '' */
.icon-linkedin:before { content: '\e80c'; } /* '' */
.icon-facebook:before { content: '\e80d'; } /* '' */
.icon-location-dot:before { content: '\e80e'; } /* '' */
.icon-fax:before { content: '\e80f'; } /* '' */
.icon-location-outline:before { content: '\e810'; } /* '' */
.icon-phone:before { content: '\e811'; } /* '' */
.icon-people-group:before { content: '\e812'; } /* '' */
.icon-tabler_world:before { content: '\e814'; } /* '' */
.icon-twitter:before { content: '\e815'; } /* '' */
.icon-eye:before { content: '\e816'; } /* '' */
.icon-eye-off:before { content: '\e817'; } /* '' */
.icon-download:before { content: '\e818'; } /* '' */
.icon-upload:before { content: '\e819'; } /* '' */
.icon-volume-down:before { content: '\e81a'; } /* '' */
.icon-volume-up:before { content: '\e81b'; } /* '' */
.icon-volume-off:before { content: '\e81c'; } /* '' */
.icon-calendar:before { content: '\e81d'; } /* '' */
.icon-zoom-in:before { content: '\e81e'; } /* '' */
.icon-zoom-out:before { content: '\e81f'; } /* '' */
.icon-check:before { content: '\e820'; } /* '' */
.icon-welle-wjpower:before { content: '\e84e'; } /* '' */
.icon-flamme-wjpower:before { content: '\e84f'; } /* '' */
.icon-move:before { content: '\f047'; } /* '' */
.icon-filter:before { content: '\f0b0'; } /* '' */
.icon-chevron-right:before { content: '\f105'; } /* '' */
.icon-chevron-up:before { content: '\f106'; } /* '' */
.icon-xing:before { content: '\f168'; } /* '' */
.icon-xing-squared:before { content: '\f169'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-map-pin:before { content: '\f276'; } /* '' */
.icon-map-o:before { content: '\f278'; } /* '' */
