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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icons';
	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-cloud:before {
	content: "\e600";
}

.icon-star:before {
	content: "\e601";
}

.icon-trash:before {
	content: "\e602";
}

.icon-search:before {
	content: "\e603";
}

.icon-location:before {
	content: "\e604";
}

.icon-bubble:before {
	content: "\e605";
}

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

.icon-shop:before {
	content: "\e607";
}

.icon-world:before {
	content: "\e608";
}

