#map {
	height: 100vh;
	width: 100%;
}

#filter-holder {
	padding: 2px; 
	background-color: #E0E0E0;
	border-radius: 5px;
}

#results-holder {
	height: 100vh;
	overflow: auto;
}

.singleresult {
	position: relative;
	border: 1px solid;
	overflow: auto;
}

.house {
	background-color: rgba(217, 83, 79, 0.1);
}

.workplace {
	background-color: rgba(91, 192, 222, 0.1);
}

.land {
	background-color: rgba(92, 184, 92, 0.1);
}

.results-image {
	position: relative;
	/*height: 225px;
	width: 275px;*/
	height: 225px;
	/* background-image: url('../images/test.jpg'); */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: left;
	margin-right: 5px;
}

.results-details {
	width: 48%;
	height: 225px;
	position: relative;
	float: right;
	padding: 0px;
	margin: 0px;
}

.link2ad {
	position: absolute;
	height: 224px;
	left: 7%;
	width: 86%;
}

div.nextprev {
	position: absolute;
	height: 224px;
	width: 7%;
	line-height: 220px;
	color: #FFF;
	font-size: 40px;
	text-shadow: 0 0 1px #000;
	text-align: center;
}

.nextprev:hover i {
	color: #4fc3f7;
}

div.next {
	right: 0px;
	background: #D0D0D0; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0)); /*Safari 5.1-6*/
	background: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5)); /*Fx 3.6-15*/
	background: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5)); /*Standard*/
	background: linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5)); /*Standard*/
}

div.prev {
	left: 0px;
	background: #D0D0D0; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0)); /*Safari 5.1-6*/
	background: -o-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.5)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.5)); /*Fx 3.6-15*/
	background: -ms-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.5)); /*Standard*/
	background: linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.5)); /*Standard*/
}

.imageheader {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 50px;
	width: 100%;
	background: #D0D0D0; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.9), rgba(0,0,0,0)); /*Safari 5.1-6*/
	background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.9)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.9)); /*Fx 3.6-15*/
	background: -ms-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.9)); /*Standard*/
	background: linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.9)); /*Standard*/
}

.retype {
	position: absolute;
	left: 2px;
	top: 5px;
	width: auto;
	max-width: 50%;
	font-size: 15px;
	color: #7DF9FF;
	text-shadow: 1px 1px 0px #000;
}

.topright{
	position: absolute;
	right: 2px;
	top: 5px;
	width: auto;
	max-width: 50%;
	color: #FFF;
	font-size: 15px;
	text-shadow: 1px 1px 0px #000;
}

.numrooms {
	color: #FFFF33;
}

.size {
	color: #00FF00;
}

.imagefooter {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 70px;
	width: 100%;
	background: #D0D0D0; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0)); /*Safari 5.1-6*/
	background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.9)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.9)); /*Fx 3.6-15*/
	background: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.9)); /*Standard*/
	background: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.9)); /*Standard*/
}

.price {
	position: absolute;
	left: 2px;
	bottom: 15px;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
}

.location {
	position: absolute;
	left: 2px;
	bottom: 2px;
	font-size: 11px;
	color: #FFCCCB;
	text-shadow: 1px 1px 0px #000;
}

.forsalerent {
	position: absolute;
	right: 2px;
	bottom: 2px;
	font-size: 15px;
	font-weight: bold;
	background-color: #f4ff81;
}

.forsale {
	color: #CC0000;
}

.forrent {
	color: #0d47a1;
}

.ad_publisher {
	width: 100%;
	top: 0px;
	font-size: 15px;
}

.ad_details {
	margin-top: 30px;
	font-size: 12px;
}

.ad_details table {
	margin: auto;
}

.ad_details table tr {
	border-bottom: 2px solid #DDD;
}

.ad_details table td {
	height: 30px;
}

.value {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

.feature {
	text-align: left;
	padding-left: 10px;
}

.details_footer {
	position: absolute;
	bottom: 0px;
	font-size: 23px;
	width: 100%;
	text-align: center;
}

.details_footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.details_footer li {
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
}

/* ============ */
/* Popup styles */
/* ============ */

/* The location pointed to by the popup tip. */
.popup-tip-anchor {
	height: 0;
	position: absolute;
	/* The max width of the info window. */
	width: 200px;
}
/* The bubble is anchored above the tip. */
.popup-bubble-anchor {
	position: absolute;
	width: 100%;
	bottom: /* TIP_HEIGHT= */ 8px;
	left: 0;
}
/* Draw the tip. */
.popup-bubble-anchor::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	/* Center the tip horizontally. */
	transform: translate(-50%, 0);
	/* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
	width: 0;
	height: 0;
	/* The tip is 8px high, and 12px wide. */
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: /* TIP_HEIGHT= */ 8px solid white;
}
/* The popup bubble itself. */
.popup-bubble-content {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, -100%);
	/* Style the info window. */
	background-color: white;
	padding: 5px;
	border-radius: 5px;
	font-family: sans-serif;
	overflow-y: auto;
	max-height: 60px;
	box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);

	text-align: center;
}

.popup-bubble-anchor:hover {
	z-index: 555555;
}