/** HOME SEARCH **/
.home-wrapper .search-banner {
	padding: 40px 0px;
}

/* .home-wrapper .search-banner .search-form-buttons {
	min-height:46px;
}
.home-wrapper .search-banner .search-form-buttons .btn {
	width:48%;
}
.home-wrapper .search-banner .btn-rent {
	display:none;
} */



/** IMAGE GRID **/
.ImageGrid {
	margin: 0px;
	font-size: 0px;
}

.ImageGrid-image {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
}

.ImageGrid img {
	width: 100%;
	max-width: 840px;
	height: auto;
}

@media screen and (max-width:680px) {
	.ImageGrid-image {
		width: 50%;
	}
}



/** WELCOME **/
.home-welcome {
	padding: 80px 0px;
	text-align: center;
	text-transform: uppercase;
}

.home-welcome h2 {
	font-weight: 600;
	font-size: 2.8em;
}

.home-welcome h2 span {
	display: block;
	font-weight: 300;
	font-size: 0.8em;
}

.home-welcome p {
	margin: 40px 0px;
	font-size: 1.4em;
}

.home-welcome .btn {
	font-size: 1.5em;
}



/** RECENT **/
.home-recent {
	padding: 80px 0px;
	text-transform: uppercase;
}

.home-recent h2 {
	font-weight: 600;
	font-size: 2.8em;
	text-align: center;
}

.home-recent ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

.home-recent li {
	display: inline-block;
	width: 25%;
	margin: 20px 0px;
	vertical-align: top;
	font-size: 12px;
}

.home-recent .image {
	position: relative;
}

.home-recent .image .status-wrapper {
	position: absolute;
	display: inline-block;
	padding: 10px;
	text-transform: uppercase;
	left: 0;
	bottom: 0;
}

.home-recent .status-forSale .status-wrapper,
.home-recent .status-toLet .status-wrapper {
	display: none;
}

.home-recent .image,
.home-recent .detail-wrapper,
.home-recent .attributes {
	margin: 0px 5px;
}

.home-recent .padding {
	padding: 10px;
}

.home-recent .details,
.home-recent .price-wrapper {
	display: inline-block;
	vertical-align: top;
}

.home-recent .details {
	width: 70%;
	font-size: 1.1em;
}

.home-recent .details .addr-line2,
.home-recent .details .addr-postcode {
	display: none;
}

.home-recent .price-wrapper {
	width: 30%;
	font-size: 1.4em;
	font-weight: 600;
}

.home-recent .price-wrapper .price-to,
.home-recent .price-wrapper .price-min,
.home-recent .price-wrapper .price-max {
	font-size: 0.8em;
}

.home-recent .price-wrapper .price-status,
.home-recent .price-wrapper .price-offers,
.home-recent .price-wrapper .price-period,
.home-recent .price-wrapper .price-from {
	display: none;
}

.home-recent .attributes {
	font-size: 0.9em;
	text-transform: none;
}

.home-recent .attributes .attr {
	display: inline-block;
	vertical-align: middle;
}

.home-recent .attributes .attr .icon {
	float: left;
	width: 15px;
}

.home-recent .attributes .attr .icon img {
	width: 100%;
	max-width: 40px;
	max-height: 40px;
}

.home-recent .attributes .attr.attr-style,
.home-recent .attributes .attr.attr-beds {
	margin: 0px 5px 0px 0px;
}

.home-recent .attributes .attr .text {
	display: block;
	margin: 0px 0px 0px 20px;
}

.home-recent {
	background: #F5F5F5;
}

.home-recent .image .status-wrapper {
	background: #8DCDEF;
	color: #FFFFFF;
}

.home-recent .detail-wrapper {
	background: #272E3E;
}

.home-recent .details {
	background: #272E3E;
	color: #CFDD2E;
}

.status-saleAgreed .details,
.status-sold .details,
.status-letAgreed .details,
.status-let .details {
	color: #8DCDEF;
}

.home-recent .price-wrapper {
	background: #CFDD2E;
	color: #272E3E;
}

.home-recent .attributes {
	background: #CFDD2E;
	color: #272E3E;
	border-top: 3px solid #F5F5F5;
}

.status-saleAgreed .price-wrapper,
.status-sold .price-wrapper,
.status-letAgreed .price-wrapper,
.status-let .price-wrapper,
.status-saleAgreed .attributes,
.status-sold .attributes,
.status-letAgreed .attributes,
.status-let .attributes {
	background: #8DCDEF;
}





