
.search-form { padding-top:2em; padding-bottom:2em; }

.map-header { 
	background: #fa2f34; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZhMmYzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNTA4MTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fa2f34 1%, #b50811 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fa2f34), color-stop(100%,#b50811)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fa2f34 1%,#b50811 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fa2f34 1%,#b50811 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fa2f34 1%,#b50811 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fa2f34 1%,#b50811 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f34', endColorstr='#b50811',GradientType=0 ); /* IE6-8 */
	color:#FFFFFF;
}
.map-header				{ padding:10px 0px;  }
.map-header .btn		{ display:inline-block; padding:5px 10px; text-transform:uppercase; margin:0px 0px 0px 20px; }

.view-draw .search-form-wrapper { display:none; }

.search-page ul.property-list				{ list-style:none; margin:0px; padding:0px; }

.search-header { margin-top:20px; }
.search-header h1 			{ font-size:26px; margin:0 0 20px 0; font-weight:normal; float:left; width:66.66666667%; text-transform:uppercase; }
.search-header h1 span 		{ font-size:20px; display:block; text-transform:none; }

.search-header h1		{ color:#B50811; }
.search-header h1 span		{ color:#232323; }

.search-header .sort-wrapper							{ float:right; width:33.33333333%; text-align:right; margin-top:10px; }
.search-header .sort-wrapper .styledd { padding:2px; }
.search-header .sort-wrapper .search-form-ctrl			{ display:inline-block; vertical-align:top; float:right; }
.search-header .sort-wrapper .search-form-ctrl-lbl		{ display:none; }
.search-header .sort-wrapper.is-savable .search-form-ctrl-lbl { display:none; }
.search-header .sort-wrapper.is-savable .save-search,
.search-header .sort-wrapper.is-savable .search-saves-status { float:right; margin-right:5px; }
.search-header .sort-wrapper.is-savable .save-search { font-size:12px; }

.search-header-noresults { margin:20px auto; }
.search-header-noresults h1 { float:none; width:auto; }

.search-results { margin:10px 0; clear:both; }

/** PAGINATION **/
.search-page-pagination { clear:both; }
.search-page-pagination .pagination-wrapper				{ padding:10px; text-transform:uppercase; font-size:1.3em; }
.search-page-pagination .paging-prev,
.search-page-pagination .paging-next					{ display:inline-block; float:left; width:auto; }
.search-page-pagination ul								{ float:left; display:inline-block; padding:0; margin:0; }
.search-page-pagination ul li							{ margin:0px; display:inline-block; float:left; }
.search-page-pagination .paging-prev,
.search-page-pagination .paging-next,
.search-page-pagination ul li span,
.search-page-pagination ul li a							{ display:inline-block; padding:5px 10px; text-decoration:none; }
.search-page-pagination .paging-prev,
.search-page-pagination .paging-next					{ margin:0px 0px 0px 5px; text-decoration:none; }
.search-page-pagination ul li.paging-numbers-separator	{ padding:5px 5px; }
.search-page-pagination .prevNext						{ float:right; }

.search-page-pagination				{ background:#F9F9F9; }
.search-page-pagination a								{ color:#777777; }
.search-page-pagination a:hover { color:#c00f15; }
.search-page-pagination .paging-numbers-current			{ background-color:#c00f15; color:#FFF; }
.search-page-pagination .paging-prev,
.search-page-pagination .paging-next					{ color:#777777; }
.search-page-pagination .paging-prev:hover,
.search-page-pagination .paging-next:hover				{ color:#c00f15; }


@media screen and (max-width:768px){
	
	.search-header h1									{ font-size:1.8em; width:58.33333333%; }
	.search-header h1 span								{ font-size:0.7em; }
	.search-header .sort-wrapper { width:41.66666667% }
}

@media screen and (max-width:400px){
	
	.search-header 										{ text-align:center; }
	.search-header h1									{ font-size:1.8em; width:auto; float:none; }
	.search-header h1 span								{ display:block; font-size:0.7em; }
	.search-header .sort-wrapper						{ display:block; float:none; clear:both; width:auto; text-align:center; }
	.search-header .sort-wrapper .search-form-ctrl		{ display:block; width:100%; margin:10px 0px 0px 0px; }
	.search-header .sort-wrapper .styledd				{ display:block; width:auto; }
	.search-header .sort-wrapper.is-savable .save-search,
	.search-header .sort-wrapper.is-savable .search-saves-status, 
	.search-header .sort-wrapper.is-savable .search-form-ctrl { width:auto; float:none; }
	
	.search-page-pagination					{ text-align:center; }
	.search-page-pagination .pages			{ display:none; }
	.search-page-pagination .prevNext		{ float:none; margin:0px auto; max-width:350px; }
	.search-page-pagination .paging-prev,
	.search-page-pagination .paging-next	{ float:none; }

}

/*************************************************************/

.list-item {
	margin-bottom:15px;
	font-size:14px;
	padding:10px;
	border:3px solid #EEEEEE;
	background-color:#f6f6f6;
}

.list-item:hover {
	border-color:#FBE52A;
}

.list-item:last-child {
	margin-bottom:0;
}

.list-item-image {
	position:relative;
	float:left;
}

.list-item-image:after {
	position:absolute;
	top:10px;
	right:0;
	padding:0.5em 0.7em;
	background-color:#FBE52A;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	font-size:0.8em;
}

.list-item-image div {
	max-height:300px;
}

.list-item-image a {
	display:block;
}

.list-item-image div img {
    max-width:100%;
    height:auto;
    display:block;
}

.list-item-status-forSale .list-item-image:after 	{ content:"For Sale"; display:none; }
.list-item-status-underOffer .list-item-image:after { content:"Under Offer"; display:none; }
.list-item-status-saleAgreed .list-item-image:after { content:"Sale Agreed"; }
.list-item-status-sold .list-item-image:after 		{ content:"Sold"; }
.list-item-status-toLet .list-item-image:after 		{ content:"To Let"; display:none; }
.list-item-status-letAgreed .list-item-image:after 	{ content:"Let Agreed"; }
.list-item-status-let .list-item-image:after 		{ content:"Let"; }

.list-item .list-item-details {
    float:left;
    padding-left:10px;
	height:auto !important;
}

.list-item .list-item-details .row:first-child div {
	padding-left:0;
}

.list-item .addr {
	font-size:24px;
	line-height:24px;
    text-decoration:none;
    color:#575455;
}

.list-item .addr .addr-lines .addr-line1 {
	display:block;
	color:#B50811;
	text-transform:uppercase;
}

.list-item .addr .addr-lines .addr-line2,
.list-item .addr .addr-location {
	font-size:18px;
	color:#232323;
}

.list-item-attributes {
	padding:0px 0px 0px 15px;
	margin:15px 0 !important;
	list-style:initial;
	display:block;
}

/*.list-item-attributes li {
	display:inline-block;
	padding-right:0.5em;
}*/

.list-item-price,
.list-item-link {
	padding-left:0;
	padding-right:0;
	width:50%;
	float:left;
}

.list-item-price .price {
	font-size:14px;
	color:#232323;
}

.list-item-price .price .price-value  {
	font-size:24px;
	color:#B50811;
}

.list-item-status-saleAgreed .price .price-status,
.list-item-status-sold .price .price-status,
.list-item-status-letAgreed .price .price-status,
.list-item-status-let .price .price-status {
	visibility:hidden;
    display:block;
} 

.list-item-link .btn {
	float:right;
	min-width:100px;
	background-color:#e9242b;
	color:#FFF;
}

.list-item-link .btn:hover {
	background-color:#e9242b;
	color:#FFF;
}

@media screen and (max-width:600px)  {
	
	.list-item-price, 
	.list-item-link {
		float:none;
		width:auto;
	}
	
	.list-item-link .btn {
		float:none;
		margin-top:10px;
	}
	
}

@media screen and (max-width:767px)  {
	
	.list-item .list-item-image {
		margin-bottom:15px;
		float:none !important;
	}
	
	.list-item .list-item-details {
		height:auto !important;
		float:none !important;
	}
	
	.list-item .list-item-details .row:first-child div {
	    padding-left:15px;
	}
	
}

@media screen and (min-width:768px) {
	.list-item {
		margin-bottom:10px;
	}
	
	.list-item .list-item-image {
	    width:30%;
	    float:left;
	    min-height: 1px;
    	padding-right:10px;
	}
	
	.list-item .list-item-details {
	    width:60%;
	    float:left;
	    min-height: 1px;
    	padding-left:10px;
	}
	
/**	.list-item-link {
		margin-top:15px;
	}**/
	
	.list-item-price .price .price-offers {
		display:inline-block;
	}

}

