@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?wmlaz7');
	src:url('fonts/icomoon.eot?#iefixwmlaz7') format('embedded-opentype'),
		url('fonts/icomoon.ttf?wmlaz7') format('truetype'),
		url('fonts/icomoon.woff?wmlaz7') format('woff'),
		url('fonts/icomoon.svg?wmlaz7#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-search:before {
	content: "\f002";
}
.icon-close:before {
	content: "\f00d";
}
.icon-pencil:before {
	content: "\f040";
}
.icon-bars:before {
	content: "\f0c9";
}
.icon-caret-down:before {
	content: "\f0d7";
}
.icon-caret-up:before {
	content: "\f0d8";
}
.icon-caret-right:before {
	content: "\f0da";
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    @font-face {
        font-family: 'icomoon';
        src: url('fonts/icomoon.svg?wmlaz7#icomoon') format('svg');
        font-weight: normal;
        font-style: normal;
    }
}