#maintenance{
	background: url(../../uploads/images/maintenance/bg-cover.jpg) fixed center center;
	
}
#maintenance h1{margin: 20px 0;}
#contactModal{
	background: rgba(233,100,37,0.5);
}
#contactModal .modal-content{
	background: #ffffff;
	color: #e96439;
	border: 1px dashed #e96439;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
@media (max-width:768px){
#maintenance{
	margin-top:5%;
}

}
@media (min-width:768px){
#maintenance{
margin-top:20%;
	padding:13px;
}
}