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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'rhinos';
	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-phone:before {
	content: "\e900";
}
.icon-home:before {
	content: "\e807";
}
.icon-user:before {
	content: "\e808";
}
.icon-menu:before {
	content: "\e809";
}
.icon-star-empty:before {
	content: "\e80a";
}
.icon-star-half:before {
	content: "\e80b";
}
.icon-star-full:before {
	content: "\e80c";
}
.icon-plus:before {
	content: "\e80d";
}
.icon-cross:before {
	content: "\e80e";
}
.icon-arrow-right:before {
	content: "\e80f";
}
.icon-document:before {
	content: "\e800";
}
.icon-hat:before {
	content: "\e806";
}

