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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	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: "\e900";
}
.icon-google-plus:before {
	content: "\e901";
}
.icon-twitter:before {
	content: "\e904";
}
.icon-skype:before {
	content: "\e902";
}
.icon-linkedin:before {
	content: "\e903";
}

