@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?db4dta');
  src:  url('fonts/icomoon.eot?db4dta#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?db4dta') format('truetype'),
    url('fonts/icomoon.woff?db4dta') format('woff'),
    url('fonts/icomoon.svg?db4dta#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: 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-check:before {
  content: "\e900";
  color: #fff;
}
.icon-chevron-down:before {
  content: "\e901";
  color: #153b5a;
}
.icon-chevron-left:before {
  content: "\e902";
  color: #fff;
}
.icon-chevron-right:before {
  content: "\e903";
  color: #fff;
}
.icon-chevron-up:before {
  content: "\e904";
  color: #153b5a;
}
.icon-euro:before {
  content: "\e905";
  color: #153b5a;
}
.icon-facebook:before {
  content: "\e906";
  color: #fff;
}
.icon-linkedin:before {
  content: "\e907";
  color: #fff;
}
.icon-mail:before {
  content: "\e908";
  color: #fff;
}
.icon-phone:before {
  content: "\e909";
  color: #fff;
}
.icon-play:before {
  content: "\e90a";
  color: #fff;
}
.icon-search:before {
  content: "\e90b";
  color: #fff;
}
.icon-up:before {
  content: "\e90c";
  color: #173c5b;
}
