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

[class^="icon-"], [class*=" icon-"], [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;
  text-decoration: none!important;

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

[class^="icon-"]:hover, [class*=" icon-"]:hover,[class^="fa-"]:hover,[class*="fa-"]:hover {
text-decoration: none!important;
}
.icon-plus:before, .fa-plus:before {
  content: "\f067";
}
.icon-minus:before, .fa-minus:before {
  content: "\f068";
}
.icon-plus-square:before, .fa-plus-square:before {
  content: "\f0fe";
}
.icon-minus-square:before, .fa-minus-square:before {
  content: "\f146";
}
.icon-search:before, .fa-search:before {
  content: "\f002";
}
.icon-home:before, .fa-home:before {
  content: "\f015";
}
.icon-external-link:before, .fa-external-link-alt:before {
  content: "\f08e";
  font-weight: bold;
}
.icon-phone:before, .fa-phone:before {
  content: "\f095";
}
.icon-bars:before, .fa-bars:before {
  content: "\f0c9";
}
.icon-envelope-o:before, .fa-envelope:before {
  content: "\f003";
}
.icon-hashtag:before, .fa-hashtag:before {
  content: "\f292";
  font-weight: lighter;
}
.icon-file-text-o:before, .fa-file-alt:before {
  content: "\f0f6";
}
.icon-angle-right:before, .fa-angle-right:before {
  content: "\f105";
  font-weight: bold;
}
.icon-angle-down:before, .fa-angle-down:before {
  content: "\f107";
  font-weight: bold;
}
.icon-youtube-play:before, .fa-youtube:before {
  content: "\f16a"!important;
}
.icon-instagram:before, .fa-instagram:before {
  content: "\f16d"!important;
}
.icon-twitter:before, .fa-twitter:before {
  content: "\f099"!important;
}
.icon-facebook:before, .fa-facebook:before {
  content: "\f09a"!important;
}
.icon-linkedin:before, .fa-linkedin:before {
  content: "\f0e1"!important;
}
