.listing_large{
	width:96%;
	float:left;
	box-shadow:3px 3px 10px rgba(10,10,10,.1);
	margin-top:1vw;
	margin-left:2%;
	overflow:hidden;
}
.listing_large h1{
	font-size:1.2vw;
	margin-left:2vw;
}
.listing_data{
	width:90%;
	font-size:1vw;
	margin-left:2vw;
}
.overunder{
	text-decoration:overline;
}
.listing_featured_image{
	float:left;
	width:100%;
	height:40vw;
	overflow:hidden;
}
.listing_featured_image img{
	width:100%;
}
.listing_office_banner{
	float:left;
	width:100%;
	min-height:3.5vw;
	color:white;
	background:#333;
	text-align:center;
	padding-top:1vw;
	padding-bottom:2vw;
}
.listing_office_banner a:link,.listing_office_banner a:visited,.listing_office_banner a:active,.listing_office_banner a:hover{
	color:white;
	text-decoration:none;
	font-size:1.2em;
}
.listing_large_banner{
	width:100%;
	height:7vw;
	float:left;
	background:rgba(10,10,10,.8);	
}
.listing_title_bar{
	float:left;
	width:100%;
	padding-bottom:2vw;
}
.listing_title{
	color:white;
	text-align:center;
	font-size:1.2em;
	position:relative;
	top:1.5vw;
}
.listing_left{
	width:50%;
	float:left;
}
.listing_right{
	width:50%;
	float:left;
}
.listing_details{
	float:left;
	width:100%;
	overflow:hidden;
}

.listing_map{
	float:left;
	width:100%;
	height:30vw;
}
#map{
	width:90%;
	height:90%;
	margin:5%;
	box-shadow:3px 3px 10px rgba(1,1,1,.3);	
}
.property_detail{
	width:95%;
	height:2vw;
	padding-left:2vw;
	padding-top:.2vw;
	font-size:1.3vw;
}
.pd_gray_1{
	background:#DDD;
}
.pd_gray_2{
	background:#D5D5D5;	
}

.pd_black_1{
	background:#777;
}
.pd_black_2{
	background:#555;	
}

.property_detail a:link,a:visited,a:active,a:hover{
	color:black;
	text-decoration:none;
}
.listing_description{
	width:96%;
	margin-left:2%;
	margin-top:2vw;
	font-size:1.2em;
}
.listing_bottom{
	float:left;
	width:100%;
	
}
/*--------------------
	Mobile & Tablet overrides
--------------------*/

/*Phone*/
@media only screen and (max-width: 1000px){
	.property_detail{
		width:95%;
		height:4vw;
		padding-left:2vw;
		padding-top:.2vw;
		font-size:2.3vw;
	}	
	.listing_large h1{
		font-size:2.2vw;
		margin-left:2vw;
	}	
	.listing_description{
		width:90%;
		margin-left:5%;
		margin-top:2vw;
		font-size:1.4em;
	}
	.listing_featured_image{
		float:left;
		width:100%;
		height:60vw;
		overflow:hidden;
	}
	.listing_title_bar{
		padding-bottom:4vw;
	}
}