@font-face {
  font-family: 'fontawesome';
  src: url('../font/fontawesome.eot?2479091');
  src: url('../font/fontawesome.eot?2479091#iefix') format('embedded-opentype'),
       url('../font/fontawesome.woff2?2479091') format('woff2'),
       url('../font/fontawesome.woff?2479091') format('woff'),
       url('../font/fontawesome.ttf?2479091') format('truetype'),
       url('../font/fontawesome.svg?2479091#fontawesome') 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: 'fontawesome';
    src: url('../font/fontawesome.svg?2479091#fontawesome') format('svg');
  }
}
*/
[class^="fa-"]:before, [class*=" fa-"]:before {
  font-family: "fontawesome";
  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-thumbs-up-light:before { content: '\e800'; } /* '' */
.fa-thumbs-down-solid:before { content: '\e801'; } /* '' */
.fa-comments-solid:before { content: '\e802'; } /* '' */
.fa-comments-alt-solid:before { content: '\e803'; } /* '' */
.fa-play-circle-light:before { content: '\e804'; } /* '' */
.fa-map-marked-alt-light:before { content: '\e805'; } /* '' */
.fa-clock-light:before { content: '\e806'; } /* '' */
.fa-chevron-left-solid:before { content: '\e807'; } /* '' */
.fa-chevron-right-solid:before { content: '\e808'; } /* '' */
.fa-chevron-up-solid:before { content: '\e809'; } /* '' */
.fa-chevron-down-light:before { content: '\e80a'; } /* '' */
.fa-chevron-circle-left-solid:before { content: '\e80b'; } /* '' */
.fa-chevron-circle-right-solid:before { content: '\e80c'; } /* '' */
.fa-chevron-circle-up-solid:before { content: '\e80d'; } /* '' */
.fa-chevron-circle-down-solid:before { content: '\e80e'; } /* '' */
.fa-times-circle-solid:before { content: '\e80f'; } /* '' */
.fa-times-solid:before { content: '\e810'; } /* '' */
.fa-search:before { content: '\f002'; } /* '' */
.fa-times:before { content: '\f00d'; } /* '' */
.fa-clock:before { content: '\f017'; } /* '' */
.fa-chevron-left:before { content: '\f053'; } /* '' */
.fa-chevron-right:before { content: '\f054'; } /* '' */
.fa-times-circle:before { content: '\f057'; } /* '' */
.fa-chevron-up:before { content: '\f077'; } /* '' */
.fa-chevron-down:before { content: '\f078'; } /* '' */
.fa-comments:before { content: '\f086'; } /* '' */
.fa-linkedin-in:before { content: '\f08c'; } /* '' */
.fa-arrow-circle-left:before { content: '\f0a8'; } /* '' */
.fa-arrow-circle-right:before { content: '\f0a9'; } /* '' */
.fa-arrow-circle-up:before { content: '\f0aa'; } /* '' */
.fa-arrow-circle-down:before { content: '\f0ab'; } /* '' */
.fa-envelope:before { content: '\f0e0'; } /* '' */
.fa-chevron-circle-left:before { content: '\f137'; } /* '' */
.fa-chevron-circle-right:before { content: '\f138'; } /* '' */
.fa-chevron-circle-up:before { content: '\f139'; } /* '' */
.fa-chevron-circle-down:before { content: '\f13a'; } /* '' */
.fa-play-circle:before { content: '\f144'; } /* '' */
.fa-thumbs-up:before { content: '\f164'; } /* '' */
.fa-thumbs-down:before { content: '\f165'; } /* '' */
.fa-youtube:before { content: '\f167'; } /* '' */
.fa-instagram:before { content: '\f16d'; } /* '' */
.fa-facebook-f:before { content: '\f39e'; } /* '' */
.fa-comments-alt:before { content: '\f4b6'; } /* '' */
.fa-map-marked-alt:before { content: '\f5a0'; } /* '' */
.fa-phone-rotary:before { content: '\f8d3'; } /* '' */
