#prod-fetured{
	padding-bottom: 25px;
}
.box-featured{
	width: 100%;
	min-height: 500px;
	background-size: cover!important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}
.col-md-big{
	margin: 0 auto;
	padding: 0 15px;
}
@media all and (max-width: 991px){
	.col-md-big{
		padding: 0 30px;
	}
	#prod-on .owl-carousel .owl-prev {
		left: -40px;
	}
	#prod-on .owl-carousel .owl-next{
		right: -40px;
	}
	.col-md-small{
		width: 25%;
	}
}
@media all and (max-width: 767px){
	#prod-fetured,.box-featured{
		max-height: 350px;
		min-height: 350px;
	}
	.box-featured .info{
		bottom: 40px;
	}
	.col-md-big{
		padding: 0 36px;
	}
	.col-md-small{
		width: 50%;
	}
}
@media all and (max-width: 480px){
	.col-md-small{
		width: 100%;
	}
	.col-md-small img{
		height: auto;
	}
}
.box-featured .info{
	color: #ffffff;
	position: absolute;
	bottom: 70px;
	left: 35px;
	text-align: left;
	z-index: 3;
}
.box-featured .genere{
	font-size: 18px;
	text-transform: uppercase;
}
.box-featured .info .title{
	font-size: 24px;
}
.box-featured .info .time{
	font-size: 18px;
}
#prod-fetured .owl-dots {
    top: -40px;
    position: relative;
    z-index: 4;
}
.box-featured:after{
	content: '';
	background: transparent url(../../../assets/img/gradient.png) repeat-x scroll left bottom;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
}
.box-featured .info .genere{
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.box-featured .info .genere:before{
	content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 5px;
	background: #0084ff;
	top: 2px;
    position: relative;
}