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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'social-icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="social-icon-"] {
*/
.social-icon-myspace, .social-icon-google-plus, .social-icon-facebook, .social-icon-twitter, .social-icon-feed, .social-icon-youtube, .social-icon-vimeo, .social-icon-flickr, .social-icon-picassa, .social-icon-dribbble, .social-icon-forrst, .social-icon-deviantart, .social-icon-github, .social-icon-wordpress, .social-icon-blogger, .social-icon-tumblr, .social-icon-skype, .social-icon-reddit, .social-icon-soundcloud, .social-icon-lastfm, .social-icon-delicious, .social-icon-stumbleupon, .social-icon-pinterest {
	font-family: 'social-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.social-icon-myspace:before {
	content: "\21";
}
.social-icon-google-plus:before {
	content: "\22";
}
.social-icon-facebook:before {
	content: "\23";
}
.social-icon-twitter:before {
	content: "\24";
}
.social-icon-feed:before {
	content: "\25";
}
.social-icon-youtube:before {
	content: "\26";
}
.social-icon-vimeo:before {
	content: "\27";
}
.social-icon-flickr:before {
	content: "\28";
}
.social-icon-picassa:before {
	content: "\29";
}
.social-icon-dribbble:before {
	content: "\2a";
}
.social-icon-forrst:before {
	content: "\2b";
}
.social-icon-deviantart:before {
	content: "\2c";
}
.social-icon-github:before {
	content: "\2d";
}
.social-icon-wordpress:before {
	content: "\2e";
}
.social-icon-blogger:before {
	content: "\2f";
}
.social-icon-tumblr:before {
	content: "\30";
}
.social-icon-skype:before {
	content: "\31";
}
.social-icon-reddit:before {
	content: "\32";
}
.social-icon-soundcloud:before {
	content: "\33";
}
.social-icon-lastfm:before {
	content: "\34";
}
.social-icon-delicious:before {
	content: "\35";
}
.social-icon-stumbleupon:before {
	content: "\36";
}
.social-icon-pinterest:before {
	content: "\37";
}
