@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?fk3ryf');
  src:  url('fonts/icomoon.eot?fk3ryf#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?fk3ryf') format('truetype'),
    url('fonts/icomoon.woff?fk3ryf') format('woff'),
    url('fonts/icomoon.svg?fk3ryf#icomoon') 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: 'icomoon' !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-wrench:before {
  content: "\e900";
}
.fa-file-code-o:before {
  content: "\e901";
}
.fa-wordpress:before {
  content: "\e902";
}
.fa-circle:before {
  content: "\e903";
}
.fa-bars:before {
  content: "\e904";
}
.fa-navicon:before {
  content: "\e904";
}
.fa-reorder:before {
  content: "\e904";
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.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-inverse {
  color: #ffffff;
}
.fa-4x {
  font-size: 4em;
}