.cs-homefeature-blog{
	overflow:hidden;
	background:#bfaab7;
	padding:30px 0 20px;
	margin:20px 0 0;
	text-align:center;
}
.cs-homefeature-blog h2{
	font-size:30px;
	color:#fff;
	font-weight:800;
	margin-bottom:20px;
}
.cs-homefeature-blog .row{
	margin-left:-10px;
	margin-right:-10px;
}
.cs-homefeature-blog .cs-item{
	padding:10px;
}
html .cs-homefeature-blog .product_img_link{
	border:1px solid #fff;
	padding:10px;
	margin-bottom:15px;
	overflow:visible;
}
.cs-homefeature-blog h4{
	font-size:13px;
	font-family: "Roboto",Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.cs-homefeature-blog h4 a{
	color:#fff;
}
.cs-homefeature-blog h4 a:hover{
	color:#848484;
}
html #index .cs-homefeature-blog .owl-prev,
html #index  .cs-homefeature-blog  .owl-next{
	position:absolute;
	top:45%;
	width:50px;
	height:50px;
	margin-top:-30px!important;
	font-size:0;
	background:#ccbbc5;
	border-radius:50%;
	-moz-border-radius:50%;
	text-align:center;
	line-height:50px;
	color:#ffff;
	transition:all 300ms ease 0ms;
	-moz-transition:all 300ms ease 0ms;
	-webkit-transition:all 300ms ease 0ms;
	border:none;
	/*opacity:0;
	filter:alpha(opacity=0);*/
	z-index:50;
}
html #index  .cs-homefeature-blog  .owl-prev:before,
html #index  .cs-homefeature-blog  .owl-next:before{
	font-size:30px;
		line-height:48px;
}
html #index  .cs-homefeature-blog:hover  .owl-carousel .owl-prev {
	left:0;	
	/*opacity:0.2;
	filter:alpha(opacity=20);*/
	right:auto;
	background:#ccbbc5;
}
html #index  .cs-homefeature-blog:hover   .owl-carousel .owl-next {
	right:0;
	/*opacity:0.2;
	filter:alpha(opacity=20);*/
	background:#ccbbc5;
}

@media (min-width: 1199px) {
	html #index  .cs-homefeature-blog:hover  .owl-carousel .owl-prev{
		left:-70px;	
		right:auto;
	}
	html #index  .cs-homefeature-blog:hover  .owl-carousel .owl-next{
		right:-70px;
	}
}
@media (max-width: 990px) {
	html #index  .cs-homefeature-blog  .owl-prev,
	html #index  .cs-homefeature-blog  .owl-next{
		width:40px;
		height:40px;
		line-height:40px;
		margin-top:-25px;
	}
	html #index  .cs-homefeature-blog  .owl-prev:before,
	html #index  .cs-homefeature-blog  .owl-next:before{
		font-size:40px;
		line-height:40px;
	}
}
@media (max-device-width: 767px) {
	html #index  .cs-homefeature-blog  .owl-prev,
	html #index  .cs-homefeature-blog  .owl-next{
		opacity:1;
		filter:alpha(opacity=100);
	}
	html #index  .cs-homefeature-blog  .owl-prev{
		left:0;
		right:auto;
	}
	html #index  .cs-homefeature-blog  .owl-next{
		right:0;
	}
}