@font-face {
	font-family: 'icomoon';
	src:url('icomoon.eot?9pipf8');
	src:url('icomoon.eot?#iefix9pipf8') format('embedded-opentype'),
		url('icomoon.ttf?9pipf8') format('truetype'),
		url('icomoon.woff?9pipf8') format('woff'),
		url('icomoon.svg?9pipf8#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_arrow_up:before {
	content: "\e600";
}
.icon_arrow_down:before {
	content: "\e601";
}
.icon_arrow_left:before {
	content: "\e602";
}
.icon_arrow_right:before {
	content: "\e603";
}
.icon_close:before {
	content: "\e604";
}
.icon_arrow_menu_down:before {
	content: "\e605";
}
.icon_arrow_menu_right:before {
	content: "\e606";
}
.icon_calendar:before {
	content: "\e607";
}
.icon_hamburger:before {
	content: "\e608";
}
