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

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fontawesome-custom' !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-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-stack-3x {
    font-size: 3em;
}

.fa-check:before {
  content: "\e900";
}
.fa-circle-info:before {
  content: "\e901";
}
.fa-circle-thin:before {
  content: "\e902";
}
.fa-close:before {
  content: "\e903";
}
.fa-down-arrow:before {
  content: "\e904";
}
.fa-exclamation-triangle:before {
  content: "\e905";
}
.fa-right-arrow:before {
  content: "\e906";
}
.fa-square-warning:before {
  content: "\e907";
}
.fa-up-arrow:before {
  content: "\e908";
}
.fa-speedometer:before {
  content: "\e909";
}