/*! Tablesaw - v2.0.3 - 2016-05-02
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2016 Filament Group; Licensed MIT */

table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}

.tablesaw {
  border-collapse: collapse;
  width: 100%;
}

/* Structure */

.tablesaw {
  border: 0;
  padding: 0;
}

.tablesaw th,
.tablesaw td {
  box-sizing: border-box;
  padding: .5em .7em;
}

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em;
}

/* Table rows have a gray bottom stroke by default */

.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */

@media only all {
  /* Show the table cells as a block level element */

  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */

  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }

  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}

@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
  }

  .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }

  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */

@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }

  /* Show the table header rows */

  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  /* Hide the labels in each cell */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

#stacks_in_73 {
	padding:  10px;
}

#stacks_in_74 {
	font-size: 119%;
}

#stacks_in_2 {
	padding:  10px;
}

#stacks_in_69 {
	padding:  10px;
}
@font-face{font-family:'icomoon';src:url('../rw_common/plugins/stacks/scrollpage_icons/icomoon.eot?8zq521');src:url('../rw_common/plugins/stacks/scrollpage_icons/icomoon.eot?8zq521#iefix') format('embedded-opentype'),url('../rw_common/plugins/stacks/scrollpage_icons/icomoon.woff2?8zq521') format('woff2'),url('../rw_common/plugins/stacks/scrollpage_icons/icomoon.ttf?8zq521') format('truetype'),url('../rw_common/plugins/stacks/scrollpage_icons/icomoon.woff?8zq521') format('woff'),url('../rw_common/plugins/stacks/scrollpage_icons/icomoon.svg?8zq521#icomoon') format('svg');font-weight:normal;font-style:normal}[class^="sp-icon-"],[class*=" sp-icon-"]{color:#FFFFFF;font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sp-icon-chevron-rounded:before{content:"\e600"}.sp-icon-chevron-rounded-thick:before{content:"\e601"}.sp-icon-chevron-thin:before{content:"\e602"}.sp-icon-chevron-thick:before{content:"\e603"}.sp-icon-arrow:before{content:"\e604"}.sp-icon-arrow-thin:before{content:"\e605"}.sp-icon-arrow-thick:before{content:"\e606"}.sp-icon-round-1:before{content:"\e607"}.sp-icon-round-2:before{content:"\e608"}.sp-icon-round-3:before{content:"\e609"}.sp-icon-round-4:before{content:"\e60a"}#ncd-sp-arrow{display:inline-block;line-height:0;z-index:1000000;padding: 0;background:#0F80FF;border-radius: 100px;border-width: 3px;border-style:solid;background: none;opacity:0;border-color:#FB0207}#ncd-sp-arrow i{font-size: 72px;}#ncd-sp-arrow.show i{cursor:pointer}#ncd-sp-arrow{position:fixed;opacity:0;margin: 60px;-webkit-transition:opacity 150ms,-webkit-transform 150ms;transition:opacity 150ms,transform 150ms;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}#ncd-sp-arrow.show.down-amount,#ncd-sp-arrow.show.down-container{-webkit-transition:opacity 750ms 0,-webkit-transform 750ms 0;transition:opacity 750ms 0,transform 750ms 0;}#ncd-sp-arrow .rotateThis{-webkit-transition:-webkit-transform 700ms;transition:transform 700ms}#ncd-sp-arrow.show.down-amount .rotateThis,#ncd-sp-arrow.show.down-container .rotateThis{position:relative;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}#ncd-sp-arrow.down-amount .rotateThis,#ncd-sp-arrow.down-container .rotateThis{position:relative;-webkit-transform:rotate(0);transform:rotate(0)}#ncd-sp-arrow.show{opacity:1;-webkit-transform:rotateY(0) translateX(0) translateY(0) translateZ(100px) scale(1);transform:rotateY(0) translateX(0) translateY(0) translateZ(100px) scale(1)}#ncd-sp-arrow.tl{top:0;left:0}#ncd-sp-arrow.tc{top:0;left:50%}#ncd-sp-arrow.tr{top:0;right:0}#ncd-sp-arrow.bl{bottom:0;left:0}#ncd-sp-arrow.bc{bottom:0;left:50%}#ncd-sp-arrow.br{bottom:0;right:0}@media screen and (max-width:400px){#ncd-sp-arrow{display:none}}
#stacks_in_84>.s3_row {
	margin: 0 -10px;
}

