@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "bomij" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "bomij" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before,
.icon-check:before{
  content: "a";
}
.icon-arrow-left:before {
  content: "b";
}
.icon-arrow-right:before {
  content: "c";
}
.icon-new:before {
  content: "d";
}
.icon-scale:before {
  content: "e";
}
.icon-thumb:before {
  content: "f";
}
.icon-wheelbarrow:before {
  content: "g";
}
.icon-youtube:before {
  content: "h";
}
.icon-delete:before {
  content: "i";
}
.icon-facebook:before {
  content: "j";
}
.icon-twitter:before {
  content: "k";
}
.icon-linkedin:before {
  content: "l";
}
.icon-arrow-up:before {
  content: "m";
}
.icon-paperclip:before {
  content: "n";
}
.icon-comments:before {
  content: "o";
}
.icon-nieuw:before {
  content: "p";
}
