@charset "UTF-8";

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

}

.social-icons [data-icon]:before {
  font-family: "syntrix" !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;
}

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

.social-icons .icon-linkedin:before {
  content: "\61";
}
.social-icons .icon-instagram:before {
  content: "\62";
}
.social-icons .icon-youtube:before {
  content: "\63";
}
.social-icons .icon-twitter:before {
  content: "\64";
}
.social-icons .icon-facebook:before {
  content: "\65";
}
