/** HOME FEATURED **/
.home-featured ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

.home-featured .featured {
	position: relative;
	display: inline-block;
	width: 33.3%;
	font-size: 13px;
	cursor: pointer;
	overflow: hidden;
}

.home-featured .featured img {
	z-index: 1;
}

.home-featured .overlay {
	display: none;
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
}

.home-featured .border {
	z-index: 4;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}

.home-featured .property-details {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 50%;
	padding: 10px;
	z-index: 3;
	font-weight: 300;
}

.home-featured .property-details .address {
	display: block;
	text-transform: uppercase;
	font-size: 1.5em;
}

.home-featured .property-details .town {
	display: block;
}

.home-featured .property-details .attributes {
	display: block;
	margin: 10px 0px;
}

.home-featured .property-details .price {
	display: block;
}

.home-featured .property-details .price .price-value {
	font-size: 1.3em;
}

.home-featured .overlay {
	background: rgba(20, 15, 16, 0.4);
}

.home-featured .border {
	border: 2px solid #FFFFFF;
}

.home-featured .property-details {
	color: #FFFFFF;
	border-left: 5px solid #FFF200;
	background: rgb(20, 15, 16);
	background: rgba(20, 15, 16, 0.8);
}

.lt-ie9 .home-featured .property-details {
	background: #140F10;
}

.home-featured .property-details .address,
.home-featured .property-details .price .price-value {
	color: #FFF200;
}



/** FEATURED MOBILE **/
.home-recent.home-featured-02 {
	display: none;
}



/** RECENT PROPERTIES **/
.home-recent {
	padding: 30px 0px;
	overflow: hidden;
	font-weight: 300;
}

.home-recent h2 {
	text-transform: uppercase;
	margin: 15px 0px 30px 0px;
	font-size: 3em;
	text-align: center;
	font-weight: 300;
}

.home-recent .recent-property {
	display: inline-block;
	vertical-align: top;
	width: 33%;
}

.home-recent .single-property {
	margin: 0px 10px;
	cursor: pointer;
}

