
#stacks_in_59 {
	margin: 40px 0px 40px 0px;
}
/* ProGallery Grid */

#mygallery {
	display: block;
	width: 100%;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
}

#mygallery ul#proGalleryThumbsstacks_in_48 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mygallery li.proGalleryItem {
	position: relative;
	-webkit-transform: translateZ(0);
}

#mygallery li .proGalleryItemInner {
  border: 0rem none rgba(234, 234, 234, 1.00);
  border-radius: 0rem;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 0rem;
	position: relative;
	margin: 0rem;
	
}

#mygallery li.proGalleryItem a {
	display: block;
  cursor: zoom-in;
  margin: ;
  outline: none;
}



#mygallery li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0rem;
  display: block;
  border: 0rem none rgba(234, 234, 234, 1.00);
	padding: 0rem;
	margin: 0rem;
	
}

/* Disable links that don't go anywhere */
#mygallery li .proGalleryItemInner a[href=''],
#mygallery li .proGalleryItemInner a[href='#null'] {
  pointer-events: none !important;
  cursor: default !important;
}


/* Captions */
#mygallery .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	letter-spacing: 0px;
	border-radius: 0rem;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  background: rgba(255, 255, 255, 1.00);
  
  
  
	
	
}

/* Override for caption titles */
#mygallery .proGalleryItemTitle strong {
	
	font-size: 1rem;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1.00);
	line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#mygallery .proGalleryItemTitle div {
  
  color: rgba(102, 102, 102, 1.00);
  font-size: 1rem;
}

#mygallery.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#mygallery.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#mygallery.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

#mygallery.titlesHoverTopLeft .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#mygallery.titlesHoverTopCentre .proGalleryItemTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}

#mygallery.titlesTopRight .proGalleryItemTitle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	opacity: 0;
}

#mygallery.titlesHoverMiddleLeft .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	opacity: 0;
	text-align: left;
}

#mygallery.titlesHoverMiddleCentre .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#mygallery.titlesHoverMiddleRight .proGalleryItemTitle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	opacity: 0;
	text-align: right;
}

#mygallery.titlesHoverBottomLeft .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: left;
}

#mygallery.titlesHoverBottomCentre .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

#mygallery.titlesHoverBottomRight .proGalleryItemTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	text-align: right;
}

#mygallery li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





/* ProGallery Columns Layout */

#mygallery .proGalleryThumbs {
  -moz-column-gap: 1rem;
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
}


/* This CSS aims to fix the issue of images missing in Safari, within CSS columns, with animations applied */
#mygallery .proGalleryThumbs li img {
  will-change: transform;
}


@media screen and (min-width: 0px) {
  #mygallery .proGalleryThumbs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (min-width: 568px) {
	#mygallery .proGalleryThumbs {
		-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	}
}

@media screen and (min-width: 992px) {
	#mygallery .proGalleryThumbs {
		-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	}
}

@media screen and (min-width: 1200px) {
	#mygallery .proGalleryThumbs {
		-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	}
}

