@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?3vvv38');
  src:  url('fonts/icomoon.eot?3vvv38#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?3vvv38') format('truetype'),
    url('fonts/icomoon.woff?3vvv38') format('woff'),
    url('fonts/icomoon.svg?3vvv38#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: 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;
}

.icon-Bullet:before {
  content: "\e900";
  color: #9b9b9b;
}
.icon-Bullet_hover:before {
  content: "\e901";
  color: #fff;
}
.icon-close:before {
  content: "\e902";
}
.icon-down:before {
  content: "\e903";
}
.icon-Down_white:before {
  content: "\e904";
}
.icon-hamburger:before {
  content: "\e905";
}
.icon-Logo_black:before {
  content: "\e906";
}
.icon-Logo_white:before {
  content: "\e907";
  color: #fff;
}
.icon-Right:before {
  content: "\e908";
}
.icon-Right_white:before {
  content: "\e909";
}
