body {
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	overflow-x:hidden;
}
body, html{
	
}

section{
	position:relative;
	border-bottom:1px solid #ffffff;
	display:table;
	width:100%;
	text-align:center;
	overflow:hidden;
}
p{
	font-size:1.2em;
	font-weight:300;
}
.row{
	margin:0px;
}
.row-middle{
	display:table-cell;
	vertical-align:middle;
	position:relative;
}
#facade h1{
	font-weight: 700;
    font-size: 3em;
    color: #ffffff;
    text-shadow: -1px 1px #333333;
}
.txt{
	padding:150px 0px;
	background-color:#333333;
	color:#ffffff;
	text-align:center;
}
.txt h2{
	font-weight:300;
	margin-bottom:25px;
	font-size:3em;
	margin-top:0px;
}
#bedrooms1 img, #plan img, #map img, #gallery img, #bathrooms img{
	width:100%;
}
#gallery img{
	border:1px solid #efefef;
}
#gallery>.row>div{
	padding:0px;
	-webkit-transition: all .2s ease-out;
	  -moz-transition: all .2s ease-out;
	  -o-transition: all .2s ease-out;
	  transition: all .2s ease-out;
}
#gallery>.row>div:hover{
	opacity:0.6;
}
@media (max-width: 767px) {
	p{
		font-size:1em;
		font-weight:300;
	}
	#facade h1{
		font-size:2em;
	}
}



