.rent-list {
	list-style: none;
	padding: 0 !important;
	margin: 0 0 0 -110px !important;
	max-width: 100%;
}

.rent-list .item {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	padding: 2.5% 0 2.5% 110px;
	margin: 0;
	
	border-bottom: 1px solid rgb(207, 207, 207);
}

.rent-list .item:last-child {
	border-bottom: 0;
}

.rent-list .item:before {
	display: none;
}

.rent-list .item .image {
	width: 20%;
	padding-right: 5%;
	
	-webkit-box: 0-boxflex;
	-moz-box: 0-boxflex;
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
}

.rent-list .item .image img {
	width: 100%;
}

.rent-list .item .content {
	width: 80%;
	
	-webkit-box: 0-boxflex;
	-moz-box: 0-boxflex;
	-webkit-flex: 0 0 80%;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
}

.rent-list .item .content h3 {
	width: 100%;
	margin: 0 0 20px 0;
}

.rent-list .item .content h3 a {
	color: #000;
}

.rent-list .item .content .description {
	width: 100%;
}

.rent-list .item .content .description p {
	margin: 0 0 15px 0;
}

.rent-list .item.link a {
	display: block;
	margin: 0 auto;
	padding: 10px 20px;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	background-color: rgb(207, 207, 207);
}