/***
 *	Gallery Style
 *	2018-09-10
 */

.gallery {}
	
	.gallery-item {}
		.\-gutter .gallery-item { margin-bottom: var( --gutter-base, 1.25rem ) }
		
		.gallery-item figure {}
			.\-gutter .gallery-item figure { margin-bottom: var( --gutter-base, 1.25rem ) }
			
			.gallery-item a { display: block }
				
				.gallery-item img { max-width: 100%; height: auto }
				
				.gallery-item figcaption { padding-top: .5rem }


/***
 *	Columns
 */
.gallery.cols { list-style: none; padding: 0 }
	.gallery.cols .gallery-item { text-align: center }


/***
 *	Mansory
 */

/*
.gallery.masonry { display: block; column-gap: 0; width: 100% }
	.gallery.masonry.\-gutter { column-gap: var( --gutter-base, 1.25rem ) }

*/
	.gallery.masonry .gallery-item { width: 100% }
	
		.gallery.masonry .gallery-item figure { margin-bottom: 0 }
			.gallery.masonry.\-gutter .gallery-item figure { margin-bottom: var( --gutter-base, 1.25rem ) }

/*			
	.gallery.masonry.cols-1 { column-count: 1 }
	.gallery.masonry.cols-2 { column-count: 2 }
	.gallery.masonry.cols-3 { column-count: 3 }
	.gallery.masonry.cols-4 { column-count: 4 }
	.gallery.masonry.cols-5 { column-count: 5 }
	.gallery.masonry.cols-6 { column-count: 6 }
*/


/***
 *	Slideshow
 */

.slideshow-item { transition: all .3s ease-out }
	.\-gutter .slideshow-item { padding: calc( var( --gutter-base, 1.25rem ) / 2 ); margin-bottom: 0; }
	
	.slideshow-item:hover {}
		.slideshow-item figcaption { text-align: center; font-style: normal }
		.slideshow-item figcaption span { display: block; font-size: 1.5rem; padding-top: .5rem; font-weight: bold }

.gallery.slideshow > .owl-prev,
.gallery.slideshow > .owl-next { position: absolute; top: 50%; margin-top: -25px; width: 50px; height: 50px; background: url( nav.png ) no-repeat 50% 50%; text-indent: -999em }
	.gallery.slideshow > .owl-prev { left: 0 }
	.gallery.slideshow > .owl-next { right: 0; transform: scaleX( -1 ) }

.slideshow-nav-before { position: relative; padding-top: 40px }
	.slideshow-nav-before > .owl-nav,
	.slideshow-nav-before > .owl-dots { position: absolute; top: 12px; height: 32px; width: 100% }




/* < 1200 : dt */
@media only screen and ( max-width: 1199px ){
	.gallery.masonry.cols-1-dt { column-count: 1 }
	.gallery.masonry.cols-2-dt { column-count: 2 }
	.gallery.masonry.cols-3-dt { column-count: 3 }
	.gallery.masonry.cols-4-dt { column-count: 4 }
	.gallery.masonry.cols-5-dt { column-count: 5 }
	.gallery.masonry.cols-6-dt { column-count: 6 }
}


/* < 899 : tb */
@media only screen and ( max-width: 899px ){
	.gallery.masonry.cols-1-tb { column-count: 1 }
	.gallery.masonry.cols-2-tb { column-count: 2 }
	.gallery.masonry.cols-3-tb { column-count: 3 }
	.gallery.masonry.cols-4-tb { column-count: 4 }
	.gallery.masonry.cols-5-tb { column-count: 5 }
	.gallery.masonry.cols-6-tb { column-count: 6 }
}


/* < 599 : mb */
@media only screen and ( max-width: 599px ){
	.gallery.masonry.cols-1-mb { column-count: 1 }
	.gallery.masonry.cols-2-mb { column-count: 2 }
	.gallery.masonry.cols-3-mb { column-count: 3 }
	.gallery.masonry.cols-4-mb { column-count: 4 }
	.gallery.masonry.cols-5-mb { column-count: 5 }
	.gallery.masonry.cols-6-mb { column-count: 6 }
}


/* < 360 : ss */
@media only screen and ( max-width: 359px ){
	.gallery.masonry.cols-1-ss { column-count: 1 }
	.gallery.masonry.cols-2-ss { column-count: 2 }
	.gallery.masonry.cols-3-ss { column-count: 3 }
	.gallery.masonry.cols-4-ss { column-count: 4 }
	.gallery.masonry.cols-5-ss { column-count: 5 }
	.gallery.masonry.cols-6-ss { column-count: 6 }
}
