@font-face {
  font-family: 'custom_icons';
  src: url('../fonts/fontello/fontello.eot?82776753');
  src: url('../fonts/fontello/fontello.eot?82776753#iefix') format('embedded-opentype'),
       url('../fonts/fontello/fontello.woff2?82776753') format('woff2'),
       url('../fonts/fontello/fontello.woff?82776753') format('woff'),
       url('../fonts/fontello/fontello.ttf?82776753') format('truetype'),
       url('../fonts/fontello/fontello.svg?82776753#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.custom_icon
{
  font-family: "custom_icons";
  font-style : normal;
  font-weight: normal;
  width: 1em;
  margin-right: .2em;
  line-height: 1;
  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing: grayscale  
}
 
.icon-yahoo:before { content: '\e800'; } /* '' */
.icon-windows:before { content: '\f17a'; } /* '' */
.icon-user-secret:before { content: '\f21b'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-twitter-circled:before { content: '\f30a'; } /* '' */
.icon-facebook:before { content: '\f30c'; } /* '' */
.icon-facebook-circled:before { content: '\f30d'; } /* '' */
.icon-gplus:before { content: '\f30f'; } /* '' */
.icon-gplus-circled:before { content: '\f310'; } /* '' */