@font-face {
	font-family: 'bustype';
	src:url('bustype.ttf?ffrt1b') format('truetype');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'bustype';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 90px;

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

.icon-bus:before {
	content: "\31";
}
.icon-bus_lfv:before {
	content: "\32";
}
.icon-bus_dis:before {
	content: "\33";
}
.icon-bus_hyb:before {
	content: "\34";
}
.icon-bus_lfv2:before {
	content: "\35";
}
