@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?2242126');
  src: url('../font/fontello.eot?2242126#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?2242126') format('woff2'),
       url('../font/fontello.woff?2242126') format('woff'),
       url('../font/fontello.ttf?2242126') format('truetype'),
       url('../font/fontello.svg?2242126#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?2242126#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  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); */
}
 
.icon-gift:before { content: '\23'; } /* '#' */
.icon-align-justify:before { content: '\25'; } /* '%' */
.icon-plus:before { content: '\2b'; } /* '+' */
.icon-minus:before { content: '\2d'; } /* '-' */
.icon-pharmacy:before { content: '\31'; } /* '1' */
.icon-clipboard:before { content: '\32'; } /* '2' */
.icon-trash-empty:before { content: '\35'; } /* '5' */
.icon-ok:before { content: '\36'; } /* '6' */
.icon-beaker:before { content: '\39'; } /* '9' */
.icon-home:before { content: '\3a'; } /* ':' */
.icon-credit-card:before { content: '\3c'; } /* '&lt;' */
.icon-user:before { content: '\3e'; } /* '&gt;' */
.icon-inbox:before { content: '\40'; } /* '@' */
.icon-id-card-o:before { content: '\41'; } /* 'A' */
.icon-print:before { content: '\42'; } /* 'B' */
.icon-calendar-check-o:before { content: '\43'; } /* 'C' */
.icon-down-dir:before { content: '\44'; } /* 'D' */
.icon-mail-alt:before { content: '\45'; } /* 'E' */
.icon-search:before { content: '\46'; } /* 'F' */
.icon-cog:before { content: '\47'; } /* 'G' */
.icon-lock:before { content: '\48'; } /* 'H' */
.icon-pencil:before { content: '\49'; } /* 'I' */
.icon-video:before { content: '\4a'; } /* 'J' */
.icon-right:before { content: '\4b'; } /* 'K' */
.icon-heart:before { content: '\4c'; } /* 'L' */
.icon-chat:before { content: '\4d'; } /* 'M' */
.icon-globe:before { content: '\4f'; } /* 'O' */
.icon-dollar:before { content: '\50'; } /* 'P' */
.icon-phone:before { content: '\51'; } /* 'Q' */
.icon-newspaper:before { content: '\53'; } /* 'S' */
.icon-user-plus:before { content: '\55'; } /* 'U' */
.icon-chart:before { content: '\56'; } /* 'V' */
.icon-attention:before { content: '\57'; } /* 'W' */
.icon-cancel:before { content: '\58'; } /* 'X' */
.icon-location:before { content: '\59'; } /* 'Y' */
.icon-medkit:before { content: '\5a'; } /* 'Z' */
.icon-ccw:before { content: '\5b'; } /* '[' */
.icon-arrows-cw:before { content: '\5d'; } /* ']' */
.icon-key:before { content: '\5e'; } /* '^' */
.icon-clock:before { content: '\5f'; } /* '_' */
.icon-link-ext:before { content: '\60'; } /* '`' */
.icon-wrench:before { content: '\65'; } /* 'e' */
.icon-marquee:before { content: '\7b'; } /* '{' */
.icon-stopwatch:before { content: '\7c'; } /* '|' */
.icon-ok-squared:before { content: '\7d'; } /* '}' */
.icon-gauge:before { content: '\7e'; } /* '~' */
.icon-eye:before { content: '\ab'; } /* '«' */
.icon-download-cloud:before { content: '\bb'; } /* '»' */