/* Start of Photo Album Beautifier Stack v1.6.0 */


#stacks_in_11_page0 {
	display: none;
}

#better-album-wrapper-stacks_in_11_page0,
#better-album-wrapper-stacks_in_11_page0 * {
	box-sizing: border-box;
	-webkit-transition: all 400ms ease-in-out;
	   -moz-transition: all 400ms ease-in-out;
	     -o-transition: all 400ms ease-in-out;
	        transition: all 400ms ease-in-out;
}

#better-album-wrapper-stacks_in_11_page0 .better-album-wrapper {
	font-size: 0;
	line-height: 0;
	width: 96%;
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-right: -5px;
	text-align: left;
}

#better-album-wrapper-stacks_in_11_page0 .better-thumbnail-wrap {
	display: inline-block;
	height: auto !important;
	margin: 0 !important;
	padding: 5px;
	vertical-align: bottom;
}



#better-album-wrapper-stacks_in_11_page0 .better-thumbnail-frame {
	width: 100% !important;
	padding: 0px;
	
	
	overflow: hidden;
}

#better-album-wrapper-stacks_in_11_page0 .better-thumbnail-frame:hover {
	
	
}

#better-album-wrapper-stacks_in_11_page0 .better-thumbnail-frame a img {
	width: 100% !important;
	height: auto;
	padding: 6px;
	
	
}

#better-album-wrapper-stacks_in_11_page0 .better-thumbnail-frame img:hover {
	
	
	
	
}

#better-album-wrapper-stacks_in_11_page0 .better-thumbnail-frame a:hover img {
	
	
}


#better-album-wrapper-stacks_in_11_page0 .better-thumbnail-frame *:hover {
	cursor: pointer;
}

#better-album-wrapper-stacks_in_11_page0 p.better-thumbnail-caption {
	display: none !important;
}



@media only screen and (max-width: 320px) {

#better-album-wrapper-stacks_in_11_page0 .better-thumbnail-wrap {
	width: 100% !important;
	max-width: 100% !important;
}

}

@media only screen and (min-width: 321px) and (max-width: 767px) {

#better-album-wrapper-stacks_in_11_page0 .better-thumbnail-wrap {
	width: 33.333333% !important;
	max-width: 33.333333% !important;
}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

#better-album-wrapper-stacks_in_11_page0 .better-thumbnail-wrap {
	width: 33.333333% !important;
	max-width: 33.333333% !important;
}

}

@media only screen and (min-width: 1025px) and (max-width: 1823px) {

#better-album-wrapper-stacks_in_11_page0 .better-thumbnail-wrap {
	width: 33.333333% !important;
	max-width: 33.333333% !important;
}

}

@media only screen and (min-width: 1824px) {

#better-album-wrapper-stacks_in_11_page0 .better-thumbnail-wrap {
	width: 33.333333% !important;
	max-width: 33.333333% !important;
}

}

/* End of Photo Album Beautifier Stack */
#stacks_out_11_page0 {
	width: 300px;
}
/* ResponsiveLightboxPlus stack v1.1.0 */



.lightbox {
	cursor: pointer;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*background: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);background: rgba(0,0,0,.7);*/ /*vervangen door background + op */
	background: rgba(255, 255, 255, 0.80);
	-webkit-filter: none !important;
	z-index: 100000 !important; /* changed to deal with the overenthusiastic z-indexes of Henk's Stripped theme */
}

.lightbox img {
	display: block;
	position: absolute;
	border: 5px solid rgba(255, 255, 255, 1.00);
	box-shadow: 0 0 20px rgba(255, 255, 255, 1.00);
	border-radius: 0px;
	background: rgba(255, 255, 255, 1.00);
}

body.blurred>* {
	-webkit-filter: blur(2px);
	-webkit-transform: translate3d(0,0,0)
}

.lightbox__loading {
	/*background: url(loading.gif) center center no-repeat;*/
	background: url(../files/responsivelightbox-images/loading.gif) center center no-repeat;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	position: absolute;
	top: 50%;
	left: 50%
}

.lightbox__caption {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 9998;
	background: rgba(0, 0, 0, 0.80);
}

.lightbox__caption p {
	margin: 0 auto;
	max-width: 70%;
	display: inline-block;
	padding: 12px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18.000000px;
}

.lightbox__button {
	position: absolute;
	z-index: 9999;
	background: center center no-repeat;
	width: 32px;
	height: 32px;
	opacity: .4;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	        transition: all .3s;
}

.lightbox__button:focus,.lightbox__button:hover {
	opacity: 1;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4)
}

.lightbox__close {
	right: 10px;
	top: 10px;
	/*background-image: url(close.png)*/
	background: url(../files/responsivelightbox-images/close.png);
}

.lightbox__nav {
	top: 50%;
	margin-top: -16px
}

.lightbox__nav--next {
	right: 10px;
	/*background-image: url(next.png)*/
	background: url(../files/responsivelightbox-images/next.png);
}

.lightbox__nav--prev {
	left: 10px;
	/*background-image: url(previous.png)*/
	background: url(../files/responsivelightbox-images/previous.png);
}
/* End of ResponsiveLightboxPlus stack */#stacks_in_2_page0>.s3_row {
	margin: 0 -10px;
}

#stacks_in_2_page0>.s3_row>.s3_column_left {
	width: 70.71%;
}

#stacks_in_2_page0>.s3_row>.s3_column_right {
	width: 29.290001%;
}




#stacks_in_2_page0>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}





