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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'commute-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-bicycle:before {
	content: "\e600";
}
.icon-bicycle_2:before {
	content: "\e601";
}
.icon-bus:before {
	content: "\e603";
}
.icon-walk:before {
	content: "\e604";
}
.icon-car:before {
	content: "\e602";
}
