@font-face {
	font-family: 'social';
	src:url('fonts/social.eot');
	src:url('fonts/social.eot?#iefix') format('embedded-opentype'),
		url('fonts/social.woff') format('woff'),
		url('fonts/social.ttf') format('truetype'),
		url('fonts/social.svg#social') 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';
	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*="icon-"] {
*/
.icon-twitter, .icon-facebook, .icon-google-plus, .icon-linkedin, .icon-feed, .icon-tumblr, .icon-vimeo2, .icon-flickr, .icon-instagram, .icon-pinterest, .icon-menu, .icon-plus, .icon-minus, .icon-youtube {
	font-family: 'social';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-twitter:before {
	content: "\e000";
}
.icon-facebook:before {
	content: "\e001";
}
.icon-google-plus:before {
	content: "\e002";
}
.icon-linkedin:before {
	content: "\e003";
}
.icon-feed:before {
	content: "\e004";
}
.icon-tumblr:before {
	content: "\e005";
}
.icon-vimeo2:before {
	content: "\e007";
}
.icon-flickr:before {
	content: "\e008";
}
.icon-instagram:before {
	content: "\e009";
}
.icon-pinterest:before {
	content: "\e006";
}
.icon-menu:before {
	content: "\e00d";
}
.icon-plus:before {
	content: "\e00e";
}
.icon-minus:before {
	content: "\e00f";
}
.icon-youtube:before {
	content: "\e00c";
}
