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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	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-twitter:before {
	content: "\f099";
}
.icon-facebook:before {
	content: "\e603";
}
.icon-profile:before {
	content: "\e602";
}
.icon-resume:before {
	content: "\e600";
}
.icon-contact:before {
	content: "\e601";
}
.icon-stackoverflow:before {
	content: "\e608";
}
.icon-portfolio:before {
	content: "\f0b1";
}
.icon-quora:before {
	content: "\e604";
}
.icon-linkedin:before {
	content: "\e605";
}
.icon-github:before {
	content: "\e606";
}
