.mlsTitle{
	font:bold 12pt Arial;
}

/* Search Form */
.mlsSearchFieldTitle {
	font:bold 10pt Arial;text-align:right;
}
.mlsNewSearch{
	cursor:pointer;
	width:120px;
	text-align:center;
	color:#FFFFFF;
	background-color:#936346;
	border:outset #6D5B3A 3px;
}
.mlsButton{
	cursor:pointer;
	color:#FFFFFF;
	background-color:#936346;
	border:outset #6D5B3A 3px;
}

/* Search Results*/
.mlsPageNumber{
	font:bold 10pt Arial;text-align:right;
}
.mlsResultItemDiv{
	border: 1px dashed #b8b8b8;
	margin-bottom: 1em;
	padding:5px;
	background: transparent url('/realestate/images/brcorner.gif') bottom right no-repeat;
}

.mlsResultItemTable{
width:100%;
}
.mlsResultsTitle{
	font:bold 11pt Arial;
}
.mlsResultsSubTitle{
	font:bold 10pt Arial;
}
.mlsResultsDescription{
	font:normal 10pt Arial;
}

/* Listing Page */
.mlsDescription{
	font:normal 10pt Arial;
}

.mlsDescription td {
	display: block;
	
}

.mlsNextPreviousImage{
	font:bold 10pt Arial;
	width:150px;
	text-align:center;
	color:#FFFFFF;
	background-color:#936346;
	border:outset #6D5B3A 3px;
}
.mlsFeatureGroup{
	font-weight:bold;
}
.mlsFeatureTitle{
	font:normal 13px Arial;margin-left:15px;margin-bottom:5px;
}
.mlsAgentOffice{
	font-style:italic;
	font-weight:bold;
	font-size:8pt;
	color:#999999;
}


.mlsStepsLogo {
	display:none;
}

/* ================================================================================================
 * Search Results (New)
 * ============================================================================================= */

.rre-search-results {
	display: flex;
	flex-wrap: wrap;
	color: #4d4d4d;
}

.rre-result {
	width: 33%;
}

.rre-result-inner {
	margin: 8px 0;
	background-color: #fffef8;
    border: 1px solid #795331;
}

.rre-result-photo {
	height: 200px;
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.rre-result-photo-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #ffffff;
	padding: 5px 8px;
}

.rre-result-price {
	text-shadow: 
	    -2px -2px 2px black,
	    2px -2px 2px black,
	    -2px 2px 2px black,
	    2px 2px 2px black;
	font-size: 20px;
	font-style: italic;
	display: inline-block;
	width: calc(100% - 40px);
}

.rre-result-favorite {
	display: inline-block;
	width: 32px;
}

.rre-result-details {
	text-align: center;
	padding: 20px 7px;
	/*height: 205px;
	border: 1px solid #795331;
	border-top: none;*/
}

.rre-result-address-1 {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial;
	font-style: italic;
	color: #42312b;
}
.rre-result-address-2 {
    font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	font-style: italic;
	color: #42312b;
}

.rre-result-description {
	margin: 6px 24px;
	height: 40px;
	overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    font-family: Arial;
	font-style: italic;
}

.rre-result-info {
	font-size: 14px;
}

.rre-result-info > div {
	display: inline-block;
	margin: 4px;
}

.rre-result-info > div > span {
	margin-right: 2px;
}

.rre-icon {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url('/images/rre-result-icons.svg?v=1.1');
	background-size: 200px 28.5px;
	vertical-align: middle;
	position: relative;
	top: -3px;
}

.rre-icon.icon-bathroom {
	background-position-x: -28px;
}

.rre-icon.icon-sqft {
	background-position-x: -56px;
}

.rre-icon.icon-yearbuilt {
	background-position-x: -84px;
}

.rre-icon.icon-acres {
	background-position-x: -112px;
}

.rre-icon.icon-favorite {
	background-position-x: -140px;
}

.rre-icon.icon-unfavorite {
	background-position-x: -170px;
}


.rre-result-inner > a {
	text-decoration: none !important;
}

.rre-result-banner {
	background-color: #960000;
	width: 400px;
	height: 48px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	transform: translateX(-30%) translateY(50%) rotate(-25deg);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 20px;
}

.rre-result-banner.status-pricechange,
.rre-result-banner.status-backonmarket {
	font-size: 18px;
	background-color: #013300;
}

.rre-result-banner.status-pricechange {

}

.rre-result-banner.status-backonmarket {
	transform: translateX(-28%) translateY(50%) rotate(-25deg);
}

.rre-result-banner.status-Pending .rre-result-banner-text {
  display: none;
}

.rre-result-banner.status-Pending::before {
	content: "Sale Pending";
}

.rre-result-banner.status-pricechange::before {
	content: "PRICE CHANGE!";
}

.rre-result-banner.status-backonmarket::before {
	content: "Back on the market!";
}

.mlssort-top {
	text-align: center;
}

.mlssort-bottom {
	text-align: center;
}

.mlspagefoot td {
	display: block;
	text-align: center !important;
	margin-bottom: 12px;
}

@media (min-width: 992px) {
	.rre-result:nth-child(3n + 1) .rre-result-inner {
		margin-right: 8px;
	}

	.rre-result:nth-child(3n + 2)  .rre-result-inner {
		margin-left: 4px;
		margin-right: 4px;
	}

	.rre-result:nth-child(3n + 3) .rre-result-inner {
		margin-left: 8px;
	}
}

@media (max-width: 991px) and (min-width: 581px) {
	.rre-result {
	    width: 50%;
    }

    .rre-result-inner {
    	margin: 5px 0;
    }

    .rre-result:nth-child(2n + 1)  .rre-result-inner {
    	margin-left: 8px;
		margin-right: 4px;
	}

	.rre-result:nth-child(2n + 2) .rre-result-inner {
		margin-left: 4px;
		margin-right: 8px;
	}
}

@media (max-width: 580px) {
	.rre-result {
	    width: 100%;
    }

    .rre-result-inner {
    	margin: 12px 16px;
    }

    .rre-result-banner {
    	width: 290px;
    }

    .rre-result-banner.status-backonmarket {
		transform: translateX(-22%) translateY(35.5%) rotate(-25deg);
		font-size: 16px;
	}
  
  .rre-result-banner.status-Pending {
		transform: translateX(-22%) translateY(35.5%) rotate(-25deg);
	}
}