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

[class^="icon-"], [class*=" icon-"] {
  /* 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;
  display: inline-block;

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

.icon-check:before {
  content: "\e909";
}
.icon-arrow-dropdown:before {
  content: "\e908";
}
.icon-arrow-left-long:before {
  content: "\e900";
}
.icon-arrow-left-middle:before {
  content: "\e901";
}
.icon-arrow-left-short:before {
  content: "\e902";
}
.icon-arrow-right-long:before {
  content: "\e903";
}
.icon-arrow-right-middle:before {
  content: "\e904";
}
.icon-arrow-right-short:before {
  content: "\e905";
}
.icon-burger:before {
  content: "\e906";
}
.icon-search:before {
  content: "\e907";
}


