.rental_small{
	transition:.5s;
	width:30%;
	height:36vw;
	float:left;
	margin-top:1vw;
	margin-left:3%;
	overflow:hidden;
	cursor:pointer;
	background:white;
	-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;
	font-size:1em;
}
.rental_small a:link,.rental_small a:visited,.rental_small a:active,.rental_small a:hover{
	color:black;
	text-decoration:none;
}
.rental_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 );
}
.rental_gray{
	background:#333;
	color:white;
}
.rental_gray a:link,.rental_gray, a:visited,.rental_gray a:active,.rental_gray a:hover{
	color:white;
	text-decoration:none;
}
.rental_small:hover{

}
.rental_small_title{
	float:left;
	text-align:left;
	width:100%;
	color:white;
}
.rental_small_image{
	width:94.5%;
	height:14vw;
	float:left;
	margin-left:2.5%;
	margin-top:.8vw;
}
.rental_small_image img{
	float:left;
	width:100%;
	height:100%;
	box-shadow:inset 10px 10px 30px rgba(10,10,10,.8);
}
.rental_small_location{
	width:90%;
	text-align:left;
	margin-top:2%;
	margin-left:2vw;
	float:left;
	
}
.rental_small_price{
	width:90%;
	text-align:left;
	margin-top:2%;
	margin-left:2vw;
	float:left;
}
.rental_small_description{
	width:90%;
	float:left;
	margin-top:4%;
	height:9vw;
	margin-left:2vw;
}


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

.rental_banner_text{
	width:90%;
	text-align:left;
	color:white;
	position:relative;
	top:.6vw;
	left:.5vw;
}
.rental_read_more{
	float:left;
	width:100%;
	text-align:center;
	margin-top:2vw;
	color:#777;
}

.new_rental_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;
}
.rental_butterfly{
	float:right;
	margin-right:1.3vw;
	width:3vw;
	height:2vw;
	background:url('../images/site/butterfly.png');
	background-size:cover;
}
.rental_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){
	.rental_small{
		width:100%;
		height:94vw;
		margin-top:5vw;
	}
	.rental_small_image{
		height:40vw;
	}
	.rental_small_description{
		width:100%;
		float:left;
		margin-top:4%;
		height:25vw;
	}	
	.rental_small_description_text{
		font-size:3vw;
	}
	.rental_small_title{
	}
	.rental_read_more{
		float:left;
		width:100%;
		text-align:center;
		margin-top:2vw;
		color:#555;
		font-size:3vw;
	}	
	.rental_banner{
		float:left;
		width:100%;
		height:6vw;
		position:relative;
		left:0vw;
		top:-8vw;
		background:rgba(10,10,10,.8);	
	}

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