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


#stacks_in_4 {
	display: none;
}

#better-album-wrapper-stacks_in_4,
#better-album-wrapper-stacks_in_4 * {
	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_4 .better-album-wrapper {
	font-size: 0;
	line-height: 0;
	width: 96%;
	width: calc(100% + 16px);
	margin-left: -8px;
	margin-right: -8px;
	text-align: left;
}

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



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

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

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

#better-album-wrapper-stacks_in_4 .better-thumbnail-frame img {
    
	-webkit-filter: blur(0) grayscale(0) sepia(0);
	filter: blur(0) grayscale(0) sepia(0);
	
	
	
	
	
	opacity: 1;
	
}

#better-album-wrapper-stacks_in_4 .better-thumbnail-frame img:hover {
    
	-webkit-filter: blur(0) grayscale(0) sepia(0);
	filter: blur(0) grayscale(0) sepia(0);
	
	
	
	
	
	opacity: 1;
	
}

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

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

#better-album-wrapper-stacks_in_4 p.better-thumbnail-caption {
	
	
	font-size: 14px;
	
	
	
	line-height: 1.5;
	display: block;
	width: 100%;
	
	
	
	color: #FFFFFF;
	
	
	
	height: 42px !important;



	margin: 0;
	padding: 0 .5em;
	text-align: center;
	overflow: hidden;
	-webkit-transform: translateZ(0);

	
}

#better-album-wrapper-stacks_in_4 p.better-thumbnail-caption>span {
	display: block;
	margin: 0 .5em;
	overflow: hidden;

}

#better-album-wrapper-stacks_in_4 .better-thumbnail-frame:hover p.better-thumbnail-caption {
	
	
	


	
	z-index: 2;
}

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

#better-album-wrapper-stacks_in_4 .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_4 .better-thumbnail-wrap {
	width: 50% !important;
	max-width: 50% !important;
}

}

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

#better-album-wrapper-stacks_in_4 .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_4 .better-thumbnail-wrap {
	width: 25% !important;
	max-width: 25% !important;
}

}

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

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

}

/* End of Photo Album Beautifier Stack *//* ResponsiveLightboxPlus stack v1.1.2 */.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 */