@font-face {
  font-family: 'FontAwesome';
  src:  url('../fonts/FontAwesome.eot?da7esz');
  src:  url('../fonts/FontAwesome.eot?da7esz#iefix') format('embedded-opentype'),
    url('../fonts/FontAwesome.ttf?da7esz') format('truetype'),
    url('../fonts/FontAwesome.woff?da7esz') format('woff'),
    url('../fonts/FontAwesome.svg?da7esz#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.fa {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'FontAwesome' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-check:before {
  content: "\f00c";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-phone:before {
  content: "\f095";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-check-square:before {
  content: "\f14a";
}
