@charset "UTF-8";

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

}

[class^="icn-"]:before,
[class*=" icn-"]:before {
  font-family: "thedj" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
}

.icn-arrow:before {
  content: "a";
}
.icn-facebook:before {
  content: "b";
}
.icn-loop:before {
  content: "c";
}
.icn-eshopping:before {
  content: "d";
}
