body {
	font-family:	Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	}

.logo { 
	background: url(/files_images/logo-stack-narrow.png) no-repeat center;
	height: 115px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	}
	
.display_phone {
	display: block;
}

.display_tablet {
	display: none;
}	

.display_desktop {
	display: none;	
}

.footer {
	color: #666666;	
}

.button {
	padding: 15px 20px 15px 20px;
	background-color: #FF0004;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin: 30px;
	border-radius:8px; 
}

.button2 {
	padding: 15px 20px 15px 20px;
	background-color: #3366cc;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin: 30px;
	border-radius:8px; 
}

.button3 {
	padding: 8px 10px 6px 10px;
	background-color: #3366cc;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-radius:8px; 
}

.button4 {
	padding: 8px 10px 6px 10px;
	background-color: #e77d30;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-radius:8px; 
}

.button5 {
	padding: 8px 10px 6px 10px;
	background-color: #6faedc;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-radius:8px; 
}

.link_clean {
	text-decoration: none;
	color: #000000;	
}

.search_result {
	width: 95%;
	display: inline-block;
	padding: 15px;
}

.the_result {
	width: 95%;
	padding: 10px;
}

.search_result_img {
	height: 240px; 
	width: 100%; 
	background-size:cover; 
	background-position: center; 
	margin: 0px 0px 10px 0px;
	cursor: pointer;
}

.address {
	font-size: 26px;
	font-weight: bold;	
	margin: 0px 0px 5px 0px;
}

.address4 {
	font-size: 18px;
	margin: 0px 0px 5px 0px;
	color: #999999;
}

.address2 {
	font-size: 18px;
	margin: 0px 0px 5px 0px;
}

.address3 {
	font-size: 18px;
	color: #FF0004;
}

.property_bullets {
	margin: 5px 0px 5px 0px;
	font-weight: bold;	
}

.schools {
	margin: 5px 0px 5px 0px;
	color: #999999;
	font-size: 14px;
}

.remarks {
	text-align: justify;
	margin: 0px 10px 0px 10px;
	line-height: 20px;
}

.img_detailed {
	width: 100%;	
}

.img_detailed2 {
	width: 100%;	
}

.map_frame {
	width: 100%;
	height: 300px;	
}

.form_label {
	color: #AAAAAA;
}

@media only screen and (min-width: 640px) {

	.logo { 
		background: url(/files_images/logo-long-mid.png) no-repeat bottom;
		height: 100px;
		margin: -20px 0px 10px 0px;
		text-align: center;
		cursor: pointer;
		}

	.display_phone {
		display: none;
	}

	.display_tablet {
		display: block;
	}	

	.display_desktop {
		display: none;	
	}	

	.search_result {
		width: 40%;	
		display: inline-block;
		padding: 15px;
	}

	.search_result_img {
		height: 200px; 
		width: 100%; 
		background-size:cover; 
		background-position: center; 
		margin: 0px 0px 10px 0px;
		cursor: pointer;
	}

	.img_detailed {
		width: 75%;	
	}

	.img_detailed2 {
		width: 75%;
	}

	.map_frame {
		width: 80%;
		height: 400px;	
	}

}

@media only screen and (min-width: 1000px) {

.logo { 
	background: url(/files_images/logo-long.png) no-repeat bottom;
	height: 120px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	}

	.display_phone {
		display: none;
	}

	.display_tablet {
		display: none;
	}		

	.display_desktop {
		display: block;	
	}	

	.search_result {
		width: 30%;	
		display: inline-block;
		padding: 15px;
	}

	.search_result_img {
		height: 220px; 
		width: 100%; 
		background-size:cover; 
		background-position: center; 
		margin: 0px 0px 10px 0px;
		cursor: pointer;
	}

	.remarks {
		text-align: justify;
		line-height: 20px;
		width: 75%;
	}
	
	.img_detailed {
		width: 50%;	
	}

	.img_detailed2 {
		width: 45%;	
		padding: 5px;
	}
	
	.map_frame {
		width: 75%;
		height: 400px;	
	}


}