@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");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.fa,
.fas,
.far,
.fab {
  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;
}

.fa:before,
.fas:before,
.far:before,
.fab:before {
  font-family: "FontAwesome";
}

.fa-map-marker:before,
.fa-map-marker-alt:before { content: "\f041"; }
.fa-phone:before,
.fa-phone-alt:before { content: "\f095"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-home:before { content: "\f015"; }
.fa-minus:before { content: "\f068"; }
.fa-plus:before { content: "\f067"; }
.fa-angle-down:before { content: "\f107"; }
.fa-angle-up:before { content: "\f106"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-right:before { content: "\f105"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-refresh:before { content: "\f021"; }
.fa-heart:before { content: "\f004"; }
.fa-calendar:before { content: "\f073"; }
.fa-copyright:before { content: "\f1f9"; }
.fa-star:before { content: "\f005"; }
.fa-star-o:before { content: "\f006"; }
.fa-plus-square:before { content: "\f0fe"; }
.fa-minus-square:before { content: "\f146"; }
