.wrapper-storia-recl{
	background: #f4f4f4; 
	
	padding: 30px;
	position: relative;
} 
.recl-bottom-home{
	 text-align: center; padding: 15px; margin: 0 0 25px 0;
}
.recl-bottom-home a{
	color: #22a4b7 !important;
	padding: 8px 15px;
	display: inline-block;
	font-size: 12pt;
	font-weight: bold;
	background: rgba(0,0,0,0.03);
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 2px;
}
.wrapper-storia-recl .owl-nav{
	position: absolute;
	top: 100px;
	font-size: 30px;
	display: block;
	width: calc(100% - 60px);
	text-align: left;
	margin: auto;
	height: 1px;
}
.wrapper-storia-recl .owl-prev,
.wrapper-storia-recl .owl-next{ 
	background: rgba(255,255,255,0.9) !important;
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	line-height: 40px !important;
}

.wrapper-storia-recl .owl-prev:hover,
.wrapper-storia-recl .owl-next:hover{ 
	background: rgba(255,255,255,1) !important;
	color: #000 !important;
}
.wrapper-storia-recl .owl-prev:hover span,
.wrapper-storia-recl .owl-next:hover span{
	color: #000 !important;
}
.wrapper-storia-recl .owl-prev{
	left: -20px;
	position: absolute;
}
.wrapper-storia-recl .owl-next{
	right: -20px;
	position: absolute;
}
.recl-box{
	width: 200px;
	border-radius: 10px;
	background: #FFFFFF;
	height: 260px;
	border: 1px solid #dbdbdb;
	overflow: hidden;
	line-height: normal;
	position: relative;
}
.recl-box:hover{
	border: 1px solid #a7a7a7;
}
.recl-box a{
	display: block;
	font-size: 14px;
}
.recl-photo{
	display: block;
	width: 100%;
	height: 180px;
	background-color: #f6f7f8;
  	background-position: center center !important;
  	margin-bottom: 10px;
  	background-size: auto 140% !important;
}
.recl-price{
	display: block;
	color: #000;
	font-weight: bold;
	padding-left: 15px;	
	font-size: 16px;
}
.recl-type,
.recl-location{
	display: block;
	color: #000;
	padding-left: 15px;	
}
.recl-location{
	font-weight: bold;
}
.recl-photo-icon{
	width: 25px;
	height: 24px;
	border-radius: 7px;
	background: #ffffff url(../img/icon-photo.jpg);
	position: absolute;
	right: 10px;
	top: 150px;
	display: block;
}
.recl-photo-logo{
	width: 70px !important;
	height: auto;
	background: #ffffff;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 5px 10px;
}
.recl-photo-caret{
	width: 12px !important;
	height: auto;
	position: absolute;
	right: 10px;
	bottom: 20px;
}

@media (max-width: 810px) {
	.wrapper-storia-recl{
		padding: 20px 0;
		margin-left: -15px;
		width: calc(100% + 30px) !important;
	}
	.wrapper-storia-recl .owl-nav{
		width:100%;
	}
	.wrapper-storia-recl .owl-prev {
  		left: 0;
  	}
  	.wrapper-storia-recl .owl-next {
  		right: 0;
  	}
}
