@charset "UTF-8";

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

}

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

.kiosk-arrow-left:before {
  content: "\61";
}
.kiosk-close:before {
  content: "\62";
}
.kiosk-down:before {
  content: "\63";
}
.kiosk-left:before {
  content: "\64";
}
.kiosk-location:before {
  content: "\65";
}
.kiosk-minus:before {
  content: "\66";
}
.kiosk-plus:before {
  content: "\67";
}
.kiosk-right:before {
  content: "\68";
}
.kiosk-search:before {
  content: "\69";
}
.kiosk-star:before {
  content: "\6a";
}
.kiosk-up:before {
  content: "\6b";
}
.kiosk-home-alt-outline:before {
  content: "\6c";
}
.kiosk-trash-empty:before {
  content: "\6d";
}
.kiosk-refresh:before {
  content: "\6e";
}
.kiosk-read:before {
  content: "\6f";
}
.kiosk-edit:before {
  content: "\70";
}
.kiosk-trash-full:before {
  content: "\71";
}
.kiosk-calendar:before {
  content: "\72";
}
.kiosk-info:before {
  content: "\73";
}
.kiosk-done:before {
  content: "\74";
}
.kiosk-cart:before {
  content: "\75";
}
