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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'test';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 18px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-resident:before {
	content: "\e601";
}
.icon-mixcloud:before {
	content: "\e602";
}
.icon-facebook:before {
	content: "\e600";
}
