.sf_projecten_slider_title{
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	position: absolute;
	bottom: 16px;
	right: 16px;
	letter-spacing: 0.25em;
	color: #fff;
	text-transform: uppercase;
}
.sf_projecten_slider_slide{
	position: relative;
}
.owl-dots{
	position: absolute;
    bottom: 10px;
    right: -120px;
}
.sf_projecten_slider .owl-dots .owl-dot span{
	width: 11px;
	height: 6px;
	background: #D9D0C7;
	margin: 5px 3px;
	border-radius: 0px;
}
.sf_projecten_slider .owl-dots .owl-dot.active span{
	width: 39px;
	background: #A68160;
}
.sf_projecten_overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
	z-index: 1;
}
.sf_projecten_slider_slide:hover .sf_projecten_overlay{
	visibility: visible;
	opacity: 1;
}
.sf_projecten_slide_image{
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}
.sf_projecten_slider_slide:hover .sf_projecten_slide_image{
	transform: scale(1.1);
}
.sf_projecten_slider_slide{
	overflow: hidden;
}
.sf_projecten_slider_title{
	z-index: 3;
}
@media only screen and (max-width: 768px){
	.sf_projecten_slider .owl-stage{
		padding-left: 0px !important;
	}
	.owl-dots{
		display: none !important;
	}
}