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










[class^="fa-"]:before, [class*=" fa-"]:before {
  font-family: "far";
  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); */
}

.fa-doc:before { content: '\e800'; } /* '' */
.fa-search:before { content: '\f002'; } /* '' */
.fa-times:before { content: '\f00d'; } /* '' */
.fa-clock:before { content: '\f017'; } /* '' */
.fa-book:before { content: '\f02d'; } /* '' */
.fa-map-marker:before { content: '\f041'; } /* '' */
.fa-chevron-left:before { content: '\f053'; } /* '' */
.fa-chevron-right:before { content: '\f054'; } /* '' */
.fa-arrow-right:before { content: '\f061'; } /* '' */
.fa-plus:before { content: '\f067'; } /* '' */
.fa-minus:before { content: '\f068'; } /* '' */
.fa-chevron-up:before { content: '\f077'; } /* '' */
.fa-chevron-down:before { content: '\f078'; } /* '' */
.fa-external-link:before { content: '\f08e'; } /* '' */
.fa-facebook:before { content: '\f09a'; } /* '' */
.fa-globe:before { content: '\f0ac'; } /* '' */
.fa-envelope:before { content: '\f0e0'; } /* '' */
.fa-linkedin:before { content: '\f0e1'; } /* '' */
.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-instagram:before { content: '\f16d'; } /* '' */
.fa-long-arrow-up:before { content: '\f176'; } /* '' */
.fa-long-arrow-right:before { content: '\f178'; } /* '' */
.fa-file-pdf:before { content: '\f1c1'; } /* '' */
.fa-telegram:before { content: '\f1d8'; } /* '' */
.fa-wikipedia-w:before { content: '\f266'; } /* '' */
.fa-alarm-clock:before { content: '\f34e'; } /* '' */
.fa-book-alt:before { content: '\f5d9'; } /* '' */
.fa-books:before { content: '\f5db'; } /* '' */
.fa-landmark:before { content: '\f66f'; } /* '' */
