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

  font-variant: normal;
  text-transform: none;

  line-height: 1em;

  margin-left: .2em;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fd-litlink:before { content: '\e800'; } /* '' */
