/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-home:before {
  content: "\f015";
}
.fa-server:before {
  content: "\f233";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-cog:before {
  content: "\f013";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-gears:before{
  content: "\f085";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-edit:before{
  content: "\f044";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-upload:before {
  content: "\f093";
}
.fa-check:before {
  content: "\f00c";
}
