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

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons-font' !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;
}

.iconfont-arrow_right:before {
  content: "\e907";
}
.iconfont-arrow_left:before {
  content: "\e911";
}
.iconfont-arrow_down:before {
  content: "\e908";
}
.iconfont-arrow_up:before {
  content: "\e90e";
}
.iconfont-close:before {
  content: "\e90b";
}
.iconfont-menu:before {
  content: "\e90c";
}
