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

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icon', sans-serif !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-car:before {
	content: "\e900";
}
.icon-health:before {
	content: "\e901";
}
.icon-house:before {
	content: "\e902";
}
.icon-shop:before {
	content: "\e903";
}
.icon-graph:before {
	content: "\e904";
}
.icon-statistics:before {
	content: "\e905";
}
.icon-center:before {
	content: "\e906";
}