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

.i-horn:before { content: '\25b8'; } /* '▸' */
.i-mob:before { content: '\e800'; } /* '' */
.i-send:before { content: '\e801'; } /* '' */
.i-target:before { content: '\e802'; } /* '' */
.i-laptop:before { content: '\e803'; } /* '' */
.i-tri-dn:before { content: '\e804'; } /* '' */
.i-laugh:before { content: '\e805'; } /* '' */
.i-tel:before { content: '\e806'; } /* '' */
.i-tri-up:before { content: '\e807'; } /* '' */
.i-tri-lt:before { content: '\e808'; } /* '' */
.i-play:before { content: '\e809'; } /* '' */
.i-noise:before { content: '\e80a'; } /* '' */
.i-ok:before { content: '\e80b'; } /* '' */
.i-tri-rt:before { content: '\e80c'; } /* '' */
.i-cancel:before { content: '\e80d'; } /* '' */
.i-plus:before { content: '\e80e'; } /* '' */
.i-wrench:before { content: '\e80f'; } /* '' */
.i-minus:before { content: '\e810'; } /* '' */
.i-paper-clip:before { content: '\e811'; } /* '' */
.i-home:before { content: '\e812'; } /* '' */
.i-cog:before { content: '\e813'; } /* '' */
.i-search:before { content: '\e814'; } /* '' */
.i-dot:before { content: '\e815'; } /* '' */
.i-web:before { content: '\e816'; } /* '' */
.i-moon:before { content: '\e817'; } /* '' */
.i-sun:before { content: '\e818'; } /* '' */
.i-arrow-dn:before { content: '\e819'; } /* '' */
.i-arrow-lt:before { content: '\e81a'; } /* '' */
.i-arrow-rt:before { content: '\e81b'; } /* '' */
.i-arrow-up:before { content: '\e81c'; } /* '' */
.i-print:before { content: '\e81d'; } /* '' */
.i-mail:before { content: '\e81e'; } /* '' */
.i-menu:before { content: '\e81f'; } /* '' */
.i-download:before { content: '\e820'; } /* '' */
.i-cart:before { content: '\e822'; } /* '' */
.i-workshop:before { content: '\e840'; } /* '' */
.i-help:before { content: '\f128'; } /* '' */
.i-alert:before { content: '\f12a'; } /* '' */
.i-fax:before { content: '\f1ac'; } /* '' */
.i-cab:before { content: '\f1b9'; } /* '' */
.i-pdf:before { content: '\f1c1'; } /* '' */
.i-toggle-off:before { content: '\f204'; } /* '' */
.i-toggle-on:before { content: '\f205'; } /* '' */
.i-bicycle:before { content: '\f206'; } /* '' */
.i-motorcycle:before { content: '\f21c'; } /* '' */
.i-spinner:before { content: '\f529'; } /* '' */
