@charset "UTF-8";

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

}

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

.buicon-add:before {
  content: "\e000";
}
.buicon-dots:before {
  content: "\e001";
}
.buicon-loc:before {
  content: "\e002";
}
.buicon-menu:before {
  content: "\e003";
}
.buicon-tick:before {
  content: "\e004";
}
.buicon-time:before {
  content: "\e005";
}
.buicon-tri-down:before {
  content: "\e006";
}
.buicon-tri-up:before {
  content: "\e007";
}
.buicon-home:before {
  content: "\e008";
}
.buicon-level-up:before {
  content: "\e009";
}
.buicon-map:before {
  content: "\e00b";
}
.buicon-itin:before {
  content: "\e00a";
}
