@font-face {
    font-family: "booklium-icons";
    src: url(../fonts/booklium-icons_bf4f6e5cb1.ttf) format("truetype"),
url(../fonts/booklium-icons_2a1536502d.woff) format("woff"),
url(../fonts/booklium-icons_fd5bb29f81.woff2) format("woff2");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: booklium-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
    content: "\f101";
}
.icon-arrow-right:before {
    content: "\f102";
}
.icon-bed:before {
    content: "\f103";
}
.icon-calendar:before {
    content: "\f104";
}
.icon-checklist:before {
    content: "\f105";
}
.icon-checkmark:before {
    content: "\f106";
}
.icon-children:before {
    content: "\f107";
}
.icon-guests:before {
    content: "\f108";
}
.icon-info:before {
    content: "\f109";
}
.icon-size:before {
    content: "\f10a";
}
.icon-star:before {
    content: "\f10b";
}
.icon-view:before {
    content: "\f10c";
}
