/*!
 *  Font Awesome 4.0.3 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: 'fac';
  src: url('/fonts/custom.ttf') format('truetype');;
  font-weight: normal;
  font-style: normal;
}

.fac  {
  display: inline-block;
  font-family: 'fac';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fac-logo:before {
  content: "\f353";
}

