@charset "UTF-8";

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

}

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

.bmf-arrow-right:before {
  content: "a";
}
.bmf-arrow-down:before {
  content: "b";
}
.bmf-location:before {
  content: "c";
}
.bmf-calendar:before {
  content: "d";
}
.bmf-left-open:before {
  content: "f";
}
.bmf-search:before {
  content: "g";
}
.bmf-clock:before {
  content: "k";
}
.bmf-cross:before {
  content: "e";
}
.bmf-pin-map:before {
  content: "h";
}
.bmf-plus:before {
  content: "i";
}
.bmf-delete-circle:before {
  content: "j";
}
.bmf-tag:before {
  content: "l";
}
.bmf-user:before {
  content: "m";
}
.bmf-sharethis:before {
  content: "n";
}
.bmf-minus:before {
  content: "o";
}
.bmf-shopping-cart:before {
  content: "p";
}
.bmf-up-open:before {
  content: "q";
}
.bmf-right-open:before {
  content: "r";
}
.bmf-down-open:before {
  content: "s";
}
