#sp-recent-pro h2{
	width:100%;
	text-align:center;
	margin-top:25px;
	margin-bottom:60px;
	font-size:40px;
	font-weight:bold;
}
.recent_blc{
	width:33.33%;
	height:530px;
	overflow:hidden;
	margin-bottom:80px;
	position:relative;
	padding-left:15px;
	padding-right:15px;
	float:left;
}
.recent_blc img{
	max-width:100%;
	height:220px;
	margin-bottom:10px;
}
.recent_title{
	width:100%;
	margin-bottom:10px;
	margin-top:14px;
}
.recent_title a{
	color:#0673ac;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
.recent_prix{
	width:100%;
	margin-bottom:15px;
	color:#000;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
.recent_txt{
	width:100%;
	color:#000;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
}
.recent_btn{
	width:100%;
	margin-top:-40px;
	margin-bottom:80px;
	text-align:center;
	float:left;
}
.recent_btn a{
	display:inline-block;
	width:205px;
	height:48px;
	line-height:48px;
	color:#fff;
	background-color:#639e04;
	font-weight:bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform:uppercase;
}
@media (max-width: 1199px) {
	#sp-recent-pro h2{
		font-size:30px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.recent_blc{
		width:50%;
	}
}
@media (max-width: 767px) {
	.recent_blc{
		width:100%;
		height:auto;
		margin-bottom:50px;
		text-align:center;
	}
	.recent_blc img{
		display:inline-block;
	}
}
