.listing_small{
	transition:.5s;
	width:30%;
	height:34vw;
	float:left;
	margin-top:1vw;
	margin-left:3%;
	overflow:hidden;
	cursor:pointer;
	-webkit-clip-path: polygon(100% 0, 100% 100%, 8% 100%, 0 95%, 0 0);
	clip-path: polygon(100% 0, 100% 100%, 8% 100%, 0 95%, 0 0);
	box-shadow:3px 3px 10px rgba(10,10,10,.1);
	position:relative;
	z-index:1;
}
.listing_small a:link,.listing_small a:visited,.listing_small a:active,.listing_small a:hover{
	color:black;
	text-decoration:none;
}
.listing_gradient{
	color:black;
	background: rgb(184,186,198);
	background: -moz-linear-gradient(top, rgba(184,186,198,1) 0%, rgba(221,223,227,1) 20%, rgba(245,246,246,1) 50%, rgba(245,246,246,1) 50%, rgba(245,246,246,1) 63%, rgba(245,246,246,1) 63%, rgba(219,220,226,1) 98%);
	background: -webkit-linear-gradient(top, rgba(184,186,198,1) 0%,rgba(221,223,227,1) 20%,rgba(245,246,246,1) 50%,rgba(245,246,246,1) 50%,rgba(245,246,246,1) 63%,rgba(245,246,246,1) 63%,rgba(219,220,226,1) 98%);
	background: linear-gradient(to bottom, rgba(184,186,198,1) 0%,rgba(221,223,227,1) 20%,rgba(245,246,246,1) 50%,rgba(245,246,246,1) 50%,rgba(245,246,246,1) 63%,rgba(245,246,246,1) 63%,rgba(219,220,226,1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8bac6', endColorstr='#dbdce2',GradientType=0 );
}
.listing_gray{
	background:#333;
	color:white;
}
.listing_gray a:link,.listing_gray, a:visited,.listing_gray a:active,.listing_gray a:hover{
	color:white;
	text-decoration:none;
}
.listing_small:hover{

}
.listing_small_title{
	text-align:left;
	width:100%;
	padding:.5vw;
	color:white;
}
.listing_small_image{
	width:94.5%;
	height:14vw;
	float:left;
	margin-left:2.5%;
	margin-top:.8vw;
}
.listing_small_image img{
	float:left;
	width:100%;
	height:100%;
	box-shadow:inset 10px 10px 30px rgba(10,10,10,.8);
}
.listing_small_mls{
	width:48%;
	text-align:left;
	margin-left:2.5%;
	margin-top:2%;
	float:left;
}
.listing_small_price{
	width:46.5%;
	text-align:right;
	margin-top:2%;
	float:left;
}
.listing_small_description{
	width:100%;
	float:left;
	margin-top:4%;
	height:9vw;
}
.listing_small_description_text{
	font-size:1.1vw;
	padding:.2vw;
	width:94%;
	margin-left:2.5%;
}

.readmore{
	width:100%;
	text-align:center;
}
.listing_banner{
	float:left;
	width:100%;
	height:3vw;
	background:rgba(10,10,10,.8);	
}

.listing_banner_text{
	width:90%;
	text-align:left;
	color:white;
	position:relative;
	top:.6vw;
	left:.5vw;
	font-size:1vw;
}
.listing_read_more{
	float:left;
	width:100%;
	text-align:center;
	margin-top:2vw;
	color:#777;
	font-size:1vw;
}

.new_listing_banner{
	width:100%;
	height:4vw;
	background:rgba(180,240,200,.5);
	float:left;
	font-weight:bold;
	font-size:2vw;
	color:white;
	text-shadow:1px 1px 10px rgba(10,10,10.4);
	text-align:center;
	margin-top:-22vw;
	padding-top:1vw;
}
.listing_butterfly{
	float:right;
	margin-right:1.3vw;
	width:3vw;
	height:2vw;
	background:url('../images/site/butterfly.png');
	background-size:cover;
}
.listing_idx{
	float:right;
	margin-top:.3vw;
	margin-right:1.3vw;
	width:2.5vw;
	height:1vw;
	background:url('../images/site/idx_logo.png');
	background-size:cover;
}
/*--------------------
	Mobile & Tablet overrides
--------------------*/

/*Phone*/
@media only screen and (max-width:1000px){
	.listing_small{
		width:96%;
		height:92vw;
		margin-top:5vw;
		margin-left:2%;
	}
	.listing_small_image{
		height:40vw;
	}
	.listing_small_description{
		width:100%;
		float:left;
		margin-top:4%;
		height:25vw;
	}	
	.listing_small_description_text{
		font-size:3vw;
	}
	.listing_small_title{

	}
	.listing_read_more{
		float:left;
		width:100%;
		text-align:center;
		margin-top:2vw;
		color:#555;
		font-size:3vw;
	}	
	.listing_banner{
		float:left;
		width:100%;
		height:6vw;
		position:relative;
		left:0vw;
		top:-8vw;
		background:rgba(10,10,10,.8);	
	}

	.listing_banner_text{
		width:90%;
		text-align:left;
		color:white;
		position:relative;
		top:.5vw;
		left:.5vw;
		font-size:3vw;
	}
	
	.new_listing_banner{
		margin-top:-54vw;
		height:6vw;
		font-size:3vw;
	}		
	.butterfly_icon{
		top:-4vw;
		left:72vw;
		width:5vw;
		height:3.5vw;
	}	
	
}