@charset "utf-8";
@font-face {
  font-family: "fp-font";
  src:url("../fonts/fp-font.eot");
  src:url("../fonts/fp-font.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fp-font.woff") format("woff"),
    url("../fonts/fp-font.ttf") format("truetype"),
    url("../fonts/fp-font.svg#fp-font") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "fp-font" !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^="fp-icon-"]:before,
[class*=" fp-icon-"]:before {
  font-family: "fp-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;
}
[class^="fp-icon-"],
[class*=" fp-icon-"] {
  display: inline-block;
  vertical-align: top;
}
.fp-icon-fav-folder:before { content: "\61"; }
.fp-icon-gal-icon:before { content: "\62"; }
.fp-icon-list-grid:before { content: "\63"; }
.fp-icon-list-lines:before { content: "\64"; }
.fp-icon-arrows-h:before { content: "\65"; }
.fp-icon-arrows-v:before { content: "\66"; }
.fp-icon-search-minus:before { content: "\67"; }
.fp-icon-search-plus:before { content: "\68"; }
