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

[class*="icon-rlogo"], [class*="icon-rlogo-alt"] {
	font-family: 'rlogo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: auto;

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

.icon-rlogo:before {
	content: "\e600";
}
.icon-rlogo-alt:before {
	content: "\e601";
}
