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

.icon-gym,
.icon-washing-machine,
.icon-temperature-mid,
.icon-bunk-bed {
	font-family: 'icomoon';
	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-gym:before {
	content: "\e603";
}
.icon-washing-machine:before {
	content: "\e600";
}
.icon-temperature-mid:before {
	content: "\e601";
}
.icon-bunk-bed:before {
	content: "\e602";
}





