
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
  }

  .fa-search:before {
    content: "\f002";
  }
  .fa-map-marker:before {
    content: "\f041";
  }
  .fa-phone:before {
    content: "\f095";
  }
  .fa-facebook:before {
    content: "\f09a";
  }
  .fa-envelope:before {
    content: "\f0e0";
  }
  .fa-angle-left:before {
    content: "\f104";
  }
  .fa-angle-down:before {
    content: "\f107";
  }
  .fa-youtube:before {
    content: "\f167";
  }
  .fa-instagram:before {
    content: "\f16d";
  }
  .fa-angle-double-right:before {
    content: "\f101";
  }