@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?na6h2t');
	src:url('fonts/icomoon.eot?#iefixna6h2t') format('embedded-opentype'),
		url('fonts/icomoon.woff?na6h2t') format('woff'),
		url('fonts/icomoon.ttf?na6h2t') format('truetype'),
		url('fonts/icomoon.svg?na6h2t#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-expand:before {
	content: "\e600 ";
}
.icon-contract:before {
	content: "\e601 ";
}
.icon-search:before {
	content: "\e602 ";
	padding-right: 5px;
}
.icon-zoomin:before {
	content: "\e603 ";
	padding-right: 10px;
}
.icon-expand2:before {
	content: "\e604 ";
	padding-right: 10px;
}
