@charset "utf-8";
/*///////////////////////////////////////////////////////////////////
CSS information
 file_name : icon.css
 style_info : Webicon Style
 IconGenerater : https://icomoon.io/app/#/select
///////////////////////////////////////////////////////////////////*/

/*===================================================================
	Icomoon
====================================================================*/
@font-face {
	font-family: 'icomoon';
	src:url('../font/icomoon.eot?-cqz5qs');
	src:url('../font/icomoon.eot?#iefix-cqz5qs') format('embedded-opentype'),
		url('../font/icomoon.ttf?-cqz5qs') format('truetype'),
		url('../font/icomoon.woff?-cqz5qs') format('woff'),
		url('../font/icomoon.svg?-cqz5qs#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-cross:before {
	content: "\e117";
}
.icon-menu:before {
	content: "\e120";
}
