.overlay_aan #pagina{
	transition:all 0.5s;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

#owwLightboxOverlay{
	background: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	display: none;
}


/* Lightbox */
#owwLighboxAjaxTarget {
	display: none;
	position: fixed;
	top: 10%;
	left: 20%;
	background: #fff;
	width: 60%;
	max-height: 80%;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 101;
}

#owwLighboxAjaxTarget h2{
	margin: 0;
}

#owwLighboxAjaxTarget a {
	color: #000;
}



/*--------------------------------------------------------------------------------*/
/*TABLET*/
@media (max-width: 1025px){
	/* Lightbox */
	#owwLighboxAjaxTarget {
		width: 80%;
		left: 10%;
	}
}

/*--------------------------------------------------------------------------------*/
/*TABLET*/
@media (max-width: 769px){
	/* Lightbox */
	#owwLighboxAjaxTarget {
		width: 90%;
		left: 5%;
	}
}

/*--------------------------------------------------------------------------------*/
/*MOBILE*/
@media (max-width: 641px){
	/* Lightbox */
	#owwLighboxAjaxTarget {
		width: 95%;
		left: 2.5%;
	}
}