@charset "UTF-8";

/* ----------------------------- Fonts ----------------------------- */

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

[data-icon]:before {
  font-family: "icons" !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: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.icon-facebook:before {
  content: "a";
}
.icon-twitter:before {
  content: "b";
  font-size: 1.2em;  
}
.icon-blogger:before {
  content: "c";
}
.icon-list:before {
  content: "d";
}
.icon-mailsolid:before {
  content: "e";
}
.icon-mailline:before {
  content: "f";
}
.icon-phone:before {
  content: "g";
}
.icon-instagram:before {
  content: "h";
}
.icon-vimeo:before {
  content: "i";
}
.icon-youtube:before {
  content: "j";
}
.icon-paypal:before {
  content: "k";
}
.icon-download:before {
  content: "l";
}
.icon-check:before {
  content: "m";
}

