
/* !-- Icomoon -- */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg?#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-close:before {
	content: "\58";
}
.icon-menu-mobile:before {
	content: "\6d";
}
.icon-arrow-down-light:before {
	content: "\64";
}
.icon-arrow-up-light:before {
	content: "\75";
}
.icon-arrow-left-light:before {
	content: "\28";
}
.icon-arrow-right-light:before {
	content: "\29";
}
.icon-arrow-down:before {
	content: "\44";
}
.icon-arrow-up:before {
	content: "\55";
}
.icon-arrow-left:before {
	content: "\3c";
}
.icon-arrow-right:before {
	content: "\3e";
}
