@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "tns-fonticons" !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: "tns-fonticons" !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-facebook:before {
  content: "g";
}
.icon-gplus:before {
  content: "i";
}
.icon-linkedin:before {
  content: "j";
}
.icon-pinterest:before {
  content: "l";
}
.icon-twitter:before {
  content: "n";
}
.icon-youtube:before {
  content: "p";
}
.icon-mail:before {
  content: "b";
}
