@charset "UTF-8";

@font-face {
  font-family: "lilac";
  src:url("../fonts/lilac.eot");
  src:url("../fonts/lilac.eot?#iefix") format("embedded-opentype"),
    url("../fonts/lilac.woff") format("woff"),
    url("../fonts/lilac.ttf") format("truetype"),
    url("../fonts/lilac.svg#lilac") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "lilac" !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: "lilac" !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-arrow-left:before {
  content: "\61";
}
.icon-arrow-right:before {
  content: "\62";
}
.icon-leaves-left:before {
  content: "\63";
}
.icon-leaves-right:before {
  content: "\64";
}
.icon-ribbon-left2:before {
  content: "\67";
}
.icon-ribbon-right2:before {
  content: "\68";
}
.icon-ribbon-left:before {
  content: "\65";
}
.icon-ribbon-rigth:before {
  content: "\66";
}
