/* Font Awesome Icons - Basic Setup */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'),
       url('../fonts/fontawesome-webfont.woff') format('woff'),
       url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

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

.fa-bars::before { content: "\f0c9"; }
.fa-map-marker::before { content: "\f041"; }
.fa-envelope-o::before { content: "\f003"; }
.fa-phone::before { content: "\f095"; }
.fa-facebook::before { content: "\f09a"; }
.fa-twitter::before { content: "\f099"; }
.fa-google-plus::before { content: "\f0d5"; }
.fa-linkedin::before { content: "\f0e1"; }
.fa-search::before { content: "\f002"; }
.fa-quote-left::before { content: "\f10d"; }
.fa-quote-right::before { content: "\f10e"; }
.fa-angle-right::before { content: "\f105"; }

.fa-inverse {
  color: #fff;
}
