/*
Font-icons_stgau, v. 1.0.0, 12.11.2015
*/
@font-face {
	font-family: 'font-icons_stgau';
	src:url('../fonts/font-icons_stgau.eot?gj4yc2');
	src:url('../fonts/font-icons_stgau.eot?gj4yc2#iefix') format('embedded-opentype'),
		url('../fonts/font-icons_stgau.ttf?gj4yc2') format('truetype'),
		url('../fonts/font-icons_stgau.woff?gj4yc2') format('woff'),
		url('../fonts/font-icons_stgau.svg?gj4yc2#font-icons_stgau') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'font-icons_stgau';
	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-bell:before {
	content: "\e900";
}
.icon-graduation:before {
	content: "\e901";
}
.icon-open-book:before {
	content: "\e902";
}
.icon-suitcase:before {
	content: "\e903";
}

