body {
	margin:0px;
	height:100%;
	padding:0px;
	background:#f8f400;
	color:#000;
	font-family: 'Droid Sans', sans-serif;
	font-size:16px;

}
html {
	height:100%;
}

.wrap {
	max-width:1180px;
	padding:50px;
	margin:0 auto;
	text-align:center;	
	margin-top:2%;
	/*background-image: url("images/construction.png");
	background-position: bottom left;
	background-repeat:no-repeat;
	background-size:  100%;
	overflow:hidden;*/
	display:block;
}
.wrap img {
	max-width:35%;
	margin-bottom:50px;
	display:inline-block;
}
p { 
	text-align:center;
	line-height:28px;
	font-weight:300;
}
.wrap img.logo {
	clear:both;
	max-width:35%;
	    margin: 0 auto;	
		padding-bottom:50px;
	text-align:center;
	display:block;
}

h1 {
	font-size:30px;
	line-height:40px;
}
h2 {
	font-size:25px;
	line-height:40px;
}
.small-grey{
	font-size:14px;
	font-weight:lighter;
	color:#eeeef0;
}

.image{
	margin-bottom:-10px;	
}

.image img {
	width:100%;
	display:inline-block;
}

footer{

	background:#000;
	color:#fff;
	display:block;
}

.content-wrap{
	max-width:1180px;
	padding:50px;
	margin:0 auto;
}
.content-block{
	display:block;
	vertical-align:top;
	text-align:center;
}

.business .adr{
	font-size:16px;
	line-height:30px;
	margin-bottom:20px;	
}
.business img{
	width:200px;	
	margin:0 auto;
}

.business a{
	color:#fff;
	text-decoration:none;	
}

@media screen and (max-width : 597px ) {
	  
	.wrap img.logo{
	max-width:75%;
	padding:50px;
	
} 

}