body{
	background: url(https://cdn.thedesignpeople.net/aios-plugins/aios-under-construction/view/404-style-3/images/background.jpg) no-repeat center center #dde0e3;
	background-size: cover;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	min-height: 100%;
}
a,
a:hover{text-decoration: none !important}
.unavailable{
	font-weight: 300;
	font-size: 48px;
	line-height: 1.5em;
	color: #666666;
	letter-spacing: 3px;
	margin-top: 6%;
}
.unavailable strong{
	display: block;
	font-size: 82px;
	color: #009cbb;
	text-transform: uppercase;
}
.contact-info{
	margin: 10% 0 3%;
}
.contact-info span{
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 25px;
	color: #fb7c07;
	text-transform: uppercase;
}
.contact-info span a{
	font-weight: 300;
	color: #555555;
}
.contact-info span a em{
    font-size: 15px;
    margin-right: 10px;
}
.contact-info .separator{
	display: inline-block;
	font-weight: 300;
	color: #555555;
	margin: 0 10px;
	vertical-align: middle;
}
.agentimage-logo{margin-top: 10%;}
.ai-font-agentimage-logo{
	font-size: 58px;
	color: #FFF;
    text-shadow: 1px 1px 0px rgba(0,0,0,1);
}
.agentimage-smi{
	margin: 20px 0;
}
.agentimage-smi a{
	border-radius: 50%;
	display: inline-block;
	background: #009cbb;
	width: 35px;
	height: 35px;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	line-height: 37px;
	margin: 0 6px 0 0;
}
@media(max-width: 992px){
	.contact-info span{
		display: block;
		margin: 3px 0;
	}
	.contact-info span.separator{display: none;}
}