section.property-block-list{
	margin:0;
	padding-bottom:90px;
}



.property-page-list-pages.carousel {
	display: block;
	padding: 0;
	margin: 0 -12px;
}
.property-page-list-pages.carousel .property {
	margin: 0 10px 10px 10px;
	width: calc(33.333% - 20px);
	transition: box-shadow 0.3s;
	height: 440px;
}

.property-page-list-pages.carousel .property-inner{
	height:100%;
}

@media screen and (max-width:1200px){
	.property-page-list-pages.carousel .property {
		height:380px;
	}
	.property-page-list-pages.carousel{
		margin:0;
	}
	.carousel.container-fluid{
		padding:0;
	}
}

@media screen and (max-width:1200px){
	.property-page-list-pages.carousel .property {
		width:320px;
	}
}
