@font-face {
	font-family: 'Social-Icons';
	src:url('fonts/Social-Icons.eot');
	src:url('fonts/Social-Icons.eot?#iefix') format('embedded-opentype'),
		url('fonts/Social-Icons.woff') format('woff'),
		url('fonts/Social-Icons.ttf') format('truetype'),
		url('fonts/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*="icon-"] {
*/
.icon-twitter,
.icon-facebook,
.icon-gplus,
.icon-pinterest,
.icon-linkedin,
.icon-rss,
.icon-youtube {
	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;
}
.icon-twitter:before {
	content: "\e000";
}
.icon-facebook:before {
	content: "\e001";
}
.icon-gplus:before {
	content: "\e002";
}
.icon-pinterest:before {
	content: "\e003";
}
.icon-linkedin:before {
	content: "\e004";
}
.icon-rss:before {
	content: "\e005";
}
.icon-youtube:before {
	content: "\e006";
}
.ico-square .icon-twitter:before {
	content: "\e007";
}
.ico-square .icon-facebook:before {
	content: "\e008";
}
.ico-square .icon-gplus:before {
	content: "\e009";
}
.ico-square .icon-pinterest:before {
	content: "\e00a";
}
.ico-square .icon-linkedin:before {
	content: "\e00b";
}
.ico-square .icon-rss:before {
	content: "\e00c";
}
.ico-square .icon-youtube:before {
	content: "\e00d";
}
.ico-circle .icon-twitter:before {
	content: "\e00e";
}
.ico-circle .icon-facebook:before {
	content: "\e00f";
}
.ico-circle .icon-gplus:before {
	content: "\e010";
}
.ico-circle .icon-pinterest:before {
	content: "\e011";
}
.ico-circle .icon-linkedin:before {
	content: "\e012";
}
.ico-circle .icon-rss:before {
	content: "\e013";
}
.ico-circle .icon-youtube:before {
	content: "\e014";
}
.ico-rounded .icon-twitter:before {
	content: "\e015";
}
.ico-rounded .icon-facebook:before {
	content: "\e016";
}
.ico-rounded .icon-gplus:before {
	content: "\e017";
}
.ico-rounded .icon-pinterest:before {
	content: "\e018";
}
.ico-rounded .icon-linkedin:before {
	content: "\e019";
}
.ico-rounded .icon-rss:before {
	content: "\e01a";
}
.ico-rounded .icon-youtube:before {
	content: "\e01b";
}
.ico-simple .icon-twitter:before {
	content: "\e01c";
}
.ico-simple .icon-facebook:before {
	content: "\e01d";
}
.ico-simple .icon-gplus:before {
	content: "\e01e";
}
.ico-simple .icon-pinterest:before {
	content: "\e01f";
}
.ico-simple .icon-linkedin:before {
	content: "\e020";
}
.ico-simple .icon-rss:before {
	content: "\e021";
}
.ico-simple .icon-youtube:before {
	content: "\e022";
}
