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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}

.icon-arrow-down:before {
  content: "\e909";
}
.icon-arrow-left:before {
  content: "\e90a";
}
.icon-arrow-right:before {
  content: "\e90b";
}
.icon-arrow-up:before {
  content: "\e90c";
}
.icon-chevron-down:before {
  content: "\e90d";
}
.icon-chevron-left:before {
  content: "\e90e";
}
.icon-chevron-right:before {
  content: "\e90f";
}
.icon-chevron-top:before {
  content: "\e910";
}
.icon-clock-time:before {
  content: "\e911";
}
.icon-location:before {
  content: "\e912";
}
.icon-mail-envelope-open:before {
  content: "\e914";
}
.icon-phone:before {
  content: "\e915";
}
.icon-search-icon:before {
  content: "\e916";
}
.icon-menu-icon:before {
  content: "\e917";
}
