@font-face {
	font-family: 'icons';
	src:url('fonts/icons.eot?xv2gf5');
	src:url('fonts/icons.eot?xv2gf5#iefix') format('embedded-opentype'),
		url('fonts/icons.ttf?xv2gf5') format('truetype'),
		url('fonts/icons.woff?xv2gf5') format('woff'),
		url('fonts/icons.svg?xv2gf5#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-crop:before {
	content: "\e900";
}
.icon-enlarge:before {
	content: "\e901";
}
.icon-feed:before {
	content: "\e902";
}
.icon-heart:before {
	content: "\e903";
}
.icon-metadata:before {
	content: "\e904";
}
.icon-trash:before {
	content: "\e905";
}

