@charset "UTF-8";

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

}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "pibn-font" !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 {
  content: "a";
}

.icon-arrow-left:before {
  content: "b";
}

.icon-arrow-right:before {
  content: "c";
}

.icon-arrow-up:before {
  content: "d";
}

.icon-facebook:before {
  content: "e";
}

.icon-twitter:before {
  content: "f";
}

.icon-linkedin:before {
  content: "j";
}

.icon-pin:before {
  content: "g";
}

.icon-user:before {
  content: "h";
}

.icon-world:before {
  content: "i";
}

.icon-pibn:before {
  content: "n";
}

.icon-menu:before {
  content: "k";
}

.icon-youtube:before {
  content: "l";
}

.icon-close:before {
  content: "m";
}