@charset "UTF-8";

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

}

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

.esu-icon-vcard:before {
  content: "\61";
}
.esu-icon-globe:before {
  content: "\62";
}
.esu-icon-link-external:before {
  content: "\63";
}
.esu-icon-file-o:before {
  content: "\64";
}
.esu-icon-android:before {
  content: "\65";
}
.esu-icon-apple:before {
  content: "\66";
}
.esu-icon-youtube:before {
  content: "\67";
}
