@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?jmmait');
	src:url('fonts/icomoon.eot?#iefixjmmait') format('embedded-opentype'),
		url('fonts/icomoon.ttf?jmmait') format('truetype'),
		url('fonts/icomoon.woff?jmmait') format('woff'),
		url('fonts/icomoon.svg?jmmait#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-menu-2:before {
	content: "\6d";
}
.icon-slide-left:before {
	content: "\6c";
}
.icon-slide-right:before {
	content: "\72";
}
.icon-arrow-left:before {
	content: "\4c";
}
.icon-arrow-right:before {
	content: "\52";
}
.icon-search:before {
	content: "\73";
}
.icon-arrow-up:before {
	content: "\55";
}
.icon-arrow-down:before {
	content: "\44";
}
.icon-slide-up:before {
	content: "\75";
}
.icon-slide-down:before {
	content: "\64";
}
