@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "hra" !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: "hra" !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-close:before {
  content: "\61";
}
.icon-information:before {
  content: "\62";
}
.icon-facebook:before {
  content: "\66";
}
.icon-twitter:before {
  content: "\74";
}
.icon-pinterest:before {
  content: "\70";
}
.icon-tumblr:before {
  content: "\6d";
}
.icon-print:before {
  content: "\63";
}
.icon-add:before {
  content: "\73";
}
