@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "profile-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: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="profile-icon-"]:before,
[class*=" profile-icon-"]:before {
  color: #fff;
  font-family: "profile-icons" !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;
}

.profile-icon-twitter:before {
  content: "a";
}
.profile-icon-facebook:before {
  content: "b";
}
.profile-icon-mail:before {
  content: "c";
}
.profile-icon-telephone:before {
  content: "d";
}
.profile-icon-globe-world:before {
  content: "e";
}
.profile-icon-linkedin:before {
  content: "f";
}
.profile-icon-pin-map:before {
  content: "g";
}
.profile-icon-instagram:before {
  content: "h";
}
.profile-icon-myspace:before {
  content: "i";
}
.profile-icon-clock:before {
  content: "j";
}
.profile-icon-fax:before {
  content: "k";
}
