@charset "UTF-8";

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

}

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

.icon13-sound:before {
  content: "\e000";
}
.icon13-wifi:before {
  content: "\e002";
}
.icon13-rss:before {
  content: "\e003";
}
.icon13-vib10:before {
  content: "\e001";
}
.icon13-vib11:before {
  content: "\e004";
}
