﻿@charset "UTF-8";

@font-face {
  font-family: "customicons";
  src:url("fonts/customicons.eot");
  src:url("fonts/customicons.eot?#iefix") format("embedded-opentype"),
    url("fonts/customicons.woff") format("woff"),
    url("fonts/customicons.ttf") format("truetype"),
    url("fonts/customicons.svg") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "customicons" !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^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "customicons" !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;
}

.icon-home-house-streamline:before {
  content: "\61";
}
.icon-coffee-streamline:before {
  content: "\62";
}
.icon-news:before {
  content: "\63";
}
.icon-shop:before {
  content: "\64";
}
.gly-rotate-45 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    display: inline-block;
}