#mygallery .proGalleryThumbs li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  border-bottom: 1rem solid transparent;
}
/* TopBox Lightbox */
/*
TopBox is developed by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_overlay{position:fixed;top:0;left:0;z-index:99995;width:100%;height:100%;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.topbox_overlay,.topbox_overlay *,.topbox_overlay :before,.topbox_overlay :after{box-sizing:border-box;-webkit-box-sizing:border-box}.topbox_fill{position:fixed;top:0;left:0;width:100%;height:100%}.topbox_overlay.topbox_open{visibility:visible;opacity:1}.topbox_wrapper{position:absolute;z-index:99996;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.topbox_content{position:relative;z-index:99998;height:80vh;width:80vw;display:flex;align-items:center}.topbox_title_wrap{position:relative;z-index:99998}.topbox_nav{display:none}.topbox_prev,.topbox_next,.topbox_close{position:absolute;z-index:99999;background:none;border:none;cursor:pointer}.topbox_prev{left:0}.topbox_next{right:0}.topbox_close{top:0;right:0}.topbox_close_layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99997}.topbox_image{display:inline-block;max-width:100%;max-height:100%;width:auto;height:auto;position:relative;margin:auto}.topbox_html5_audio_wrap{width:100%}.topbox_html5audio{width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block}.topbox_html5_video_wrap{width:100%}.topbox_html5video{margin:auto;max-width:100%;height:auto}.topbox_iframe_wrap,.topbox_iframe,.topbox_pdf_wrap,.topbox_pdf{width:100%;height:100%;display:block}.topbox_pdf_mobile_message{display:inline-block;margin:auto}.topbox_embedded_web_video{position:relative;padding-bottom:56.25%!important;height:0;width:100%;overflow:hidden}.topbox_embedded_web_video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_video_iframe_wrap{position:relative;padding-bottom:56.25%!important;height:0;width:100%}iframe.topbox_video_iframe{position:absolute;top:0;left:0;width:100%;height:100%}.topbox_content .plyr{min-width:100%}.topbox_inline,.topbox_ajax{max-height:100%;width:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.topbox_error{display:table;text-align:center;width:100%;height:100%;color:#fff}.topbox_error p{display:table-cell;vertical-align:middle}.topbox_notouch .topbox_effect_fade,.topbox_notouch .topbox_effect_slideLeft,.topbox_notouch .topbox_effect_slideRight,.topbox_notouch .topbox_effect_slideUp,.topbox_notouch .topbox_effect_slideDown{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.topbox_notouch .topbox_effect_slideLeft .topbox_content,.topbox_notouch .topbox_effect_slideRight .topbox_content,.topbox_notouch .topbox_effect_slideUp .topbox_content,.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-moz-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-ms-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);-o-transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9);transition:all .5s cubic-bezier(0.25,0.5,0.5,0.9)}.topbox_notouch .topbox_effect_slideLeft .topbox_content{-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}.topbox_notouch .topbox_effect_slideRight .topbox_content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}.topbox_notouch .topbox_effect_slideLeft.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideRight.topbox_open .topbox_content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.topbox_notouch .topbox_effect_slideDown .topbox_content{-webkit-transform:translateY(-20%);-moz-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.topbox_notouch .topbox_effect_slideUp .topbox_content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}.topbox_notouch .topbox_effect_slideUp.topbox_open .topbox_content,.topbox_notouch .topbox_effect_slideDown.topbox_open .topbox_content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.topbox_open .topbox_blur_wrapper{filter:blur(1px)}.topbox_skin_darkroom .topbox_fill{background:rgba(0,0,0,0.8)}.topbox_skin_darkroom .topbox_pdf_mobile_message{color:#FFF;font-size:18px}.topbox_skin_darkroom a.topbox_pdf_mobile_button,.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited{color:#FFF;border-radius:1rem;border:2px solid #FFF;text-decoration:none;transition:all 300ms ease-in;padding:1rem;line-height:1;display:block;margin-top:1rem}.topbox_skin_darkroom .topbox_nav{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.topbox_skin_darkroom .topbox_prev,.topbox_skin_darkroom .topbox_next,.topbox_skin_darkroom .topbox_close{color:#FFF;text-decoration:none;font-size:45px;opacity:.5;transition:all 300ms ease-in;padding:2vw;line-height:1}.topbox_skin_darkroom .topbox_close{margin-top:-10px;font-size:55px}.topbox_skin_darkroom .topbox_prev:hover,.topbox_skin_darkroom .topbox_next:hover,.topbox_skin_darkroom .topbox_close:hover{opacity:1}.topbox_skin_darkroom .topbox_prev:before{content:"←"}.topbox_skin_darkroom .topbox_next:before{content:"→"}.topbox_skin_darkroom .topbox_close:before{content:"×"}.topbox_skin_darkroom .topbox_title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.5;font-size:14px;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;margin-top:7px;border-radius:30px;text-align:center;display:inline-block}
/* Custom styles */
.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.80);
}
.topbox_skin_darkroom .topbox_prev, 
.topbox_skin_darkroom .topbox_next, 
.topbox_skin_darkroom .topbox_close {
  color: rgba(255, 255, 255, 1.00);
}
.topbox_skin_darkroom .topbox_image {
  border-radius: 5px;
}
.topbox_skin_darkroom .topbox_title {
  display: block !important;
  background: rgba(0, 0, 0, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_39 {
	margin: 20px 0px 0px 0px;
}
:root {
  --multi_columns_stacks_in_39_17:1fr 1fr;
}
#multi_columns_stacks_in_39_17 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_39_17);
  grid-gap: 16px;
  align-items: flex-start;
  
  
  
  
  
}
#multi_columns_stacks_in_39_17 > div {
  min-width: 0;
}
#multi_columns_stacks_in_39_17 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_39_17 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_39_17 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 901px) {
  #multi_columns_stacks_in_39_17 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_39_17 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_39_17 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_39_17 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 501px) {
  #multi_columns_stacks_in_39_17 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_39_17 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_39_17 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_39_17 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_39_17 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_39_17 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_39_17 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_39_17 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 900px) {
  #multi_columns_stacks_in_39_17 {
    grid-template-columns: repeat(1, 1fr);
    
  }
  #multi_columns_stacks_in_39_17 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_39_17 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_39_17 > div > * {position: relative;}
  #multi_columns_stacks_in_39_17 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_39_17 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_39_17 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_39_17 > div > * {position: relative;}
  #multi_columns_stacks_in_39_17 > div > * > * {transform: translate(0,0);}
  
}


#stacks_in_39_7 {
	margin: 20px 0px 20px 0px;
}

#stacks_out_39_7 {
	margin-left:0;
}

#stacks_in_39_15 {
	margin: 20px 0px 20px 0px;
}

#stacks_out_39_15 {
	margin-left:0;
}
