@charset "UTF-8";

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

}

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

.reakticons-facebook:before {
  content: "\67";
}
.reakticons-googleplus:before {
  content: "\69";
}
.reakticons-heart:before {
  content: "\6a";
}
.reakticons-heart-full:before {
  content: "\6b";
}
.reakticons-skype:before {
  content: "\6f";
}
.reakticons-rss:before {
  content: "\70";
}
.reakticons-pinterest:before {
  content: "\73";
}
.reakticons-linkedin:before {
  content: "\76";
}
.reakticons-tumblr:before {
  content: "\45";
}
.reakticons-twitter:before {
  content: "\47";
}
.reakticons-whatsapp:before {
  content: "\4b";
}
.reakticons-wordpress:before {
  content: "\4c";
}
.reakticons-vk:before {
  content: "\61";
}
.reakticons-clock:before {
  content: "\62";
}
.reakticons-eye:before {
  content: "\63";
}
.reakticons-comment:before {
  content: "\64";
}
.reakticons-share:before {
  content: "\65";
}
.reakticons-star-two:before {
  content: "\66";
}