#stacks_in_84>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_84>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


	#stacks_in_84>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_84>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_84 {
	padding:  10px;
}

#stacks_in_91 {
	padding:  10px;
}
#stacks_in_121>.s3_row {
	margin: 0 -10px;
}

#stacks_in_121>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_121>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_121>.s3_row>.s3_column_right {
	width: 33.33%;
}

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








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



}



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


	#stacks_in_121>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_121>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}




#stacks_in_121 {
	padding:  10px;
}

#stacks_in_141 {
	margin:  20px;
	padding:  20px;
}
#youtube_gallery_table_stacks_in_135 td, #youtube_gallery_table_stacks_in_135 td * {
    vertical-align: top;
}

#youtube_gallery_table_stacks_in_135  {
/* Table-wide CSS here */
}

#youtube_gallery_table_stacks_in_135 thead, #youtube_gallery_table_stacks_in_135 th {
	height: 0px;
}

@media (min-width: 40em) {
	/* Vertical border between the video and the description */
	#youtube_gallery_table_stacks_in_135 td {
		border-left: solid 1px rgba(223, 223, 223, 1.00);
	}
	#youtube_gallery_table_stacks_in_135 td:first-child {
	  border-left: none;
	}

	/* The bottom border for each row */
	#youtube_gallery_table_stacks_in_135.tablesaw-stack tbody tr {
	  border-bottom: 1px solid rgba(223, 223, 223, 1.00);
	}
}

@media (max-width: 39.9375em) {
	/* The bottom border for each row */
	#youtube_gallery_table_stacks_in_135.tablesaw-stack tbody tr {
	  border-bottom: 1px solid rgba(223, 223, 223, 1.00);
	}

    /* Prevent contents from being pushed to the right on mobile mode */
    #youtube_gallery_table_stacks_in_135.tablesaw td {
        word-wrap: break-word;
        max-width: 90%;
        width: 90%;
    }
}

#youtube_gallery_table_stacks_in_135.tablesaw th {
  box-sizing: border-box;
  padding: 0;
}

#youtube_gallery_table_stacks_in_135.tablesaw thead tr:first-child th {
  padding-top: 0;
  padding-bottom: 0;
}


/* Each video's play image */
.youtube-gallery-lister-video-container img {
  width:100%;
  height:auto;
}
a.youtube-gallery-stacks_in_135 {
  float: left;
  position: relative;
}
a.youtube-gallery-stacks_in_135 span {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../files/images/play-btn.png") no-repeat;
  background-position: 50% 50%;
  background-size: 300%;
}
@media screen and (max-width: 480px) {
  a.youtube-gallery-stacks_in_135 span {
    background-size: 400%;
  }
}



#stacks_in_135 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  10px;
}

#stacks_in_17 {
	margin:  20px;
	padding:  10px;
}

#stacks_in_12 {
	margin:  20px;
}
 :root{--mejs-background:#000;--mejs-color:#fff;--mejs-controls:url('https://villagebusker.com/rw_common/plugins/stacks/mejs-controls.svg')}.stacks_in_4{overflow:hidden;width:100%;text-align:center;height:auto;}.stacks_in_4 div:focus{outline:none}.stacks_in_4 .html5video,.stacks_in_4 img,.stacks_in_4 video.html5video{outline:none;margin:0 auto;display:block;width:100% !important;height:auto;}.stacks_in_4 button{box-shadow:none;border-width:0;border-style:none}.stacks_in_4 .mejs__container .mejs__overlay-play,.stacks_in_4 .mejs__container .mejs__overlay-loading{}.stacks_in_4 .mejs__container .mejs__controls{}.stacks_in_4 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total{}.stacks_in_4 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded{}.stacks_in_4 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current{} 

#stacks_in_4 {
	margin:  20px;
}

