.autocomplete-suggestion{
    background-color: #000;
    padding-left: 5px;
	z-index: 100;	
}

.autocomplete-suggestion:hover {
    background-color: #fff !important;
}

.fa-chevron-down{
    color: #b30000 !important;

}

.thickness-underline {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid black;
    margin-bottom: -1px;
}

.tier.tier-new-developments {
	display: none;
}

.tier-agent-image .agent-contacts i.fa.fa-mobile {
	font-size: 19px;
}



.property-item .property-preview {
	position: relative;
}

.property-item .property-preview a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.property-item .property-info h4 a {
	color: #333333;
}