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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'font-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
	content: "\e60c";
}
.icon-googleplus:before {
	content: "\e600";
}
.icon-facebook:before {
	content: "\e601";
}
.icon-twitter2:before {
	content: "\e602";
}
.icon-twitter:before {
	content: "\e60d";
}
.icon-github:before {
	content: "\e605";
}
.icon-linkedin:before {
	content: "\e606";
}
