@font-face {
  font-family: 'social';
  src: url('../fonts/social.eot?55874532');
  src: url('../fonts/social.eot?55874532#iefix') format('embedded-opentype'),
       url('../fonts/social.woff?55874532') format('woff'),
       url('../fonts/social.ttf?55874532') format('truetype'),
       url('../fonts/social.svg?55874532#social') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class*="icon-social-"]:before {
  font-family: "social";
  font-style: normal;
  font-weight: normal;
}
 
.icon-social-facebook-squared:before { content: '\46'; } /* 'F' */
.icon-social-gplus-squared:before { content: '\47'; } /* 'G' */
.icon-social-linkedin-squared:before { content: '\4c'; } /* 'L' */
.icon-social-vimeo-squared:before { content: '\4d'; } /* 'M' */
.icon-social-pinterest-squared:before { content: '\50'; } /* 'P' */
.icon-social-flickr-squared:before { content: '\52'; } /* 'R' */
.icon-social-twitter-squared:before { content: '\54'; } /* 'T' */
.icon-social-youtube-squared:before { content: '\59'; } /* 'Y' */
.icon-social-facebook:before { content: '\66'; } /* 'f' */
.icon-social-gplus:before { content: '\67'; } /* 'g' */
.icon-social-instagramm:before { content: '\69'; } /* 'i' */
.icon-social-linkedin:before { content: '\6c'; } /* 'l' */
.icon-social-vimeo:before { content: '\6d'; } /* 'm' */
.icon-social-pinterest:before { content: '\70'; } /* 'p' */
.icon-social-flickr:before { content: '\72'; } /* 'r' */
.icon-social-twitter:before { content: '\74'; } /* 't' */
.icon-social-viadeo:before { content: '\76'; } /* 'v' */
.icon-social-youtube:before { content: '\79'; } /* 'y' */