#stacks_in_15 {
	margin:  20px;
}
 :root{--mejs-background:#000;--mejs-color:#fff;--mejs-controls:url('https://villagebusker.com/rw_common/plugins/stacks/mejs-controls.svg')}.stacks_in_14{overflow:hidden;width:100%;text-align:center;height:auto;}.stacks_in_14 div:focus{outline:none}.stacks_in_14 .html5video,.stacks_in_14 img,.stacks_in_14 video.html5video{outline:none;margin:0 auto;display:block;width:100% !important;height:auto;}.stacks_in_14 button{box-shadow:none;border-width:0;border-style:none}.stacks_in_14 .mejs__container .mejs__overlay-play,.stacks_in_14 .mejs__container .mejs__overlay-loading{}.stacks_in_14 .mejs__container .mejs__controls{}.stacks_in_14 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total{}.stacks_in_14 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded{}.stacks_in_14 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current{} 

#stacks_in_14 {
	margin:  20px;
}

#stacks_in_58 {
	margin:  20px;
}
/* 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_173 {
	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 .proGalleryItemInner a:focus {
    outline: 2px dotted #FF0000;
}


#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 */





#stacks_in_173 {
	margin: 5px 5px 40px 5px;
}

/* ProGallery Regimented Grid Layout */
#mygallery .proGalleryThumbs {
  display: grid;
  place-content: center;
}

#mygallery .proGalleryThumbs li {
  overflow: hidden;
}

@media screen and (min-width: 0px) {
  #mygallery .proGalleryThumbs {
    grid-template-columns: repeat(auto-fit, 15em);
    grid-gap: 0.75em;
  }
  
  #mygallery .proGalleryThumbs li {
    height: 15em;
  }
}

@media screen and (min-width: 568px) {
	#mygallery .proGalleryThumbs {
    grid-template-columns: repeat(auto-fit, 15em);
    grid-gap: 0.75em;
  }
  
  #mygallery .proGalleryThumbs li {
    height: 15em;
  }
}

@media screen and (min-width: 992px) {
	#mygallery .proGalleryThumbs {
    grid-template-columns: repeat(auto-fit, 15em);
    grid-gap: 0.75em;
  }
  
  #mygallery .proGalleryThumbs li {
    height: 15em;
  }
}

@media screen and (min-width: 1200px) {
	#mygallery .proGalleryThumbs {
    grid-template-columns: repeat(auto-fit, 15em);
    grid-gap: 0.75em;
  }
  
  #mygallery .proGalleryThumbs li {
    height: 15em;
  }
}

#mygallery .proGalleryItemInner,
#mygallery .proGalleryThumbs a {
  width: 100%;
  height: 100%;	
}

#mygallery .proGalleryThumbs img {
	width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
}





