@charset "UTF-8";
/* CSS Document */

.rented-property-box{
	background-color: white;
	width:100%;
	height:150px;
	border:  #7C7C7C solid 1px;
	margin-bottom: 15px;
}

.rented-property-box img {
	width: auto;
	height:90%;
	float:left;
	padding:8px;
}

.rented-property-box h1 {
	font-size: 20px;
	float:left;
	color:#000735;
	width: 50%;
	padding: 0px 0px 10px 0px;
}
.rented-property-box h2 {
	font-size: 14px;
	float:left;
	color:#81C8EF;
	width: 50%;
	padding-bottom: 5px;
}
.rented-property-box h3 {
	font-size: 12px;
	float:left;
	color:#81C8EF;
	width: 50%;
}
.rented-property-box p {
	font-size: 12px;
	float:left;
	width: 50%;
}
.rented-property-box .price h1 {
	font-size: 14px;
	float: right;
	width:10%;
	color: #81C8EF;
	margin-top: -50px;
	margin-right: 10px;

	
}
.rented-property-box .price h2 {
	font-size: 12px;
	float: right;
	width:10%;
	color: red;
	
}
.rented-property-box .price p {
	font-size: 12px;
	width:10%;
	color: #000735;
	float:right;
	margin-top:0px;
	margin-right:-88px;
	
	
}
.back {
	margin:5px 5px;
	background-color:  #81C8EF;
	color: white;
	font-family: 'Cooper Hewitt Medium', sans-serif;
	padding: 6px 10px;
	text-transform: uppercase;font-size: 10px;
	float:right;
	border-radius: 5px;
	border: none;

}
@media screen and (max-width: 800px){
	.rented-property-box{

	width:80%;
	height:400px;
		margin: 10px auto;

}
	.rented-property-box img {
	height:auto;
		width:90%;
	float:none;
	padding:8px;
		margin-top:10px;
}
.rented-property-box h1 {
	font-size: 14px;
	float:left;
	color:#000735;
	width: 80%;
	padding: 0px 20px 0px 20px;
}
.rented-property-box h2 {
	font-size: 10px;
	float:left;
	color:#81C8EF;
	width: 50%;
	padding-bottom: 5px;
	display:none;
}
.rented-property-box h3 {
	font-size: 10px;
	float:left;
	color:#81C8EF;
	width: 50%;
	display:none;
}
.rented-property-box p {
	font-size: 10px;
	float:left;
	width: 50%;
}
.rented-property-box .price h1 {
	font-size: 10px;
	float: left;
	width:40%;
	color: #81C8EF;
	margin-top: 0px;
	margin-right: 10px;

	
}
.rented-property-box .price h2 {
	font-size: 10px;
	float: left;
	width:10%;
	color: red;
	
}
.rented-property-box .price p {
	font-size: 10px;
	width:40%;
	color: #000735;
	float:left;
	margin-top:-10px;
	margin-right:0px;
	padding: 0px 10px 0px 20px;
	
	
}
	.homesforrent1 {
	width: 80%;
	height:auto;
	background-color:white;
	padding:30px;
	margin:10px auto 30px auto;
	
}
	
	.homesforrent1 a.back {
	margin:10px 15px;

	float:left;


}
}