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

[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-offer:before {
  content: "\e553";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-calendar:before {
  content: "\f073";
}
