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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'mdb-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-print:before {
	content: "\e604";
}
.icon-home:before {
	content: "\e607";
}
.icon-file-pdf:before {
	content: "\e605";
}
.icon-reorder:before {
	content: "\e606";
}
.icon-long-arrow-down:before {
	content: "\e603";
}
.icon-long-arrow-up:before {
	content: "\e602";
}
.icon-long-arrow-left:before {
	content: "\e601";
}
.icon-long-arrow-right:before {
	content: "\e600";
}
