﻿.find-home-area .section-title {
	margin-top: 18px;
}
.find-homes {
	width: calc(100% - 70px);
	margin: auto;
}
.find-home-item {
	margin-bottom: 40px;
}
.find-home-item input {
	margin-bottom: 0;
	color: #FFF;
}
.call-to-bg {
	position: relative;
}
.call-to-bg:before, .call-to-bg:after {
	position: absolute;
	top: 0;
	height: 100%;
	content: "";
}
.call-to-bg:before {
	left: 0;
	width: 75%;
	margin-left: -100px;
	-webkit-transform: skewX(-45deg);
	transform: skewX(-45deg);
	background: #6a6a6a none repeat scroll 0 0;
}
.call-to-bg:after {
	z-index: -1;
	right: 0;
	width: 100%;
	height: 100%;
	background: #282e3e none repeat scroll 0 0;
}
@media (max-width: 1299px) {
.call-to-bg:before {
	left: 0;
	width: 100%;
	height: 100%;
	background: #6a6a6a none repeat scroll 0 0;
}
.call-to-bg:after {
	left: 0;
	width: 100%;
	height: 100%;
	background: #6a6a6a none repeat scroll 0 0;
}
.section-lg {
	padding-top: 55px;
	padding-bottom: 0px;
}
}
