@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'firehaloicons';
	src:url('../css/fonts/icomoon.eot?pkho67');
	src:url('../css/fonts/icomoon.eot?#iefixpkho67') format('embedded-opentype'),
		url('../css/fonts/icomoon.woff?pkho67') format('woff'),
		url('../css/fonts/icomoon.ttf?pkho67') format('truetype'),
		url('../css/fonts/icomoon.svg?pkho67#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Lato', Arial, sans-serif;
	color: #fff;
	background: #e73C0e;
}

/* Header Style */
.firehalo-top {
	line-height: 24px;
	font-family: 'Lato', Arial-narrow, Calibri, sans-serif;
	font-size: 11px;
	background: rgba(250,250,250,0.6);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.3);
}

.firehalo-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: rgba(231,60,14,1);
	display: inline-block;
	text-decoration: none;
}

.firehalo-top a:hover {
	color: rgba(231,60,14,1);
}

.firehalo-top span.right {
	float: right;
}

.firehalo-top span.right a {
	float: left;
	display: block;
}


/* To Navigation Style 
.firehalo-top {
	position: relative;
	text-transform: uppercase;
	margin: 0 10%;
	font-size: 0.69em;
	line-height: 2.2;
	z-index: 300;
	font-weight: 700;
}

.firehalo-top * {
	-webkit-backface-visibility: hidden;
}

.firehalo-top a {
	text-decoration: none;
	padding: 0 10px;
	letter-spacing: 0.1em;
	color: rgba(0,0,0,0.4);
	display: inline-block;
}

.firehalo-top a:hover {
	color: #fff;
}

.firehalo-top span.right {
	float: right;
}

.firehalo-top span.right a {
	float: left;
	display: block;
}
*/

.firehalo-icon:before {
	font-family: 'firehaloicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}


.icon-back:before {
	content: "\e600";
}
.icon-arrow-left:before {
	content: "\e601";
}
.icon-firehalo-icon:before {
	content: "\e602";
}
.icon-firehalo-logo:before {
	content: "\e603";
}
.icon-firehalo-solid:before {
	content: "\e604";
}

@media screen and (max-width: 25em) {
	.firehalo-icon span {
		display: none;
	}

}