@font-face {
  font-family: 'mars';
  src:  url('fonts/mars.eot?nyolta');
  src:  url('fonts/mars.eot?nyolta#iefix') format('embedded-opentype'),
    url('fonts/mars.woff2?nyolta') format('woff2'),
    url('fonts/mars.ttf?nyolta') format('truetype'),
    url('fonts/mars.woff?nyolta') format('woff'),
    url('fonts/mars.svg?nyolta#mars') 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: 'mars' !important;
  speak: never;
  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-prev:before {
  content: "\e903";
}
.icon-arrow-next:before {
  content: "\e904";
}
.icon-calendar:before {
  content: "\e905";
}
.icon-social:before {
  content: "\e900";
}
.icon-location:before {
  content: "\e901";
}
.icon-contact:before {
  content: "\e902";
}
