

/** NAVIGATION **/
.navigation-wrapper			{ background-color:#000000; }



/** SLIDER **/
.home-slider						{ display:block; padding:80px 0px 40px 0px; position:relative; }
.home-slider .jcarousel-wrapper 	{ margin:0px auto; position:relative; }
.home-slider .jcarousel				{ position:relative; overflow:hidden; width:100%; }
.home-slider .jcarousel ul 			{ position:relative; list-style:none; margin:0; padding:0; }
.home-slider .jcarousel li 			{ float:left; }
.jcarousel-control-prev,
.jcarousel-control-next 			{ position:absolute; padding:15px 20px; top:50%; margin-top:-8px; text-align:center; z-index:99; }
.jcarousel-control-prev 			{ left:15px; }
.jcarousel-control-next 			{ right:15px; }

.jcarousel-control-prev,
.jcarousel-control-next 			{ background:#E51837; color:#FFFFFF; }
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover 		{ background:#96081E; color:#FFFFFF; }



/** SEARCH FORM **/
.search-form .search-form-advanced-summary			{ color:#111111; }



/** 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; }
.home-featured .property-details .address				{ display:block; font-size:1.5em; font-weight:normal; }
.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; font-weight:normal; }

.home-featured .property-details 						{ color:#FFFFFF; }
.home-featured .overlay									{ background:rgba(0,0,0,0.4); }
.home-featured .border									{ border:2px solid #FFFFFF; }
.home-featured .property-details						{ border-left:8px solid #E3181F; background:rgb(0,0,0); background:rgba(0,0,0,0.8); }
.lt-ie9 .home-featured .property-details				{ background:#000; }
.lt-ie9 .home-featured .overlay							{ background:transparent; }
.home-featured .property-details .address,
.home-featured .property-details .price .price-value	{ color:#FFDB35; }



/** HOME SEARCH **/
.search-form-wrapper								{ padding:10px 0px; font-size:1.2em; }
.search-form-wrapper .htmldd-dual,
.search-form-wrapper .htmldd,
.search-form-wrapper .search-form-input				{ border:none; }



/** RECENT PROPERTIES **/
.home-recent										{ padding:30px 0px; overflow:hidden; }
.home-recent h2										{ text-transform:uppercase; margin:15px 0px 30px 0px; font-size:2.5em; text-align:center; }
.home-recent .recent-property						{ display:inline-block; vertical-align:top; width:33%; cursor:pointer; }
.home-recent .single-property						{ margin:0px 10px; }
.recent-property .recent-image						{ display:block; width:100%; overflow:hidden; text-align:center; position:relative; }
.recent-property .recent-text-wrapper				{ display:block; clear:both; margin:10px; }
.recent-property .recent-title						{ display:block; margin:0px 0px 20px 0px; height:56px; }
.recent-property .recent-title .address				{ display:block; font-size:1.4em; font-weight:normal; }
.recent-property .recent-title .townPostcode		{ display:block; font-size:1.1em; }
.recent-property .property-list-attributes			{ display:block; }
.property-list-attributes .pla-icon					{ float:left; display:block; padding:10px 0px 0px 45px; width:33%; vertical-align:top; font-size:0.9em; height:30px; }
.recent-property .recent-brief						{ display:block; clear:both; padding:15px 0px 15px 0px; margin:15px 0px 15px 0px; }
.recent-property .recent-price						{ display:block; }
.recent-property .recent-price .status				{ display:block; }
.recent-property .recent-price .price				{ display:block; font-size:1.4em; font-weight:normal; }

.home-recent										{ background:#FFFFFF; }
.home-recent h2										{ color:#E3181F; }
.home-recent .single-property						{ background-color:#FFFFFF; border:1px solid #CCCCCC; }
.home-recent .single-property:hover					{ background-color:#FFDB35; }
.recent-property .recent-text-wrapper				{ color:#333333; }
.recent-property .recent-title .address				{ color:#E3181F; }
.property-list-attributes .pla-icon					{ background-repeat:no-repeat; background-position:0% 0%; }
.property-list-attributes .style					{ background-image:url(icons/att-icon-style.png); }
.property-list-attributes .bedrooms					{ background-image:url(icons/att-icon-bedrooms.png); }
.property-list-attributes .bathrooms				{ background-image:url(icons/att-icon-bathrooms.png); }
.property-list-attributes .receptions				{ background-image:url(icons/att-icon-receptions.png); }
.recent-property .recent-price .price				{ color:#E3181F; }

.property-status-saleAgreed .recent-image:after { content:"Sale Agreed"; }
.property-status-sold .recent-image:after { content:"Sold"; }
.property-status-letAgreed .recent-image:after { content:"Let Agreed"; }
.property-status-let .recent-image:after { content:"Let"; }

.property-status-saleAgreed .recent-image:after,
.property-status-sold .recent-image:after,
.property-status-letAgreed .recent-image:after,
.property-status-let .recent-image:after {
	display:block;
	width:100px;
	background:#E3181F;
	color:#fff;
	position:absolute;
	top:28px;
	left:-36px;
	padding:0.6em 1.5em;
	font-weight:bold;
	-webkit-transform:rotate(310deg);
	-moz-transform:rotate(310deg);
	-ms-transform:rotate(310deg);
	-o-transform:rotate(310deg);
	transform:rotate(310deg);
	text-transform:uppercase;
}


/** 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:48%; text-align:left; }
.home-cms .cms-box a					{ display:block; }
.home-cms .cms-box .cms-image			{ display:block; width:100%; height:250px; }
.home-cms .cms-box .cms-text-wrapper	{ display:block; padding:20px; }
.home-cms .cms-box .cms-title			{ display:block; font-size:1.8em; font-weight:normal; text-transform:uppercase; }
.home-cms .cms-box .cms-text			{ display:block; margin:10px 0px; font-size:14px; }
.home-cms .cms-box .cms-more			{ display:block; font-size:1.3em; font-weight:normal; }

.home-cms								{ background:#FFFFFF url(backgrounds/landscape-blur.jpg) no-repeat 50% 50%; }
.home-cms .cms-box						{ border:1px solid #CCCCCC; background:#FFFFFF; }
.home-cms .cms-box:hover				{ border:1px solid #E51837; background:#EFEFEF; }
.home-cms .cms-box .cms-text			{ color:#777777; }
.home-cms .cms-box .cms-title,
.home-cms .cms-box .cms-more			{ color:#E51837; }



/** ADVERTS **/
.home-cms .cms-box .advert-hours			{ display:block; }
.home-cms .cms-box .advert-hours .title		{ display:block; text-align:center; text-transform:uppercase; font-weight:700; font-size:2.1em; padding:20px; }
.home-cms .cms-box .advert-hours .image		{ display:block; }
.home-cms .cms-box .advert-hours .image img	{ width:100%; max-width:525px; max-height:523px; }

.home-cms .cms-box.cms-advert				{ background:#093F2F url(adverts/light-fade-top.png) no-repeat 50% -50%; }
.home-cms .cms-box .advert-hours			{ background:transparent url(adverts/dark-fade.png) no-repeat 50% 50%; }
.home-cms .cms-box .advert-hours .title		{ color:#FFFFFF; }



/** 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; font-size:2.5em; 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 .image { position:relative; height:200px; }
.home-service-box .image img { display:block; }
.home-service-box .image .title { position:absolute; bottom:0; left:0; right:0; text-transform:uppercase; text-align:left; padding:0.2em 0px 0px 22px; font-size:1.6em; }
.home-service-box .hsb-padding	{ display:block; padding:25px; }
.home-service-box .text			{ display:block; margin:0 0px 30px 0px; font-size:1.1em; }
.home-service-box .more			{ display:block; font-size:1.4em; }

.home-services					{ background:#272727; }
.home-services h2				{ color:#FFFFFF; }
.home-service-box				{ color:#333333; border:1px solid #CCCCCC; background-color:#FFFFFF; }
.home-service-box:hover			{ border:1px solid #E3181F; }
.home-service-box .title 		{ color:#FFFFFF; background-color:#000; background-color:rgba(0, 0, 0, 0.5); }
.home-service-box .text  		{ color:#333333; }
.home-service-box .more			{ color:#E3181F; }



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

}

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

	.home-service-box .image .title { font-size:1.3em; }
}

@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:0.5em 0px 20px 0px; }
	.home-services { background:none; }
	.home-services h2 { color:#E3181F; }

}

@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						{ width:100%; }
	.home-cms .cms-box:first-child			{ margin-bottom:20px; }
}



