.referenties{
	position: relative;
	padding-top: 80px;
}

.referenties:before {
    background-color: #f8f8f8;
    width: 72.5%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 60px -100px 60px rgba(29, 29, 27, 0.05);
    box-shadow: 60px -100px 60px rgba(29, 29, 27, 0.05);
    content: "";
    height: 160px;
}

.item-blok {
	text-decoration: none !important;
	margin-bottom: 40px;
}

.item-blok__inner-top{
	padding: 20px 40px 20px 20px;
	background: #fff;
	position: relative;
	height: 100%;
}

.item-blok__inner-top i{
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #0080b7;
    font-size: 13px;
	position: absolute;
	right: 20px;
	bottom: 30px;
	opacity: 0;
}

.item-blok:hover .item-blok__inner-top i{
	opacity: 1;
}

h2.item-blok__titel{
	color: #003e51;
	margin-bottom: 0;
	font-family: Ubuntu;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	max-width: 290px;
}

.volgende{
	padding: 120px 0;
	margin-top: 120px;
	position: relative;
}

.volgende .item-blok{
	margin-bottom: 0;
}

.volgende:before{
	content: "";
	position: absolute;
	background: url(../../../images/call_to_action_bg_donker.png);
	background-color: #003e51;
	-webkit-box-shadow: 60px -60px 60px rgba(29, 29, 27, 0.05);
	box-shadow: 60px -60px 60px rgba(29, 29, 27, 0.05);
	width: 50%;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 1;
	-webkit-transform: translateX(-130px);
	-ms-transform: translateX(-130px);
	transform: translateX(-130px);
}

.volgende_tekst{
	text-align: right;
	color: rgba(0,62,81,0.2);
	font-family: "Zilla Slab";
	font-size: 120px;
	font-weight: 700;
	line-height: 120px;
	text-transform: uppercase;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #fff;
}

.jumbotron .ref_cats{
	list-style: none;
	padding: 0;
	margin: -30px 0 40px !important;
	width: 100%;
	float: left;
}

.ref_cats li{
	margin-right: 30px;
	float: left;
}

.ref_cats a{
	padding: 0;
	margin: 0;
	outline: none;
	color: #0080b7;
	font-family: Ubuntu;
	font-size: 13px;
	font-weight: 300;
	background: none;
	position: relative;
	text-decoration: none !important;
	border: none;
}

.ref_cats a:after{
	height: 2px;
    width: 100%;
	opacity: 0;
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-color: #0080b7;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ref_cats a:hover:after,
.ref_cats a.active:after{
	opacity: 1;
}

.referentie_meta{
	color: #0080b7;
	font-family: Ubuntu;
	font-size: 13px;
	font-weight: 300;
    margin-bottom: 5px;
    display: block;
    margin-top: -10px;
}

.meta_referentie_single{
	color: #fcbe00;
	font-family: Ubuntu;
	font-size: 20px;
	font-weight: 300;
	line-height: 35px;
	position: absolute;
	text-align: right;
    top: -60px;
}

@media (max-width:767px)
{
	.volgende {
		padding: 60px 0;
		margin-top: 60px;
	}
	
	.volgende:before{
		width: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
	.volgende_tekst {
		text-align: right;
		color: rgba(0,62,81,0.2);
		font-family: "Zilla Slab";
		font-size: 40px;
		font-weight: 700;
		line-height: 40px;
		text-transform: uppercase;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #fff;
		width: 100%;
	}
	
	.content_links_afbeelding_rechts .img_caption{
		font-size: 60px;
		line-height: 60px;
    	left: 30px;
	}
	
	.meta_referentie_single{
		text-align: left;
		top: -20px;
		position: static;
		order: 1;
		margin-bottom: 20px;
	}
	
	.referenties{
		padding-top: 0;
	}
	
	.meta_tekst:hover .sharebuttons {
		width: 165px;
	}
	
	.referenties:before{
		display: none;
	}
	
	.meta_tekst,
	.meta_tekst a{
		font-size: 14px;
	}
	
	.meta_tekst i {
		margin-left: 0;
		margin-right: 15px;
	}
	
	.ref_cats li {
    	margin-right: 0;
    	float: none;
	}
	
	.jumbotron .ref_cats{
		column-count: 2;
		margin: 0 0 40px !important;
	}
}

@media (min-width: 576px) and (max-width:767px)
{	
	
}

@media (min-width:768px) and (max-width:991px)
{    
	.referenties:before{
		width: 75%;
	}
	
	.volgende_tekst{
		font-size: 60px;
		line-height: 60px;
	}
	
	.meta_referentie_single{
		text-align: left;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.referenties:before{
		width: 92.5%;
	}
	
	.volgende_tekst{
		font-size: 80px;
		line-height: 80px;
	}
}