/** SERVICES **/
.home-services {
	background-color: #EFEFEF;
	padding: 80px 0px;
	text-align: center;
}

.home-services h2 {
	font-weight: 600;
	font-size: 2.8em;
	text-transform: uppercase;
	margin: 0px;
}

.home-services ul {
	list-style: none;
	margin: 20px 0px;
	padding: 0px;
	font-size: 1.6em;
	text-transform: uppercase;
}

.home-services ul li {
	display: inline-block;
	vertical-align: middle;
}

.home-services ul li:before {
	content: '\2022';
	padding: 0px 10px;
}

.home-services ul li:first-child:before {
	display: none;
}

.home-services .hs-box {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin: 5px;
	text-align: left;
	cursor: pointer;
}

.home-services .hs-box .title {
	display: block;
	padding: 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.3em;
}

.home-services .hs-box .text {
	display: block;
	padding: 15px;
	font-size: 1.1em;
	line-height: 1.5em;
}

.home-services .hs-box .btn {
	display: inline-block;
	margin: 15px;
	font-size: 1.1em;
}

.home-services .hs-box {
	background: #272E3E;
	color: #FFFFFF;
}

.home-services .hs-box:hover {
	background: #141A29;
	color: #FFFFFF;
}

.home-services .hs-box .title {
	color: #272E3E;
}

.home-services .hs-box-green .title {
	background: #CFDD2E;
}

.home-services .hs-box-green:hover .title {
	background: #E7F35B;
}

.home-services .hs-box-blue .title {
	background: #8DCDEF;
}

.home-services .hs-box-blue:hover .title {
	background: #BEE6FC;
}



/** SOCIAL FEEDS **/
.social-feeds {
	padding: 80px 0px;
	background: #272E3E url(backgrounds/social-bg-03.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.social-feeds h2 {
	display: block;
	max-width: 400px;
	font-weight: 600;
	font-size: 2.3em;
	text-align: center;
	text-transform: uppercase;
	margin: 0px auto 40px auto;
	padding: 0px 0px 20px 0px;
	border-bottom: 3px solid #CFDD2E;
	color: #FFFFFF;
}

.social-feeds .social-feeds-col {
	width: 48%;
}

.social-feeds .social-left {
	float: left;
}

.social-feeds .social-left iframe {
	width: 100% !important;
}

.social-feeds .social-right {
	float: right;
}

@media screen and (max-width:900px) {
	.social-feeds .social-feeds-col {
		width: 70%;
		text-align: center;
		margin: 0px auto;
	}

	.social-feeds .social-left,
	.social-feeds .social-right {
		float: none;
	}

	.social-feeds .social-right {
		margin-top: 20px;
	}
}



/** RESPSONSIVE **/
@media screen and (max-width:1280px) {
	.home-recent li {
		width: 50%;
	}
}

@media screen and (max-width:970px) {
	.home-recent .detail-wrapper {
		font-size: 0.9em;
	}
}

@media screen and (max-width:900px) {
	.home-services .hs-box {
		width: 47%;
	}
}

@media screen and (max-width:860px) {
	.home-services h2 {
		font-size: 2em;
	}
}

@media screen and (max-width:780px) {

	.home-welcome h2,
	.home-recent h2 {
		font-size: 2em;
	}

	.home-welcome p {
		font-size: 1.1em;
	}

	.home-welcome .btn {
		font-size: 1.3em;
	}
}

@media screen and (max-width:710px) {
	.home-recent li {
		width: 100%;
	}

	.home-recent .details {
		width: 70%;
	}

	.home-recent .price-wrapper {
		width: 30%;
	}
}

@media screen and (max-width:530px) {
	.home-services .hs-box {
		width: 100%;
		margin: 5px 0px;
	}
}

@media screen and (max-width:480px) {

	.home-welcome h2,
	.home-recent h2 {
		font-size: 1.5em;
	}

	.home-welcome p {
		font-size: 1em;
	}

	.home-welcome .btn {
		font-size: 1.1em;
	}

	.home-recent .details,
	.home-recent .price-wrapper {
		width: 100%;
		height: auto !important;
	}

	.home-recent .attributes {
		display: none;
	}

	.home-services h2 {
		font-size: 1.5em;
	}
}

@media screen and (max-width:400px) {
	.home-wrapper .search-banner {
		padding: 240px 0px 20px 0px;
	}
}