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

.icon-arrow-up-2:before {
  content: "\e905";
}
.icon-arrow-up:before {
  content: "\e906";
}
.icon-close:before {
  content: "\e903";
}
.icon-menu:before {
  content: "\e904";
}
.icon-star:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e901";
}
.icon-tour-operators:before {
  content: "\e902";
}
