@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?q9t1g4');
	src:url('../fonts/icomoon.eot?#iefixq9t1g4') format('embedded-opentype'),
		url('../fonts/icomoon.woff2?q9t1g4') format('woff2'),
		url('../fonts/icomoon.woff?q9t1g4') format('woff'),
		url('../fonts/icomoon.ttf?q9t1g4') format('truetype'),
		url('../fonts/icomoon.svg?q9t1g4#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* smallplus and small */
@media only screen and (max-width:680px) {
	[class^="icon-"], [class*=" icon-"] {
		font-family: 'icomoon';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.icon-menu:before {
		content: "\e606";
	}
}