/***** galerie *****/
.galerie							{ column-count: 4; column-gap: 40px; margin: 0 auto; padding: 20px 0; font-size: 0; line-height: 0; letter-spacing: 0;}
.galerie .item 						{ display: block; margin-bottom: 40px;}
.galerie .item:after				{ width: 100%; height: 100%; background: url("../images/loupe.svg") 50% no-repeat; opacity: 0; position: absolute; left: 0; top: 0; content: "";}
.galerie .item img					{ width: 100%; height: auto; display: inline-block; transition: filter ease-in-out 300ms;}

@media (min-width:1201px) {
.galerie .item:hover:after			{ opacity: 1;}
.galerie .item:hover img       		{ filter: brightness(0.6);}
}
@media (max-width:1600px) {
.galerie							{ padding: 0; column-gap: 30px;}
.galerie .item 						{ margin-bottom: 30px;}
}
@media (max-width:1200px) {
.galerie							{ column-gap: 20px; column-count: 3;}
.galerie .item 						{ margin-bottom: 20px;}
}
@media (max-width:1000px) {
.galerie							{ column-count: 2;}
}
@media (max-width:600px) {
.galerie							{ column-gap: 10px;}
.galerie .item 						{ margin-bottom: 10px;}
}


/***** custom fancybox *****/
.fancybox-bg									{ background: #fff;}
.fancybox-is-open .fancybox-bg					{ opacity: 1;}
.fancybox-button,
.fancybox-infobar__body 						{ background: none; color: #000; font: 400 16px/60px "Ubuntu"; letter-spacing: 0.4px;}
.fancybox-infobar 								{ display: none;}
.fancybox-toolbar 								{ top: 30px; right: 30px; opacity: 1!important;}
.fancybox-show-nav .fancybox-arrow 				{ opacity: 1; transition: all 300ms ease-in-out;}
.fancybox-button--close 						{ width: 54px; height: 54px; background: #1d2a4e; border-radius: 5px; transition: all 300ms ease-in-out;}
.fancybox-button--close:before					{ width: 24px; height: 2px; left: calc(50% - 12px); top: calc(50% - 1px); background: #fff;}
.fancybox-button--close:after					{ width: 24px; height: 2px; left: calc(50% - 12px); top: calc(50% - 1px); background: #fff;}
.fancybox-arrow 								{ width: 60px; height: 80px; background: url("../images/arrow_next.svg") 54% 50% no-repeat #fff; margin-top: -40px;}
.fancybox-arrow:after							{ display: none;}
.fancybox-arrow--right 							{ right: 30px;}
.fancybox-arrow--left 							{ left: 30px;}

@media (min-width:1201px) { 
.fancybox-button:hover:not([disabled]) 			{ background: #2f406c;} 
.fancybox-arrow:hover:not([disabled])  			{ opacity: 0.5;}
}
@media (max-width:1200px) { 
.fancybox-toolbar 								{ top: 20px; right: 20px;}
.fancybox-arrow 								{ width: 50px;}
.fancybox-arrow--right 							{ right: 20px;}
.fancybox-arrow--left 							{ left: 20px;}
}
@media (max-width:600px) { 
.fancybox-button,
.fancybox-infobar__body 						{ line-height: 40px;}
.fancybox-toolbar 								{ top: 10px; right: 10px;}
.fancybox-button--close 						{ width: 48px; height: 48px;}
.fancybox-button--close:before					{ width: 20px; left: calc(50% - 10px);}
.fancybox-button--close:after					{ width: 20px; left: calc(50% - 10px);}
.fancybox-arrow 								{ width: 40px; height: 50px; margin-top: -20px; background-size: 25% auto;}
.fancybox-arrow--right 							{ right: 0;}
.fancybox-arrow--left 							{ left: 0;}
} 