@font-face {
  font-family: 'fontello';
  src:  url('../eot/fontelloac10.eot');
  src:  url('../eot/fontelloac10.eot#iefix') format('embedded-opentype'),
    url('../ttf/fontelloac10.ttf') format('truetype'),
    url('../woff/fontelloac10.woff') format('woff'),
    url('../svg/fontelloac10.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
[class^="nb-fw-icon-"], [class*=" nb-fw-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fontello' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nb-fw-icon-twitter:before {
  content: "\f099";
}
.nb-fw-icon-facebook:before {
  content: "\f09a";
}
.nb-fw-icon-gplus:before {
  content: "\f0d5";
}
.nb-fw-icon-linkedin:before {
  content: "\f0e1";
}
.nb-fw-icon-pinterest:before {
  content: "\f231";
}
