@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "fp" !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: "fp" !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-check:before {
  content: "a";
}
.icon-file-zip:before {
  content: "b";
}
.icon-file-text:before {
  content: "c";
}
.icon-triangle-up:before {
  content: "d";
}
.icon-triangle-down:before {
  content: "e";
}
.icon-user:before {
  content: "f";
}
.icon-pin-map-2:before {
  content: "g";
}
.icon-lock:before {
  content: "h";
}
.icon-stop:before {
  content: "i";
}
.icon-minus-circle:before {
  content: "j";
}
.icon-trash:before {
  content: "k";
}
.icon-print:before {
  content: "l";
}
.icon-delete-circle:before {
  content: "m";
}
.icon-foursquare:before {
  content: "n";
}
.icon-shield:before {
  content: "o";
}
.icon-shield-1:before {
  content: "p";
}
