@font-face {
  font-family: 'fontawesome_mini';
  src:  url('fonts/fontawesome_mini.eot?58lw5k');
  src:  url('fonts/fontawesome_mini.eot?58lw5k#iefix') format('embedded-opentype'),
    url('fonts/fontawesome_mini.ttf?58lw5k') format('truetype'),
    url('fonts/fontawesome_mini.woff?58lw5k') format('woff'),
    url('fonts/fontawesome_mini.svg?58lw5k#fontawesome_mini') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fontawesome_mini' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-filter:before {
  content: "\e92d";
}
.fa-arrow-right:before {
  content: "\e92e";
}
.fa-arrow-left:before {
  content: "\e92f";
}
.fa-exclamation-circle:before {
  content: "\e92a";
}
.fa-calendar:before {
  content: "\e92b";
}
.fa-eye:before {
  content: "\e92c";
}
.fa-envelope-open-text:before {
  content: "\e91f";
}
.fa-money-check:before {
  content: "\e920";
}
.fa-undo:before {
  content: "\e927";
}
.fa-folder-open:before {
  content: "\e928";
}
.fa-clipboard-list-check:before {
  content: "\e929";
}
.fa-edit:before {
  content: "\e921";
}
.fa-key:before {
  content: "\e922";
}
.fa-id-card:before {
  content: "\e923";
}
.fa-check-circle:before {
  content: "\e924";
}
.fa-comments:before {
  content: "\e925";
}
.fa-trash-o:before {
  content: "\e926";
}
.fa-plus-circle:before {
  content: "\e91d";
}
.fa-minus-circle:before {
  content: "\e91e";
}
.fa-minus:before {
  content: "\e91b";
}
.fa-plus:before {
  content: "\e91c";
}
.fa-lock-alt:before {
  content: "\e910";
}
.fa-times-circle:before {
  content: "\e911";
}
.fa-redo:before {
  content: "\e912";
}
.fa-sync-alt:before {
  content: "\e913";
}
.fa-telegram-plane:before {
  content: "\e914";
}
.fa-viber:before {
  content: "\e915";
}
.fa-whatsapp:before {
  content: "\e916";
}
.fa-vk:before {
  content: "\e917";
}
.fa-instagram:before {
  content: "\e918";
}
.fa-facebook-f:before {
  content: "\e919";
}
.fa-check:before {
  content: "\e90f";
}
.fa-angle-double-up:before {
  content: "\e90e";
}
.fa-clock:before {
  content: "\e90a";
}
.fa-map-marker:before {
  content: "\e90b";
}
.fa-phone:before {
  content: "\e90c";
}
.fa-envelope:before {
  content: "\e90d";
}
.fa-chart-bar:before {
  content: "\e900";
}
.fa-heart:before {
  content: "\e901";
}
.fa-times:before {
  content: "\e902";
}
.fa-shopping-cart:before {
  content: "\e903";
}
.fa-user:before {
  content: "\e904";
}
.fa-search:before {
  content: "\e905";
}
.fa-bars:before {
  content: "\e906";
}
.fa-angle-left:before {
  content: "\e907";
}
.fa-angle-down:before {
  content: "\e908";
}
.fa-angle-up:before {
  content: "\e91a";
}
.fa-angle-right:before {
  content: "\e909";
}
