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

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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 {
  display: inline-block;
  font: normal normal normal 14px/1 'icomoon';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-check:before {
  content: "\f00c";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-instagram:before {
  content: "\f16d";
}

