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

.firehalo-slider{
	width: 100%;
	min-height: 700px;
	margin: 0;
	padding: 15px 0;
	color: #fff;
	background: url(../images/firehalo_logo_trans.png) no-repeat 50% 50px;
	font-weight: 900;
	border-top: 1px solid rgba(255,255,255, 0.3);
}

.firehalo-item {
	list-style: none;
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	display: none;
}

.firehalo-is {
	color: rgba(255, 255, 255, 0.1);
	position: absolute;
	font-size: 90px;
	width: 100%;
	text-align: center;
	line-height: 90px;
}

.firehalo-is span {
	display: inline-block;
	margin: 0 10px 0 5px;
	text-align: center;
	padding: 0 6px;
	position: relative;
	border-radius: 2px;
}
.firehalo-is span:not(:last-child):after{
	content: '';
	height: 100px;
	width: 1px;
	top: -31px;
	background: rgba(255,255,255,0.2);
	position: absolute;
	right: -15px;
	-webkit-transform: rotate(6deg);
	-moz-transform: rotate(6deg);
	-o-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transform: rotate(6deg);
}

.firehalo-circle {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 70px auto 0px;
	position: relative;
	z-index: 50;
}


.firehalo-info-wrap{
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	top: 50px;
	left: 50px;

	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	background: url(../images/holebkg.jpg) no-repeat center center;
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2);

}

.firehalo-info{
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 50%;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
		
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

}

.firehalo-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.firehalo-info .firehalo-info-back {
	-webkit-transform: rotate3d(1,1,0,180deg);
	-moz-transform: rotate3d(1,1,0,180deg);
	-o-transform: rotate3d(1,1,0,180deg);
	-ms-transform: rotate3d(1,1,0,180deg);
	transform: rotate3d(1,1,0,180deg);
	box-shadow:	inset 0 0 1px rgba(0,0,0,0.3);
	background: #e73c0e ;
}

.firehalo-info-back p {
	display: block;
	font-size: 23px;
	color: rgba(255,255,255,0.9);
	font-weight: 300;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	margin: 67px 30px;
	padding: 15px 0;
	text-transform: uppercase;
}

.firehalo-info-back a {
	display: block;
	font-size: 23px;
	color: rgba(255,255,255,0.8);
	font-weight: 300;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	margin: 67px 30px;
	padding: 15px 0;
	text-transform: uppercase;
}



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

.firehalo-info-back a:active {
	text-shadow: 0 1px 1px rgba(255,255,255,0.4);
	color: #27587b;
}

.firehalo-circle:hover .firehalo-info-wrap {
	box-shadow: 
		0 0 0 0 rgba(255,255,255,0.8);
}

.firehalo-circle:hover .firehalo-info {
	-webkit-transform: rotate3d(1,1,0,-180deg);
	-moz-transform: rotate3d(1,1,0,-180deg);
	-o-transform: rotate3d(1,1,0,-180deg);
	-ms-transform: rotate3d(1,1,0,-180deg);
	transform: rotate3d(1,1,0,-180deg);
}

.firehalo-shadow {
	background: transparent url(../images/shadow.png) no-repeat center center;
	width: 300px;
	height: 16px;
	margin: -6px auto 20px auto;
	position: relative;
	z-index: 1;
}

.firehalo-title {
	height: 130px;
}

.firehalo-title h3 {
	font-weight: 100;
	font-family: 'Montserrat', 'Oswald';
	font-size: 14px;
	letter-spacing: 1px;
	width: 320px;
	padding: 50px 10px 20px;
	margin: 0 auto;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.firehalo-slider nav {
	width: 80px;
	height: 24px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -40px;
	z-index: 1000;
	top: 420px;
}

.firehalo-slider nav a {
	text-indent: -90000px;
	width: 40px;
	height: 24px;
	background: url(../images/arrows.png) no-repeat 120% 50%;
	background: rgba(255,255,255,0.1) url(../images/arrows.png) no-repeat 120% 50%;
	cursor: pointer;
	display: block;
	float: right;
	border-radius: 0 3px 3px 0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	border-left: 1px solid rgba(255,255,255,0.2);
	outline: none;
}
.firehalo-slider nav a:first-child{
	float: left;
	background-position: -20% 50%;
	border-radius: 3px 0 0 3px;
	border-left: none;
}

.firehalo-slider nav a:hover{
	background-color: rgba(255,255,255,0.15);
}

.firehalo-slider nav a:active{
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
}


/* Background images */
.firehalo-img-1 { background: #e73c0e; background-image: url(../images/1.png); }
.firehalo-img-2 { background: #e73c0e; background-image: url(../images/2.png); }
.firehalo-img-3 { background: #e73c0e; background-image: url(../images/3.png); }
.firehalo-img-4 { background: #e73c0e; background-image: url(../images/4.png); }
.firehalo-img-5 { background: #e73c0e; background-image: url(../images/5.png); }


@media screen and (max-width: 630px){
	.info { width: 100%;}
	.info h2 { font-size: 30px; }
	.info p { font-size: 24px; }
	.firehalo-is { font-size: 60px; } 
	.firehalo-is span:not(:last-child)::after { height: 60px; top: -12px; }
}

@media screen and (max-width: 630px){
	.container > header { padding: 10px; }
	.firehalo-is { font-size: 40px; } 
	.firehalo-is span:not(:last-child)::after { height: 40px; top: 0px; }
}