@charset "UTF-8";

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

}

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

.ic-my-location:before {
  content: "\6c";
}
.ic-my-mail:before {
  content: "\6d";
}
.ic-my-telephone:before {
  content: "\70";
}
.ic-my-user:before {
  content: "\75";
}
