@charset "UTF-8";

@font-face {
  font-family: "eoicons";
  src:url("../fonts/eoicons.ttf?v=12") format("truetype");
  font-weight: normal;
  font-style: normal;

}

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

.eoicon-bars:before { content: "\003E"; }
.eoicon-dots-h:before { content: "\003F"; }
.eoicon-dots-v:before { content: "\0040"; }
.eoicon-news:before { content: "\0030"; }
.eoicon-announcements:before { content: "\0031"; }
.eoicon-calendar:before { content: "\0032"; }
.eoicon-clock:before { content: "\0033"; }
.eoicon-close:before { content: "\0034"; }
.eoicon-candle:before { content: "\0035"; }
.eoicon-help:before { content: "\0036"; }
.eoicon-comments:before { content: "\0037"; }
.eoicon-login:before { content: "\0038"; }
.eoicon-picture:before { content: "\0039"; }
.eoicon-food:before { content: "\003A"; }
.eoicon-futbal:before { content: "\003B"; }
.eoicon-car:before { content: "\003C"; }
.eoicon-info:before { content: "\003D"; }
.eoicon-maps:before { content: "\0041"; }
.eoicon-panorama:before { content: "\0042"; }
.eoicon-visit-card:before { content: "\0043"; }
.eoicon-tveo:before { content: "\0044"; }
.eoicon-balujemy:before { content: "\0045"; }
.eoicon-budujemy:before { content: "\0046"; }
.eoicon-fotoostroleka:before { content: "\0047"; }
.eoicon-camera:before { content: "\0048"; }
.eoicon-sylwester:before { content: "\0049"; }