#mygallery .proGalleryItemTitle {
display: none !important;	
}
/* Photobox lightbox */
#pbOverlay *,#pbOverlay :before,#pbOverlay :after{-moz-box-sizing:content-box;box-sizing:content-box}#pbOverlay.show{opacity:1;pointer-events:auto}#pbOverlay{opacity:0;overflow:hidden;width:100%;height:100%;position:fixed;z-index:9999;left:0;top:0;text-align:center;pointer-events:none;-moz-user-select:none;background:rgba(0,0,0,.90);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2000000',endColorstr='#e2000000');-webkit-transform:translate3d(0);transition:opacity 300ms ease}#pbOverlay.msie{background-color:rgba(0,0,0,.6)}.msie.pbLoading .pbWrapper{background:url(../images/loading.gif) no-repeat center center}@keyframes pbLoaderFrames{50%{height:5px}}@-webkit-keyframes pbLoaderFrames{50%{height:5px}}.pbLoader{display:none;width:100px;height:100px;position:absolute;z-index:999;top:0;left:0;right:0;bottom:0;margin:auto;text-align:center;border-radius:100%;box-shadow:15px 32px 60px -20px #FFF inset,1px 1px 3px 1px #FFF inset,0 0 20px;transition:.3s}.thumbs .pbLoader{-webkit-transform:translateY(-50px);transform:translateY(-50px)}.pbLoading:not(.msie):not(.error) .pbLoader{display:block}.pbLoader b{display:inline-block;vertical-align:middle;margin:0 2px;width:8px;height:60px;border-radius:5px;background:rgba(255,255,255,.8);box-shadow:0 0 10px rgba(0,0,0,.5);-webkit-animation:.9s pbLoaderFrames infinite linear;animation:.9s pbLoaderFrames infinite linear}.pbLoader b:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.pbLoader b:nth-child(3){-webkit-animation-delay:.6s;animation-delay:.6s}.mobile.pbLoading .pbLoader{transform:none;transition:0}.pbWrapper:after,#pbCaption .pbThumbs ul:after,#pbOverlay .prevNext:after,#pbOverlay .pbLoader:before{content:"";display:inline-block;height:100%;margin-right:-.25em;vertical-align:middle}@keyframes deadImage{50%{text-shadow:0 0 25px rgba(255,255,255,.5);transform:scale(.85)}}@-webkit-keyframes deadImage{50%{text-shadow:0 0 25px rgba(255,255,255,.5);-webkit-transform:scale(.85)}}#pbOverlay button{outline:0!important;box-shadow:0}.pbWrapper{-moz-box-sizing:border-box;box-sizing:border-box;transform:rotate(0deg);vertical-align:middle;height:100%;perspective:1200px;position:relative}.video > .pbWrapper{z-index:11;display:inline-block}.pbLoading .pbWrapper{display:inline-block\9;width:100%}.pbWrapper:before{content:'\2716';color:transparent;text-shadow:0 2px 35px rgba(255,255,255,0);font-size:0;vertical-align:middle;cursor:default;transition:text-shadow .7s ease-out}.error .pbWrapper:before{font-size:22em;text-shadow:0 0 0 #FFF;-webkit-animation:2s 1s deadImage infinite linear;animation:2s 1s deadImage infinite linear}.thumbs .pbWrapper{padding:0;margin:0}.error .pbWrapperr img{width:0}.pbWrapper > div{display:none;width:624px;height:351px;vertical-align:middle;border-radius:5px;background:rgba(0,0,0,.5)}.video > .pbWrapper > div{display:inline-block}#pbOverlay iframe,#pbOverlay embed,#pbOverlay object{display:block;width:100%;height:100%;opacity:1;transition:.5s}.pbWrapper .pbHide iframe{opacity:0}.pbWrapper > div,.pbWrapper > img{transition:.5s .5s cubic-bezier(.1,.87,.48,1);-webkit-transform:none;-ms-transform:none;transform:none;-webkit-backface-visibility:hidden;box-shadow:0 0 20px #000;opacity:1}.mobile.show .pbWrapper > div,.mobile.show .pbWrapper > img{transition:30ms}.pbWrapper > *,.pbHide .pbWrapper > .prepare{opacity:0;vertical-align:middle;-webkit-transform:scale(.2) rotateX(80deg);-ms-transform:scale(.2) rotateX(80deg);transform:scale(.2) rotateX(80deg);border-radius:6px;border:none;max-height:95%;max-width:100%}.on .pbWrapper > *{transition-delay:0}.pbWrapper .zoomable{-webkit-transition:0;transition:0;position:relative;z-index:9}.pbWrapper .rotating{-webkit-transition:.25s cubic-bezier(.4,.04,0,1);transition:.25s cubic-bezier(.4,.04,0,1)}.pbHide .pbWrapper > *{-webkit-transform:scale(1.2);transform:scale(1.2);transform:none\9;opacity:0;transition:.4s ease-out}#pbCloseBtn,#pbAutoplayBtn{position:absolute;top:-50px;right:-50px;z-index:999;display:block;padding:0 0 20px 20px;text-align:center;cursor:pointer;color:#FFF;transition:.3s .3s ease-out}.pbHide #pbCloseBtn{top:-50px;right:-50px}.on #pbCloseBtn{top:-2px;right:-2px}#pbCloseBtn:before{content:'\00D7';font:bold 1em/1 arial}#pbCloseBtn:before,#pbAutoplayBtn:before{display:inline-block;height:35px;width:35px;padding:8px 8px 12px 12px;font-size:2em;opacity:.8;vertical-align:middle;background:rgba(255,255,255,.2);border-radius:0 0 0 70px;transition:.1s ease-out}#pbCloseBtn:hover:before{padding:15px 10px 24px 24px;background:rgba(255,100,100,.4)}#pbAutoplayBtn{display:none;right:auto;left:-50px;padding:0;width:50px;height:50px;font-size:13px}.hasAutoplay #pbAutoplayBtn{display:block}#pbAutoplayBtn:hover{width:60px;height:60px}.on #pbAutoplayBtn{top:0;left:0;transition:.1s ease-out}#pbAutoplayBtn:before{content:'\2016';width:100%;height:100%;border-radius:0 0 70px 0;font-weight:700;padding:0;text-indent:-6px;line-height:1.6}#pbAutoplayBtn:active:before{text-shadow:0 0 3px #FFF,0 0 6px #FFF}#pbAutoplayBtn.play:before{content:'\25BA'}#pbAutoplayBtn .pbProgress{display:none\9;width:100%;height:100%;overflow:hidden;position:absolute;padding:6px;top:0;left:0;opacity:.2;transform:rotateZ(0deg);-webkit-transform:rotateZ(0deg);-ms-transform:rotateZ(0deg);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:.3s;transition:.3s}.mobile #pbAutoplayBtn .pbProgress{-webkit-transition:0;transition:0}#pbAutoplayBtn.playing .pbProgress{-webkit-transform:rotateZ(90deg);-ms-transform:rotateZ(90deg);transform:rotateZ(90deg)}#pbAutoplayBtn .pbProgress:before{content:'';position:absolute;right:0;bottom:0;width:200%;height:200%;border-radius:50%;box-shadow:0 0 0 8px #FFF inset}#pbCaption,.pbHide #pbCaption{position:absolute;z-index:999;margin-bottom:5px;bottom:-120px;width:100%;overflow:hidden;transform:translateZ(0px);transition:.4s}.show.on #pbCaption{bottom:0;transition-delay:.5s}#pbOverlay.thumbs #pbCaption label{display:block}#pbCaption label{display:none;float:right;margin:0 1em;color:#FFF;opacity:.3;transition:.2s;cursor:pointer}#pbCaption label:after{content:'\276F';font-size:30px;line-height:30px;display:inline-block;transform:rotate(-90deg);transition:.2s ease-out}#pbCaption label:hover{opacity:1}#pbCaption .title,#pbCaption .counter{display:inline-block;color:#FFF;margin:0 6px}#pbCaption .counter{display:none;opacity:.55}.hasCounter #pbCaption .counter{display:inline-block}.pbCaptionText{display:inline-block;transition:.3s;opacity:.9;font-weight:700;vertical-align:middle;text-shadow:1px 1px 1px rgba(0,0,0,.5);padding-left:60px}.pbCaptionText.change{-webkit-transform:translateY(25px);transform:translateY(25px);opacity:0}#pbCaption .rotateBtn{display:none;background:none;border:0;font:800 1.7em/0 Arial;vertical-align:middle;color:rgba(255,255,255,.5);width:1.1em;height:1.1em;padding:0;border-radius:50%;background:rgba(0,0,0,.2);cursor:pointer;transition:.15s ease-out}#pbCaption .rotateBtn.show{display:block;float:right}#pbCaption .rotateBtn:hover{color:rgba(255,255,255,.7)}#pbCaption .rotateBtn:active{color:#fff;background:rgba(0,0,0,.4)}.mobile #pbCaption label{display:none;z-index:-1;color:red}.mobile .pbCaptionText{padding:0}#pbThumbsToggler:checked ~ #pbCaption .pbThumbs{margin:0}#pbThumbsToggler:checked ~ #pbCaption label:after{transform:rotate(90deg)}#pbThumbsToggler:checked ~ .pbWrapper{margin-top:-50px;padding:50px 0}.pbThumbs{display:none;transition:.35s;-webkit-overflow-scrolling:touch}.thumbs .pbThumbs{display:block;width:100%;padding:5px 0 2px;margin-bottom:-100px;overflow:hidden}.mobile .pbThumbs{overflow:auto}.pbThumbs:hover{clear:both}.pbThumbs ul{display:inline-block;position:relative;list-style:none;height:80px;padding:0 5px;margin:0;white-space:pre;transition:.2s}.pbThumbs ul:after{vertical-align:bottom}.pbThumbs li{display:inline-block;vertical-align:bottom;height:70%;opacity:.6;text-align:center;position:relative;transition:.15s}.pbThumbs li.active{height:100%;opacity:1}.pbThumbs li:hover{height:100%;opacity:1}.pbThumbs li.video::before{content:'\25BA';color:#FFF;font-size:20px;height:20px;width:20px;line-height:.9;position:absolute;bottom:4px;left:7px;background:rgba(0,0,0,.4);box-shadow:0 0 0 3px rgba(0,0,0,.4);border-radius:0 3px 0 0;pointer-events:none}.pbThumbs a{height:100%;padding:0 2px;display:block;-moz-user-select:none}.pbThumbs img{height:96%;min-height:95.9%;border:2px solid #FFF;max-width:none;border-radius:0;transition:.15s}.pbThumbs li:hover img{min-height:96%}.pbThumbs li.fast a img{transition:none}.pbThumbs li.active a img{border-color:#D8FF16;min-height:96%}#pbOverlay .prevNext{display:none;background:rgba(0,0,0,0);position:absolute;z-index:10;height:100%;width:35%;padding:80px 0;opacity:0;box-sizing:border-box;-moz-box-sizing:border-box;top:0;transition:.2s ease-out;text-shadow:0 0 12px #000,0 0 10px #FFF;user-select:none;filter:alpha(opacity=0);cursor:pointer}#pbOverlay.hasArrows .prevNext{display:block}#pbOverlay .prevNext.pbHide{display:none}#pbOverlay.on .prevNext:hover{opacity:.5;filter:alpha(opacity=50)}#pbOverlay.on .prevNext:hover:active{transition:80ms;opacity:1;filter:alpha(opacity=100);text-shadow:0 0 16px #FFF,0 0 10px #000}.prevNext b{display:inline-block;vertical-align:middle;transition:.2s ease-in}.prevNext:hover b{transition:.2s cubic-bezier(.095,.870,.485,.985)}#pbPrevBtn b{transform:scale(.4) translateX(350px);-webkit-transform:scale(.4) translateX(350px)}#pbNextBtn b{transform:scale(.4) translateX(-350px);-webkit-transform:scale(.4) translateX(-350px)}#pbPrevBtn b:before,#pbNextBtn b:after{display:inline;line-height:.3;font-size:18em;font-weight:400;color:#FFF;font-family:Arial}#pbPrevBtn b:before{content:'\2039'}#pbNextBtn b:after{content:'\203A'}.on #pbPrevBtn:hover b{transform:scale(1) translateX(20px);-webkit-transform:scale(1) translateX(20px)}.on #pbNextBtn:hover b{transform:scale(1) translateX(-20px);-webkit-transform:scale(1) translateX(-20px)}.show #pbPrevBtn{left:0;text-align:left}.show #pbNextBtn{right:0;text-align:right}@media all and (max-width:700px){.pbWrapper img,.pbHide .pbWrapper img.prepare{max-height:100%}.thumbs .pbWrapper{padding:0;margin:0}.pbThumbs{margin-bottom:-60px}.pbThumbs.show{margin:0}.pbThumbs ul{height:50px}.pbThumbs li{height:100%;opacity:1}.pbThumbs li img{min-height:96.5%}}@media all and (max-width:710px){.pbThumbs li.active a img{min-height:96%}}

/* Custom styling */
#pbOverlay {
  background: rgba(0, 0, 0, 0.90);
}
.pbWrapper > * {
  border-radius: 6px;
}
.pbCaptionText .title {
  color: rgba(255, 255, 255, 1.00);
}
.pbCaptionText .counter {
  opacity: 1;
  color: rgba(125, 127, 127, 1.00);
}
.pbThumbs li a img {
  border-color: rgba(255, 255, 255, 1.00);
}
.pbThumbs li.active a img {
  border-color: rgba(216, 255, 22, 1.00);
}
#stacks_in_60 {
	margin: 20px 10px 0px 10px;
}

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

#stacks_in_64 {
	margin:  20px;
}
