.scrollWrap, #center{
	top: 0;
	padding-top: 0;
}



a {
	text-decoration: none;
}

.footerWrap {
/*	top: 500px;*/
/*	top: 600px;*/
	top: 150px;
}

#center{
	top: 60px;
}

.headerImgWrap.top {
	position: fixed;
	top: 0;
	float: left;
	width: 100%;
	z-index: 1;
}

.viewProp {
	color: rgb(29,67,113);
	text-transform:uppercase;
	font-size: 12px;
	text-decoration: none;
	border: none;
	font-weight: 500;
}

.arrow {
	font-size: 16px;
	font-weight: 600;
}

.sectionWrap {
	background: #fff;
}

.section h2.title, h2.sectionTitle {
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}

h2.sectionTitle {
	margin: 0 auto;
	width: 760px;
    color: rgb(75,75,75);
    font-size: 20px;
    /*font-family: "Oswald", arial, sans-serif;*/
    border-bottom: 1px solid #eee;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    margin: 0px 0 30px 0;
    padding: 0 0 0px 0;
    font-weight: 400;
}

.section h2 {
	font-size: 18px;
color: rgb(75,75,75);
border: none;
padding: 0;
margin: 0;
text-decoration: none !important;
}

.sectionWrap.thumbnails {
	margin-top: 80px;
}

.sectionWrap.listview, .sectionWrap.elevation {
	margin-top: 140px;
}


.sectionBlock img.propImg {
	margin: 0px 0 5px 0px;
	width: 230px;
	height: 230px;
	object-fit: cover;
	object-position: center;
}
@media only screen and (max-width : 1150px) {
	.sectionBlock img.propImg {
		width: 100%;
		height: auto;
	}
}
.sectionText {
	width: 70%;
}

.propertyBlock {
	float: left;
	width: 230px;
	margin: 0 20px 40px 0;
}

/*.propertyBlock.third {
	margin-right: 0;
}*/
.propertyBlock:nth-of-type(3n+3) {
	margin-right: 0;
}

@media only screen and (max-width : 1150px) {
	.propertyBlock:nth-of-type(3n+3) {
		margin-right: unset;
	}
}
@media only screen and (max-width: 767px) {
	.propertyBlock:nth-of-type(3n+3) {
		margin-right: 2%;
	}	
}

.propertyList {
	float:left;
	width: 32%;
	padding-bottom: 30px;
}

.sliderWrap {
    margin-bottom: 30px;
    position: relative;
    width: 860px;
    padding: 10px 10px 0px 100px;
/*    margin: 0 auto;*/
	margin: 0 auto 186px auto;
    text-align: center;  
    position: relative;
    z-index: 1;
    background: #fff;
}

.propertyElevation {
	float:left;
	width: 20%;
	margin-right: 3%;
	padding-bottom: 30px;
}

.propertyElevation h2{
	border-top: 1px solid #eee;
	float: left;
	width: 100%;
	padding-top: 5px;
}

.sectionBlock img.elevImg {
	width: 167px;
	height: auto;
	padding-bottom: 20px;
}

.sqft {
	border-top: 1px solid #eee;
	padding-top: 5px;
	margin-top: 20px;
	padding-bottom: 30px;
	float: left;
	width: 100%;
}

.sqft p{
	font-size: 16px;
	padding: 0;
	margin: 0 0 5px 0;
}


.bx-controls {
	position: relative;
	top: -300px;
	z-index: 999;
}

a.bx-next{
	float: right;
	position: relative;
	top: -58px;
	right: -60px;
	display: block;
	height: 52px;
	width: 27px;
	margin: 0px 0 0 0;
	text-indent: -999999px;
	background: url('/static/img/base/right.jpg') no-repeat 0 0;
	z-index: 9999;
	opacity:1;
}

a.bx-next:hover {
	/*background-position: 0 -48px;*/
}

.bx-viewport {
	left: 0;
	display: inline-block;
}


a.bx-prev{
	position: relative;
	top: 0;
	left: -60px;
	display: block;
	height: 52px;
	width: 27px;
	margin: 0px 0 0 0;
	text-indent: -999999px;
	background: url('/static/img/base/left.jpg') no-repeat 0 0;
	z-index: 9999;
	opacity: 1;
}

a.bx-prev:hover {
/*	background-position: 0 -48px;*/
}

a.bx-next.disabled, a.bx-prev.disabled {
	background-position: 0 0;
	opacity: 0.2;
/*	display: none;*/
}

.sectionWrap.elevation {
	margin-bottom: -640px;
}