@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?joniee');
	src:url('fonts/icomoon.eot?#iefixjoniee') format('embedded-opentype'),
		url('fonts/icomoon.ttf?joniee') format('truetype'),
		url('fonts/icomoon.woff?joniee') format('woff'),
		url('fonts/icomoon.svg?joniee#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-home:before {
	content: "\e600";
}
.icon-truck:before {
	content: "\e6b0";
}
.icon-earth:before {
	content: "\e6ca";
}
.icon-play3:before {
	content: "\e71c";
}
.icon-pause2:before {
	content: "\e71d";
}
.icon-backward2:before {
	content: "\e71f";
}
.icon-forward3:before {
	content: "\e720";
}
