/** 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: 12px;
	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: 400;
	font-size: 1.1em;
}

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

.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(255, 255, 255, 0.6);
}

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

.home-featured .property-details {
	color: #666666;
	border-left: 5px solid #4E3779;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
}

.lt-ie9 .home-featured .property-details {
	background: #15171F;
}

.home-featured .property-details .address {
	color: #4E3779;
}

.home-featured .property-details .price .price-value {
	color: #4E3779;
}



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

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

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

.home-recent .single-property {
	margin: 0px 10px;
	cursor: pointer;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}

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

.recent-property .recent-text-wrapper {
	display: block;
	clear: both;
	margin: 18px 10px 10px 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.5em;
	font-weight: 400;
	line-height: 1.2em;
}

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

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

.recent-property .recent-price .status {}

.recent-property .recent-price .price {
	display: block;
	font-size: 1.4em;
	font-weight: 400;
}

.recent-property .recent-price .price-offers {
	font-weight: 400;
	font-size: 0.7em;
}

.recent-property .recent-brief {
	display: block;
	clear: both;
	padding: 3px 0px 4px 0px;
	margin: 15px 0px 15px 0px;
	font-size: 1.1em;
	font-weight: 400;
	color: #666666;
}

.home-recent {
	background: #FFFFFF;
}

.home-recent h2 {
	color: #4E3779;
}

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

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

.recent-property .recent-title .address {
	color: #4E3779;
}

.recent-property .recent-price .price {
	color: #429A95;
}

.recent-property .recent-price .price-offers {
	color: #262626;
}




/** 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;
}

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

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

.home-cms .cms-box .cms-image {
	display: block;
	width: 100%;
	height: 200px;
	background-position: 50% 0%;
}

.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: 400;
	text-transform: uppercase;
}

.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: 300;
}

.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 {
	background: #FFFFFF url(backgrounds/cms-background.jpg) no-repeat 50% 50%;
	background-size: cover;
}

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

.home-cms .cms-box:hover {
	border: 1px solid #429A95;
	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: #4E3779;
}

.home-cms .cms-box .cms-more {
	color: #FFFFFF;
	background: #429A95;
	padding: 15px;
	width: 90%;
	text-align: center;
	text-transform: uppercase;
}

.home-cms .cms-box .cms-more:hover {
	color: #FFFFFF;
	background: #4E3779;
}

.home-cms .cms-box.cms-advert {
	background: #343740 url(logos/logo-150-76-yellow.png) no-repeat left 50% bottom 30px;
	color: #FFFFFF;
}

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

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

.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 #817249;
	color: #817249;
}



/** HOME SERVICES **/
.home-services {
	text-align: justify;
	padding: 60px 0px;
}

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

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

.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: 30px;
}

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

.home-service-box .text {
	display: block;
	margin: 30px 0px;
	font-size: 1.3em;
	line-height: 1.6em;
	text-transform: uppercase;
	text-align: center !important;
	font-weight: 300;
}

.home-service-box .more {
	display: inline-block;
	font-size: 1.3em;
	font-weight: 300;
	padding: 10px;
	text-align: center !important;
}

.lt-ie9 .home-services .title .lt-ie9 .home-services .text .lt-ie9 .home-services .more {
	text-align: center !important;
}

.home-service-box .services-image {
	max-width: 1000px;
	max-height: 625px;
}

.home-service-box .services-image {
	width: 100%;
}

.home-services {
	background: #FFFFFF;
}

.home-services h2 {
	color: #4E3779;
}

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

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

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

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

.home-service-box .more {
	color: #2a2867;
	background: #FFFFFF;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.2em;
	width: 92%;
	text-align: center;
}

.home-service-box:hover .more {
	color: #FFFFFF;
	background: #817249;
}

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

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

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

.home-service-box-gold .more {
	color: #2A2867;
	background: #FFFFFF;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.2em;
	width: 92%;
	text-align: center;
}

.home-service-box-gold:hover .more {
	color: #FFFFFF;
	background: #2A2867;
}



/** 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) {

	.recent-property .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;
	}

}

@media screen and (max-width:820px) {
	.home-service-box .title {
		font-size: 1.6em;
	}
}

@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%;
	}

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

	.home-cms .cms-box {
		width: 100%;
		margin: 0px 0px 20px 0px;
		height: auto !important;
	}

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

}

@media screen and (max-width:730px) {
	.home-service-box {
		display: block;
		width: 100%;
	}

	.home-service-box-gold {
		margin: 30px 0px;
	}

	.home-service-box .more {
		display: block;
		max-width: 190px;
		margin: 0px auto;
	}
}

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

	.recent-property .property-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 {
		float: none;
		display: block;
		width: 90%;
		margin: 0px auto 20px auto;
	}

}