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

.fa-search:before { content: '\e800'; } 
.fa-star:before { content: '\e801'; } 
.fa-heart:before { content: '\e802'; } 
.fa-user:before { content: '\e803'; } 
.fa-ok:before { content: '\e804'; } 
.fa-cancel:before { content: '\e805'; } 
.fa-plus:before { content: '\e806'; } 
.fa-minus:before { content: '\e807'; } 
.fa-link:before { content: '\e80a'; } 
.fa-pin:before { content: '\e80b'; } 
.fa-tag:before { content: '\e80c'; } 
.fa-tags:before { content: '\e80d'; } 
.fa-bookmark:before { content: '\e80e'; } 
.fa-forward:before { content: '\e80f'; } 
.fa-pencil:before { content: '\e810'; } 
.fa-comment:before { content: '\e811'; } 
.fa-chat:before { content: '\e812'; } 
.fa-attention:before { content: '\e813'; } 
.fa-location:before { content: '\e814'; } 
.fa-folder:before { content: '\e815'; } 
.fa-folder-open:before { content: '\e816'; } 
.fa-phone:before { content: '\e817'; } 
.fa-calendar:before { content: '\e818'; } 
.fa-award:before { content: '\e819'; } 
.fa-down-open:before { content: '\e81a'; } 
.fa-left-open:before { content: '\e81b'; } 
.fa-right-open:before { content: '\e81c'; } 
.fa-up-open:before { content: '\e81d'; } 
.fa-edit:before { content: '\e81e'; } 
.fa-attach:before { content: '\e81f'; } 
.fa-link-ext:before { content: '\f08e'; } 
.fa-menu:before { content: '\f0c9'; } 
.fa-mail-alt:before { content: '\f0e0'; } 
.fa-bell-alt:before { content: '\f0f3'; } 
.fa-angle-double-left:before { content: '\f100'; } 
.fa-angle-double-right:before { content: '\f101'; } 
.fa-angle-double-up:before { content: '\f102'; } 
.fa-angle-double-down:before { content: '\f103'; } 
.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-mobile:before { content: '\f10b'; } 
.fa-quote-left:before { content: '\f10d'; } 
.fa-quote-right:before { content: '\f10e'; } 
.fa-reply:before { content: '\f112'; } 
.fa-help:before { content: '\f128'; } 
.fa-info:before { content: '\f129'; } 
.fa-ellipsis:before { content: '\f141'; } 
.fa-ellipsis-vert:before { content: '\f142'; } 
.fa-doc-inv:before { content: '\f15b'; } 
.fa-fax:before { content: '\f1ac'; } 
.fa-trash:before { content: '\f1f8'; } 
.fa-map-pin:before { content: '\f276'; } 
.fa-address-card:before { content: '\f2bb'; } 