.recent-property .recent-image {
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.recent-property .recent-text-wrapper {
	display: block;
	clear: both;
	margin: 10px;
}

.recent-property .recent-title {
	display: block;
	margin: 0px 0px 20px 0px;
}

.recent-property .recent-title .address {
	display: block;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: bold;
}

.recent-property .recent-title .townPostcode {
	display: block;
	font-size: 1.2em;
}

.recent-property .property-list-attributes {
	display: block;
	margin: 10px 0px 20px 0px;
}

.recent-property .recent-price {
	display: block;
}

.recent-property .recent-price .status {
	display: block;
}

.recent-property .recent-price .price {
	display: block;
}

.recent-property .recent-price .price-value {
	font-size: 1.6em;
	font-weight: bold;
}

.recent-property .recent-price .price-offers,
.recent-property .recent-price .price-period {
	font-size: ;
}

.home-recent {
	background: #FFFFFF;
}

.home-recent h2 {
	color: #140F10;
}

.home-recent .single-property:hover {
	background-color: #CCCCCC;
}

.recent-property .recent-text-wrapper {
	color: #140F10;
}

.recent-property .recent-title .address,
.recent-property .recent-price .price-value {
	color: #140F10;
}

.recent-property .recent-price .price-offers,
.recent-property .recent-price .price-period {
	color: #777777;
}



/** HOME CMS **/
.home-cms {
	padding: 60px 0px;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.lt-ie9 .home-cms {
	text-align: center;
	-ms-text-justify: ;
	text-justify: ;
}

.home-cms .cms-box {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 32%;
	text-align: left;
}

.home-cms .cms-box.cms-boxHalf {
	width: 48%;
}

.home-cms .cms-box a {
	display: block;
}

.home-cms .cms-box .cms-image {
	display: block;
	width: 100%;
}

.home-cms .cms-box .cms-image span {
	display: block;
	padding: 56.25% 0px 0px 0px;
}

.home-cms .cms-box .cms-text-wrapper {
	display: block;
	padding: 20px;
}

.home-cms .cms-box .cms-title {
	display: block;
	font-size: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.1em;
}

.home-cms .cms-box .cms-text {
	display: block;
	margin: 10px 0px;
	line-height: 1.6em;
	font-size: 1.2em;
}

.home-cms .cms-box .cms-more {
	display: block;
	font-size: 1.3em;
	font-weight: 700;
}

.home-cms .cms-advert {
	text-align: center;
}

.home-cms .cms-advert .title {
	display: block;
	width: 70%;
	font-size: 2.5em;
	margin: 20px auto 0px auto;
	text-align: center;
}

.home-cms .cms-advert .text {
	display: block;
	width: 70%;
	font-size: 2.5em;
	padding: 30px 20px 40px 20px;
	margin: 0px auto;
	text-align: center;
}

.home-cms .cms-advert .link {
	display: block;
	width: 150px;
	padding: 10px;
	margin: 0px auto 50px auto;
	font-size: 1.3em;
	text-transform: uppercase;
	text-align: center;
}

.home-cms .cms-fb-feed {
	overflow: hidden;
}

.home-cms {
	background: #FFFFFF url(backgrounds/cms-background.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.home-cms .cms-box {
	border: 3px solid #FFFFFF;
	background: #FFFFFF;
}

.home-cms .cms-box:hover {
	border: 3px solid #FFF200;
	background: #EFEFEF;
}

.home-cms .cms-box .cms-image {
	background-color: #343740;
}

.home-cms .cms-box .cms-text {
	color: #777777;
}

.home-cms .cms-box .cms-title {
	color: #343740;
}

.home-cms .cms-box .cms-more {
	color: #343740;
}

.home-cms .cms-box.cms-advert {
	background: #343740;
	color: #FFFFFF;
}

.home-cms .cms-advert {
	background-color: #343740 !important;
}

.home-cms .cms-advert .title {
	color: #FFF200;
}

.home-cms .cms-advert .text {
	background: url(icons/quote-yellow.png) no-repeat 10px 10px;
}

.home-cms .cms-advert .link {
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}

.home-cms .cms-advert:hover .link {
	border: 2px solid #FFF200;
	color: #FFF200;
}



/** HOME SERVICES **/
.home-services {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
	padding: 30px 0px;
}

.lt-ie9 .home-services {
	text-align: center;
	-ms-text-justify: ;
	text-justify: ;
}

.home-services h2 {
	text-transform: uppercase;
	margin: 15px 0px 30px 0px;
	padding: 0px 0px 15px 0px;
	font-size: 2em;
	text-align: center;
}

.lt-ie9 .home-services h2 {
	text-align: left;
}

.home-service-box {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 32%;
	text-align: left;
}

.home-service-box .hsb-padding {
	display: block;
	padding: 20px;
}

.home-service-box .title {
	display: block;
	text-transform: uppercase;
	font-size: 2.1em;
	line-height: 1.2em;
	font-weight: 300;
	text-align: center;
}

.home-service-box .text {
	display: block;
	margin: 30px 0px;
	font-size: 1.4em;
	line-height: 1.4em;
	text-transform: uppercase;
	text-align: center;
}

.home-service-box .more {
	display: block;
	font-size: 1.3em;
	font-weight: 700;
	padding: 10px;
	text-transform: uppercase;
	max-width: 210px;
	text-align: center;
	margin: 0px auto;
}

.home-services {
	background: #FFFFFF;
}

.home-services h2 {
	color: #FFFFFF;
	border-bottom: 1px solid #EFEFEF;
}

.home-service-box {
	color: #FFFFFF;
	background: #343841;
}

.home-service-box .title {
	color: #FFFFFF;
}

.home-service-box .text {
	color: #FFFFFF;
}

.home-service-box .more {
	color: #FFF200;
	border: 3px solid #FFF200;
}

.home-service-box:hover .more {
	color: #FFFFF;
	border: 3px solid #FFFFFF;
}



/** RESPSONSIVE **/
@media screen and (max-width:1080px) {
	.home-featured .property-details .address {
		font-size: 1.2em;
	}

	.home-featured .property-details .attributes {
		display: none;
	}

	.home-featured .property-details .price .price-value {
		font-size: 1.1em;
	}
}

@media screen and (max-width:960px) {
	.property-list-attributes .pla-icon {
		float: none;
		width: auto;
		clear: both;
	}

	.recent-property .recent-brief {
		display: none;
	}
}

@media screen and (max-width:930px) {
	.home-featured {
		display: none;
	}

	.home-featured .property-details {
		display: none;
	}

	.home-featured .property:hover .property-details {
		display: block;
	}

	.home-recent.home-featured-02 {
		display: block;
	}
}

@media screen and (max-width:760px) {
	.home-featured {
		display: none;
	}

	.home-recent .recent-property {
		display: block;
		width: 100%;
		clear: both;
		margin: 0px 0px 20px 0px;
	}

	.home-recent .single-property {
		margin: 0px 0px 0px 0px;
	}

	.recent-property .recent-image {
		float: left;
		width: 40%;
	}

	.recent-property .recent-text-wrapper {
		float: right;
		clear: none;
		width: 55%;
	}

	.property-list-attributes .pla-icon {
		float: left;
		width: 35%;
		clear: none;
	}

	.home-cms .cms-box {
		width: 48%;
	}

	.home-cms .cms-box.cms-advert {
		display: none;
	}

	.home-service-box {
		display: block;
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
}

@media screen and (max-width:580px) {
	.recent-property .property-list-attributes {
		display: none;
	}
}

@media screen and (max-width:480px) {
	.recent-property .recent-image {
		float: none;
		width: 100%;
	}

	.recent-property .recent-text-wrapper {
		float: none;
		clear: both;
		width: 100%;
	}

	.home-cms .cms-box,
	.home-cms .cms-box.cms-boxHalf {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
}