

/** LANDING PAGE **/
.user-section				{ display:block; padding:20px; margin:0px 30px 20px 0px; }
.user-section .title		{ display:block; font-size:1.4em; font-weight:300; text-transform:uppercase; }
.user-section .text			{ display:block; margin:10px 0px; }
.user-section				{ border:5px solid #EFEFEF; }
.user-section:hover			{ background:#EFEFEF; border:5px solid #DDDDDD; }
.user-section:hover .title	{ color:#2A2867; }
.user-section:hover .btn	{ background:#2A2867; color:#FFFFFF; border:2px solid #000000; }
.user-section .text			{ color:#333333; }
.user-text p strong			{ color:#4E3779; }

.static-wrapper .user-section-width			{ width:49%; display:inline-block; vertical-align:top; }
.static-wrapper .user-section-width .btn	{ float:right; }


/** BACK BUTTON **/
.user-back		{ margin:10px 0px 0px 0px; font-size:1.2em; }



/** SAVED SEARCHES AND EMAIL ALERTS **/
.savedsearch-page h1	{ display:none; }
.savedsearch-page-noresults { text-align:center;}

.property-list-photo img   { width:100%; max-width:800px; max-height:600px; }

/** SHORTLIST **/
.property-buttons { display:block; clear:both; margin:10px 0px 0px 0px; }
.remove-shortlist		{ padding:10px; border:none !important; }


/** RESPONSIVE **/
@media screen and (max-width:840px){
	.user-section			{ font-size:0.9em; }
	.user-section 			{ display:block; padding:10px; margin:0px 20px 20px 0px;}

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

	ul.property-list .property-list-details .address 	{ font-size:1em; line-height:1em; }
	.user-static-left		{ width:100% !important; }
	.user-static-right		{ width:100% !important; }
}

@media screen and (max-width:580px){
	
	.form .form-row-narrow 	{ width:100% }
		ul.property-list .property-list-details .address 	{ margin-top: 20px; }
		.static-wrapper .user-section-width			{ width:100%; }
		.static-wrapper .user-section-width .btn	{ float:none; }
ul.property-list .property-list-details .townPostcode  { font-size:0.7em; }

	
}

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

	.savedsearch-page .savedsearch-page-search img { float:none; display:block; clear:both; margin:0px auto; }
	.savedsearch-page .savedsearch-page-search .savedsearch-page-search-details { margin-left:0px; padding:0 0 1em 0; overflow:hidden; width:100%; margin-top:10px; text-align:center; }

}

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

	.remove-shortlist	{ display:block; float:none; clear:both; margin:20px auto; }

}


