.fotoblokken_3{
	position: relative;
	z-index: 1;
}

.fotoblokken_3:before{
	background-image: url(../../../images/vorm-blauw.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200%;
	z-index: -1;
}

.jumbotron.fotoblokken_3 h2.text-center{
	font-family: Ubuntu;
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	line-height: 70px;
	margin: 0 auto 80px;
	max-width: 880px;
}

.fotoblok{
	display: block;
	text-decoration: none !important;
	position: relative;
}

.fotoblok span{
	color: #ffffff;
	font-family: Ubuntu;
	font-size: 60px;
	font-weight: 700;
	line-height: 70px;
    max-width: 500px;
    display: inline-block;
}

.fotoblok_overlay{
	position: absolute;
	left: 0;
	top: 60px;	
}

.fotoblok img{	
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.fotoblok:hover img{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.fotoblok:hover .fotoblok_onder{
	opacity: 1;
}

.fotoblok_onder{
	opacity: 0;
	color: #78c4af;
	font-family: Ubuntu;
	font-size: 14px;
	font-weight: 500;
	/* Text style for "Lees meer" */
	text-transform: uppercase;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.fotoblok_onder div{
	display: block;
    width: 100%;
    float: left;
}

.fotoblok_onder:before{
	content: "";
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='2' viewBox='0 0 70 2'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2378c4af' d='M0 2h14V0H0z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%2378c4af' d='M28 2h14V0H28z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%2378c4af' d='M56 2h14V0H56z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	width: 70px;
	height: 2px;
	margin: 28px 0 30px;
	display: block;
	float: left;
}

.fotoblok_onder i{
	margin-left: 20px;
	color: #78c4af;
	font-size: 13px;
	font-weight: 400;
}

.fotoblok_1 img{
	margin-left: 95px;
}

.fotoblok_2{
	margin-top: 80px;
}

.fotoblok_2 .fotoblok_overlay{
	right: 0;
	left: auto;
	text-align: right;
}

.fotoblok_2 .fotoblok_onder:before{
	float: right;
}

.fotoblok_blauw{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.fotoblok:hover .fotoblok_blauw{
	opacity: 1;
}

.slider-row > div.fotoblok_3{
	margin-top: -90px !important;
	margin-left:58.33% !important;
}

.fotoblok_3 .fotoblok_overlay{
	margin-left: -95px;
}

.fotoblokken_3 .tns-ovh{
	overflow: visible !important;
}

@media (max-width:767px)
{		
	.fotoblokken_3 .slider-row .col-sm-12{
		padding-left: 0;
		margin-top: 0;
	}
	
	.slider-row > div.fotoblok_3 {
		margin-top: 0 !important;
		margin-left: 0 !important;
	}
	
	.fotoblokken_3 .tns-outer {
		margin: 0;
		width: auto;
	}
	
	.fotoblokken_3 .slider-row ,
	.fotoblokken_3 > .container > .row{
		margin: 0;
	}
	
	.fotoblokken_3 .tns-controls{
		margin-top: 30px;
		margin-left: 0px;
		position: relative;
		z-index: 15;
	}

	.fotoblokken_3 .tns-controls button{
		background-color: #f5f4f4;
		width: 50px;
		height: 50px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		border-radius: 50%;
		margin-right: 10px;
		font-size: 16px;
		color: #001c36;
		border: none;
		-webkit-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		float: left;
	}
	
	.fotoblok_onder i{
		color: #fff;
	}

	.fotoblokken_3 .tns-controls button[disabled]{
		background-color: rgba(245, 244, 244, 0.3);
	}
	
	.fotoblok .fotoblok_onder{
		opacity: 1;
		color: #fff;
	}
	
	.fotoblok_onder:before{
		background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='2' viewBox='0 0 70 2'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M0 2h14V0H0z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M28 2h14V0H28z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M56 2h14V0H56z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
		float: left !important;
	}
	
	.fotoblok span{
		font-size: 30px;
		line-height: 40px;
	}
	
	.fotoblok img{
		margin: 0 !important;
	}
	
	.fotoblok_overlay {
		position: absolute;
		top: auto;
		margin-left: 0 !important;
		bottom: 30px !important;
		left: 30px !important;
		right: 30px !important;
		text-align: left !important;
	}

	.fotoblokken_3_counter{
		float: right;
		color: #cccccc;
		font-family: Ubuntu;
		font-size: 15px;
		font-weight: 700;
		line-height: 45px;
	}

	.current_count{
		color: #78c4af;

	}
}

@media (min-width:768px) and (max-width:991px)
{
	.fotoblok span {
		font-size: 40px;
		line-height: 50px;
	}
	
	.fotoblok_overlay {
		top: 30px;
	}
	
	.slider-row > div.fotoblok_2 {
		margin-top: -60px;
		margin-left: 16.666667% !important;
	}
	
	.slider-row > div.fotoblok_3.fotoblok_3 {
		margin-top: -120px;
	}
	
	.fotoblok_2 .fotoblok_overlay {
    	right: -125px;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.slider-row > div.fotoblok_2 {
		margin-top: -60px;
		margin-left: 16.666667% !important;
	}
	
	.slider-row > div.fotoblok_3.fotoblok_3 {
		margin-top: -160px;
	}
	
	.fotoblok_2 .fotoblok_overlay {
    	right: -125px;
	}
}