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

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

.web-wifi:before {
  content: "\e905";
}
.web-webcame:before {
  content: "\e906";
}
.web-weather:before {
  content: "\eaec";
}
.web-taxi:before {
  content: "\eaed";
}
.web-skipass:before {
  content: "\eaee";
}
.web-insurance:before {
  content: "\eaef";
}
.web-booking:before {
  content: "\eaf0";
}

