/*
 * baguetteboxcss
 */

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.0
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}


.image-align-left{margin-left:0;margin-right:auto}.image-align-center{margin-left:auto;margin-right:auto}.image-align-right{margin-left:auto;margin-right:0}.image-full{width:100% !important}.stacks-picture img{max-width:100%;width:auto;height:auto;display:block}
/* 
WHW edits
- Remove retina @media block at the bottom
- Remove '.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(icons/loading.gif) no-repeat 50% 50%; }'
- Remove 'background-image: url(icons/next.png);'
- Remove 'background-image: url(icons/prev.png);'
- Remove 'background: url(icons/close.png) no-repeat 5px 5px;'
- Remove default theme
*/


/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

.nivo-lightbox-html5audio {
	width: 100%;
}

.nivo-lightbox-html5video {
	background: #000;
}

.nivo-lightbox-html5audio,
.nivo-lightbox-html5video {
	position: absolute;
	z-index: 99999;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	vertical-align: middle;
}

.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-left{text-align:left}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-right{text-align:right}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify{text-align:justify}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-inherit{text-align:inherit}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center + ul{display:table;margin:0 auto;text-align:left}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify.small-only-just-left{text-align:left !important}}
.nav-wrap{margin:0 auto;overflow:visible}.nav-wrap h1,.nav-wrap h2,.nav-wrap h3,.nav-wrap h4,.nav-wrap h5,.nav-wrap h6{margin-bottom:0}.nav-content{position:relative}.contained-bar{margin:0 auto}.site-title a:hover{text-decoration:none}html:not(.menulab-js) .navbar ul,html:not(.menulab-js) .navbar li{display:block!important;position:relative!important;margin:0!important;padding:0!important;left:0!important;right:0!important}html:not(.menulab-js) .navbar .ml-arrows li::after{display:none!important}html:not(.menulab-js) .navbar a{text-align:left!important}.navbar{float:none;max-height:0;overflow:hidden;transition:max-height .5s;margin:0;padding:0;list-style-type:none}.navbar ul{margin:0}.navbar li>ul li{white-space:nowrap}.navbar li{list-style-type:none;display:block;transition:background-color .3s ease}.navbar li a{display:block;text-decoration:none;padding:3px .8em;transition:color .3s ease}.navbar li.has-dropdown>.ml-dropdown{padding-left:20px}.navbar .ml-arrows .has-dropdown::after{top:12px}.ml-dropdown,.ml-dropdown *{margin:0;padding:0;list-style:none}.ml-dropdown li{position:relative}.ml-dropdown ul{display:none;top:100%;right:0;left:auto;z-index:99}html:not(.touch-stripped) .ml-dropdown li:hover>ul{display:block}html.touch-stripped .ml-dropdown li.dd-open>ul{display:block}.ml-dropdown a{display:block;position:relative}.ml-dropdown ul ul{top:0;left:100%}.expand{max-height:100vh}.ml-arrows .has-dropdown:after{content:'';position:absolute;right:6px;margin-top:0;height:0;width:0;border:5px solid transparent}.ml-arrows ul .ml-dropdown:after{margin-top:-5px;margin-right:-3px;border-color:transparent}
html,.palette0{--text-color-richer:rgba(230, 230, 230, 1.00);--text-color-normal:rgba(255, 255, 255, 1.00);--text-color-softer:rgba(255, 255, 255, 1.00);--accent-color:rgba(218, 165, 32, 1.00);--accent-color-hover:rgba(255, 153, 0, 1.00);--accent-text-color:rgba(255, 255, 255, 1.00);--accent-text-color-hover:rgba(230, 230, 230, 1.00);--accent-color-alt:rgba(255, 255, 255, 1.00);--link-color:rgba(233, 185, 14, 1.00); --link-color-hover:rgba(255, 153, 0, 1.00); --border-color:rgba(187, 187, 187, 1.00);--border-color-softer:rgba(237, 237, 237, 1.00);--border-color-richer:rgba(137, 137, 137, 1.00);--background-color:rgba(0, 0, 0, 1.00);--background-color-alt:rgba(51, 51, 51, 0.10);--nav-bg:rgba(17, 17, 17, 0.30);--nav-bg-hover:rgba(255, 255, 255, 0.89);--nav-link:rgba(255, 255, 255, 1.00);--nav-link-hover:rgba(0, 0, 0, 1.00);--code-background:rgba(0, 0, 0, 1.00);--code-text:rgba(230, 230, 230, 1.00);--button-primary-color:rgba(255, 255, 255, 1.00);--button-primary-color-hover:rgba(230, 230, 230, 1.00);--second-color:rgba(127, 127, 127, 1.00);--second-color-hover:rgba(255, 153, 0, 1.00);--second-color-alt:rgba(255, 255, 255, 1.00);--base-font-size:62.5%;--container-max-width:1200px;--container-max-width-alt:900px}*{vertical-align:baseline;border:0 none;outline:0;padding:0;margin:0}html{font-size:62.5%;font-size:var(--base-font-size);-webkit-text-size-adjust:100%;box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}html,body{height:100%}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{font-size:1.80rem;line-height:1.60;font-weight:normal;font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 1.00);color:var(--text-color-normal);background-color:var(--background-color);}p.lead{font-size:2.00rem}@media (min-width:600px){body{font-size:1.80rem}p.lead{font-size:2.00rem}}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.00rem;font-weight:normal;font-style:normal;}h1,.h1{font-size:4.00rem;line-height:1.2;letter-spacing:-.1rem;}h2,.h2{font-size:3.00rem;line-height:1.25;letter-spacing:-.1rem;}h3,.h3{font-size:3.00rem;line-height:1.3;letter-spacing:-.1rem;}h4,.h4{font-size:2.40rem;line-height:1.35;letter-spacing:-.08rem;}h5,.h5{font-size:1.80rem;line-height:1.5;letter-spacing:-.05rem;}h6,.h6{font-size:1.70rem;line-height:1.6;letter-spacing:0;}@media (min-width:600px){h1,.h1{font-size:5.00rem}h2,.h2{font-size:4.00rem}h3,.h3{font-size:4.00rem}h4,.h4{font-size:3.00rem}h5,.h5{font-size:2.40rem}h6,.h6{font-size:2.00rem}}p{margin-top:0}blockquote{margin-top:10px;margin-bottom:10px;margin-left:1rem;margin-right:1rem;padding-left:1rem;border-left:3px solid var(--accent-color);color:var(--text-color-softer)}a{color:var(--link-color);text-decoration:none;transition:all .2s ease 0s}a:hover:not(.source-button):not(.button){color:var(--link-color-hover);text-decoration:none}.u-case{text-transform:uppercase}:focus{outline:none;box-shadow:0 0 0 3px rgba(233, 185, 14, 1.00)!important}.stripped-button a,.source-btn{line-height:62px;font-size:16px;border-width:1px;height:calc(62px + 2px); font-weight: normal; text-transform: uppercase; display:inline-block;padding:0 10px;text-decoration:none;color:var(--text-color-softer);text-align:center;letter-spacing:.1rem;text-decoration:none;white-space:nowrap;background-color:transparent;border-radius:5px;border:1px solid var(--border-color);cursor:pointer;box-sizing:border-box;transition:all .2s ease 0s;max-width:100%}.button-nav a,.source-btn-nav a{color:var(--button-primary-color)!important;background-color:var(--nav-link)!important;border-color:var(--nav-link)!important}.button-nav a:hover,.button-nav a:focus,.source-btn-nav a:focus,.source-btn-nav a:hover{color:var(--button-primary-color);background-color:var(--nav-link-hover);border-color:var(--nav-link-hover)}.button-second a,.s-button-second{color:var(--second-color-alt)!important;background-color:var(--second-color)!important;border-color:var(--second-color)!important}.button-second a:hover,.button-second a:focus,.s-button-second:hover,.s-button-second:focus{color:var(--second-color-alt)!important;background-color:var(--second-color-hover)!important;border-color:var(--second-color-hover)!important}.button-primary-flip a,.s-button-primary-flip{color:var(--accent-color)!important;background-color:var(--button-primary-color)!important;border-color:var(--accent-color)!important}.button-primary-flip a:hover,.button-primary-flip a:focus,.s-button-primary-flip:hover,.s-button-primary-flip:focus{color:var(--button-primary-color)!important;background-color:var(--accent-color)!important;border-color:var(--accent-color)!important}.button-primary a,.s-button-primary{color:var(--button-primary-color)!important;background-color:var(--accent-color)!important;border-color:var(--accent-color)!important}.button-primary a:hover,.button-primary a:focus,.s-button-primary:hover,.s-button-primary:focus{color:var(--button-primary-color)!important;background-color:var(--accent-color-hover)!important;border-color:var(--accent-color-hover)!important}.button-ghost a:hover,.button-ghost a:focus{border-color:var(--border-color-richer)!important}input{font-size:14px}.quizArea label{display:inline-block}ul{list-style:circle inside}ol{list-style:decimal inside}ol,ul{padding-left:1rem;margin-top:0}ul ul,ul ol,ol ol,ol ul{margin-left:1.5rem}li{margin-bottom:0.00rem;margin-left:3rem}li ul{margin-bottom:0.00rem}code{padding:.2rem .5rem;margin:0 .2rem;font-size:95%;white-space:nowrap;background:var(--code-background);color:var(--code-text);border:1px solid var(--border-color-softer);border-radius:4px}pre>code{display:block;padding:1rem 1.5rem;white-space:pre;overflow:auto}kbd{margin:0 .1em;padding:.1em .6em;border-radius:3px;border:1px solid rgb(204,204,204);color:rgb(51,51,51);display:inline-block;box-shadow:0 1px 0 rgba(0,0,0,.2),inset 0 0 0 2px #fff;background-color:rgb(247,247,247);-moz-box-shadow:0 1px 0 rgba(0,0,0,.2),0 0 0 2px #fff inset;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.2),0 0 0 2px #fff inset;-moz-border-radius:3px;-webkit-border-radius:3px;text-shadow:0 1px 0 #fff}sup{vertical-align:super}button,.source-button{margin-bottom:1rem}input,textarea,select,fieldset{margin-bottom:1.5rem}pre,blockquote,dl,figure,table,p,ul,ol,form{margin-bottom:0.00rem}.u-full-width{width:100%;box-sizing:border-box}.u-max-full-width{max-width:100%;box-sizing:border-box}.u-pull-right{float:right}.u-pull-left{float:left}.u-align-left{text-align:left}.u-align-right{text-align:right}.u-align-center{text-align:center}@media (max-width:600px){.s-align-left{text-align:left}.s-align-right{text-align:right}.s-align-center{text-align:center}}@media (min-width:600px){.m-align-left{text-align:left}.m-align-right{text-align:right}.m-align-center{text-align:center}}@media (min-width:900px){.l-align-left{text-align:left}.l-align-right{text-align:right}.l-align-center{text-align:center}}@media (min-width:1200px){.xl-align-left{text-align:left}.xl-align-right{text-align:right}.xl-align-center{text-align:center}}hr{margin-top:2rem;margin-bottom:2.5rem;border-width:0;border-top:1px solid var(--border-color)}::selection{background:var(--accent-color);color:var(--button-primary-color)}::-moz-selection{background:var(--accent-color);color:var(--button-primary-color)}.u-cf:before,.container:before,.row:before,.s3_row:before,.u-cf:after,.container:after,.row:after,.s3_row:after{content:"";display:table}.u-cf:after,.container:after,.row:after,.s3_row:after{clear:both}.stripped-container,.s-container-lite,.stripped-content,.stripped-outer,.stripped-wrapper,.s-grid-item,.s-cols-item,.s-coder-wrap{position:relative}.stripped-container,.stripped-content{box-sizing:border-box}img{max-width:100%}.stripped-img,.stripped-svg,.img-fit-wrap,picture{line-height:0}figure{line-height:1}.stripped-img img,.s-cols-item:not([data-sal]),.s-grid-item:not([data-sal]),.stripped-svg svg,.s-lift,.s-drop,.s-zoom,.s-zoom-big,.s-zoom-img img,.s-zoom-img-big img{transition:all .2s ease-out 0s}.s-container-lite,.s-content-center{margin-left:auto;margin-right:auto}.s-grid-item,.s-cols-item,.s-flex{display:flex;flex-direction:column;flex-wrap:wrap}.s-flow-down{flex-wrap:nowrap!important}.s-self-end{justify-self:end}.s-grid-item>.stacks_out,.s-cols-item>.stacks_out,.s-flex>.stacks_out{width:100%}.s-img-fit{object-fit:cover;width:100%!important;height:100%!important}.s-cols-container{position:relative;max-width:100%;margin:0 auto;display:flex;flex-flow:row wrap;vertical-align:top}.s-grid-link,.s-img-fit-link,.s-coder-link{display:contents}.s-button-group{display:flex;flex-wrap:wrap}.w-100{width:100%!important}.s-no-lift{transform:translateY(0)!important}.s-lift:hover{transform:translateY(-5px)!important}.s-drop:hover{transform:translateY(5px)!important}.s-zoom:hover{transform:scale(1.05)!important;z-index:10!important}.s-zoom-img:hover img{transform:scale(1.05)!important;z-index:10!important}.s-zoom-img-big:hover img{transform:scale(1.1)!important;z-index:10!important}.s-zoom-big:hover{transform:scale(1.1)!important;z-index:10!important}.s-fade{-webkit-mask:linear-gradient(to top,#fff,var(--t,#fff)) top / 100% 30%,linear-gradient(#fff,#fff) center / 100% 40%,linear-gradient(to bottom,#fff,var(--b,#fff)) bottom / 100% 30%;-webkit-mask-repeat:no-repeat;mask:linear-gradient(to top,#fff,var(--t,#fff)) top / 100% 30%,linear-gradient(#fff,#fff) center / 100% 40%,linear-gradient(to bottom,#fff,var(--b,#fff)) bottom / 100% 30%;mask-repeat:no-repeat}.s-fade-t{--t:transparent;}.s-fade-b{--b:transparent;}.s-bright{filter:brightness(70%);transition:filter 250ms ease-in-out!important}.s-bright:hover{filter:brightness(100%)}.s-dark{filter:brightness(100%);transition:filter 250ms ease-in-out!important}.s-dark:hover{filter:brightness(60%)}.s-blur{transition:filter 250ms ease-in-out!important}.s-blur:hover{filter:blur(4px)}.s-unblur{transition:filter 250ms ease-in-out!important;filter:blur(4px)}.s-unblur:hover{filter:blur(0)}.s-blur-bg{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.s-frost{background-color:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.s-shad{box-shadow:0 3px 15px rgba(0,0,0,.2)}.s-shad-none{box-shadow:none!important}.s-shad-hov:hover{box-shadow:0 0 18px rgba(0,0,0,.2)}@media (min-width:600px){.s-shad-m{box-shadow:0 3px 15px rgba(0,0,0,.2)}.s-shad-hov-m:hover{box-shadow:0 0 18px rgba(0,0,0,.2)}.s-shad-none-m{box-shadow:none!important}.text-rotate-up-m{writing-mode:vertical-rl;text-orientation:upright}.text-rotate-m{writing-mode:vertical-lr}.s-flip-m{transform:rotate(180deg)}.s-hide-m{pointer-events:none;transition:opacity 250ms ease-in-out!important;opacity:0}}@media (min-width:900px){.s-shad-l{box-shadow:0 3px 15px rgba(0,0,0,.2)}.s-shad-hov-l:hover{box-shadow:0 0 18px rgba(0,0,0,.2)}.s-shad-none-l{box-shadow:none!important}.text-rotate-up-l{writing-mode:vertical-rl;text-orientation:upright}.text-rotate-l{writing-mode:vertical-lr}.s-flip-l{transform:rotate(180deg)}.s-hide-l{pointer-events:none;transition:opacity 250ms ease-in-out!important;opacity:0}}@media (min-width:1200px){.s-shad-xl{box-shadow:0 3px 15px rgba(0,0,0,.2)}.s-shad-hov-xl:hover{box-shadow:0 0 18px rgba(0,0,0,.2)}.s-shad-none-xl{box-shadow:none!important}.text-rotate-up-xl{writing-mode:vertical-rl;text-orientation:upright}.text-rotate-xl{writing-mode:vertical-lr}.s-flip-xl{transform:rotate(180deg)}.s-hide-xl{pointer-events:none;transition:opacity 250ms ease-in-out!important;opacity:0}}.s-screen{mix-blend-mode:screen}.s-multiply{mix-blend-mode:multiply}.s-exclusion{mix-blend-mode:exclusion}.s-no-pointer{pointer-events:none}.s-flip{transform:rotate(180deg)}.text-rotate-up{writing-mode:vertical-rl;text-orientation:upright}.text-rotate{writing-mode:vertical-lr}html:not(.touch-stripped) .s-hide-nt,.s-hide{pointer-events:none;transition:opacity 250ms ease-in-out!important;opacity:0}.s-reveal:hover .s-hide,.s-reveal:hover .s-hide-nt,.s-reveal:hover .s-hide-m{pointer-events:auto;opacity:1}.s-hide-on-reveal{transition:opacity 250ms ease-in-out!important}.s-reveal:hover .s-hide-on-reveal{pointer-events:none;opacity:0}.repeat{background-repeat:repeat!important;background-size:unset!important}.touch-stripped .hide-touch{display:none}html:not(.touch-stripped) .hide-non-touch{display:none}.grid-container{position:relative;max-width:100%;margin:0 auto;display:grid}.hide-of{overflow:hidden}.stripped-container>.stripped-link a,.stripped-outer>.stripped-link a,.s-grid-item>.s-grid-link a,.s-cols-item>.s-grid-link a,.s-img-fit-link a,.s-coder-wrap>.s-coder-link a{position:absolute;top:3px;bottom:3px;left:3px;right:3px;content:"";z-index:998;text-decoration:none}.stacks_out{overflow:visible!important}.stacks_in{overflow:visible}.s-inliner>.stacks_out{margin:0;width:auto;display:inline-block}.mb-0{margin-bottom:0!important}.stripped-base-width,.source-base-width{max-width:1200px;max-width:var(--container-max-width);margin:0 auto}.source-base-width-alt,.s-alt-width{max-width:900px;max-width:var(--container-max-width-alt);margin:0 auto}.alt-bg{background-color:var(--background-color-alt)!important}.page-bg{background-color:var(--background-color)!important}.page-fg{color:var(--background-color)!important}.text-bg{background-color:var(--text-color-normal)!important}.text-softer-fg{color:var(--text-color-softer)!important}.text-richer-fg{color:var(--text-color-richer)!important}.s-accent,.accent-bg{background-color:var(--accent-color)!important}.s-accent-text,.accent-alt-bg{background-color:var(--accent-text-color)!important}.s-accent-hover,.accent-hover-bg{background-color:var(--accent-color-hover)!important}.s-accent-c,.accent-fg{color:var(--accent-color)!important}.s-accent-text-c,.accent-alt-fg{color:var(--accent-text-color)!important}.s-accent-hover-c,.accent-hover-fg{color:var(--accent-color-hover)!important}.second-hover-fg{color:var(--second-color-hover)!important}.second-hover-bg{background-color:var(--second-color-hover)!important}.s-second-c,.second-fg{color:var(--second-color)!important}.s-second-text-c,.second-alt-fg{color:var(--second-color-alt)!important}.s-second,.second-bg{background-color:var(--second-color)!important}.s-second-text,.second-alt-bg{background-color:var(--second-color-alt)!important}.nav-1-bg{background-color:var(--nav-bg)!important}.nav-2-bg{background-color:var(--nav-bg-hover)!important}.nav-3-bg{background-color:var(--nav-link)!important}.nav-4-bg{background-color:var(--nav-link-hover)!important}.nav-1-fg{color:var(--nav-bg)!important}.nav-2-fg{color:var(--nav-bg-hover)!important}.nav-3-fg{color:var(--nav-link)!important}.nav-4-fg{color:var(--nav-link-hover)!important}.code-1-bg{background-color:var(--code-background)!important}.code-2-bg{background-color:var(--code-text)!important}.code-1-fg{color:var(--code-background)!important}.code-2-fg{color:var(--code-text)!important}.border-fg{color:var(--border-color)!important}.border-softer-fg{color:var(--border-color-softer)!important}.border-richer-fg{color:var(--border-color-richer)!important}.border-bg{background-color:var(--border-color)!important}.s-dark-bg{background-color:rgba(58,56,68,.5)}.s-vdark-bg{background-color:rgba(25,29,36,.80)}.s-light-bg{background-color:rgba(255,255,255,.5)}.s-vlight-bg{background-color:rgba(255,255,255,.8)}.stacks_top .iconic-caption{font-size:12px;padding:6px}.source-browser-warning{cursor:pointer; text-align:center;width:80%;top:0;left:10%;position:fixed;margin:20px auto;padding:10px;background:#EC4D3B;color:white;border-radius:4px;z-index:9999}.source-browser-warning a{color:white;text-decoration:underline}@supports (display:grid){.source-browser-warning{display:none}}.base-pad-basic-1,.base-pb-1{padding:10px 50px 10px 50px}.base-pad-advanced-1,.base-pa-1{padding:0px 10px 10px 10px}.base-margin-basic-1,.base-mb-1{margin:0px 0px 0px 0px}.base-margin-advanced-1,.base-ma-1{margin:0 0 0 0}@media (min-width:600px){ .base-margin-advanced-1,.base-ma-1{margin:0 0 0 0} .base-pad-advanced-1,.base-pa-1{padding:0px 10px 10px 10px}}@media (min-width:900px){ .base-margin-advanced-1,.base-ma-1{margin:0 0 0 0} .base-pad-advanced-1,.base-pa-1{padding:0px 20px 20px 20px}}@media (min-width:1200px){ .base-margin-advanced-1,.base-ma-1{margin:0 0 0 0} .base-pad-advanced-1,.base-pa-1{padding:0px 20px 20px 20px}}.base-bg-1-1,.base-bg1-1{     }.base-bg-2-1,.base-bg2-1{     }.base-pad-basic-2,.base-pb-2{padding:10px 50px 10px 50px}.base-pad-advanced-2,.base-pa-2{padding:0px 10px 10px 10px}.base-margin-basic-2,.base-mb-2{margin:0px 0px 0px 0px}.base-margin-advanced-2,.base-ma-2{margin:0 0 0 0}@media (min-width:600px){ .base-margin-advanced-2,.base-ma-2{margin:0 0 0 0} .base-pad-advanced-2,.base-pa-2{padding:0px 10px 10px 10px}}@media (min-width:900px){ .base-margin-advanced-2,.base-ma-2{margin:0 0 0 0} .base-pad-advanced-2,.base-pa-2{padding:0px 20px 20px 20px}}@media (min-width:1200px){ .base-margin-advanced-2,.base-ma-2{margin:0 0 0 0} .base-pad-advanced-2,.base-pa-2{padding:0px 20px 20px 20px}}.base-bg-1-2,.base-bg1-2{     }.base-bg-2-2,.base-bg2-2{background-color:rgba(51, 51, 51, 1.00)!important;     }
 @font-face{font-family:'Josefin-Sans';src:url('https://www.davidbegbie.com/resources/fonts/josefin-sans.woff2') format('woff2');font-weight:normal;font-style:normal;font-display: auto;} @font-face{font-family:'Josefin-Sans';src:url('https://www.davidbegbie.com/resources/fonts/JosefinSans-Italic.woff2') format('woff2');font-weight:normal;font-style:italic;font-display: auto;} @font-face{font-family:'Josefin-Sans';src:url('https://www.davidbegbie.com/resources/fonts/JosefinSans-Bold.woff2') format('woff2');font-weight:bold;font-style:normal;font-display: auto;}h1, h2, h3, h4, h5, h6{   font-weight:normal !important;font-family:'Josefin-Sans',sans-serif !important}
#stacks_in_157989_57.nav-wrap{background-color:var(--nav-bg);width:100%;padding:35px 35px 35px 35px}#stacks_in_157989_57 .nav-content{z-index:999}#stacks_in_157989_57.nav-fixed,#stacks_in_157989_57.nav-sticky{top:0;width:100%;z-index:999}#stacks_in_157989_57.nav-fixed{position:fixed;box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12)}#stacks_in_157989_57.nav-sticky{position:sticky}#stacks_in_157989_57 .contained-bar{max-width:var(--container-max-width)}#stacks_in_157989_57 .navbar li>ul{background-color:rgba(0, 0, 0, 0.85)}#stacks_in_157989_57 .navbar li{list-style-type:none;display:block;border-radius:0px}#stacks_in_157989_57 .navbar li a{color:var(--nav-link)}#stacks_in_157989_57 .navbar li:hover>*:first-child,#stacks_in_157989_57 .navbar li.active>*:first-child{color:var(--nav-link-hover)}#stacks_in_157989_57 .navbar li:hover,#stacks_in_157989_57 .navbar li.active{background-color:var(--nav-bg-hover)}#stacks_in_157989_57 .logo img{vertical-align:top;height:30px;border-radius:0px;width:auto;max-width:none}#stacks_in_157989_57 .logo{}#stacks_in_157989_57 .site-title{}#stacks_in_157989_57 .navbar{display:block;}#stacks_in_157989_57 .branding{position:relative;display:flex;align-items:center;justify-content:center}#stacks_in_157989_57 .branding h5{font-size:20px;font-weight:normal;text-transform: none; padding-left:10px;padding-right:10px}#stacks_in_157989_57 .site-title a{color:var(--text-color-normal);}#stacks_in_157989_57 .site-title a:hover{color:var(--text-color-softer);}@media only screen and (max-width:1399px){#stacks_in_157989_57 .ml-dropdown{background-color:rgba(0, 0, 0, 0.85);max-height:calc(100vh - 45px);overflow-y:scroll} #stacks_in_157989_57 .cta{display:none} #stacks_in_157989_57 .navbar li{margin:3px 0}#stacks_in_157989_57 .branding{}}@media only screen and (min-width:1400px){ #stacks_in_157989_57 .logo{display: block; margin-left:0;padding-right:10px}#stacks_in_157989_57 .site-title{display: none;} #stacks_in_157989_57 .cta-small{display:none} #stacks_in_157989_57 .branding h5{font-size:20px;padding-left:0;padding-right:40px}#stacks_in_157989_57 .grouped-cta,#stacks_in_157989_57 .cta{display:flex;flex-wrap:wrap;align-items:center}#stacks_in_157989_57 .branding{min-width:0px;justify-content: start;}#stacks_in_157989_57 .logo img{height:30px}#stacks_in_157989_57 .navbar{display:inline-block} #stacks_in_157989_57 .mob-icon{display:none}#stacks_in_157989_57.nav-wrap{padding:40px 12px 50px 12px}#stacks_in_157989_57 .navbar{float:right;max-height:none;overflow:visible}#stacks_in_157989_57 .navbar,#stacks_in_157989_57 .nav-content{position:relative;display:flex;align-items:center;justify-content:center;}#stacks_in_157989_57 .navbar li a{padding:0 .8em}#stacks_in_157989_57 .navbar li.active,#stacks_in_157989_57 .navbar li:hover{border-radius:0px}#stacks_in_157989_57 .navbar .ml-menu,#stacks_in_157989_57 .navbar .ml-menu ul{margin:2px 1px}#stacks_in_157989_57 .navbar .ml-menu li{margin:2px 1px;padding-top:3px;padding-bottom:3px}#stacks_in_157989_57 .navbar li>ul{box-shadow:0 0 18px rgba(0,0,0,.1)}#stacks_in_157989_57 .navbar .ml-menu li>ul .dd-to-left>ul{right:100%!important;left:auto!important}#stacks_in_157989_57 .navbar .ml-menu li>ul .dd-to-right>ul{left:100%!important;right:auto!important}#stacks_in_157989_57 .navbar .ml-menu ul,#stacks_in_157989_57 .navbar [dir=rtl] .ml-menu>.dd-to-right>ul{display:none;position:absolute;padding:6px;top:100%;left:0;right:auto;z-index:1}#stacks_in_157989_57 .navbar [dir=rtl] .ml-menu ul,#stacks_in_157989_57 .navbar .ml-menu>.dd-to-left>ul{left:auto;right:0}#stacks_in_157989_57 .navbar .ml-menu ul ul,#stacks_in_157989_57 .navbar [dir=rtl] .ml-menu ul .dd-to-right ul{top:0;left:100%;right:auto}#stacks_in_157989_57 .navbar [dir=rtl] .ml-menu ul ul,#stacks_in_157989_57 .navbar .ml-menu ul .ml-dd-to-left ul{left:auto;right:100%}#stacks_in_157989_57 .navbar .ml-menu li{position:relative;display:block;list-style-type:none}#stacks_in_157989_57 .navbar .ml-menu>li{display:inline-block}#stacks_in_157989_57 .navbar .ml-menu a,#stacks_in_157989_57 .navbar .ml-menu span{display:block;text-decoration:none;white-space:pre}#stacks_in_157989_57 .navbar .ml-menu li:hover>ul{display:block}#stacks_in_157989_57 .navbar .ml-js li:hover>ul{display:none}#stacks_in_157989_57 .navbar .ml-js li.dd-open>ul{display:block!important}#stacks_in_157989_57 .ml-arrows .has-dropdown{padding-right:16px;*padding-right:16px}}#stacks_in_157989_57 .ml-arrows .has-dropdown:after{border-top-color:darkgray;border-top-color:var(--nav-link)}#stacks_in_157989_57 .ml-arrows .has-dropdown.active:after{border-top-color:darkgray;border-top-color:var(--nav-link-hover)}#stacks_in_157989_57 .ml-arrows>li>.ml-dropdown:focus:after,#stacks_in_157989_57 .ml-arrows>li:hover>.ml-dropdown:after,#stacks_in_157989_57 .ml-arrows>.sfHover>.ml-dropdown:after{border-top-color:darkgray;border-top-color:var(--nav-link)}#stacks_in_157989_57 .ml-arrows ul .ml-dropdown:after{border-top-color:darkgray;border-left-color:var(--nav-link)}#stacks_in_157989_57 .ml-arrows ul li>.ml-dropdown:focus:after,#stacks_in_157989_57 .ml-arrows ul li:hover>.ml-dropdown:after,#stacks_in_157989_57 .ml-arrows ul .sfHover>.ml-dropdown:after{border-top-color:darkgray;border-left-color:var(--nav-link)}#stacks_in_157989_57 .mob-icon{-webkit-transform:scale(.6);-moz-transform:scale(.6);-o-transform:scale(.6);transform:scale(.6)}#stacks_in_157989_57 .burg{width:45px;height:45px;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);transition:.5s ease-in-out;cursor:pointer}#stacks_in_157989_57 .burg span{display:block;position:absolute;height:6px;width:100%;background:darkgray;background:var(--accent-color); border-radius:6px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);transition:.25s ease-in-out}#stacks_in_157989_57 .burg span:nth-child(1){top:0}#stacks_in_157989_57 .burg span:nth-child(2),#stacks_in_157989_57 .burg span:nth-child(3){top:18px}#stacks_in_157989_57 .burg span:nth-child(4){top:36px}#stacks_in_157989_57.ml-toggle.expand .burg span:nth-child(1){top:18px;width:0;left:50%}#stacks_in_157989_57.ml-toggle.expand .burg span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}#stacks_in_157989_57.ml-toggle.expand .burg span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}#stacks_in_157989_57.ml-toggle.expand .burg span:nth-child(4){top:18px;width:0;left:50%}    h1.stacks_in_157989_65{        }
 .s-container-stacks_in_157840{max-width:1200px; }#s-wrapper-stacks_in_157840{margin:0; }#s-content-stacks_in_157840{justify-content:center; padding:0; }.s-bg-stacks_in_157840{z-index:0}#s-outer-stacks_in_157840{border-radius:0px 0px 0px 0px}
#stacks_in_156855>.s3_row {
	margin: 0 -1px;
}

#stacks_in_156855>.s3_row>.s3_column_left {
	width: 56.00%;
}

#stacks_in_156855>.s3_row>.s3_column_right {
	width: 44.000000%;
}




#stacks_in_156855>.s3_row>.s3_column {
	padding: 0 1px;
}










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



}



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



}





.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	background: rgba(0, 0, 0, .80);
	
	
	
}

.nivo-lightbox-theme-default .nivo-lightbox-wrap {
	left: 10%;
	right: 10%;
	top: 10%;
	bottom: 10%;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay a,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:visited,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:active,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:focus {
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 20px;
	border-radius: 10px;
}

.nivo-lightbox-theme-default .nivo-lightbox-html5audio,
.nivo-lightbox-theme-default .nivo-lightbox-html5video,
.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 10px;
}




/* No background */
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-ajax,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-inline {
	background: none;
}


















.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { 
	bottom: 0%; 
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 15px/1.80 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap .nivo-lightbox-title {
	
	
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.00);
	padding: 8px 16px;
	border-radius: 1px;
}

/* .nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-title {
	background: none;
	padding: 0;
	border-radius: none;
} */

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	background: none;
	text-indent: 0;
	font-size: 50px;
	opacity: 0.35;
	transition: all 300ms ease-in-out;
	z-index: 99999999999;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-prev [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-next [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	right: 50%;
	text-align: right;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	width: 50px;
	height: 50px;
	
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav:hover {
	background: none;
	opacity: 0.99;
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav [class^="fa fa-"],
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close [class^="fa fa-"] {
	color: rgba(218, 164, 32, 1.00);
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
	background: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading:before {
	color: rgba(255, 255, 255, 1.00);
	text-indent: 0px;
	content: 'Loading content...';
	position: absolute;
	top: 48%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 99999;
	font-size: 18px;
}

.nivo-lightbox-theme-default .nivo-lightbox-content .nivo-lightbox-error {
	color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
}

#topBoxTriggerRegionstacks_in_156860 {
	position: relative;
	display: block;
	height: auto;
	overflow: auto;
}






/* Only stretch the trigger link over the trigger region, if the TopBox trigger is not a button */
#topBoxTriggerRegionstacks_in_156860 #topBoxTriggerstacks_in_156860 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_156860 #topBoxTriggerContentstacks_in_156860 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_156860 #topBoxTriggerContentstacks_in_156860 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_156860 {
	color: rgba(255, 255, 255, 1.00);
}

#topBoxContentWrapperstacks_in_156860 img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

#topBoxContentWrapperstacks_in_156860 h1,
#topBoxContentWrapperstacks_in_156860 h2,
#topBoxContentWrapperstacks_in_156860 h3,
#topBoxContentWrapperstacks_in_156860 h4,
#topBoxContentWrapperstacks_in_156860 h5,
#topBoxContentWrapperstacks_in_156860 h6 {
	color: rgba(255, 255, 255, 1.00);
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_156860 a {
	color: rgba(218, 164, 32, 1.00);
	transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_156860 a:visited {
	color: rgba(218, 164, 32, 1.00);
}

#topBoxContentWrapperstacks_in_156860 a:hover,
#topBoxContentWrapperstacks_in_156860 a:focus,
#topBoxContentWrapperstacks_in_156860 a:active {
	color: rgba(255, 153, 0, 1.00);
}

#topBoxContentWrapperstacks_in_156860 .topBoxAudio,
#topBoxContentWrapperstacks_in_156860 .topBoxVideo {
	width: 100%;
	display: block;
}

/* Fixes for Firefox video positioning, April 2018 */
#topBoxContentWrapperstacks_in_156860.topBoxVideo {
	position: relative;
	padding-bottom: %;
	height: 0;
	overflow: hidden;
}

#topBoxContentWrapperstacks_in_156860 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#topBoxContentWrapperstacks_in_156860 .trackName,
#topBoxContentWrapperstacks_in_156860 .trackDescription {
	text-align: center;
	display: block;
}


#topBoxContentWrapperstacks_in_156860 {
	display: none;
}








#stacks_in_156871 {
	margin:  5px;
	padding:  10px;
}
#stacks_in_156874 .p-base-font p,#stacks_in_156874 .p-base-font li,#stacks_in_156874 .p-base-font a{font-size:16px!important}@media screen and (max-height:320px){#stacks_in_156874 .hide-below-height{display:none}}@media screen and (min-aspect-ratio:8/5){#stacks_in_156874 .hide-below-aspect{display:none}}
#stacks_in_156875,#stacks_in_156875 div,#stacks_in_156875 p,#stacks_in_156875 ol,#stacks_in_156875 ul li,#stacks_in_156875 ol li,#stacks_in_156875 ol,#stacks_in_156875 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_156875,#stacks_in_156875 div,#stacks_in_156875 p,#stacks_in_156875 ol,#stacks_in_156875 ul li,#stacks_in_156875 ol li,#stacks_in_156875 ol,#stacks_in_156875 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_156875{}}


#stacks_in_156856 {
	margin:  5px;
	padding:  10px;
}
 .s-container-stacks_in_158426{max-width:1200px; }#s-wrapper-stacks_in_158426{margin:0; }#s-content-stacks_in_158426{justify-content:center; padding:0; }.s-bg-stacks_in_158426{z-index:0}#s-outer-stacks_in_158426{border-radius:0px 0px 0px 0px}






#stacks_in_158428 img {
    max-width: 100%;
    height: auto;
}


.poster-pagination {
    text-align: center;
}


.poster-pagination {
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.poster-pagination a {
    text-decoration: none;
}




.poster-title, .poster-title a {
    font-size: Josefin-Sans !important;
}

.poster-title, .poster-title a {
    margin: 0px 0px 0px 0px !important;
}




.poster-list-item {
    transition: background-color 500ms;
    
    
    
    
}

.poster-item {
    
}

.poster-list-item:hover {
    
    background-color: rgba(51, 51, 51, 1.00) !important;
    
}

.poster-body {
    
    margin: 20px 5px 20px 5px !important;
    
}


.poster-list {
    display: flex;
    vertical-align: top;
    flex-flow: row wrap;
    justify-content: space-around;
    margin: auto;
}

@media(max-width:679px){
    .poster-list-item {
        
        width: 100%;
        
    }
}
@media(min-width:680px){
    .poster-list-item {
        
        width: calc(90% / 2);
        
    }
}
@media(min-width:992px){
    .poster-list-item {
        
        width: calc(90% / 3);
        
    }
}
@media(min-width:1200px){
    .poster-list-item {
        
        width: calc(90% / 3);
        
    }
}





/* For edit and !edit mode */

.poster-title a:hover {
    text-decoration: none !important;
}

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}

.poster-external-link::after {
    font-family: FontAwesome;
    content: "\f08e";
    margin-left: 1rem;
    font-size: smaller;
}


/* Social */

.poster-social {
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.5rem;
}

.poster-social a {
    text-decoration: none;
    margin-right: 0.5rem;
}


.poster-share {
    display: none;
}


.poster-share::after {
    font-family: FontAwesome;
    
    color: rgba(218, 165, 32, 1.00);
    
    
    content: "\f1e1";
    
}


.poster-facebook {
    display: none;
}


.poster-facebook::after {
    font-family: FontAwesome;
    
    color: rgba(218, 165, 32, 1.00);
    
    
    content: "\f082";
    
}


.poster-twitter {
    display: none;
}


.poster-twitter::after {
    font-family: FontAwesome;
    
    color: rgba(218, 165, 32, 1.00);
    
    
    content: "\f081";
    
}


.poster-pinterest {
    display: none;
}


.poster-pinterest::after {
    font-family: FontAwesome;
    
    color: rgba(218, 165, 32, 1.00);
    
    
    content: "\f0d3";
    
}


.poster-linkedin {
    display: none;
}


.poster-linkedin::after {
    font-family: FontAwesome;
    
    color: rgba(218, 165, 32, 1.00);
    
    
    content: "\f08c";
    
}


.poster-xing {
    display: none;
}


.poster-xing::after {
    font-family: FontAwesome;
    
    color: rgba(218, 165, 32, 1.00);
    
    
    content: "\f169";
    
}


.poster-envelope {
    display: none;
}


.poster-envelope::after {
    font-family: FontAwesome;
    
    color: rgba(218, 165, 32, 1.00);
    
    
    content: "\f199";
    
}

.poster-thumbnail {
    margin-left: auto;
    margin-right: auto;
}

.poster-thumbnail-caption {
    margin-top: 5px;
}

.poster-item article {
    float: none !important;
    width: 100% !important;
}

#stacks_in_158428 {
	margin: 0px 0px 20px 0px;
	padding: 20px 0px 20px 0px;
}





#stacks_in_158430 .poster-date {
    display: none !important;
}







#stacks_in_158430 .blog-entry-author {
    display: none !important;
}





#stacks_in_158446 {
	padding: 20px 0px 20px 0px;
}
#stacks_in_158435 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_158435 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_158435 #jwresp_col2_stacks_in_158435{ float:right; width:49%}@media screen and (max-width:320px){#stacks_in_158435 #jwresp_col1_stacks_in_158435,#stacks_in_158435 #jwresp_col2_stacks_in_158435{width:100%;float:none;display:block}#stacks_in_158435 #jwresp_col1_stacks_in_158435{margin-bottom:15px}}

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


#stacks_in_158442 {
	padding: 0px 0px 40px 0px;
}

#stacks_in_158445 {
	padding: 20px 0px 0px 0px;
}





#stacks_in_158451 .poster-date {
    display: none !important;
}







#stacks_in_158451 .blog-entry-author {
    display: none !important;
}



#srcererstacks_in_158479 .srcerer-inner{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}#srcererstacks_in_158479 .srcerer-img{ max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto; }#srcererstacks_in_158479{background-color:rgba(255, 255, 255, 0.00); }.srcererstacks_in_158479{pointer-events:none}#srcererstacks_in_158479 .srcerer-content{}
#stacks_in_158703,#stacks_in_158703 div,#stacks_in_158703 p,#stacks_in_158703 ol,#stacks_in_158703 ul li,#stacks_in_158703 ol li,#stacks_in_158703 ol,#stacks_in_158703 dl{font-size:1.20rem}@media all and (max-width:640px){#stacks_in_158703,#stacks_in_158703 div,#stacks_in_158703 p,#stacks_in_158703 ol,#stacks_in_158703 ul li,#stacks_in_158703 ol li,#stacks_in_158703 ol,#stacks_in_158703 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_158703{}}


#stacks_in_158703 {
	background-color: rgba(0, 0, 0, 0.50);
	padding:  10px;
}

#stacks_in_158477 {
	margin: 0px 0px 40px 0px;
}
#stacks_in_158455 .paddy2_colwrap {
	margin-left: auto; margin-right: auto;
	padding: 0px;
}

#stacks_in_158455 .paddy2_col1 {
	width: 50.00%;
	display: block; 
	padding: 0px 0px;
	
		float: left;
		margin-left: 0;
	
}
#stacks_in_158455 .paddy2_col2 {
	width: 50.000000%;
	display: block; 
	float: left;
	margin-left: 0%;
	padding: 0px 0px; 
}
@media only screen and (min-width: 9999px) {
#stacks_in_158455 .paddy2_colwrap {
	padding: 0px;
}
#stacks_in_158455 .paddy2_col1 {
	float: none;
	padding: 0px 0px;
	margin-left: 0%;
	width: 100%;
	}
#stacks_in_158455 .paddy2_col2 {
	float: none;
	padding: 0px 0px;
	width: 100%;
	}
}
@media only screen and (max-width: 768px) {
#stacks_in_158455 .paddy2_colwrap {
	padding: 0px;
}
#stacks_in_158455 .paddy2_col1 {
	float: none;
	padding: 0px 0px;
	margin-left: 0%;
	width: 100%;
	}
#stacks_in_158455 .paddy2_col2 {
	float: none;
	padding: 0px 0px;
	width: 100%;
	}
}

.paddy_cf:before,
.paddy_cf:after {
    content: " ";
    display: table;
}

.paddy_cf:after {
    clear: both;
}




#stacks_in_158456 {
	margin: 0px 0px 40px 0px;
}
/* @group ProGallery Grid */

#VENUS-small {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#VENUS-small li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#VENUS-small ul#proGalleryThumbsstacks_in_158462 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#VENUS-small li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#VENUS-small li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#VENUS-small li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}


#VENUS-small li .proGalleryItemInner a:focus {
    outline: 2px dotted #FF0000;
}


#VENUS-small li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0px;
  display: block;
  border: 0px solid rgba(234, 234, 234, 1.00);
  padding: 0px;
}

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#VENUS-small {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#VENUS-small {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#VENUS-small {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#VENUS-small {
		-moz-column-count: 12;
		-moz-column-gap: 20px;
		-webkit-column-count: 12;
		-webkit-column-gap: 20px;
		column-count: 12;
		column-gap: 20px;
	}
}

#VENUS-small li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#VENUS-small .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#VENUS-small .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#VENUS-small .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

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

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

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

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

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

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

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

#VENUS-small.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;
}

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

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

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

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

#VENUS-small li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#VENUS-small li .proGalleryItemInner {
	overflow: hidden;
}

#VENUS-small a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#VENUS-small a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='VENUS-small-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.VENUS-small-icon-play:before {
  content: '\e800';
}

.VENUS-small-icon-pause:before {
  content: '\e801';
}

.VENUS-small-icon-close:before {
  content: '\e802';
}

.VENUS-small-icon-prev:before {
  content: '\e803';
}

.VENUS-small-icon-next:before {
  content: '\e804';
}

.VENUS-small-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes VENUS-small-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes VENUS-small-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes VENUS-small-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes VENUS-small-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes VENUS-small-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#VENUS-small-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENUS-small-case,
  html[data-lc-type=ajax] #VENUS-small-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #VENUS-small-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #VENUS-small-content,
  html[data-lc-type=video] #VENUS-small-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #VENUS-small-content,
html[data-lc-type=ajax] #VENUS-small-content,
html[data-lc-type=error] #VENUS-small-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENUS-small-content,
  html[data-lc-type=ajax] #VENUS-small-content,
  html[data-lc-type=error] #VENUS-small-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #VENUS-small-content .VENUS-small-contentInner,
html[data-lc-type=ajax] #VENUS-small-content .VENUS-small-contentInner,
html[data-lc-type=error] #VENUS-small-content .VENUS-small-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENUS-small-content .VENUS-small-contentInner,
  html[data-lc-type=ajax] #VENUS-small-content .VENUS-small-contentInner,
  html[data-lc-type=error] #VENUS-small-content .VENUS-small-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #VENUS-small-content .VENUS-small-contentInner,
  html[data-lc-type=inline] #VENUS-small-content .VENUS-small-contentInner > *,
  html[data-lc-type=ajax] #VENUS-small-content .VENUS-small-contentInner,
  html[data-lc-type=ajax] #VENUS-small-content .VENUS-small-contentInner > *,
  html[data-lc-type=error] #VENUS-small-content .VENUS-small-contentInner,
  html[data-lc-type=error] #VENUS-small-content .VENUS-small-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #VENUS-small-content .VENUS-small-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #VENUS-small-content .VENUS-small-contentInner > *:not(iframe),
  html[data-lc-type=error] #VENUS-small-content .VENUS-small-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.VENUS-small-isMobileDevice[data-lc-type=iframe] #VENUS-small-content .VENUS-small-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #VENUS-small-content .VENUS-small-contentInner,
  html[data-lc-type=video] #VENUS-small-content .VENUS-small-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #VENUS-small-content .VENUS-small-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENUS-small-content .VENUS-small-contentInner .VENUS-small-inlineWrap,
  html[data-lc-type=ajax] #VENUS-small-content .VENUS-small-contentInner .VENUS-small-inlineWrap,
  html[data-lc-type=error] #VENUS-small-content .VENUS-small-contentInner .VENUS-small-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #VENUS-small-content .VENUS-small-contentInner .VENUS-small-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #VENUS-small-content h1,
  #VENUS-small-content h2,
  #VENUS-small-content h3,
  #VENUS-small-content h4,
  #VENUS-small-content h5,
  #VENUS-small-content h6,
  #VENUS-small-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #VENUS-small-content h1,
  #VENUS-small-content h2,
  #VENUS-small-content h3,
  #VENUS-small-content h4,
  #VENUS-small-content h5,
  #VENUS-small-content h6,
  #VENUS-small-content p {
    color: #333;
  }
}

#VENUS-small-case p.VENUS-small-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #VENUS-small-case p.VENUS-small-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #VENUS-small-case p.VENUS-small-error {
    padding: 0;
  }
}

.VENUS-small-open body {
  overflow: hidden;
}

.VENUS-small-isMobileDevice .VENUS-small-open body {
  max-width: 100%;
  max-height: 100%;
}

#VENUS-small-info {
  position: absolute;
  padding-top: 15px;
}

#VENUS-small-info #VENUS-small-title,
#VENUS-small-info #VENUS-small-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#VENUS-small-info #VENUS-small-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #VENUS-small-info #VENUS-small-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#VENUS-small-info #VENUS-small-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#VENUS-small-info #VENUS-small-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .VENUS-small-fullScreenMode #VENUS-small-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #VENUS-small-info {
    position: static;
  }
}

#VENUS-small-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: VENUS-small-spin 0.5s infinite linear;
  -moz-animation: VENUS-small-spin 0.5s infinite linear;
  -o-animation: VENUS-small-spin 0.5s infinite linear;
  animation: VENUS-small-spin 0.5s infinite linear;
}

#VENUS-small-loading, #VENUS-small-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#VENUS-small-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='VENUS-small-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='VENUS-small-icon-'],
a[class*='VENUS-small-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='VENUS-small-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='VENUS-small-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.VENUS-small-isMobileDevice a[class*='VENUS-small-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='VENUS-small-icon-'].VENUS-small-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='VENUS-small-icon-'].VENUS-small-icon-prev {
  left: 15px;
}

a[class*='VENUS-small-icon-'].VENUS-small-icon-next {
  right: 15px;
}

a[class*='VENUS-small-icon-'].VENUS-small-icon-pause,
a[class*='VENUS-small-icon-'].VENUS-small-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='VENUS-small-icon-'].VENUS-small-icon-pause,
  a[class*='VENUS-small-icon-'].VENUS-small-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='VENUS-small-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='VENUS-small-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='VENUS-small-icon-']:hover,
  #VENUS-small-case:hover ~ a[class*='VENUS-small-icon-'] {
    opacity: 1;
  }
}

#VENUS-small-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #VENUS-small-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='VENUS-small-icon-'],
a[class*='VENUS-small-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='VENUS-small-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='VENUS-small-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#VENUS-small-content img {
	width: auto;
	height: auto;
}

#VENUS-small-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#VENUS-small-info #VENUS-small-sequenceInfo,
#VENUS-small-info #VENUS-small-title,
#VENUS-small-info #VENUS-small-caption {
    color: rgba(170, 170, 170, 1.00);
}

#VENUS-small-info #VENUS-small-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#VENUS-small-info #VENUS-small-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-VENUS-small {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-VENUS-small {
		display: block;
	}
}

#social-VENUS-small a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-VENUS-small a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */
#social-VENUS-small a.proGalleryDownload {
	display: inline-block;
}
/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #VENUS-small-content,
  html[data-lc-type=video] #VENUS-small-content {
    background: transparent;
  }
}

#VENUS-small-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

#stacks_in_158462 {
	margin: 20px 0px 0px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_158465_2,
#ruleStackstacks_in_158465_2:before,
#ruleStackstacks_in_158465_2:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_158465_2 {
	position: relative;
	overflow: hidden;
	margin: 3.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_158465_2 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_158465_2 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(218, 164, 32, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_158465_2 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_158465_2 {
	text-align: center;
}

#ruleStackstacks_in_158465_2:before,
#ruleStackstacks_in_158465_2:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(255, 255, 255, 1.00);
}

#ruleStackstacks_in_158465_2:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_158465_2:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_158465_2 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */
#stacks_in_158466 {
	margin: 40px 0px 40px 0px;
}
/* @group ProGallery Grid */

#VENUS-large {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#VENUS-large li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#VENUS-large ul#proGalleryThumbsstacks_in_158468 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#VENUS-large li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#VENUS-large li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#VENUS-large li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}


#VENUS-large li .proGalleryItemInner a:focus {
    outline: 2px dotted #FF0000;
}


#VENUS-large li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0px;
  display: block;
  border: 0px solid rgba(234, 234, 234, 1.00);
  padding: 0px;
}

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#VENUS-large {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#VENUS-large {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#VENUS-large {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#VENUS-large {
		-moz-column-count: 12;
		-moz-column-gap: 20px;
		-webkit-column-count: 12;
		-webkit-column-gap: 20px;
		column-count: 12;
		column-gap: 20px;
	}
}

#VENUS-large li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#VENUS-large .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#VENUS-large .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#VENUS-large .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

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

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

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

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

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

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

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

#VENUS-large.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;
}

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

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

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

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

#VENUS-large li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#VENUS-large li .proGalleryItemInner {
	overflow: hidden;
}

#VENUS-large a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#VENUS-large a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='VENUS-large-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.VENUS-large-icon-play:before {
  content: '\e800';
}

.VENUS-large-icon-pause:before {
  content: '\e801';
}

.VENUS-large-icon-close:before {
  content: '\e802';
}

.VENUS-large-icon-prev:before {
  content: '\e803';
}

.VENUS-large-icon-next:before {
  content: '\e804';
}

.VENUS-large-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes VENUS-large-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes VENUS-large-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes VENUS-large-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes VENUS-large-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes VENUS-large-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#VENUS-large-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENUS-large-case,
  html[data-lc-type=ajax] #VENUS-large-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #VENUS-large-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #VENUS-large-content,
  html[data-lc-type=video] #VENUS-large-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #VENUS-large-content,
html[data-lc-type=ajax] #VENUS-large-content,
html[data-lc-type=error] #VENUS-large-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENUS-large-content,
  html[data-lc-type=ajax] #VENUS-large-content,
  html[data-lc-type=error] #VENUS-large-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #VENUS-large-content .VENUS-large-contentInner,
html[data-lc-type=ajax] #VENUS-large-content .VENUS-large-contentInner,
html[data-lc-type=error] #VENUS-large-content .VENUS-large-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENUS-large-content .VENUS-large-contentInner,
  html[data-lc-type=ajax] #VENUS-large-content .VENUS-large-contentInner,
  html[data-lc-type=error] #VENUS-large-content .VENUS-large-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #VENUS-large-content .VENUS-large-contentInner,
  html[data-lc-type=inline] #VENUS-large-content .VENUS-large-contentInner > *,
  html[data-lc-type=ajax] #VENUS-large-content .VENUS-large-contentInner,
  html[data-lc-type=ajax] #VENUS-large-content .VENUS-large-contentInner > *,
  html[data-lc-type=error] #VENUS-large-content .VENUS-large-contentInner,
  html[data-lc-type=error] #VENUS-large-content .VENUS-large-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #VENUS-large-content .VENUS-large-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #VENUS-large-content .VENUS-large-contentInner > *:not(iframe),
  html[data-lc-type=error] #VENUS-large-content .VENUS-large-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.VENUS-large-isMobileDevice[data-lc-type=iframe] #VENUS-large-content .VENUS-large-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #VENUS-large-content .VENUS-large-contentInner,
  html[data-lc-type=video] #VENUS-large-content .VENUS-large-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #VENUS-large-content .VENUS-large-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENUS-large-content .VENUS-large-contentInner .VENUS-large-inlineWrap,
  html[data-lc-type=ajax] #VENUS-large-content .VENUS-large-contentInner .VENUS-large-inlineWrap,
  html[data-lc-type=error] #VENUS-large-content .VENUS-large-contentInner .VENUS-large-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #VENUS-large-content .VENUS-large-contentInner .VENUS-large-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #VENUS-large-content h1,
  #VENUS-large-content h2,
  #VENUS-large-content h3,
  #VENUS-large-content h4,
  #VENUS-large-content h5,
  #VENUS-large-content h6,
  #VENUS-large-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #VENUS-large-content h1,
  #VENUS-large-content h2,
  #VENUS-large-content h3,
  #VENUS-large-content h4,
  #VENUS-large-content h5,
  #VENUS-large-content h6,
  #VENUS-large-content p {
    color: #333;
  }
}

#VENUS-large-case p.VENUS-large-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #VENUS-large-case p.VENUS-large-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #VENUS-large-case p.VENUS-large-error {
    padding: 0;
  }
}

.VENUS-large-open body {
  overflow: hidden;
}

.VENUS-large-isMobileDevice .VENUS-large-open body {
  max-width: 100%;
  max-height: 100%;
}

#VENUS-large-info {
  position: absolute;
  padding-top: 15px;
}

#VENUS-large-info #VENUS-large-title,
#VENUS-large-info #VENUS-large-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#VENUS-large-info #VENUS-large-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #VENUS-large-info #VENUS-large-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#VENUS-large-info #VENUS-large-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#VENUS-large-info #VENUS-large-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .VENUS-large-fullScreenMode #VENUS-large-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #VENUS-large-info {
    position: static;
  }
}

#VENUS-large-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: VENUS-large-spin 0.5s infinite linear;
  -moz-animation: VENUS-large-spin 0.5s infinite linear;
  -o-animation: VENUS-large-spin 0.5s infinite linear;
  animation: VENUS-large-spin 0.5s infinite linear;
}

#VENUS-large-loading, #VENUS-large-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#VENUS-large-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='VENUS-large-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='VENUS-large-icon-'],
a[class*='VENUS-large-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='VENUS-large-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='VENUS-large-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.VENUS-large-isMobileDevice a[class*='VENUS-large-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='VENUS-large-icon-'].VENUS-large-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='VENUS-large-icon-'].VENUS-large-icon-prev {
  left: 15px;
}

a[class*='VENUS-large-icon-'].VENUS-large-icon-next {
  right: 15px;
}

a[class*='VENUS-large-icon-'].VENUS-large-icon-pause,
a[class*='VENUS-large-icon-'].VENUS-large-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='VENUS-large-icon-'].VENUS-large-icon-pause,
  a[class*='VENUS-large-icon-'].VENUS-large-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='VENUS-large-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='VENUS-large-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='VENUS-large-icon-']:hover,
  #VENUS-large-case:hover ~ a[class*='VENUS-large-icon-'] {
    opacity: 1;
  }
}

#VENUS-large-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #VENUS-large-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='VENUS-large-icon-'],
a[class*='VENUS-large-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='VENUS-large-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='VENUS-large-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#VENUS-large-content img {
	width: auto;
	height: auto;
}

#VENUS-large-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#VENUS-large-info #VENUS-large-sequenceInfo,
#VENUS-large-info #VENUS-large-title,
#VENUS-large-info #VENUS-large-caption {
    color: rgba(170, 170, 170, 1.00);
}

#VENUS-large-info #VENUS-large-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#VENUS-large-info #VENUS-large-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-VENUS-large {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-VENUS-large {
		display: block;
	}
}

#social-VENUS-large a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-VENUS-large a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */
#social-VENUS-large a.proGalleryDownload {
	display: inline-block;
}
/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #VENUS-large-content,
  html[data-lc-type=video] #VENUS-large-content {
    background: transparent;
  }
}

#VENUS-large-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

#stacks_in_158468 {
	margin: 20px 0px 0px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_158471_2,
#ruleStackstacks_in_158471_2:before,
#ruleStackstacks_in_158471_2:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_158471_2 {
	position: relative;
	overflow: hidden;
	margin: 3.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_158471_2 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_158471_2 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(218, 164, 32, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_158471_2 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_158471_2 {
	text-align: center;
}

#ruleStackstacks_in_158471_2:before,
#ruleStackstacks_in_158471_2:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(255, 255, 255, 1.00);
}

#ruleStackstacks_in_158471_2:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_158471_2:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_158471_2 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */
#stacks_in_158472 {
	margin: 40px 0px 20px 0px;
}
/* @group ProGallery Grid */

#VENUS-bronze-large {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#VENUS-bronze-large li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#VENUS-bronze-large ul#proGalleryThumbsstacks_in_158473 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#VENUS-bronze-large li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#VENUS-bronze-large li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#VENUS-bronze-large li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}



#VENUS-bronze-large li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0px;
  display: block;
  border: 0px solid rgba(234, 234, 234, 1.00);
  padding: 0px;
}

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#VENUS-bronze-large {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#VENUS-bronze-large {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#VENUS-bronze-large {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#VENUS-bronze-large {
		-moz-column-count: 12;
		-moz-column-gap: 20px;
		-webkit-column-count: 12;
		-webkit-column-gap: 20px;
		column-count: 12;
		column-gap: 20px;
	}
}

#VENUS-bronze-large li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#VENUS-bronze-large .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#VENUS-bronze-large .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#VENUS-bronze-large .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

#VENUS-bronze-large.titlesBelowLeft .proGalleryItemTitle {
	text-align: left;
	opacity: 1.00;
}

#VENUS-bronze-large.titlesBelowCentre .proGalleryItemTitle {
	text-align: center;
	opacity: 1.00;
}

#VENUS-bronze-large.titlesBelowRight .proGalleryItemTitle {
	text-align: right;
	opacity: 1.00;
}

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

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

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

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

#VENUS-bronze-large.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;
}

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

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

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

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

#VENUS-bronze-large li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#VENUS-bronze-large li .proGalleryItemInner {
	overflow: hidden;
}

#VENUS-bronze-large a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#VENUS-bronze-large a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='VENUS-bronze-large-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.VENUS-bronze-large-icon-play:before {
  content: '\e800';
}

.VENUS-bronze-large-icon-pause:before {
  content: '\e801';
}

.VENUS-bronze-large-icon-close:before {
  content: '\e802';
}

.VENUS-bronze-large-icon-prev:before {
  content: '\e803';
}

.VENUS-bronze-large-icon-next:before {
  content: '\e804';
}

.VENUS-bronze-large-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes VENUS-bronze-large-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes VENUS-bronze-large-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes VENUS-bronze-large-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes VENUS-bronze-large-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes VENUS-bronze-large-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#VENUS-bronze-large-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENUS-bronze-large-case,
  html[data-lc-type=ajax] #VENUS-bronze-large-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #VENUS-bronze-large-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #VENUS-bronze-large-content,
  html[data-lc-type=video] #VENUS-bronze-large-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #VENUS-bronze-large-content,
html[data-lc-type=ajax] #VENUS-bronze-large-content,
html[data-lc-type=error] #VENUS-bronze-large-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENUS-bronze-large-content,
  html[data-lc-type=ajax] #VENUS-bronze-large-content,
  html[data-lc-type=error] #VENUS-bronze-large-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #VENUS-bronze-large-content .VENUS-bronze-large-contentInner,
html[data-lc-type=ajax] #VENUS-bronze-large-content .VENUS-bronze-large-contentInner,
html[data-lc-type=error] #VENUS-bronze-large-content .VENUS-bronze-large-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENUS-bronze-large-content .VENUS-bronze-large-contentInner,
  html[data-lc-type=ajax] #VENUS-bronze-large-content .VENUS-bronze-large-contentInner,
  html[data-lc-type=error] #VENUS-bronze-large-content .VENUS-bronze-large-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #VENUS-bronze-large-content .VENUS-bronze-large-contentInner,
  html[data-lc-type=inline] #VENUS-bronze-large-content .VENUS-bronze-large-contentInner > *,
  html[data-lc-type=ajax] #VENUS-bronze-large-content .VENUS-bronze-large-contentInner,
  html[data-lc-type=ajax] #VENUS-bronze-large-content .VENUS-bronze-large-contentInner > *,
  html[data-lc-type=error] #VENUS-bronze-large-content .VENUS-bronze-large-contentInner,
  html[data-lc-type=error] #VENUS-bronze-large-content .VENUS-bronze-large-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #VENUS-bronze-large-content .VENUS-bronze-large-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #VENUS-bronze-large-content .VENUS-bronze-large-contentInner > *:not(iframe),
  html[data-lc-type=error] #VENUS-bronze-large-content .VENUS-bronze-large-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.VENUS-bronze-large-isMobileDevice[data-lc-type=iframe] #VENUS-bronze-large-content .VENUS-bronze-large-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #VENUS-bronze-large-content .VENUS-bronze-large-contentInner,
  html[data-lc-type=video] #VENUS-bronze-large-content .VENUS-bronze-large-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #VENUS-bronze-large-content .VENUS-bronze-large-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENUS-bronze-large-content .VENUS-bronze-large-contentInner .VENUS-bronze-large-inlineWrap,
  html[data-lc-type=ajax] #VENUS-bronze-large-content .VENUS-bronze-large-contentInner .VENUS-bronze-large-inlineWrap,
  html[data-lc-type=error] #VENUS-bronze-large-content .VENUS-bronze-large-contentInner .VENUS-bronze-large-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #VENUS-bronze-large-content .VENUS-bronze-large-contentInner .VENUS-bronze-large-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #VENUS-bronze-large-content h1,
  #VENUS-bronze-large-content h2,
  #VENUS-bronze-large-content h3,
  #VENUS-bronze-large-content h4,
  #VENUS-bronze-large-content h5,
  #VENUS-bronze-large-content h6,
  #VENUS-bronze-large-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #VENUS-bronze-large-content h1,
  #VENUS-bronze-large-content h2,
  #VENUS-bronze-large-content h3,
  #VENUS-bronze-large-content h4,
  #VENUS-bronze-large-content h5,
  #VENUS-bronze-large-content h6,
  #VENUS-bronze-large-content p {
    color: #333;
  }
}

#VENUS-bronze-large-case p.VENUS-bronze-large-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #VENUS-bronze-large-case p.VENUS-bronze-large-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #VENUS-bronze-large-case p.VENUS-bronze-large-error {
    padding: 0;
  }
}

.VENUS-bronze-large-open body {
  overflow: hidden;
}

.VENUS-bronze-large-isMobileDevice .VENUS-bronze-large-open body {
  max-width: 100%;
  max-height: 100%;
}

#VENUS-bronze-large-info {
  position: absolute;
  padding-top: 15px;
}

#VENUS-bronze-large-info #VENUS-bronze-large-title,
#VENUS-bronze-large-info #VENUS-bronze-large-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#VENUS-bronze-large-info #VENUS-bronze-large-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #VENUS-bronze-large-info #VENUS-bronze-large-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#VENUS-bronze-large-info #VENUS-bronze-large-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#VENUS-bronze-large-info #VENUS-bronze-large-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .VENUS-bronze-large-fullScreenMode #VENUS-bronze-large-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #VENUS-bronze-large-info {
    position: static;
  }
}

#VENUS-bronze-large-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: VENUS-bronze-large-spin 0.5s infinite linear;
  -moz-animation: VENUS-bronze-large-spin 0.5s infinite linear;
  -o-animation: VENUS-bronze-large-spin 0.5s infinite linear;
  animation: VENUS-bronze-large-spin 0.5s infinite linear;
}

#VENUS-bronze-large-loading, #VENUS-bronze-large-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#VENUS-bronze-large-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='VENUS-bronze-large-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='VENUS-bronze-large-icon-'],
a[class*='VENUS-bronze-large-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='VENUS-bronze-large-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='VENUS-bronze-large-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.VENUS-bronze-large-isMobileDevice a[class*='VENUS-bronze-large-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='VENUS-bronze-large-icon-'].VENUS-bronze-large-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='VENUS-bronze-large-icon-'].VENUS-bronze-large-icon-prev {
  left: 15px;
}

a[class*='VENUS-bronze-large-icon-'].VENUS-bronze-large-icon-next {
  right: 15px;
}

a[class*='VENUS-bronze-large-icon-'].VENUS-bronze-large-icon-pause,
a[class*='VENUS-bronze-large-icon-'].VENUS-bronze-large-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='VENUS-bronze-large-icon-'].VENUS-bronze-large-icon-pause,
  a[class*='VENUS-bronze-large-icon-'].VENUS-bronze-large-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='VENUS-bronze-large-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='VENUS-bronze-large-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='VENUS-bronze-large-icon-']:hover,
  #VENUS-bronze-large-case:hover ~ a[class*='VENUS-bronze-large-icon-'] {
    opacity: 1;
  }
}

#VENUS-bronze-large-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #VENUS-bronze-large-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='VENUS-bronze-large-icon-'],
a[class*='VENUS-bronze-large-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='VENUS-bronze-large-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='VENUS-bronze-large-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#VENUS-bronze-large-content img {
	width: auto;
	height: auto;
}

#VENUS-bronze-large-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#VENUS-bronze-large-info #VENUS-bronze-large-sequenceInfo,
#VENUS-bronze-large-info #VENUS-bronze-large-title,
#VENUS-bronze-large-info #VENUS-bronze-large-caption {
    color: rgba(170, 170, 170, 1.00);
}

#VENUS-bronze-large-info #VENUS-bronze-large-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#VENUS-bronze-large-info #VENUS-bronze-large-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-VENUS-bronze-large {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-VENUS-bronze-large {
		display: block;
	}
}

#social-VENUS-bronze-large a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-VENUS-bronze-large a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */
#social-VENUS-bronze-large a.proGalleryDownload {
	display: inline-block;
}
/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #VENUS-bronze-large-content,
  html[data-lc-type=video] #VENUS-bronze-large-content {
    background: transparent;
  }
}

#VENUS-bronze-large-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

#stacks_in_158473 {
	margin: 20px 0px 40px 0px;
}
#stacks_in_158476_9_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_158476_9 a:link, #stacks_in_158476_9 a:visited {
	 display:block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_158476_9 a:hover, #stacks_in_158476_9 a:active {
	color:#FFFFFF;
}







#stacks_in_158476_9 a:link, #stacks_in_158476_9 a:visited {
	background-color:#FFCB29;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFCB29), to(#B27A18));
	border:1px solid #B27A18;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_158476_9 a:hover {
	background-color:#FFDC2C;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFDC2C), to(#9A6915));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_158476_9 a:active {
	background-color:#FFCB29;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_158476_9 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 20px 0px 20px 0px;
}

#stacks_in_158476_10 {
	font-size: 80%;
	font-weight: bold;
}





#stacks_in_158481 .poster-date {
    display: none !important;
}







#stacks_in_158481 .blog-entry-author {
    display: none !important;
}



#srcererstacks_in_158504 .srcerer-inner{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}#srcererstacks_in_158504 .srcerer-img{ max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto; }#srcererstacks_in_158504{background-color:rgba(255, 255, 255, 0.00); }.srcererstacks_in_158504{pointer-events:none}#srcererstacks_in_158504 .srcerer-content{}
#stacks_in_158709,#stacks_in_158709 div,#stacks_in_158709 p,#stacks_in_158709 ol,#stacks_in_158709 ul li,#stacks_in_158709 ol li,#stacks_in_158709 ol,#stacks_in_158709 dl{font-size:1.20rem}@media all and (max-width:640px){#stacks_in_158709,#stacks_in_158709 div,#stacks_in_158709 p,#stacks_in_158709 ol,#stacks_in_158709 ul li,#stacks_in_158709 ol li,#stacks_in_158709 ol,#stacks_in_158709 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_158709{}}


#stacks_in_158709 {
	background-color: rgba(0, 0, 0, 0.50);
	padding:  10px;
}
#stacks_in_158482 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_158482 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_158482 #jwresp_col2_stacks_in_158482{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_158482 #jwresp_col1_stacks_in_158482,#stacks_in_158482 #jwresp_col2_stacks_in_158482{width:100%;float:none;display:block}#stacks_in_158482 #jwresp_col1_stacks_in_158482{margin-bottom:15px}}
#vim_stack_stacks_in_158486 {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

#vim_stack_stacks_in_158486 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}


@media print {
  #vim_stack_stacks_in_158486 {
    display: none;
  }
}



#stacks_in_158486 {
	margin: 20px 0px 40px 0px;
}
/* @group ProGallery Grid */

#VENIS-small {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#VENIS-small li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#VENIS-small ul#proGalleryThumbsstacks_in_158487 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#VENIS-small li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#VENIS-small li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#VENIS-small li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}


#VENIS-small li .proGalleryItemInner a:focus {
    outline: 2px dotted #FF0000;
}


#VENIS-small li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0px;
  display: block;
  border: 0px solid rgba(234, 234, 234, 1.00);
  padding: 0px;
}

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#VENIS-small {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#VENIS-small {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#VENIS-small {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#VENIS-small {
		-moz-column-count: 6;
		-moz-column-gap: 20px;
		-webkit-column-count: 6;
		-webkit-column-gap: 20px;
		column-count: 6;
		column-gap: 20px;
	}
}

#VENIS-small li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#VENIS-small .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#VENIS-small .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#VENIS-small .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

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

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

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

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

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

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

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

#VENIS-small.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;
}

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

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

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

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

#VENIS-small li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#VENIS-small li .proGalleryItemInner {
	overflow: hidden;
}

#VENIS-small a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#VENIS-small a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='VENIS-small-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.VENIS-small-icon-play:before {
  content: '\e800';
}

.VENIS-small-icon-pause:before {
  content: '\e801';
}

.VENIS-small-icon-close:before {
  content: '\e802';
}

.VENIS-small-icon-prev:before {
  content: '\e803';
}

.VENIS-small-icon-next:before {
  content: '\e804';
}

.VENIS-small-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes VENIS-small-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes VENIS-small-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes VENIS-small-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes VENIS-small-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes VENIS-small-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#VENIS-small-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENIS-small-case,
  html[data-lc-type=ajax] #VENIS-small-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #VENIS-small-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #VENIS-small-content,
  html[data-lc-type=video] #VENIS-small-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #VENIS-small-content,
html[data-lc-type=ajax] #VENIS-small-content,
html[data-lc-type=error] #VENIS-small-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENIS-small-content,
  html[data-lc-type=ajax] #VENIS-small-content,
  html[data-lc-type=error] #VENIS-small-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #VENIS-small-content .VENIS-small-contentInner,
html[data-lc-type=ajax] #VENIS-small-content .VENIS-small-contentInner,
html[data-lc-type=error] #VENIS-small-content .VENIS-small-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENIS-small-content .VENIS-small-contentInner,
  html[data-lc-type=ajax] #VENIS-small-content .VENIS-small-contentInner,
  html[data-lc-type=error] #VENIS-small-content .VENIS-small-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #VENIS-small-content .VENIS-small-contentInner,
  html[data-lc-type=inline] #VENIS-small-content .VENIS-small-contentInner > *,
  html[data-lc-type=ajax] #VENIS-small-content .VENIS-small-contentInner,
  html[data-lc-type=ajax] #VENIS-small-content .VENIS-small-contentInner > *,
  html[data-lc-type=error] #VENIS-small-content .VENIS-small-contentInner,
  html[data-lc-type=error] #VENIS-small-content .VENIS-small-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #VENIS-small-content .VENIS-small-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #VENIS-small-content .VENIS-small-contentInner > *:not(iframe),
  html[data-lc-type=error] #VENIS-small-content .VENIS-small-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.VENIS-small-isMobileDevice[data-lc-type=iframe] #VENIS-small-content .VENIS-small-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #VENIS-small-content .VENIS-small-contentInner,
  html[data-lc-type=video] #VENIS-small-content .VENIS-small-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #VENIS-small-content .VENIS-small-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENIS-small-content .VENIS-small-contentInner .VENIS-small-inlineWrap,
  html[data-lc-type=ajax] #VENIS-small-content .VENIS-small-contentInner .VENIS-small-inlineWrap,
  html[data-lc-type=error] #VENIS-small-content .VENIS-small-contentInner .VENIS-small-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #VENIS-small-content .VENIS-small-contentInner .VENIS-small-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #VENIS-small-content h1,
  #VENIS-small-content h2,
  #VENIS-small-content h3,
  #VENIS-small-content h4,
  #VENIS-small-content h5,
  #VENIS-small-content h6,
  #VENIS-small-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #VENIS-small-content h1,
  #VENIS-small-content h2,
  #VENIS-small-content h3,
  #VENIS-small-content h4,
  #VENIS-small-content h5,
  #VENIS-small-content h6,
  #VENIS-small-content p {
    color: #333;
  }
}

#VENIS-small-case p.VENIS-small-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #VENIS-small-case p.VENIS-small-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #VENIS-small-case p.VENIS-small-error {
    padding: 0;
  }
}

.VENIS-small-open body {
  overflow: hidden;
}

.VENIS-small-isMobileDevice .VENIS-small-open body {
  max-width: 100%;
  max-height: 100%;
}

#VENIS-small-info {
  position: absolute;
  padding-top: 15px;
}

#VENIS-small-info #VENIS-small-title,
#VENIS-small-info #VENIS-small-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#VENIS-small-info #VENIS-small-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #VENIS-small-info #VENIS-small-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#VENIS-small-info #VENIS-small-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#VENIS-small-info #VENIS-small-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .VENIS-small-fullScreenMode #VENIS-small-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #VENIS-small-info {
    position: static;
  }
}

#VENIS-small-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: VENIS-small-spin 0.5s infinite linear;
  -moz-animation: VENIS-small-spin 0.5s infinite linear;
  -o-animation: VENIS-small-spin 0.5s infinite linear;
  animation: VENIS-small-spin 0.5s infinite linear;
}

#VENIS-small-loading, #VENIS-small-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#VENIS-small-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='VENIS-small-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='VENIS-small-icon-'],
a[class*='VENIS-small-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='VENIS-small-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='VENIS-small-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.VENIS-small-isMobileDevice a[class*='VENIS-small-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='VENIS-small-icon-'].VENIS-small-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='VENIS-small-icon-'].VENIS-small-icon-prev {
  left: 15px;
}

a[class*='VENIS-small-icon-'].VENIS-small-icon-next {
  right: 15px;
}

a[class*='VENIS-small-icon-'].VENIS-small-icon-pause,
a[class*='VENIS-small-icon-'].VENIS-small-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='VENIS-small-icon-'].VENIS-small-icon-pause,
  a[class*='VENIS-small-icon-'].VENIS-small-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='VENIS-small-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='VENIS-small-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='VENIS-small-icon-']:hover,
  #VENIS-small-case:hover ~ a[class*='VENIS-small-icon-'] {
    opacity: 1;
  }
}

#VENIS-small-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #VENIS-small-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='VENIS-small-icon-'],
a[class*='VENIS-small-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='VENIS-small-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='VENIS-small-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#VENIS-small-content img {
	width: auto;
	height: auto;
}

#VENIS-small-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#VENIS-small-info #VENIS-small-sequenceInfo,
#VENIS-small-info #VENIS-small-title,
#VENIS-small-info #VENIS-small-caption {
    color: rgba(170, 170, 170, 1.00);
}

#VENIS-small-info #VENIS-small-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#VENIS-small-info #VENIS-small-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-VENIS-small {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-VENIS-small {
		display: block;
	}
}

#social-VENIS-small a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-VENIS-small a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */
#social-VENIS-small a.proGalleryDownload {
	display: inline-block;
}
/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #VENIS-small-content,
  html[data-lc-type=video] #VENIS-small-content {
    background: transparent;
  }
}

#VENIS-small-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

#stacks_in_158487 {
	margin: 40px 0px 0px 0px;
}
/* @group ProGallery Grid */

#VENIS-large {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#VENIS-large li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#VENIS-large ul#proGalleryThumbsstacks_in_158492 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#VENIS-large li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#VENIS-large li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#VENIS-large li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}


#VENIS-large li .proGalleryItemInner a:focus {
    outline: 2px dotted #FF0000;
}


#VENIS-large li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0px;
  display: block;
  border: 0px solid rgba(234, 234, 234, 1.00);
  padding: 0px;
}

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#VENIS-large {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#VENIS-large {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#VENIS-large {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#VENIS-large {
		-moz-column-count: 6;
		-moz-column-gap: 20px;
		-webkit-column-count: 6;
		-webkit-column-gap: 20px;
		column-count: 6;
		column-gap: 20px;
	}
}

#VENIS-large li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#VENIS-large .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#VENIS-large .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#VENIS-large .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

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

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

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

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

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

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

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

#VENIS-large.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;
}

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

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

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

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

#VENIS-large li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#VENIS-large li .proGalleryItemInner {
	overflow: hidden;
}

#VENIS-large a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#VENIS-large a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='VENIS-large-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.VENIS-large-icon-play:before {
  content: '\e800';
}

.VENIS-large-icon-pause:before {
  content: '\e801';
}

.VENIS-large-icon-close:before {
  content: '\e802';
}

.VENIS-large-icon-prev:before {
  content: '\e803';
}

.VENIS-large-icon-next:before {
  content: '\e804';
}

.VENIS-large-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes VENIS-large-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes VENIS-large-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes VENIS-large-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes VENIS-large-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes VENIS-large-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#VENIS-large-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENIS-large-case,
  html[data-lc-type=ajax] #VENIS-large-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #VENIS-large-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #VENIS-large-content,
  html[data-lc-type=video] #VENIS-large-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #VENIS-large-content,
html[data-lc-type=ajax] #VENIS-large-content,
html[data-lc-type=error] #VENIS-large-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENIS-large-content,
  html[data-lc-type=ajax] #VENIS-large-content,
  html[data-lc-type=error] #VENIS-large-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #VENIS-large-content .VENIS-large-contentInner,
html[data-lc-type=ajax] #VENIS-large-content .VENIS-large-contentInner,
html[data-lc-type=error] #VENIS-large-content .VENIS-large-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENIS-large-content .VENIS-large-contentInner,
  html[data-lc-type=ajax] #VENIS-large-content .VENIS-large-contentInner,
  html[data-lc-type=error] #VENIS-large-content .VENIS-large-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #VENIS-large-content .VENIS-large-contentInner,
  html[data-lc-type=inline] #VENIS-large-content .VENIS-large-contentInner > *,
  html[data-lc-type=ajax] #VENIS-large-content .VENIS-large-contentInner,
  html[data-lc-type=ajax] #VENIS-large-content .VENIS-large-contentInner > *,
  html[data-lc-type=error] #VENIS-large-content .VENIS-large-contentInner,
  html[data-lc-type=error] #VENIS-large-content .VENIS-large-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #VENIS-large-content .VENIS-large-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #VENIS-large-content .VENIS-large-contentInner > *:not(iframe),
  html[data-lc-type=error] #VENIS-large-content .VENIS-large-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.VENIS-large-isMobileDevice[data-lc-type=iframe] #VENIS-large-content .VENIS-large-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #VENIS-large-content .VENIS-large-contentInner,
  html[data-lc-type=video] #VENIS-large-content .VENIS-large-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #VENIS-large-content .VENIS-large-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENIS-large-content .VENIS-large-contentInner .VENIS-large-inlineWrap,
  html[data-lc-type=ajax] #VENIS-large-content .VENIS-large-contentInner .VENIS-large-inlineWrap,
  html[data-lc-type=error] #VENIS-large-content .VENIS-large-contentInner .VENIS-large-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #VENIS-large-content .VENIS-large-contentInner .VENIS-large-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #VENIS-large-content h1,
  #VENIS-large-content h2,
  #VENIS-large-content h3,
  #VENIS-large-content h4,
  #VENIS-large-content h5,
  #VENIS-large-content h6,
  #VENIS-large-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #VENIS-large-content h1,
  #VENIS-large-content h2,
  #VENIS-large-content h3,
  #VENIS-large-content h4,
  #VENIS-large-content h5,
  #VENIS-large-content h6,
  #VENIS-large-content p {
    color: #333;
  }
}

#VENIS-large-case p.VENIS-large-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #VENIS-large-case p.VENIS-large-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #VENIS-large-case p.VENIS-large-error {
    padding: 0;
  }
}

.VENIS-large-open body {
  overflow: hidden;
}

.VENIS-large-isMobileDevice .VENIS-large-open body {
  max-width: 100%;
  max-height: 100%;
}

#VENIS-large-info {
  position: absolute;
  padding-top: 15px;
}

#VENIS-large-info #VENIS-large-title,
#VENIS-large-info #VENIS-large-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#VENIS-large-info #VENIS-large-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #VENIS-large-info #VENIS-large-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#VENIS-large-info #VENIS-large-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#VENIS-large-info #VENIS-large-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .VENIS-large-fullScreenMode #VENIS-large-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #VENIS-large-info {
    position: static;
  }
}

#VENIS-large-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: VENIS-large-spin 0.5s infinite linear;
  -moz-animation: VENIS-large-spin 0.5s infinite linear;
  -o-animation: VENIS-large-spin 0.5s infinite linear;
  animation: VENIS-large-spin 0.5s infinite linear;
}

#VENIS-large-loading, #VENIS-large-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#VENIS-large-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='VENIS-large-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='VENIS-large-icon-'],
a[class*='VENIS-large-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='VENIS-large-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='VENIS-large-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.VENIS-large-isMobileDevice a[class*='VENIS-large-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='VENIS-large-icon-'].VENIS-large-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='VENIS-large-icon-'].VENIS-large-icon-prev {
  left: 15px;
}

a[class*='VENIS-large-icon-'].VENIS-large-icon-next {
  right: 15px;
}

a[class*='VENIS-large-icon-'].VENIS-large-icon-pause,
a[class*='VENIS-large-icon-'].VENIS-large-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='VENIS-large-icon-'].VENIS-large-icon-pause,
  a[class*='VENIS-large-icon-'].VENIS-large-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='VENIS-large-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='VENIS-large-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='VENIS-large-icon-']:hover,
  #VENIS-large-case:hover ~ a[class*='VENIS-large-icon-'] {
    opacity: 1;
  }
}

#VENIS-large-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #VENIS-large-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='VENIS-large-icon-'],
a[class*='VENIS-large-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='VENIS-large-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='VENIS-large-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#VENIS-large-content img {
	width: auto;
	height: auto;
}

#VENIS-large-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#VENIS-large-info #VENIS-large-sequenceInfo,
#VENIS-large-info #VENIS-large-title,
#VENIS-large-info #VENIS-large-caption {
    color: rgba(170, 170, 170, 1.00);
}

#VENIS-large-info #VENIS-large-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#VENIS-large-info #VENIS-large-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-VENIS-large {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-VENIS-large {
		display: block;
	}
}

#social-VENIS-large a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-VENIS-large a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */
#social-VENIS-large a.proGalleryDownload {
	display: inline-block;
}
/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #VENIS-large-content,
  html[data-lc-type=video] #VENIS-large-content {
    background: transparent;
  }
}

#VENIS-large-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

#stacks_in_158492 {
	margin: 40px 0px 40px 0px;
}
#vim_stack_stacks_in_158496 {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

#vim_stack_stacks_in_158496 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}


@media print {
  #vim_stack_stacks_in_158496 {
    display: none;
  }
}



#stacks_in_158496 {
	margin: 20px 0px 40px 0px;
}
/* @group ProGallery Grid */

#VENIS-phosphor {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#VENIS-phosphor li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#VENIS-phosphor ul#proGalleryThumbsstacks_in_158497 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#VENIS-phosphor li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#VENIS-phosphor li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#VENIS-phosphor li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}


#VENIS-phosphor li .proGalleryItemInner a:focus {
    outline: 2px dotted #FF0000;
}


#VENIS-phosphor li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0px;
  display: block;
  border: 0px solid rgba(234, 234, 234, 1.00);
  padding: 0px;
}

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#VENIS-phosphor {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#VENIS-phosphor {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#VENIS-phosphor {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#VENIS-phosphor {
		-moz-column-count: 6;
		-moz-column-gap: 20px;
		-webkit-column-count: 6;
		-webkit-column-gap: 20px;
		column-count: 6;
		column-gap: 20px;
	}
}

#VENIS-phosphor li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#VENIS-phosphor .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#VENIS-phosphor .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#VENIS-phosphor .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

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

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

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

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

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

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

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

#VENIS-phosphor.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;
}

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

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

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

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

#VENIS-phosphor li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#VENIS-phosphor li .proGalleryItemInner {
	overflow: hidden;
}

#VENIS-phosphor a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#VENIS-phosphor a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='VENIS-phosphor-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.VENIS-phosphor-icon-play:before {
  content: '\e800';
}

.VENIS-phosphor-icon-pause:before {
  content: '\e801';
}

.VENIS-phosphor-icon-close:before {
  content: '\e802';
}

.VENIS-phosphor-icon-prev:before {
  content: '\e803';
}

.VENIS-phosphor-icon-next:before {
  content: '\e804';
}

.VENIS-phosphor-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes VENIS-phosphor-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes VENIS-phosphor-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes VENIS-phosphor-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes VENIS-phosphor-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes VENIS-phosphor-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#VENIS-phosphor-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENIS-phosphor-case,
  html[data-lc-type=ajax] #VENIS-phosphor-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #VENIS-phosphor-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #VENIS-phosphor-content,
  html[data-lc-type=video] #VENIS-phosphor-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #VENIS-phosphor-content,
html[data-lc-type=ajax] #VENIS-phosphor-content,
html[data-lc-type=error] #VENIS-phosphor-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENIS-phosphor-content,
  html[data-lc-type=ajax] #VENIS-phosphor-content,
  html[data-lc-type=error] #VENIS-phosphor-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #VENIS-phosphor-content .VENIS-phosphor-contentInner,
html[data-lc-type=ajax] #VENIS-phosphor-content .VENIS-phosphor-contentInner,
html[data-lc-type=error] #VENIS-phosphor-content .VENIS-phosphor-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENIS-phosphor-content .VENIS-phosphor-contentInner,
  html[data-lc-type=ajax] #VENIS-phosphor-content .VENIS-phosphor-contentInner,
  html[data-lc-type=error] #VENIS-phosphor-content .VENIS-phosphor-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #VENIS-phosphor-content .VENIS-phosphor-contentInner,
  html[data-lc-type=inline] #VENIS-phosphor-content .VENIS-phosphor-contentInner > *,
  html[data-lc-type=ajax] #VENIS-phosphor-content .VENIS-phosphor-contentInner,
  html[data-lc-type=ajax] #VENIS-phosphor-content .VENIS-phosphor-contentInner > *,
  html[data-lc-type=error] #VENIS-phosphor-content .VENIS-phosphor-contentInner,
  html[data-lc-type=error] #VENIS-phosphor-content .VENIS-phosphor-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #VENIS-phosphor-content .VENIS-phosphor-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #VENIS-phosphor-content .VENIS-phosphor-contentInner > *:not(iframe),
  html[data-lc-type=error] #VENIS-phosphor-content .VENIS-phosphor-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.VENIS-phosphor-isMobileDevice[data-lc-type=iframe] #VENIS-phosphor-content .VENIS-phosphor-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #VENIS-phosphor-content .VENIS-phosphor-contentInner,
  html[data-lc-type=video] #VENIS-phosphor-content .VENIS-phosphor-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #VENIS-phosphor-content .VENIS-phosphor-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENIS-phosphor-content .VENIS-phosphor-contentInner .VENIS-phosphor-inlineWrap,
  html[data-lc-type=ajax] #VENIS-phosphor-content .VENIS-phosphor-contentInner .VENIS-phosphor-inlineWrap,
  html[data-lc-type=error] #VENIS-phosphor-content .VENIS-phosphor-contentInner .VENIS-phosphor-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #VENIS-phosphor-content .VENIS-phosphor-contentInner .VENIS-phosphor-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #VENIS-phosphor-content h1,
  #VENIS-phosphor-content h2,
  #VENIS-phosphor-content h3,
  #VENIS-phosphor-content h4,
  #VENIS-phosphor-content h5,
  #VENIS-phosphor-content h6,
  #VENIS-phosphor-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #VENIS-phosphor-content h1,
  #VENIS-phosphor-content h2,
  #VENIS-phosphor-content h3,
  #VENIS-phosphor-content h4,
  #VENIS-phosphor-content h5,
  #VENIS-phosphor-content h6,
  #VENIS-phosphor-content p {
    color: #333;
  }
}

#VENIS-phosphor-case p.VENIS-phosphor-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #VENIS-phosphor-case p.VENIS-phosphor-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #VENIS-phosphor-case p.VENIS-phosphor-error {
    padding: 0;
  }
}

.VENIS-phosphor-open body {
  overflow: hidden;
}

.VENIS-phosphor-isMobileDevice .VENIS-phosphor-open body {
  max-width: 100%;
  max-height: 100%;
}

#VENIS-phosphor-info {
  position: absolute;
  padding-top: 15px;
}

#VENIS-phosphor-info #VENIS-phosphor-title,
#VENIS-phosphor-info #VENIS-phosphor-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#VENIS-phosphor-info #VENIS-phosphor-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #VENIS-phosphor-info #VENIS-phosphor-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#VENIS-phosphor-info #VENIS-phosphor-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#VENIS-phosphor-info #VENIS-phosphor-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .VENIS-phosphor-fullScreenMode #VENIS-phosphor-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #VENIS-phosphor-info {
    position: static;
  }
}

#VENIS-phosphor-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: VENIS-phosphor-spin 0.5s infinite linear;
  -moz-animation: VENIS-phosphor-spin 0.5s infinite linear;
  -o-animation: VENIS-phosphor-spin 0.5s infinite linear;
  animation: VENIS-phosphor-spin 0.5s infinite linear;
}

#VENIS-phosphor-loading, #VENIS-phosphor-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#VENIS-phosphor-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='VENIS-phosphor-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='VENIS-phosphor-icon-'],
a[class*='VENIS-phosphor-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='VENIS-phosphor-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='VENIS-phosphor-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.VENIS-phosphor-isMobileDevice a[class*='VENIS-phosphor-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='VENIS-phosphor-icon-'].VENIS-phosphor-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='VENIS-phosphor-icon-'].VENIS-phosphor-icon-prev {
  left: 15px;
}

a[class*='VENIS-phosphor-icon-'].VENIS-phosphor-icon-next {
  right: 15px;
}

a[class*='VENIS-phosphor-icon-'].VENIS-phosphor-icon-pause,
a[class*='VENIS-phosphor-icon-'].VENIS-phosphor-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='VENIS-phosphor-icon-'].VENIS-phosphor-icon-pause,
  a[class*='VENIS-phosphor-icon-'].VENIS-phosphor-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='VENIS-phosphor-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='VENIS-phosphor-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='VENIS-phosphor-icon-']:hover,
  #VENIS-phosphor-case:hover ~ a[class*='VENIS-phosphor-icon-'] {
    opacity: 1;
  }
}

#VENIS-phosphor-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #VENIS-phosphor-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='VENIS-phosphor-icon-'],
a[class*='VENIS-phosphor-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='VENIS-phosphor-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='VENIS-phosphor-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#VENIS-phosphor-content img {
	width: auto;
	height: auto;
}

#VENIS-phosphor-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#VENIS-phosphor-info #VENIS-phosphor-sequenceInfo,
#VENIS-phosphor-info #VENIS-phosphor-title,
#VENIS-phosphor-info #VENIS-phosphor-caption {
    color: rgba(170, 170, 170, 1.00);
}

#VENIS-phosphor-info #VENIS-phosphor-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#VENIS-phosphor-info #VENIS-phosphor-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-VENIS-phosphor {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-VENIS-phosphor {
		display: block;
	}
}

#social-VENIS-phosphor a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-VENIS-phosphor a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */
#social-VENIS-phosphor a.proGalleryDownload {
	display: inline-block;
}
/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #VENIS-phosphor-content,
  html[data-lc-type=video] #VENIS-phosphor-content {
    background: transparent;
  }
}

#VENIS-phosphor-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

#stacks_in_158497 {
	margin: 40px 0px 0px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_158500_2,
#ruleStackstacks_in_158500_2:before,
#ruleStackstacks_in_158500_2:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_158500_2 {
	position: relative;
	overflow: hidden;
	margin: 3.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_158500_2 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_158500_2 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(218, 164, 32, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_158500_2 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_158500_2 {
	text-align: center;
}

#ruleStackstacks_in_158500_2:before,
#ruleStackstacks_in_158500_2:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(255, 255, 255, 1.00);
}

#ruleStackstacks_in_158500_2:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_158500_2:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_158500_2 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */




#stacks_in_158506 .poster-date {
    display: none !important;
}







#stacks_in_158506 .blog-entry-author {
    display: none !important;
}



#srcererstacks_in_158516 .srcerer-inner{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}#srcererstacks_in_158516 .srcerer-img{ max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto; }#srcererstacks_in_158516{background-color:rgba(255, 255, 255, 0.00); }.srcererstacks_in_158516{pointer-events:none}#srcererstacks_in_158516 .srcerer-content{}
#stacks_in_158720,#stacks_in_158720 div,#stacks_in_158720 p,#stacks_in_158720 ol,#stacks_in_158720 ul li,#stacks_in_158720 ol li,#stacks_in_158720 ol,#stacks_in_158720 dl{font-size:1.20rem}@media all and (max-width:640px){#stacks_in_158720,#stacks_in_158720 div,#stacks_in_158720 p,#stacks_in_158720 ol,#stacks_in_158720 ul li,#stacks_in_158720 ol li,#stacks_in_158720 ol,#stacks_in_158720 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_158720{}}


#stacks_in_158720 {
	background-color: rgba(0, 0, 0, 0.50);
	padding:  10px;
}

#stacks_in_158510 {
	margin: 20px 0px 20px 0px;
}
/* @group ProGallery Grid */

#earth {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#earth li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#earth ul#proGalleryThumbsstacks_in_158511 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#earth li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#earth li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#earth li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}


#earth li .proGalleryItemInner a:focus {
    outline: 2px dotted #FF0000;
}


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

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#earth {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#earth {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#earth {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#earth {
		-moz-column-count: 6;
		-moz-column-gap: 20px;
		-webkit-column-count: 6;
		-webkit-column-gap: 20px;
		column-count: 6;
		column-gap: 20px;
	}
}

#earth li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#earth .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#earth .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#earth .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

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

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

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

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

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

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

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

#earth.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;
}

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

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

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

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

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

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#earth li .proGalleryItemInner {
	overflow: hidden;
}

#earth a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#earth a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='earth-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.earth-icon-play:before {
  content: '\e800';
}

.earth-icon-pause:before {
  content: '\e801';
}

.earth-icon-close:before {
  content: '\e802';
}

.earth-icon-prev:before {
  content: '\e803';
}

.earth-icon-next:before {
  content: '\e804';
}

.earth-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes earth-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes earth-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes earth-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes earth-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes earth-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#earth-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #earth-case,
  html[data-lc-type=ajax] #earth-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #earth-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #earth-content,
  html[data-lc-type=video] #earth-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #earth-content,
html[data-lc-type=ajax] #earth-content,
html[data-lc-type=error] #earth-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #earth-content,
  html[data-lc-type=ajax] #earth-content,
  html[data-lc-type=error] #earth-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #earth-content .earth-contentInner,
html[data-lc-type=ajax] #earth-content .earth-contentInner,
html[data-lc-type=error] #earth-content .earth-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #earth-content .earth-contentInner,
  html[data-lc-type=ajax] #earth-content .earth-contentInner,
  html[data-lc-type=error] #earth-content .earth-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #earth-content .earth-contentInner,
  html[data-lc-type=inline] #earth-content .earth-contentInner > *,
  html[data-lc-type=ajax] #earth-content .earth-contentInner,
  html[data-lc-type=ajax] #earth-content .earth-contentInner > *,
  html[data-lc-type=error] #earth-content .earth-contentInner,
  html[data-lc-type=error] #earth-content .earth-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #earth-content .earth-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #earth-content .earth-contentInner > *:not(iframe),
  html[data-lc-type=error] #earth-content .earth-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.earth-isMobileDevice[data-lc-type=iframe] #earth-content .earth-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #earth-content .earth-contentInner,
  html[data-lc-type=video] #earth-content .earth-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #earth-content .earth-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #earth-content .earth-contentInner .earth-inlineWrap,
  html[data-lc-type=ajax] #earth-content .earth-contentInner .earth-inlineWrap,
  html[data-lc-type=error] #earth-content .earth-contentInner .earth-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #earth-content .earth-contentInner .earth-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #earth-content h1,
  #earth-content h2,
  #earth-content h3,
  #earth-content h4,
  #earth-content h5,
  #earth-content h6,
  #earth-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #earth-content h1,
  #earth-content h2,
  #earth-content h3,
  #earth-content h4,
  #earth-content h5,
  #earth-content h6,
  #earth-content p {
    color: #333;
  }
}

#earth-case p.earth-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #earth-case p.earth-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #earth-case p.earth-error {
    padding: 0;
  }
}

.earth-open body {
  overflow: hidden;
}

.earth-isMobileDevice .earth-open body {
  max-width: 100%;
  max-height: 100%;
}

#earth-info {
  position: absolute;
  padding-top: 15px;
}

#earth-info #earth-title,
#earth-info #earth-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#earth-info #earth-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #earth-info #earth-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#earth-info #earth-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#earth-info #earth-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .earth-fullScreenMode #earth-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #earth-info {
    position: static;
  }
}

#earth-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: earth-spin 0.5s infinite linear;
  -moz-animation: earth-spin 0.5s infinite linear;
  -o-animation: earth-spin 0.5s infinite linear;
  animation: earth-spin 0.5s infinite linear;
}

#earth-loading, #earth-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#earth-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='earth-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='earth-icon-'],
a[class*='earth-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='earth-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='earth-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.earth-isMobileDevice a[class*='earth-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='earth-icon-'].earth-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='earth-icon-'].earth-icon-prev {
  left: 15px;
}

a[class*='earth-icon-'].earth-icon-next {
  right: 15px;
}

a[class*='earth-icon-'].earth-icon-pause,
a[class*='earth-icon-'].earth-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='earth-icon-'].earth-icon-pause,
  a[class*='earth-icon-'].earth-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='earth-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='earth-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='earth-icon-']:hover,
  #earth-case:hover ~ a[class*='earth-icon-'] {
    opacity: 1;
  }
}

#earth-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #earth-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='earth-icon-'],
a[class*='earth-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='earth-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='earth-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#earth-content img {
	width: auto;
	height: auto;
}

#earth-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#earth-info #earth-sequenceInfo,
#earth-info #earth-title,
#earth-info #earth-caption {
    color: rgba(170, 170, 170, 1.00);
}

#earth-info #earth-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#earth-info #earth-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-earth {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-earth {
		display: block;
	}
}

#social-earth a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-earth a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */
#social-earth a.proGalleryDownload {
	display: inline-block;
}
/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #earth-content,
  html[data-lc-type=video] #earth-content {
    background: transparent;
  }
}

#earth-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

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





#stacks_in_158518 .poster-date {
    display: none !important;
}







#stacks_in_158518 .blog-entry-author {
    display: none !important;
}



#srcererstacks_in_158529 .srcerer-inner{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}#srcererstacks_in_158529 .srcerer-img{ max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto; }#srcererstacks_in_158529{background-color:rgba(255, 255, 255, 0.00); }.srcererstacks_in_158529{pointer-events:none}#srcererstacks_in_158529 .srcerer-content{}
#stacks_in_158725,#stacks_in_158725 div,#stacks_in_158725 p,#stacks_in_158725 ol,#stacks_in_158725 ul li,#stacks_in_158725 ol li,#stacks_in_158725 ol,#stacks_in_158725 dl{font-size:1.20rem}@media all and (max-width:640px){#stacks_in_158725,#stacks_in_158725 div,#stacks_in_158725 p,#stacks_in_158725 ol,#stacks_in_158725 ul li,#stacks_in_158725 ol li,#stacks_in_158725 ol,#stacks_in_158725 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_158725{}}


#stacks_in_158725 {
	background-color: rgba(0, 0, 0, 0.50);
	padding:  10px;
}
#stacks_in_158523_2>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_158523_2 {
	padding: 40px 0px 0px 0px;
}

#stacks_in_158523_3 {
	padding: 20px 0px 0px 0px;
}
/* @group ProGallery Grid */

#MOON {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#MOON li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#MOON ul#proGalleryThumbsstacks_in_158524 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#MOON li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#MOON li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#MOON li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}


#MOON li .proGalleryItemInner a:focus {
    outline: 2px dotted #FF0000;
}


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

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#MOON {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#MOON {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#MOON {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#MOON {
		-moz-column-count: 6;
		-moz-column-gap: 20px;
		-webkit-column-count: 6;
		-webkit-column-gap: 20px;
		column-count: 6;
		column-gap: 20px;
	}
}

#MOON li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#MOON .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#MOON .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#MOON .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

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

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

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

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

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

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

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

#MOON.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;
}

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

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

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

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

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

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#MOON li .proGalleryItemInner {
	overflow: hidden;
}

#MOON a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#MOON a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='MOON-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.MOON-icon-play:before {
  content: '\e800';
}

.MOON-icon-pause:before {
  content: '\e801';
}

.MOON-icon-close:before {
  content: '\e802';
}

.MOON-icon-prev:before {
  content: '\e803';
}

.MOON-icon-next:before {
  content: '\e804';
}

.MOON-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes MOON-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes MOON-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes MOON-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes MOON-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes MOON-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#MOON-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #MOON-case,
  html[data-lc-type=ajax] #MOON-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #MOON-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #MOON-content,
  html[data-lc-type=video] #MOON-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #MOON-content,
html[data-lc-type=ajax] #MOON-content,
html[data-lc-type=error] #MOON-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #MOON-content,
  html[data-lc-type=ajax] #MOON-content,
  html[data-lc-type=error] #MOON-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #MOON-content .MOON-contentInner,
html[data-lc-type=ajax] #MOON-content .MOON-contentInner,
html[data-lc-type=error] #MOON-content .MOON-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #MOON-content .MOON-contentInner,
  html[data-lc-type=ajax] #MOON-content .MOON-contentInner,
  html[data-lc-type=error] #MOON-content .MOON-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #MOON-content .MOON-contentInner,
  html[data-lc-type=inline] #MOON-content .MOON-contentInner > *,
  html[data-lc-type=ajax] #MOON-content .MOON-contentInner,
  html[data-lc-type=ajax] #MOON-content .MOON-contentInner > *,
  html[data-lc-type=error] #MOON-content .MOON-contentInner,
  html[data-lc-type=error] #MOON-content .MOON-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #MOON-content .MOON-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #MOON-content .MOON-contentInner > *:not(iframe),
  html[data-lc-type=error] #MOON-content .MOON-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.MOON-isMobileDevice[data-lc-type=iframe] #MOON-content .MOON-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #MOON-content .MOON-contentInner,
  html[data-lc-type=video] #MOON-content .MOON-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #MOON-content .MOON-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #MOON-content .MOON-contentInner .MOON-inlineWrap,
  html[data-lc-type=ajax] #MOON-content .MOON-contentInner .MOON-inlineWrap,
  html[data-lc-type=error] #MOON-content .MOON-contentInner .MOON-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #MOON-content .MOON-contentInner .MOON-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #MOON-content h1,
  #MOON-content h2,
  #MOON-content h3,
  #MOON-content h4,
  #MOON-content h5,
  #MOON-content h6,
  #MOON-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #MOON-content h1,
  #MOON-content h2,
  #MOON-content h3,
  #MOON-content h4,
  #MOON-content h5,
  #MOON-content h6,
  #MOON-content p {
    color: #333;
  }
}

#MOON-case p.MOON-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #MOON-case p.MOON-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #MOON-case p.MOON-error {
    padding: 0;
  }
}

.MOON-open body {
  overflow: hidden;
}

.MOON-isMobileDevice .MOON-open body {
  max-width: 100%;
  max-height: 100%;
}

#MOON-info {
  position: absolute;
  padding-top: 15px;
}

#MOON-info #MOON-title,
#MOON-info #MOON-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#MOON-info #MOON-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #MOON-info #MOON-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#MOON-info #MOON-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#MOON-info #MOON-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .MOON-fullScreenMode #MOON-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #MOON-info {
    position: static;
  }
}

#MOON-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: MOON-spin 0.5s infinite linear;
  -moz-animation: MOON-spin 0.5s infinite linear;
  -o-animation: MOON-spin 0.5s infinite linear;
  animation: MOON-spin 0.5s infinite linear;
}

#MOON-loading, #MOON-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#MOON-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='MOON-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='MOON-icon-'],
a[class*='MOON-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='MOON-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='MOON-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.MOON-isMobileDevice a[class*='MOON-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='MOON-icon-'].MOON-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='MOON-icon-'].MOON-icon-prev {
  left: 15px;
}

a[class*='MOON-icon-'].MOON-icon-next {
  right: 15px;
}

a[class*='MOON-icon-'].MOON-icon-pause,
a[class*='MOON-icon-'].MOON-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='MOON-icon-'].MOON-icon-pause,
  a[class*='MOON-icon-'].MOON-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='MOON-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='MOON-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='MOON-icon-']:hover,
  #MOON-case:hover ~ a[class*='MOON-icon-'] {
    opacity: 1;
  }
}

#MOON-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #MOON-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='MOON-icon-'],
a[class*='MOON-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='MOON-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='MOON-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#MOON-content img {
	width: auto;
	height: auto;
}

#MOON-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#MOON-info #MOON-sequenceInfo,
#MOON-info #MOON-title,
#MOON-info #MOON-caption {
    color: rgba(170, 170, 170, 1.00);
}

#MOON-info #MOON-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#MOON-info #MOON-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-MOON {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-MOON {
		display: block;
	}
}

#social-MOON a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-MOON a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */
#social-MOON a.proGalleryDownload {
	display: inline-block;
}
/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #MOON-content,
  html[data-lc-type=video] #MOON-content {
    background: transparent;
  }
}

#MOON-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

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





#stacks_in_158531 .poster-date {
    display: none !important;
}







#stacks_in_158531 .blog-entry-author {
    display: none !important;
}



#srcererstacks_in_158540 .srcerer-inner{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}#srcererstacks_in_158540 .srcerer-img{ max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto; }#srcererstacks_in_158540{background-color:rgba(255, 255, 255, 0.00); }.srcererstacks_in_158540{pointer-events:none}#srcererstacks_in_158540 .srcerer-content{}
#stacks_in_158731,#stacks_in_158731 div,#stacks_in_158731 p,#stacks_in_158731 ol,#stacks_in_158731 ul li,#stacks_in_158731 ol li,#stacks_in_158731 ol,#stacks_in_158731 dl{font-size:1.20rem}@media all and (max-width:640px){#stacks_in_158731,#stacks_in_158731 div,#stacks_in_158731 p,#stacks_in_158731 ol,#stacks_in_158731 ul li,#stacks_in_158731 ol li,#stacks_in_158731 ol,#stacks_in_158731 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_158731{}}


#stacks_in_158731 {
	background-color: rgba(0, 0, 0, 0.50);
	padding:  10px;
}

#stacks_in_158532 {
	margin: 20px 0px 0px 0px;
}
/* @group ProGallery Grid */

#INTEMATES {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#INTEMATES li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#INTEMATES ul#proGalleryThumbsstacks_in_158535 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#INTEMATES li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#INTEMATES li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#INTEMATES li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}


#INTEMATES li .proGalleryItemInner a:focus {
    outline: 2px dotted #FF0000;
}


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

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#INTEMATES {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#INTEMATES {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#INTEMATES {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#INTEMATES {
		-moz-column-count: 6;
		-moz-column-gap: 20px;
		-webkit-column-count: 6;
		-webkit-column-gap: 20px;
		column-count: 6;
		column-gap: 20px;
	}
}

#INTEMATES li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#INTEMATES .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#INTEMATES .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#INTEMATES .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

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

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

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

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

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

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

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

#INTEMATES.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;
}

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

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

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

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

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

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#INTEMATES li .proGalleryItemInner {
	overflow: hidden;
}

#INTEMATES a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#INTEMATES a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='INTEMATES-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.INTEMATES-icon-play:before {
  content: '\e800';
}

.INTEMATES-icon-pause:before {
  content: '\e801';
}

.INTEMATES-icon-close:before {
  content: '\e802';
}

.INTEMATES-icon-prev:before {
  content: '\e803';
}

.INTEMATES-icon-next:before {
  content: '\e804';
}

.INTEMATES-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes INTEMATES-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes INTEMATES-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes INTEMATES-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes INTEMATES-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes INTEMATES-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#INTEMATES-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #INTEMATES-case,
  html[data-lc-type=ajax] #INTEMATES-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #INTEMATES-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #INTEMATES-content,
  html[data-lc-type=video] #INTEMATES-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #INTEMATES-content,
html[data-lc-type=ajax] #INTEMATES-content,
html[data-lc-type=error] #INTEMATES-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #INTEMATES-content,
  html[data-lc-type=ajax] #INTEMATES-content,
  html[data-lc-type=error] #INTEMATES-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #INTEMATES-content .INTEMATES-contentInner,
html[data-lc-type=ajax] #INTEMATES-content .INTEMATES-contentInner,
html[data-lc-type=error] #INTEMATES-content .INTEMATES-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #INTEMATES-content .INTEMATES-contentInner,
  html[data-lc-type=ajax] #INTEMATES-content .INTEMATES-contentInner,
  html[data-lc-type=error] #INTEMATES-content .INTEMATES-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #INTEMATES-content .INTEMATES-contentInner,
  html[data-lc-type=inline] #INTEMATES-content .INTEMATES-contentInner > *,
  html[data-lc-type=ajax] #INTEMATES-content .INTEMATES-contentInner,
  html[data-lc-type=ajax] #INTEMATES-content .INTEMATES-contentInner > *,
  html[data-lc-type=error] #INTEMATES-content .INTEMATES-contentInner,
  html[data-lc-type=error] #INTEMATES-content .INTEMATES-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #INTEMATES-content .INTEMATES-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #INTEMATES-content .INTEMATES-contentInner > *:not(iframe),
  html[data-lc-type=error] #INTEMATES-content .INTEMATES-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.INTEMATES-isMobileDevice[data-lc-type=iframe] #INTEMATES-content .INTEMATES-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #INTEMATES-content .INTEMATES-contentInner,
  html[data-lc-type=video] #INTEMATES-content .INTEMATES-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #INTEMATES-content .INTEMATES-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #INTEMATES-content .INTEMATES-contentInner .INTEMATES-inlineWrap,
  html[data-lc-type=ajax] #INTEMATES-content .INTEMATES-contentInner .INTEMATES-inlineWrap,
  html[data-lc-type=error] #INTEMATES-content .INTEMATES-contentInner .INTEMATES-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #INTEMATES-content .INTEMATES-contentInner .INTEMATES-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #INTEMATES-content h1,
  #INTEMATES-content h2,
  #INTEMATES-content h3,
  #INTEMATES-content h4,
  #INTEMATES-content h5,
  #INTEMATES-content h6,
  #INTEMATES-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #INTEMATES-content h1,
  #INTEMATES-content h2,
  #INTEMATES-content h3,
  #INTEMATES-content h4,
  #INTEMATES-content h5,
  #INTEMATES-content h6,
  #INTEMATES-content p {
    color: #333;
  }
}

#INTEMATES-case p.INTEMATES-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #INTEMATES-case p.INTEMATES-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #INTEMATES-case p.INTEMATES-error {
    padding: 0;
  }
}

.INTEMATES-open body {
  overflow: hidden;
}

.INTEMATES-isMobileDevice .INTEMATES-open body {
  max-width: 100%;
  max-height: 100%;
}

#INTEMATES-info {
  position: absolute;
  padding-top: 15px;
}

#INTEMATES-info #INTEMATES-title,
#INTEMATES-info #INTEMATES-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#INTEMATES-info #INTEMATES-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #INTEMATES-info #INTEMATES-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#INTEMATES-info #INTEMATES-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#INTEMATES-info #INTEMATES-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .INTEMATES-fullScreenMode #INTEMATES-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #INTEMATES-info {
    position: static;
  }
}

#INTEMATES-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: INTEMATES-spin 0.5s infinite linear;
  -moz-animation: INTEMATES-spin 0.5s infinite linear;
  -o-animation: INTEMATES-spin 0.5s infinite linear;
  animation: INTEMATES-spin 0.5s infinite linear;
}

#INTEMATES-loading, #INTEMATES-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#INTEMATES-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='INTEMATES-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='INTEMATES-icon-'],
a[class*='INTEMATES-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='INTEMATES-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='INTEMATES-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.INTEMATES-isMobileDevice a[class*='INTEMATES-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='INTEMATES-icon-'].INTEMATES-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='INTEMATES-icon-'].INTEMATES-icon-prev {
  left: 15px;
}

a[class*='INTEMATES-icon-'].INTEMATES-icon-next {
  right: 15px;
}

a[class*='INTEMATES-icon-'].INTEMATES-icon-pause,
a[class*='INTEMATES-icon-'].INTEMATES-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='INTEMATES-icon-'].INTEMATES-icon-pause,
  a[class*='INTEMATES-icon-'].INTEMATES-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='INTEMATES-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='INTEMATES-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='INTEMATES-icon-']:hover,
  #INTEMATES-case:hover ~ a[class*='INTEMATES-icon-'] {
    opacity: 1;
  }
}

#INTEMATES-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #INTEMATES-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='INTEMATES-icon-'],
a[class*='INTEMATES-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='INTEMATES-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='INTEMATES-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#INTEMATES-content img {
	width: auto;
	height: auto;
}

#INTEMATES-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#INTEMATES-info #INTEMATES-sequenceInfo,
#INTEMATES-info #INTEMATES-title,
#INTEMATES-info #INTEMATES-caption {
    color: rgba(170, 170, 170, 1.00);
}

#INTEMATES-info #INTEMATES-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#INTEMATES-info #INTEMATES-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-INTEMATES {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-INTEMATES {
		display: block;
	}
}

#social-INTEMATES a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-INTEMATES a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */
#social-INTEMATES a.proGalleryDownload {
	display: inline-block;
}
/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #INTEMATES-content,
  html[data-lc-type=video] #INTEMATES-content {
    background: transparent;
  }
}

#INTEMATES-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

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





#stacks_in_158542 .poster-date {
    display: none !important;
}







#stacks_in_158542 .blog-entry-author {
    display: none !important;
}



#srcererstacks_in_158552 .srcerer-inner{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}#srcererstacks_in_158552 .srcerer-img{ max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto; }#srcererstacks_in_158552{background-color:rgba(255, 255, 255, 0.00); }.srcererstacks_in_158552{pointer-events:none}#srcererstacks_in_158552 .srcerer-content{}
#stacks_in_158737,#stacks_in_158737 div,#stacks_in_158737 p,#stacks_in_158737 ol,#stacks_in_158737 ul li,#stacks_in_158737 ol li,#stacks_in_158737 ol,#stacks_in_158737 dl{font-size:1.20rem}@media all and (max-width:640px){#stacks_in_158737,#stacks_in_158737 div,#stacks_in_158737 p,#stacks_in_158737 ol,#stacks_in_158737 ul li,#stacks_in_158737 ol li,#stacks_in_158737 ol,#stacks_in_158737 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_158737{}}


#stacks_in_158737 {
	background-color: rgba(0, 0, 0, 0.50);
	padding:  10px;
}

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

#stacks_in_158545 {
	margin: 20px 0px 0px 0px;
}
/* @group ProGallery Grid */

#VENII {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#VENII li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#VENII ul#proGalleryThumbsstacks_in_158547 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#VENII li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#VENII li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#VENII li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}


#VENII li .proGalleryItemInner a:focus {
    outline: 2px dotted #FF0000;
}


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

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#VENII {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#VENII {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#VENII {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#VENII {
		-moz-column-count: 6;
		-moz-column-gap: 20px;
		-webkit-column-count: 6;
		-webkit-column-gap: 20px;
		column-count: 6;
		column-gap: 20px;
	}
}

#VENII li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#VENII .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#VENII .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#VENII .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

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

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

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

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

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

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

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

#VENII.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;
}

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

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

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

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

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

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#VENII li .proGalleryItemInner {
	overflow: hidden;
}

#VENII a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#VENII a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='VENII-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.VENII-icon-play:before {
  content: '\e800';
}

.VENII-icon-pause:before {
  content: '\e801';
}

.VENII-icon-close:before {
  content: '\e802';
}

.VENII-icon-prev:before {
  content: '\e803';
}

.VENII-icon-next:before {
  content: '\e804';
}

.VENII-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes VENII-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes VENII-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes VENII-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes VENII-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes VENII-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#VENII-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENII-case,
  html[data-lc-type=ajax] #VENII-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #VENII-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #VENII-content,
  html[data-lc-type=video] #VENII-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #VENII-content,
html[data-lc-type=ajax] #VENII-content,
html[data-lc-type=error] #VENII-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENII-content,
  html[data-lc-type=ajax] #VENII-content,
  html[data-lc-type=error] #VENII-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #VENII-content .VENII-contentInner,
html[data-lc-type=ajax] #VENII-content .VENII-contentInner,
html[data-lc-type=error] #VENII-content .VENII-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENII-content .VENII-contentInner,
  html[data-lc-type=ajax] #VENII-content .VENII-contentInner,
  html[data-lc-type=error] #VENII-content .VENII-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #VENII-content .VENII-contentInner,
  html[data-lc-type=inline] #VENII-content .VENII-contentInner > *,
  html[data-lc-type=ajax] #VENII-content .VENII-contentInner,
  html[data-lc-type=ajax] #VENII-content .VENII-contentInner > *,
  html[data-lc-type=error] #VENII-content .VENII-contentInner,
  html[data-lc-type=error] #VENII-content .VENII-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #VENII-content .VENII-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #VENII-content .VENII-contentInner > *:not(iframe),
  html[data-lc-type=error] #VENII-content .VENII-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.VENII-isMobileDevice[data-lc-type=iframe] #VENII-content .VENII-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #VENII-content .VENII-contentInner,
  html[data-lc-type=video] #VENII-content .VENII-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #VENII-content .VENII-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #VENII-content .VENII-contentInner .VENII-inlineWrap,
  html[data-lc-type=ajax] #VENII-content .VENII-contentInner .VENII-inlineWrap,
  html[data-lc-type=error] #VENII-content .VENII-contentInner .VENII-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #VENII-content .VENII-contentInner .VENII-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #VENII-content h1,
  #VENII-content h2,
  #VENII-content h3,
  #VENII-content h4,
  #VENII-content h5,
  #VENII-content h6,
  #VENII-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #VENII-content h1,
  #VENII-content h2,
  #VENII-content h3,
  #VENII-content h4,
  #VENII-content h5,
  #VENII-content h6,
  #VENII-content p {
    color: #333;
  }
}

#VENII-case p.VENII-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #VENII-case p.VENII-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #VENII-case p.VENII-error {
    padding: 0;
  }
}

.VENII-open body {
  overflow: hidden;
}

.VENII-isMobileDevice .VENII-open body {
  max-width: 100%;
  max-height: 100%;
}

#VENII-info {
  position: absolute;
  padding-top: 15px;
}

#VENII-info #VENII-title,
#VENII-info #VENII-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#VENII-info #VENII-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #VENII-info #VENII-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#VENII-info #VENII-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#VENII-info #VENII-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .VENII-fullScreenMode #VENII-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #VENII-info {
    position: static;
  }
}

#VENII-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: VENII-spin 0.5s infinite linear;
  -moz-animation: VENII-spin 0.5s infinite linear;
  -o-animation: VENII-spin 0.5s infinite linear;
  animation: VENII-spin 0.5s infinite linear;
}

#VENII-loading, #VENII-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#VENII-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='VENII-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='VENII-icon-'],
a[class*='VENII-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='VENII-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='VENII-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.VENII-isMobileDevice a[class*='VENII-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='VENII-icon-'].VENII-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='VENII-icon-'].VENII-icon-prev {
  left: 15px;
}

a[class*='VENII-icon-'].VENII-icon-next {
  right: 15px;
}

a[class*='VENII-icon-'].VENII-icon-pause,
a[class*='VENII-icon-'].VENII-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='VENII-icon-'].VENII-icon-pause,
  a[class*='VENII-icon-'].VENII-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='VENII-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='VENII-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='VENII-icon-']:hover,
  #VENII-case:hover ~ a[class*='VENII-icon-'] {
    opacity: 1;
  }
}

#VENII-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #VENII-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='VENII-icon-'],
a[class*='VENII-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='VENII-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='VENII-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#VENII-content img {
	width: auto;
	height: auto;
}

#VENII-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#VENII-info #VENII-sequenceInfo,
#VENII-info #VENII-title,
#VENII-info #VENII-caption {
    color: rgba(170, 170, 170, 1.00);
}

#VENII-info #VENII-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#VENII-info #VENII-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-VENII {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-VENII {
		display: block;
	}
}

#social-VENII a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-VENII a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */
#social-VENII a.proGalleryDownload {
	display: inline-block;
}
/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #VENII-content,
  html[data-lc-type=video] #VENII-content {
    background: transparent;
  }
}

#VENII-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

#stacks_in_158547 {
	margin: 50px 0px 0px 0px;
}





#stacks_in_158554 .poster-date {
    display: none !important;
}







#stacks_in_158554 .blog-entry-author {
    display: none !important;
}



#srcererstacks_in_158564 .srcerer-inner{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}#srcererstacks_in_158564 .srcerer-img{ max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto; }#srcererstacks_in_158564{background-color:rgba(255, 255, 255, 0.00); }.srcererstacks_in_158564{pointer-events:none}#srcererstacks_in_158564 .srcerer-content{}
#stacks_in_158742,#stacks_in_158742 div,#stacks_in_158742 p,#stacks_in_158742 ol,#stacks_in_158742 ul li,#stacks_in_158742 ol li,#stacks_in_158742 ol,#stacks_in_158742 dl{font-size:1.20rem}@media all and (max-width:640px){#stacks_in_158742,#stacks_in_158742 div,#stacks_in_158742 p,#stacks_in_158742 ol,#stacks_in_158742 ul li,#stacks_in_158742 ol li,#stacks_in_158742 ol,#stacks_in_158742 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_158742{}}


#stacks_in_158742 {
	background-color: rgba(0, 0, 0, 0.50);
	padding:  10px;
}

#stacks_in_158558 {
	margin: 30px 0px 30px 0px;
}
/* @group ProGallery Grid */

#ELEMENT-2018 {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#ELEMENT-2018 li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#ELEMENT-2018 ul#proGalleryThumbsstacks_in_158559 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#ELEMENT-2018 li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#ELEMENT-2018 li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#ELEMENT-2018 li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}


#ELEMENT-2018 li .proGalleryItemInner a:focus {
    outline: 2px dotted #FF0000;
}


#ELEMENT-2018 li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0px;
  display: block;
  border: 0px solid rgba(234, 234, 234, 1.00);
  padding: 0px;
}

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#ELEMENT-2018 {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#ELEMENT-2018 {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#ELEMENT-2018 {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#ELEMENT-2018 {
		-moz-column-count: 6;
		-moz-column-gap: 20px;
		-webkit-column-count: 6;
		-webkit-column-gap: 20px;
		column-count: 6;
		column-gap: 20px;
	}
}

#ELEMENT-2018 li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#ELEMENT-2018 .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#ELEMENT-2018 .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#ELEMENT-2018 .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

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

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

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

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

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

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

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

#ELEMENT-2018.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;
}

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

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

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

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

#ELEMENT-2018 li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#ELEMENT-2018 li .proGalleryItemInner {
	overflow: hidden;
}

#ELEMENT-2018 a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#ELEMENT-2018 a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='ELEMENT-2018-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.ELEMENT-2018-icon-play:before {
  content: '\e800';
}

.ELEMENT-2018-icon-pause:before {
  content: '\e801';
}

.ELEMENT-2018-icon-close:before {
  content: '\e802';
}

.ELEMENT-2018-icon-prev:before {
  content: '\e803';
}

.ELEMENT-2018-icon-next:before {
  content: '\e804';
}

.ELEMENT-2018-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes ELEMENT-2018-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes ELEMENT-2018-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes ELEMENT-2018-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes ELEMENT-2018-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ELEMENT-2018-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#ELEMENT-2018-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #ELEMENT-2018-case,
  html[data-lc-type=ajax] #ELEMENT-2018-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #ELEMENT-2018-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #ELEMENT-2018-content,
  html[data-lc-type=video] #ELEMENT-2018-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #ELEMENT-2018-content,
html[data-lc-type=ajax] #ELEMENT-2018-content,
html[data-lc-type=error] #ELEMENT-2018-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #ELEMENT-2018-content,
  html[data-lc-type=ajax] #ELEMENT-2018-content,
  html[data-lc-type=error] #ELEMENT-2018-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #ELEMENT-2018-content .ELEMENT-2018-contentInner,
html[data-lc-type=ajax] #ELEMENT-2018-content .ELEMENT-2018-contentInner,
html[data-lc-type=error] #ELEMENT-2018-content .ELEMENT-2018-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #ELEMENT-2018-content .ELEMENT-2018-contentInner,
  html[data-lc-type=ajax] #ELEMENT-2018-content .ELEMENT-2018-contentInner,
  html[data-lc-type=error] #ELEMENT-2018-content .ELEMENT-2018-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #ELEMENT-2018-content .ELEMENT-2018-contentInner,
  html[data-lc-type=inline] #ELEMENT-2018-content .ELEMENT-2018-contentInner > *,
  html[data-lc-type=ajax] #ELEMENT-2018-content .ELEMENT-2018-contentInner,
  html[data-lc-type=ajax] #ELEMENT-2018-content .ELEMENT-2018-contentInner > *,
  html[data-lc-type=error] #ELEMENT-2018-content .ELEMENT-2018-contentInner,
  html[data-lc-type=error] #ELEMENT-2018-content .ELEMENT-2018-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #ELEMENT-2018-content .ELEMENT-2018-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #ELEMENT-2018-content .ELEMENT-2018-contentInner > *:not(iframe),
  html[data-lc-type=error] #ELEMENT-2018-content .ELEMENT-2018-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.ELEMENT-2018-isMobileDevice[data-lc-type=iframe] #ELEMENT-2018-content .ELEMENT-2018-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #ELEMENT-2018-content .ELEMENT-2018-contentInner,
  html[data-lc-type=video] #ELEMENT-2018-content .ELEMENT-2018-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #ELEMENT-2018-content .ELEMENT-2018-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #ELEMENT-2018-content .ELEMENT-2018-contentInner .ELEMENT-2018-inlineWrap,
  html[data-lc-type=ajax] #ELEMENT-2018-content .ELEMENT-2018-contentInner .ELEMENT-2018-inlineWrap,
  html[data-lc-type=error] #ELEMENT-2018-content .ELEMENT-2018-contentInner .ELEMENT-2018-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #ELEMENT-2018-content .ELEMENT-2018-contentInner .ELEMENT-2018-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #ELEMENT-2018-content h1,
  #ELEMENT-2018-content h2,
  #ELEMENT-2018-content h3,
  #ELEMENT-2018-content h4,
  #ELEMENT-2018-content h5,
  #ELEMENT-2018-content h6,
  #ELEMENT-2018-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #ELEMENT-2018-content h1,
  #ELEMENT-2018-content h2,
  #ELEMENT-2018-content h3,
  #ELEMENT-2018-content h4,
  #ELEMENT-2018-content h5,
  #ELEMENT-2018-content h6,
  #ELEMENT-2018-content p {
    color: #333;
  }
}

#ELEMENT-2018-case p.ELEMENT-2018-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #ELEMENT-2018-case p.ELEMENT-2018-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #ELEMENT-2018-case p.ELEMENT-2018-error {
    padding: 0;
  }
}

.ELEMENT-2018-open body {
  overflow: hidden;
}

.ELEMENT-2018-isMobileDevice .ELEMENT-2018-open body {
  max-width: 100%;
  max-height: 100%;
}

#ELEMENT-2018-info {
  position: absolute;
  padding-top: 15px;
}

#ELEMENT-2018-info #ELEMENT-2018-title,
#ELEMENT-2018-info #ELEMENT-2018-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#ELEMENT-2018-info #ELEMENT-2018-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #ELEMENT-2018-info #ELEMENT-2018-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#ELEMENT-2018-info #ELEMENT-2018-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#ELEMENT-2018-info #ELEMENT-2018-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .ELEMENT-2018-fullScreenMode #ELEMENT-2018-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #ELEMENT-2018-info {
    position: static;
  }
}

#ELEMENT-2018-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: ELEMENT-2018-spin 0.5s infinite linear;
  -moz-animation: ELEMENT-2018-spin 0.5s infinite linear;
  -o-animation: ELEMENT-2018-spin 0.5s infinite linear;
  animation: ELEMENT-2018-spin 0.5s infinite linear;
}

#ELEMENT-2018-loading, #ELEMENT-2018-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#ELEMENT-2018-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='ELEMENT-2018-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='ELEMENT-2018-icon-'],
a[class*='ELEMENT-2018-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='ELEMENT-2018-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='ELEMENT-2018-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.ELEMENT-2018-isMobileDevice a[class*='ELEMENT-2018-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='ELEMENT-2018-icon-'].ELEMENT-2018-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='ELEMENT-2018-icon-'].ELEMENT-2018-icon-prev {
  left: 15px;
}

a[class*='ELEMENT-2018-icon-'].ELEMENT-2018-icon-next {
  right: 15px;
}

a[class*='ELEMENT-2018-icon-'].ELEMENT-2018-icon-pause,
a[class*='ELEMENT-2018-icon-'].ELEMENT-2018-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='ELEMENT-2018-icon-'].ELEMENT-2018-icon-pause,
  a[class*='ELEMENT-2018-icon-'].ELEMENT-2018-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='ELEMENT-2018-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='ELEMENT-2018-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='ELEMENT-2018-icon-']:hover,
  #ELEMENT-2018-case:hover ~ a[class*='ELEMENT-2018-icon-'] {
    opacity: 1;
  }
}

#ELEMENT-2018-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #ELEMENT-2018-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='ELEMENT-2018-icon-'],
a[class*='ELEMENT-2018-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='ELEMENT-2018-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='ELEMENT-2018-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#ELEMENT-2018-content img {
	width: auto;
	height: auto;
}

#ELEMENT-2018-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#ELEMENT-2018-info #ELEMENT-2018-sequenceInfo,
#ELEMENT-2018-info #ELEMENT-2018-title,
#ELEMENT-2018-info #ELEMENT-2018-caption {
    color: rgba(170, 170, 170, 1.00);
}

#ELEMENT-2018-info #ELEMENT-2018-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#ELEMENT-2018-info #ELEMENT-2018-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-ELEMENT-2018 {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-ELEMENT-2018 {
		display: block;
	}
}

#social-ELEMENT-2018 a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-ELEMENT-2018 a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */
#social-ELEMENT-2018 a.proGalleryDownload {
	display: inline-block;
}
/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #ELEMENT-2018-content,
  html[data-lc-type=video] #ELEMENT-2018-content {
    background: transparent;
  }
}

#ELEMENT-2018-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

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





#stacks_in_158566 .poster-date {
    display: none !important;
}







#stacks_in_158566 .blog-entry-author {
    display: none !important;
}



#srcererstacks_in_158575 .srcerer-inner{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}#srcererstacks_in_158575 .srcerer-img{ max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto; }#srcererstacks_in_158575{background-color:rgba(255, 255, 255, 0.00); }.srcererstacks_in_158575{pointer-events:none}#srcererstacks_in_158575 .srcerer-content{}
#stacks_in_158747,#stacks_in_158747 div,#stacks_in_158747 p,#stacks_in_158747 ol,#stacks_in_158747 ul li,#stacks_in_158747 ol li,#stacks_in_158747 ol,#stacks_in_158747 dl{font-size:1.20rem}@media all and (max-width:640px){#stacks_in_158747,#stacks_in_158747 div,#stacks_in_158747 p,#stacks_in_158747 ol,#stacks_in_158747 ul li,#stacks_in_158747 ol li,#stacks_in_158747 ol,#stacks_in_158747 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_158747{}}


#stacks_in_158747 {
	background-color: rgba(0, 0, 0, 0.50);
	padding:  10px;
}

#stacks_in_158569 {
	padding:  20px;
}
/* @group ProGallery Grid */

#EVE {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#EVE li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#EVE ul#proGalleryThumbsstacks_in_158570 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#EVE li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#EVE li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#EVE li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}



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

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#EVE {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#EVE {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#EVE {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#EVE {
		-moz-column-count: 6;
		-moz-column-gap: 20px;
		-webkit-column-count: 6;
		-webkit-column-gap: 20px;
		column-count: 6;
		column-gap: 20px;
	}
}

#EVE li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#EVE .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#EVE .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#EVE .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

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

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

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

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

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

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

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

#EVE.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;
}

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

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

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

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

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

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#EVE li .proGalleryItemInner {
	overflow: hidden;
}

#EVE a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#EVE a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='EVE-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.EVE-icon-play:before {
  content: '\e800';
}

.EVE-icon-pause:before {
  content: '\e801';
}

.EVE-icon-close:before {
  content: '\e802';
}

.EVE-icon-prev:before {
  content: '\e803';
}

.EVE-icon-next:before {
  content: '\e804';
}

.EVE-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes EVE-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes EVE-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes EVE-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes EVE-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes EVE-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#EVE-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #EVE-case,
  html[data-lc-type=ajax] #EVE-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #EVE-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #EVE-content,
  html[data-lc-type=video] #EVE-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #EVE-content,
html[data-lc-type=ajax] #EVE-content,
html[data-lc-type=error] #EVE-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #EVE-content,
  html[data-lc-type=ajax] #EVE-content,
  html[data-lc-type=error] #EVE-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #EVE-content .EVE-contentInner,
html[data-lc-type=ajax] #EVE-content .EVE-contentInner,
html[data-lc-type=error] #EVE-content .EVE-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #EVE-content .EVE-contentInner,
  html[data-lc-type=ajax] #EVE-content .EVE-contentInner,
  html[data-lc-type=error] #EVE-content .EVE-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #EVE-content .EVE-contentInner,
  html[data-lc-type=inline] #EVE-content .EVE-contentInner > *,
  html[data-lc-type=ajax] #EVE-content .EVE-contentInner,
  html[data-lc-type=ajax] #EVE-content .EVE-contentInner > *,
  html[data-lc-type=error] #EVE-content .EVE-contentInner,
  html[data-lc-type=error] #EVE-content .EVE-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #EVE-content .EVE-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #EVE-content .EVE-contentInner > *:not(iframe),
  html[data-lc-type=error] #EVE-content .EVE-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.EVE-isMobileDevice[data-lc-type=iframe] #EVE-content .EVE-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #EVE-content .EVE-contentInner,
  html[data-lc-type=video] #EVE-content .EVE-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #EVE-content .EVE-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #EVE-content .EVE-contentInner .EVE-inlineWrap,
  html[data-lc-type=ajax] #EVE-content .EVE-contentInner .EVE-inlineWrap,
  html[data-lc-type=error] #EVE-content .EVE-contentInner .EVE-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #EVE-content .EVE-contentInner .EVE-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #EVE-content h1,
  #EVE-content h2,
  #EVE-content h3,
  #EVE-content h4,
  #EVE-content h5,
  #EVE-content h6,
  #EVE-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #EVE-content h1,
  #EVE-content h2,
  #EVE-content h3,
  #EVE-content h4,
  #EVE-content h5,
  #EVE-content h6,
  #EVE-content p {
    color: #333;
  }
}

#EVE-case p.EVE-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #EVE-case p.EVE-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #EVE-case p.EVE-error {
    padding: 0;
  }
}

.EVE-open body {
  overflow: hidden;
}

.EVE-isMobileDevice .EVE-open body {
  max-width: 100%;
  max-height: 100%;
}

#EVE-info {
  position: absolute;
  padding-top: 15px;
}

#EVE-info #EVE-title,
#EVE-info #EVE-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#EVE-info #EVE-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #EVE-info #EVE-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#EVE-info #EVE-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#EVE-info #EVE-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .EVE-fullScreenMode #EVE-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #EVE-info {
    position: static;
  }
}

#EVE-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: EVE-spin 0.5s infinite linear;
  -moz-animation: EVE-spin 0.5s infinite linear;
  -o-animation: EVE-spin 0.5s infinite linear;
  animation: EVE-spin 0.5s infinite linear;
}

#EVE-loading, #EVE-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#EVE-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='EVE-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='EVE-icon-'],
a[class*='EVE-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='EVE-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='EVE-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.EVE-isMobileDevice a[class*='EVE-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='EVE-icon-'].EVE-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='EVE-icon-'].EVE-icon-prev {
  left: 15px;
}

a[class*='EVE-icon-'].EVE-icon-next {
  right: 15px;
}

a[class*='EVE-icon-'].EVE-icon-pause,
a[class*='EVE-icon-'].EVE-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='EVE-icon-'].EVE-icon-pause,
  a[class*='EVE-icon-'].EVE-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='EVE-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='EVE-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='EVE-icon-']:hover,
  #EVE-case:hover ~ a[class*='EVE-icon-'] {
    opacity: 1;
  }
}

#EVE-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #EVE-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='EVE-icon-'],
a[class*='EVE-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='EVE-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='EVE-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#EVE-content img {
	width: auto;
	height: auto;
}

#EVE-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#EVE-info #EVE-sequenceInfo,
#EVE-info #EVE-title,
#EVE-info #EVE-caption {
    color: rgba(170, 170, 170, 1.00);
}

#EVE-info #EVE-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#EVE-info #EVE-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-EVE {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-EVE {
		display: block;
	}
}

#social-EVE a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-EVE a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */
#social-EVE a.proGalleryDownload {
	display: inline-block;
}
/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #EVE-content,
  html[data-lc-type=video] #EVE-content {
    background: transparent;
  }
}

#EVE-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

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





#stacks_in_158577 .poster-date {
    display: none !important;
}







#stacks_in_158577 .blog-entry-author {
    display: none !important;
}



#srcererstacks_in_158586 .srcerer-inner{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}#srcererstacks_in_158586 .srcerer-img{ max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto; }#srcererstacks_in_158586{background-color:rgba(255, 255, 255, 0.00); }.srcererstacks_in_158586{pointer-events:none}#srcererstacks_in_158586 .srcerer-content{}
#stacks_in_158752,#stacks_in_158752 div,#stacks_in_158752 p,#stacks_in_158752 ol,#stacks_in_158752 ul li,#stacks_in_158752 ol li,#stacks_in_158752 ol,#stacks_in_158752 dl{font-size:1.20rem}@media all and (max-width:640px){#stacks_in_158752,#stacks_in_158752 div,#stacks_in_158752 p,#stacks_in_158752 ol,#stacks_in_158752 ul li,#stacks_in_158752 ol li,#stacks_in_158752 ol,#stacks_in_158752 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_158752{}}


#stacks_in_158752 {
	background-color: rgba(0, 0, 0, 0.50);
	padding:  10px;
}

#stacks_in_158580 {
	margin: 20px 0px 0px 0px;
}
/* @group ProGallery Grid */

#HEROINE {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#HEROINE li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#HEROINE ul#proGalleryThumbsstacks_in_158581 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#HEROINE li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#HEROINE li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#HEROINE li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}


#HEROINE li .proGalleryItemInner a:focus {
    outline: 2px dotted #FF0000;
}


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

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#HEROINE {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#HEROINE {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#HEROINE {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#HEROINE {
		-moz-column-count: 6;
		-moz-column-gap: 20px;
		-webkit-column-count: 6;
		-webkit-column-gap: 20px;
		column-count: 6;
		column-gap: 20px;
	}
}

#HEROINE li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#HEROINE .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#HEROINE .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#HEROINE .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

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

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

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

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

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

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

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

#HEROINE.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;
}

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

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

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

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

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

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#HEROINE li .proGalleryItemInner {
	overflow: hidden;
}

#HEROINE a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#HEROINE a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='HEROINE-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.HEROINE-icon-play:before {
  content: '\e800';
}

.HEROINE-icon-pause:before {
  content: '\e801';
}

.HEROINE-icon-close:before {
  content: '\e802';
}

.HEROINE-icon-prev:before {
  content: '\e803';
}

.HEROINE-icon-next:before {
  content: '\e804';
}

.HEROINE-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes HEROINE-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes HEROINE-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes HEROINE-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes HEROINE-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes HEROINE-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#HEROINE-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #HEROINE-case,
  html[data-lc-type=ajax] #HEROINE-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #HEROINE-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #HEROINE-content,
  html[data-lc-type=video] #HEROINE-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #HEROINE-content,
html[data-lc-type=ajax] #HEROINE-content,
html[data-lc-type=error] #HEROINE-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #HEROINE-content,
  html[data-lc-type=ajax] #HEROINE-content,
  html[data-lc-type=error] #HEROINE-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #HEROINE-content .HEROINE-contentInner,
html[data-lc-type=ajax] #HEROINE-content .HEROINE-contentInner,
html[data-lc-type=error] #HEROINE-content .HEROINE-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #HEROINE-content .HEROINE-contentInner,
  html[data-lc-type=ajax] #HEROINE-content .HEROINE-contentInner,
  html[data-lc-type=error] #HEROINE-content .HEROINE-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #HEROINE-content .HEROINE-contentInner,
  html[data-lc-type=inline] #HEROINE-content .HEROINE-contentInner > *,
  html[data-lc-type=ajax] #HEROINE-content .HEROINE-contentInner,
  html[data-lc-type=ajax] #HEROINE-content .HEROINE-contentInner > *,
  html[data-lc-type=error] #HEROINE-content .HEROINE-contentInner,
  html[data-lc-type=error] #HEROINE-content .HEROINE-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #HEROINE-content .HEROINE-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #HEROINE-content .HEROINE-contentInner > *:not(iframe),
  html[data-lc-type=error] #HEROINE-content .HEROINE-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.HEROINE-isMobileDevice[data-lc-type=iframe] #HEROINE-content .HEROINE-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #HEROINE-content .HEROINE-contentInner,
  html[data-lc-type=video] #HEROINE-content .HEROINE-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #HEROINE-content .HEROINE-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #HEROINE-content .HEROINE-contentInner .HEROINE-inlineWrap,
  html[data-lc-type=ajax] #HEROINE-content .HEROINE-contentInner .HEROINE-inlineWrap,
  html[data-lc-type=error] #HEROINE-content .HEROINE-contentInner .HEROINE-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #HEROINE-content .HEROINE-contentInner .HEROINE-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #HEROINE-content h1,
  #HEROINE-content h2,
  #HEROINE-content h3,
  #HEROINE-content h4,
  #HEROINE-content h5,
  #HEROINE-content h6,
  #HEROINE-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #HEROINE-content h1,
  #HEROINE-content h2,
  #HEROINE-content h3,
  #HEROINE-content h4,
  #HEROINE-content h5,
  #HEROINE-content h6,
  #HEROINE-content p {
    color: #333;
  }
}

#HEROINE-case p.HEROINE-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #HEROINE-case p.HEROINE-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #HEROINE-case p.HEROINE-error {
    padding: 0;
  }
}

.HEROINE-open body {
  overflow: hidden;
}

.HEROINE-isMobileDevice .HEROINE-open body {
  max-width: 100%;
  max-height: 100%;
}

#HEROINE-info {
  position: absolute;
  padding-top: 15px;
}

#HEROINE-info #HEROINE-title,
#HEROINE-info #HEROINE-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#HEROINE-info #HEROINE-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #HEROINE-info #HEROINE-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#HEROINE-info #HEROINE-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#HEROINE-info #HEROINE-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .HEROINE-fullScreenMode #HEROINE-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #HEROINE-info {
    position: static;
  }
}

#HEROINE-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: HEROINE-spin 0.5s infinite linear;
  -moz-animation: HEROINE-spin 0.5s infinite linear;
  -o-animation: HEROINE-spin 0.5s infinite linear;
  animation: HEROINE-spin 0.5s infinite linear;
}

#HEROINE-loading, #HEROINE-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#HEROINE-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='HEROINE-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='HEROINE-icon-'],
a[class*='HEROINE-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='HEROINE-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='HEROINE-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.HEROINE-isMobileDevice a[class*='HEROINE-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='HEROINE-icon-'].HEROINE-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='HEROINE-icon-'].HEROINE-icon-prev {
  left: 15px;
}

a[class*='HEROINE-icon-'].HEROINE-icon-next {
  right: 15px;
}

a[class*='HEROINE-icon-'].HEROINE-icon-pause,
a[class*='HEROINE-icon-'].HEROINE-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='HEROINE-icon-'].HEROINE-icon-pause,
  a[class*='HEROINE-icon-'].HEROINE-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='HEROINE-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='HEROINE-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='HEROINE-icon-']:hover,
  #HEROINE-case:hover ~ a[class*='HEROINE-icon-'] {
    opacity: 1;
  }
}

#HEROINE-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #HEROINE-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='HEROINE-icon-'],
a[class*='HEROINE-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='HEROINE-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='HEROINE-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#HEROINE-content img {
	width: auto;
	height: auto;
}

#HEROINE-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#HEROINE-info #HEROINE-sequenceInfo,
#HEROINE-info #HEROINE-title,
#HEROINE-info #HEROINE-caption {
    color: rgba(170, 170, 170, 1.00);
}

#HEROINE-info #HEROINE-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#HEROINE-info #HEROINE-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-HEROINE {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-HEROINE {
		display: block;
	}
}

#social-HEROINE a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-HEROINE a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */
#social-HEROINE a.proGalleryDownload {
	display: inline-block;
}
/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #HEROINE-content,
  html[data-lc-type=video] #HEROINE-content {
    background: transparent;
  }
}

#HEROINE-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

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





#stacks_in_158588 .poster-date {
    display: none !important;
}







#stacks_in_158588 .blog-entry-author {
    display: none !important;
}



#srcererstacks_in_158602 .srcerer-inner{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}#srcererstacks_in_158602 .srcerer-img{ max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto; }#srcererstacks_in_158602{background-color:rgba(255, 255, 255, 0.00); }.srcererstacks_in_158602{pointer-events:none}#srcererstacks_in_158602 .srcerer-content{}
#stacks_in_158754,#stacks_in_158754 div,#stacks_in_158754 p,#stacks_in_158754 ol,#stacks_in_158754 ul li,#stacks_in_158754 ol li,#stacks_in_158754 ol,#stacks_in_158754 dl{font-size:1.20rem}@media all and (max-width:640px){#stacks_in_158754,#stacks_in_158754 div,#stacks_in_158754 p,#stacks_in_158754 ol,#stacks_in_158754 ul li,#stacks_in_158754 ol li,#stacks_in_158754 ol,#stacks_in_158754 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_158754{}}


#stacks_in_158754 {
	background-color: rgba(0, 0, 0, 0.50);
	padding:  10px;
}

#stacks_in_158591 {
	margin: 20px 0px 0px 0px;
}
/* @group ProGallery Grid */

#NUUD-small {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#NUUD-small li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#NUUD-small ul#proGalleryThumbsstacks_in_158592 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#NUUD-small li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#NUUD-small li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#NUUD-small li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}


#NUUD-small li .proGalleryItemInner a:focus {
    outline: 2px dotted #FF0000;
}


#NUUD-small li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0px;
  display: block;
  border: 0px solid rgba(234, 234, 234, 1.00);
  padding: 0px;
}

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#NUUD-small {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#NUUD-small {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#NUUD-small {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#NUUD-small {
		-moz-column-count: 6;
		-moz-column-gap: 20px;
		-webkit-column-count: 6;
		-webkit-column-gap: 20px;
		column-count: 6;
		column-gap: 20px;
	}
}

#NUUD-small li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#NUUD-small .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#NUUD-small .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#NUUD-small .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

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

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

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

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

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

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

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

#NUUD-small.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;
}

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

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

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

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

#NUUD-small li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#NUUD-small li .proGalleryItemInner {
	overflow: hidden;
}

#NUUD-small a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#NUUD-small a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='NUUD-small-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.NUUD-small-icon-play:before {
  content: '\e800';
}

.NUUD-small-icon-pause:before {
  content: '\e801';
}

.NUUD-small-icon-close:before {
  content: '\e802';
}

.NUUD-small-icon-prev:before {
  content: '\e803';
}

.NUUD-small-icon-next:before {
  content: '\e804';
}

.NUUD-small-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes NUUD-small-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes NUUD-small-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes NUUD-small-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes NUUD-small-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes NUUD-small-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#NUUD-small-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #NUUD-small-case,
  html[data-lc-type=ajax] #NUUD-small-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #NUUD-small-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #NUUD-small-content,
  html[data-lc-type=video] #NUUD-small-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #NUUD-small-content,
html[data-lc-type=ajax] #NUUD-small-content,
html[data-lc-type=error] #NUUD-small-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #NUUD-small-content,
  html[data-lc-type=ajax] #NUUD-small-content,
  html[data-lc-type=error] #NUUD-small-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #NUUD-small-content .NUUD-small-contentInner,
html[data-lc-type=ajax] #NUUD-small-content .NUUD-small-contentInner,
html[data-lc-type=error] #NUUD-small-content .NUUD-small-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #NUUD-small-content .NUUD-small-contentInner,
  html[data-lc-type=ajax] #NUUD-small-content .NUUD-small-contentInner,
  html[data-lc-type=error] #NUUD-small-content .NUUD-small-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #NUUD-small-content .NUUD-small-contentInner,
  html[data-lc-type=inline] #NUUD-small-content .NUUD-small-contentInner > *,
  html[data-lc-type=ajax] #NUUD-small-content .NUUD-small-contentInner,
  html[data-lc-type=ajax] #NUUD-small-content .NUUD-small-contentInner > *,
  html[data-lc-type=error] #NUUD-small-content .NUUD-small-contentInner,
  html[data-lc-type=error] #NUUD-small-content .NUUD-small-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #NUUD-small-content .NUUD-small-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #NUUD-small-content .NUUD-small-contentInner > *:not(iframe),
  html[data-lc-type=error] #NUUD-small-content .NUUD-small-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.NUUD-small-isMobileDevice[data-lc-type=iframe] #NUUD-small-content .NUUD-small-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #NUUD-small-content .NUUD-small-contentInner,
  html[data-lc-type=video] #NUUD-small-content .NUUD-small-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #NUUD-small-content .NUUD-small-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #NUUD-small-content .NUUD-small-contentInner .NUUD-small-inlineWrap,
  html[data-lc-type=ajax] #NUUD-small-content .NUUD-small-contentInner .NUUD-small-inlineWrap,
  html[data-lc-type=error] #NUUD-small-content .NUUD-small-contentInner .NUUD-small-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #NUUD-small-content .NUUD-small-contentInner .NUUD-small-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #NUUD-small-content h1,
  #NUUD-small-content h2,
  #NUUD-small-content h3,
  #NUUD-small-content h4,
  #NUUD-small-content h5,
  #NUUD-small-content h6,
  #NUUD-small-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #NUUD-small-content h1,
  #NUUD-small-content h2,
  #NUUD-small-content h3,
  #NUUD-small-content h4,
  #NUUD-small-content h5,
  #NUUD-small-content h6,
  #NUUD-small-content p {
    color: #333;
  }
}

#NUUD-small-case p.NUUD-small-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #NUUD-small-case p.NUUD-small-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #NUUD-small-case p.NUUD-small-error {
    padding: 0;
  }
}

.NUUD-small-open body {
  overflow: hidden;
}

.NUUD-small-isMobileDevice .NUUD-small-open body {
  max-width: 100%;
  max-height: 100%;
}

#NUUD-small-info {
  position: absolute;
  padding-top: 15px;
}

#NUUD-small-info #NUUD-small-title,
#NUUD-small-info #NUUD-small-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#NUUD-small-info #NUUD-small-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #NUUD-small-info #NUUD-small-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#NUUD-small-info #NUUD-small-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#NUUD-small-info #NUUD-small-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .NUUD-small-fullScreenMode #NUUD-small-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #NUUD-small-info {
    position: static;
  }
}

#NUUD-small-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: NUUD-small-spin 0.5s infinite linear;
  -moz-animation: NUUD-small-spin 0.5s infinite linear;
  -o-animation: NUUD-small-spin 0.5s infinite linear;
  animation: NUUD-small-spin 0.5s infinite linear;
}

#NUUD-small-loading, #NUUD-small-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#NUUD-small-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='NUUD-small-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='NUUD-small-icon-'],
a[class*='NUUD-small-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='NUUD-small-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='NUUD-small-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.NUUD-small-isMobileDevice a[class*='NUUD-small-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='NUUD-small-icon-'].NUUD-small-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='NUUD-small-icon-'].NUUD-small-icon-prev {
  left: 15px;
}

a[class*='NUUD-small-icon-'].NUUD-small-icon-next {
  right: 15px;
}

a[class*='NUUD-small-icon-'].NUUD-small-icon-pause,
a[class*='NUUD-small-icon-'].NUUD-small-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='NUUD-small-icon-'].NUUD-small-icon-pause,
  a[class*='NUUD-small-icon-'].NUUD-small-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='NUUD-small-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='NUUD-small-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='NUUD-small-icon-']:hover,
  #NUUD-small-case:hover ~ a[class*='NUUD-small-icon-'] {
    opacity: 1;
  }
}

#NUUD-small-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #NUUD-small-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='NUUD-small-icon-'],
a[class*='NUUD-small-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='NUUD-small-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='NUUD-small-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#NUUD-small-content img {
	width: auto;
	height: auto;
}

#NUUD-small-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#NUUD-small-info #NUUD-small-sequenceInfo,
#NUUD-small-info #NUUD-small-title,
#NUUD-small-info #NUUD-small-caption {
    color: rgba(170, 170, 170, 1.00);
}

#NUUD-small-info #NUUD-small-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#NUUD-small-info #NUUD-small-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-NUUD-small {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-NUUD-small {
		display: block;
	}
}

#social-NUUD-small a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-NUUD-small a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */
#social-NUUD-small a.proGalleryDownload {
	display: inline-block;
}
/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #NUUD-small-content,
  html[data-lc-type=video] #NUUD-small-content {
    background: transparent;
  }
}

#NUUD-small-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

#stacks_in_158592 {
	margin: 20px 0px 0px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_158595_2,
#ruleStackstacks_in_158595_2:before,
#ruleStackstacks_in_158595_2:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_158595_2 {
	position: relative;
	overflow: hidden;
	margin: 3.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_158595_2 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_158595_2 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(218, 164, 32, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_158595_2 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_158595_2 {
	text-align: center;
}

#ruleStackstacks_in_158595_2:before,
#ruleStackstacks_in_158595_2:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(255, 255, 255, 1.00);
}

#ruleStackstacks_in_158595_2:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_158595_2:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_158595_2 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */
#stacks_in_158596 {
	margin: 20px 0px 0px 0px;
}
/* @group ProGallery Grid */

#NUUD-large {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#NUUD-large li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#NUUD-large ul#proGalleryThumbsstacks_in_158597 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#NUUD-large li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#NUUD-large li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#NUUD-large li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}


#NUUD-large li .proGalleryItemInner a:focus {
    outline: 2px dotted #FF0000;
}


#NUUD-large li.proGalleryItem img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 0px;
  display: block;
  border: 0px solid rgba(234, 234, 234, 1.00);
  padding: 0px;
}

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#NUUD-large {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#NUUD-large {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#NUUD-large {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#NUUD-large {
		-moz-column-count: 6;
		-moz-column-gap: 20px;
		-webkit-column-count: 6;
		-webkit-column-gap: 20px;
		column-count: 6;
		column-gap: 20px;
	}
}

#NUUD-large li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#NUUD-large .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#NUUD-large .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#NUUD-large .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

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

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

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

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

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

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

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

#NUUD-large.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;
}

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

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

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

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

#NUUD-large li:hover .proGalleryItemTitle {
	opacity: 1.00;
}

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#NUUD-large li .proGalleryItemInner {
	overflow: hidden;
}

#NUUD-large a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#NUUD-large a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='NUUD-large-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.NUUD-large-icon-play:before {
  content: '\e800';
}

.NUUD-large-icon-pause:before {
  content: '\e801';
}

.NUUD-large-icon-close:before {
  content: '\e802';
}

.NUUD-large-icon-prev:before {
  content: '\e803';
}

.NUUD-large-icon-next:before {
  content: '\e804';
}

.NUUD-large-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes NUUD-large-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes NUUD-large-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes NUUD-large-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes NUUD-large-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes NUUD-large-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#NUUD-large-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #NUUD-large-case,
  html[data-lc-type=ajax] #NUUD-large-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #NUUD-large-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #NUUD-large-content,
  html[data-lc-type=video] #NUUD-large-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #NUUD-large-content,
html[data-lc-type=ajax] #NUUD-large-content,
html[data-lc-type=error] #NUUD-large-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #NUUD-large-content,
  html[data-lc-type=ajax] #NUUD-large-content,
  html[data-lc-type=error] #NUUD-large-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #NUUD-large-content .NUUD-large-contentInner,
html[data-lc-type=ajax] #NUUD-large-content .NUUD-large-contentInner,
html[data-lc-type=error] #NUUD-large-content .NUUD-large-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #NUUD-large-content .NUUD-large-contentInner,
  html[data-lc-type=ajax] #NUUD-large-content .NUUD-large-contentInner,
  html[data-lc-type=error] #NUUD-large-content .NUUD-large-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #NUUD-large-content .NUUD-large-contentInner,
  html[data-lc-type=inline] #NUUD-large-content .NUUD-large-contentInner > *,
  html[data-lc-type=ajax] #NUUD-large-content .NUUD-large-contentInner,
  html[data-lc-type=ajax] #NUUD-large-content .NUUD-large-contentInner > *,
  html[data-lc-type=error] #NUUD-large-content .NUUD-large-contentInner,
  html[data-lc-type=error] #NUUD-large-content .NUUD-large-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #NUUD-large-content .NUUD-large-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #NUUD-large-content .NUUD-large-contentInner > *:not(iframe),
  html[data-lc-type=error] #NUUD-large-content .NUUD-large-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.NUUD-large-isMobileDevice[data-lc-type=iframe] #NUUD-large-content .NUUD-large-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #NUUD-large-content .NUUD-large-contentInner,
  html[data-lc-type=video] #NUUD-large-content .NUUD-large-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #NUUD-large-content .NUUD-large-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #NUUD-large-content .NUUD-large-contentInner .NUUD-large-inlineWrap,
  html[data-lc-type=ajax] #NUUD-large-content .NUUD-large-contentInner .NUUD-large-inlineWrap,
  html[data-lc-type=error] #NUUD-large-content .NUUD-large-contentInner .NUUD-large-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #NUUD-large-content .NUUD-large-contentInner .NUUD-large-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #NUUD-large-content h1,
  #NUUD-large-content h2,
  #NUUD-large-content h3,
  #NUUD-large-content h4,
  #NUUD-large-content h5,
  #NUUD-large-content h6,
  #NUUD-large-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #NUUD-large-content h1,
  #NUUD-large-content h2,
  #NUUD-large-content h3,
  #NUUD-large-content h4,
  #NUUD-large-content h5,
  #NUUD-large-content h6,
  #NUUD-large-content p {
    color: #333;
  }
}

#NUUD-large-case p.NUUD-large-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #NUUD-large-case p.NUUD-large-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #NUUD-large-case p.NUUD-large-error {
    padding: 0;
  }
}

.NUUD-large-open body {
  overflow: hidden;
}

.NUUD-large-isMobileDevice .NUUD-large-open body {
  max-width: 100%;
  max-height: 100%;
}

#NUUD-large-info {
  position: absolute;
  padding-top: 15px;
}

#NUUD-large-info #NUUD-large-title,
#NUUD-large-info #NUUD-large-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#NUUD-large-info #NUUD-large-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #NUUD-large-info #NUUD-large-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#NUUD-large-info #NUUD-large-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#NUUD-large-info #NUUD-large-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .NUUD-large-fullScreenMode #NUUD-large-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #NUUD-large-info {
    position: static;
  }
}

#NUUD-large-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: NUUD-large-spin 0.5s infinite linear;
  -moz-animation: NUUD-large-spin 0.5s infinite linear;
  -o-animation: NUUD-large-spin 0.5s infinite linear;
  animation: NUUD-large-spin 0.5s infinite linear;
}

#NUUD-large-loading, #NUUD-large-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#NUUD-large-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='NUUD-large-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='NUUD-large-icon-'],
a[class*='NUUD-large-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='NUUD-large-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='NUUD-large-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.NUUD-large-isMobileDevice a[class*='NUUD-large-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='NUUD-large-icon-'].NUUD-large-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='NUUD-large-icon-'].NUUD-large-icon-prev {
  left: 15px;
}

a[class*='NUUD-large-icon-'].NUUD-large-icon-next {
  right: 15px;
}

a[class*='NUUD-large-icon-'].NUUD-large-icon-pause,
a[class*='NUUD-large-icon-'].NUUD-large-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='NUUD-large-icon-'].NUUD-large-icon-pause,
  a[class*='NUUD-large-icon-'].NUUD-large-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='NUUD-large-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='NUUD-large-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='NUUD-large-icon-']:hover,
  #NUUD-large-case:hover ~ a[class*='NUUD-large-icon-'] {
    opacity: 1;
  }
}

#NUUD-large-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #NUUD-large-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='NUUD-large-icon-'],
a[class*='NUUD-large-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='NUUD-large-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='NUUD-large-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#NUUD-large-content img {
	width: auto;
	height: auto;
}

#NUUD-large-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#NUUD-large-info #NUUD-large-sequenceInfo,
#NUUD-large-info #NUUD-large-title,
#NUUD-large-info #NUUD-large-caption {
    color: rgba(170, 170, 170, 1.00);
}

#NUUD-large-info #NUUD-large-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#NUUD-large-info #NUUD-large-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-NUUD-large {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-NUUD-large {
		display: block;
	}
}

#social-NUUD-large a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-NUUD-large a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */
#social-NUUD-large a.proGalleryDownload {
	display: inline-block;
}
/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #NUUD-large-content,
  html[data-lc-type=video] #NUUD-large-content {
    background: transparent;
  }
}

#NUUD-large-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

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





#stacks_in_158604 .poster-date {
    display: none !important;
}







#stacks_in_158604 .blog-entry-author {
    display: none !important;
}



#srcererstacks_in_158612 .srcerer-inner{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}#srcererstacks_in_158612 .srcerer-img{ max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto; }#srcererstacks_in_158612{background-color:rgba(255, 255, 255, 0.00); }.srcererstacks_in_158612{pointer-events:none}#srcererstacks_in_158612 .srcerer-content{}
#stacks_in_158758,#stacks_in_158758 div,#stacks_in_158758 p,#stacks_in_158758 ol,#stacks_in_158758 ul li,#stacks_in_158758 ol li,#stacks_in_158758 ol,#stacks_in_158758 dl{font-size:1.20rem}@media all and (max-width:640px){#stacks_in_158758,#stacks_in_158758 div,#stacks_in_158758 p,#stacks_in_158758 ol,#stacks_in_158758 ul li,#stacks_in_158758 ol li,#stacks_in_158758 ol,#stacks_in_158758 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_158758{}}


#stacks_in_158758 {
	background-color: rgba(0, 0, 0, 0.50);
	padding:  10px;
}
/* @group ProGallery Grid */

#NUWD {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#NUWD li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#NUWD ul#proGalleryThumbsstacks_in_158605 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#NUWD li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#NUWD li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#NUWD li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}



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

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#NUWD {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#NUWD {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#NUWD {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#NUWD {
		-moz-column-count: 6;
		-moz-column-gap: 20px;
		-webkit-column-count: 6;
		-webkit-column-gap: 20px;
		column-count: 6;
		column-gap: 20px;
	}
}

#NUWD li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#NUWD .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#NUWD .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#NUWD .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

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

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

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

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

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

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

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

#NUWD.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;
}

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

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

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

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

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

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#NUWD li .proGalleryItemInner {
	overflow: hidden;
}

#NUWD a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#NUWD a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='NUWD-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.NUWD-icon-play:before {
  content: '\e800';
}

.NUWD-icon-pause:before {
  content: '\e801';
}

.NUWD-icon-close:before {
  content: '\e802';
}

.NUWD-icon-prev:before {
  content: '\e803';
}

.NUWD-icon-next:before {
  content: '\e804';
}

.NUWD-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes NUWD-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes NUWD-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes NUWD-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes NUWD-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes NUWD-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#NUWD-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #NUWD-case,
  html[data-lc-type=ajax] #NUWD-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #NUWD-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #NUWD-content,
  html[data-lc-type=video] #NUWD-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #NUWD-content,
html[data-lc-type=ajax] #NUWD-content,
html[data-lc-type=error] #NUWD-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #NUWD-content,
  html[data-lc-type=ajax] #NUWD-content,
  html[data-lc-type=error] #NUWD-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #NUWD-content .NUWD-contentInner,
html[data-lc-type=ajax] #NUWD-content .NUWD-contentInner,
html[data-lc-type=error] #NUWD-content .NUWD-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #NUWD-content .NUWD-contentInner,
  html[data-lc-type=ajax] #NUWD-content .NUWD-contentInner,
  html[data-lc-type=error] #NUWD-content .NUWD-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #NUWD-content .NUWD-contentInner,
  html[data-lc-type=inline] #NUWD-content .NUWD-contentInner > *,
  html[data-lc-type=ajax] #NUWD-content .NUWD-contentInner,
  html[data-lc-type=ajax] #NUWD-content .NUWD-contentInner > *,
  html[data-lc-type=error] #NUWD-content .NUWD-contentInner,
  html[data-lc-type=error] #NUWD-content .NUWD-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #NUWD-content .NUWD-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #NUWD-content .NUWD-contentInner > *:not(iframe),
  html[data-lc-type=error] #NUWD-content .NUWD-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.NUWD-isMobileDevice[data-lc-type=iframe] #NUWD-content .NUWD-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #NUWD-content .NUWD-contentInner,
  html[data-lc-type=video] #NUWD-content .NUWD-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #NUWD-content .NUWD-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #NUWD-content .NUWD-contentInner .NUWD-inlineWrap,
  html[data-lc-type=ajax] #NUWD-content .NUWD-contentInner .NUWD-inlineWrap,
  html[data-lc-type=error] #NUWD-content .NUWD-contentInner .NUWD-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #NUWD-content .NUWD-contentInner .NUWD-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #NUWD-content h1,
  #NUWD-content h2,
  #NUWD-content h3,
  #NUWD-content h4,
  #NUWD-content h5,
  #NUWD-content h6,
  #NUWD-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #NUWD-content h1,
  #NUWD-content h2,
  #NUWD-content h3,
  #NUWD-content h4,
  #NUWD-content h5,
  #NUWD-content h6,
  #NUWD-content p {
    color: #333;
  }
}

#NUWD-case p.NUWD-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #NUWD-case p.NUWD-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #NUWD-case p.NUWD-error {
    padding: 0;
  }
}

.NUWD-open body {
  overflow: hidden;
}

.NUWD-isMobileDevice .NUWD-open body {
  max-width: 100%;
  max-height: 100%;
}

#NUWD-info {
  position: absolute;
  padding-top: 15px;
}

#NUWD-info #NUWD-title,
#NUWD-info #NUWD-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#NUWD-info #NUWD-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #NUWD-info #NUWD-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#NUWD-info #NUWD-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#NUWD-info #NUWD-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .NUWD-fullScreenMode #NUWD-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #NUWD-info {
    position: static;
  }
}

#NUWD-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: NUWD-spin 0.5s infinite linear;
  -moz-animation: NUWD-spin 0.5s infinite linear;
  -o-animation: NUWD-spin 0.5s infinite linear;
  animation: NUWD-spin 0.5s infinite linear;
}

#NUWD-loading, #NUWD-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#NUWD-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='NUWD-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='NUWD-icon-'],
a[class*='NUWD-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='NUWD-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='NUWD-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.NUWD-isMobileDevice a[class*='NUWD-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='NUWD-icon-'].NUWD-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='NUWD-icon-'].NUWD-icon-prev {
  left: 15px;
}

a[class*='NUWD-icon-'].NUWD-icon-next {
  right: 15px;
}

a[class*='NUWD-icon-'].NUWD-icon-pause,
a[class*='NUWD-icon-'].NUWD-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='NUWD-icon-'].NUWD-icon-pause,
  a[class*='NUWD-icon-'].NUWD-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='NUWD-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='NUWD-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='NUWD-icon-']:hover,
  #NUWD-case:hover ~ a[class*='NUWD-icon-'] {
    opacity: 1;
  }
}

#NUWD-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #NUWD-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='NUWD-icon-'],
a[class*='NUWD-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='NUWD-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='NUWD-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#NUWD-content img {
	width: auto;
	height: auto;
}

#NUWD-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#NUWD-info #NUWD-sequenceInfo,
#NUWD-info #NUWD-title,
#NUWD-info #NUWD-caption {
    color: rgba(170, 170, 170, 1.00);
}

#NUWD-info #NUWD-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#NUWD-info #NUWD-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-NUWD {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-NUWD {
		display: block;
	}
}

#social-NUWD a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-NUWD a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */
#social-NUWD a.proGalleryDownload {
	display: inline-block;
}
/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #NUWD-content,
  html[data-lc-type=video] #NUWD-content {
    background: transparent;
  }
}

#NUWD-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

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





#stacks_in_158614 .poster-date {
    display: none !important;
}







#stacks_in_158614 .blog-entry-author {
    display: none !important;
}



#srcererstacks_in_158623 .srcerer-inner{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}#srcererstacks_in_158623 .srcerer-img{ max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto; }#srcererstacks_in_158623{background-color:rgba(255, 255, 255, 0.00); }.srcererstacks_in_158623{pointer-events:none}#srcererstacks_in_158623 .srcerer-content{}
#stacks_in_158764,#stacks_in_158764 div,#stacks_in_158764 p,#stacks_in_158764 ol,#stacks_in_158764 ul li,#stacks_in_158764 ol li,#stacks_in_158764 ol,#stacks_in_158764 dl{font-size:1.20rem}@media all and (max-width:640px){#stacks_in_158764,#stacks_in_158764 div,#stacks_in_158764 p,#stacks_in_158764 ol,#stacks_in_158764 ul li,#stacks_in_158764 ol li,#stacks_in_158764 ol,#stacks_in_158764 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_158764{}}


#stacks_in_158764 {
	background-color: rgba(0, 0, 0, 0.50);
	padding:  10px;
}

#stacks_in_158615 {
	margin: 20px 0px 0px 0px;
}
/* @group ProGallery Grid */

#NUWDU {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#NUWDU li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#NUWDU ul#proGalleryThumbsstacks_in_158618 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#NUWDU li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#NUWDU li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#NUWDU li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}



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

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#NUWDU {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#NUWDU {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#NUWDU {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#NUWDU {
		-moz-column-count: 6;
		-moz-column-gap: 20px;
		-webkit-column-count: 6;
		-webkit-column-gap: 20px;
		column-count: 6;
		column-gap: 20px;
	}
}

#NUWDU li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#NUWDU .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#NUWDU .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#NUWDU .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

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

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

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

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

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

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

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

#NUWDU.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;
}

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

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

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

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

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

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#NUWDU li .proGalleryItemInner {
	overflow: hidden;
}

#NUWDU a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#NUWDU a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='NUWDU-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.NUWDU-icon-play:before {
  content: '\e800';
}

.NUWDU-icon-pause:before {
  content: '\e801';
}

.NUWDU-icon-close:before {
  content: '\e802';
}

.NUWDU-icon-prev:before {
  content: '\e803';
}

.NUWDU-icon-next:before {
  content: '\e804';
}

.NUWDU-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes NUWDU-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes NUWDU-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes NUWDU-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes NUWDU-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes NUWDU-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#NUWDU-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #NUWDU-case,
  html[data-lc-type=ajax] #NUWDU-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #NUWDU-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #NUWDU-content,
  html[data-lc-type=video] #NUWDU-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #NUWDU-content,
html[data-lc-type=ajax] #NUWDU-content,
html[data-lc-type=error] #NUWDU-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #NUWDU-content,
  html[data-lc-type=ajax] #NUWDU-content,
  html[data-lc-type=error] #NUWDU-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #NUWDU-content .NUWDU-contentInner,
html[data-lc-type=ajax] #NUWDU-content .NUWDU-contentInner,
html[data-lc-type=error] #NUWDU-content .NUWDU-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #NUWDU-content .NUWDU-contentInner,
  html[data-lc-type=ajax] #NUWDU-content .NUWDU-contentInner,
  html[data-lc-type=error] #NUWDU-content .NUWDU-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #NUWDU-content .NUWDU-contentInner,
  html[data-lc-type=inline] #NUWDU-content .NUWDU-contentInner > *,
  html[data-lc-type=ajax] #NUWDU-content .NUWDU-contentInner,
  html[data-lc-type=ajax] #NUWDU-content .NUWDU-contentInner > *,
  html[data-lc-type=error] #NUWDU-content .NUWDU-contentInner,
  html[data-lc-type=error] #NUWDU-content .NUWDU-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #NUWDU-content .NUWDU-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #NUWDU-content .NUWDU-contentInner > *:not(iframe),
  html[data-lc-type=error] #NUWDU-content .NUWDU-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.NUWDU-isMobileDevice[data-lc-type=iframe] #NUWDU-content .NUWDU-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #NUWDU-content .NUWDU-contentInner,
  html[data-lc-type=video] #NUWDU-content .NUWDU-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #NUWDU-content .NUWDU-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #NUWDU-content .NUWDU-contentInner .NUWDU-inlineWrap,
  html[data-lc-type=ajax] #NUWDU-content .NUWDU-contentInner .NUWDU-inlineWrap,
  html[data-lc-type=error] #NUWDU-content .NUWDU-contentInner .NUWDU-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #NUWDU-content .NUWDU-contentInner .NUWDU-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #NUWDU-content h1,
  #NUWDU-content h2,
  #NUWDU-content h3,
  #NUWDU-content h4,
  #NUWDU-content h5,
  #NUWDU-content h6,
  #NUWDU-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #NUWDU-content h1,
  #NUWDU-content h2,
  #NUWDU-content h3,
  #NUWDU-content h4,
  #NUWDU-content h5,
  #NUWDU-content h6,
  #NUWDU-content p {
    color: #333;
  }
}

#NUWDU-case p.NUWDU-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #NUWDU-case p.NUWDU-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #NUWDU-case p.NUWDU-error {
    padding: 0;
  }
}

.NUWDU-open body {
  overflow: hidden;
}

.NUWDU-isMobileDevice .NUWDU-open body {
  max-width: 100%;
  max-height: 100%;
}

#NUWDU-info {
  position: absolute;
  padding-top: 15px;
}

#NUWDU-info #NUWDU-title,
#NUWDU-info #NUWDU-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#NUWDU-info #NUWDU-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #NUWDU-info #NUWDU-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#NUWDU-info #NUWDU-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#NUWDU-info #NUWDU-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .NUWDU-fullScreenMode #NUWDU-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #NUWDU-info {
    position: static;
  }
}

#NUWDU-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: NUWDU-spin 0.5s infinite linear;
  -moz-animation: NUWDU-spin 0.5s infinite linear;
  -o-animation: NUWDU-spin 0.5s infinite linear;
  animation: NUWDU-spin 0.5s infinite linear;
}

#NUWDU-loading, #NUWDU-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#NUWDU-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='NUWDU-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='NUWDU-icon-'],
a[class*='NUWDU-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='NUWDU-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='NUWDU-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.NUWDU-isMobileDevice a[class*='NUWDU-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='NUWDU-icon-'].NUWDU-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='NUWDU-icon-'].NUWDU-icon-prev {
  left: 15px;
}

a[class*='NUWDU-icon-'].NUWDU-icon-next {
  right: 15px;
}

a[class*='NUWDU-icon-'].NUWDU-icon-pause,
a[class*='NUWDU-icon-'].NUWDU-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='NUWDU-icon-'].NUWDU-icon-pause,
  a[class*='NUWDU-icon-'].NUWDU-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='NUWDU-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='NUWDU-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='NUWDU-icon-']:hover,
  #NUWDU-case:hover ~ a[class*='NUWDU-icon-'] {
    opacity: 1;
  }
}

#NUWDU-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #NUWDU-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='NUWDU-icon-'],
a[class*='NUWDU-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='NUWDU-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='NUWDU-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#NUWDU-content img {
	width: auto;
	height: auto;
}

#NUWDU-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#NUWDU-info #NUWDU-sequenceInfo,
#NUWDU-info #NUWDU-title,
#NUWDU-info #NUWDU-caption {
    color: rgba(170, 170, 170, 1.00);
}

#NUWDU-info #NUWDU-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#NUWDU-info #NUWDU-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-NUWDU {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-NUWDU {
		display: block;
	}
}

#social-NUWDU a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-NUWDU a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */
#social-NUWDU a.proGalleryDownload {
	display: inline-block;
}
/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #NUWDU-content,
  html[data-lc-type=video] #NUWDU-content {
    background: transparent;
  }
}

#NUWDU-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

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





#stacks_in_158625 .poster-date {
    display: none !important;
}







#stacks_in_158625 .blog-entry-author {
    display: none !important;
}



#srcererstacks_in_158633 .srcerer-inner{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}#srcererstacks_in_158633 .srcerer-img{ max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto; }#srcererstacks_in_158633{background-color:rgba(255, 255, 255, 0.00); }.srcererstacks_in_158633{pointer-events:none}#srcererstacks_in_158633 .srcerer-content{}
#stacks_in_158767,#stacks_in_158767 div,#stacks_in_158767 p,#stacks_in_158767 ol,#stacks_in_158767 ul li,#stacks_in_158767 ol li,#stacks_in_158767 ol,#stacks_in_158767 dl{font-size:1.20rem}@media all and (max-width:640px){#stacks_in_158767,#stacks_in_158767 div,#stacks_in_158767 p,#stacks_in_158767 ol,#stacks_in_158767 ul li,#stacks_in_158767 ol li,#stacks_in_158767 ol,#stacks_in_158767 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_158767{}}


#stacks_in_158767 {
	background-color: rgba(0, 0, 0, 0.50);
	padding:  10px;
}
/* @group ProGallery Grid */

#ASTILLNUWD {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#ASTILLNUWD li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#ASTILLNUWD ul#proGalleryThumbsstacks_in_158626 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#ASTILLNUWD li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#ASTILLNUWD li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#ASTILLNUWD li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}


#ASTILLNUWD li .proGalleryItemInner a:focus {
    outline: 2px dotted #FF0000;
}


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

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#ASTILLNUWD {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#ASTILLNUWD {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#ASTILLNUWD {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#ASTILLNUWD {
		-moz-column-count: 6;
		-moz-column-gap: 20px;
		-webkit-column-count: 6;
		-webkit-column-gap: 20px;
		column-count: 6;
		column-gap: 20px;
	}
}

#ASTILLNUWD li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#ASTILLNUWD .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#ASTILLNUWD .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#ASTILLNUWD .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

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

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

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

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

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

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

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

#ASTILLNUWD.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;
}

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

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

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

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

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

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#ASTILLNUWD li .proGalleryItemInner {
	overflow: hidden;
}

#ASTILLNUWD a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#ASTILLNUWD a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='ASTILLNUWD-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.ASTILLNUWD-icon-play:before {
  content: '\e800';
}

.ASTILLNUWD-icon-pause:before {
  content: '\e801';
}

.ASTILLNUWD-icon-close:before {
  content: '\e802';
}

.ASTILLNUWD-icon-prev:before {
  content: '\e803';
}

.ASTILLNUWD-icon-next:before {
  content: '\e804';
}

.ASTILLNUWD-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes ASTILLNUWD-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes ASTILLNUWD-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes ASTILLNUWD-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes ASTILLNUWD-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ASTILLNUWD-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#ASTILLNUWD-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #ASTILLNUWD-case,
  html[data-lc-type=ajax] #ASTILLNUWD-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #ASTILLNUWD-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #ASTILLNUWD-content,
  html[data-lc-type=video] #ASTILLNUWD-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #ASTILLNUWD-content,
html[data-lc-type=ajax] #ASTILLNUWD-content,
html[data-lc-type=error] #ASTILLNUWD-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #ASTILLNUWD-content,
  html[data-lc-type=ajax] #ASTILLNUWD-content,
  html[data-lc-type=error] #ASTILLNUWD-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #ASTILLNUWD-content .ASTILLNUWD-contentInner,
html[data-lc-type=ajax] #ASTILLNUWD-content .ASTILLNUWD-contentInner,
html[data-lc-type=error] #ASTILLNUWD-content .ASTILLNUWD-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #ASTILLNUWD-content .ASTILLNUWD-contentInner,
  html[data-lc-type=ajax] #ASTILLNUWD-content .ASTILLNUWD-contentInner,
  html[data-lc-type=error] #ASTILLNUWD-content .ASTILLNUWD-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #ASTILLNUWD-content .ASTILLNUWD-contentInner,
  html[data-lc-type=inline] #ASTILLNUWD-content .ASTILLNUWD-contentInner > *,
  html[data-lc-type=ajax] #ASTILLNUWD-content .ASTILLNUWD-contentInner,
  html[data-lc-type=ajax] #ASTILLNUWD-content .ASTILLNUWD-contentInner > *,
  html[data-lc-type=error] #ASTILLNUWD-content .ASTILLNUWD-contentInner,
  html[data-lc-type=error] #ASTILLNUWD-content .ASTILLNUWD-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #ASTILLNUWD-content .ASTILLNUWD-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #ASTILLNUWD-content .ASTILLNUWD-contentInner > *:not(iframe),
  html[data-lc-type=error] #ASTILLNUWD-content .ASTILLNUWD-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.ASTILLNUWD-isMobileDevice[data-lc-type=iframe] #ASTILLNUWD-content .ASTILLNUWD-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #ASTILLNUWD-content .ASTILLNUWD-contentInner,
  html[data-lc-type=video] #ASTILLNUWD-content .ASTILLNUWD-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #ASTILLNUWD-content .ASTILLNUWD-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #ASTILLNUWD-content .ASTILLNUWD-contentInner .ASTILLNUWD-inlineWrap,
  html[data-lc-type=ajax] #ASTILLNUWD-content .ASTILLNUWD-contentInner .ASTILLNUWD-inlineWrap,
  html[data-lc-type=error] #ASTILLNUWD-content .ASTILLNUWD-contentInner .ASTILLNUWD-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #ASTILLNUWD-content .ASTILLNUWD-contentInner .ASTILLNUWD-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #ASTILLNUWD-content h1,
  #ASTILLNUWD-content h2,
  #ASTILLNUWD-content h3,
  #ASTILLNUWD-content h4,
  #ASTILLNUWD-content h5,
  #ASTILLNUWD-content h6,
  #ASTILLNUWD-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #ASTILLNUWD-content h1,
  #ASTILLNUWD-content h2,
  #ASTILLNUWD-content h3,
  #ASTILLNUWD-content h4,
  #ASTILLNUWD-content h5,
  #ASTILLNUWD-content h6,
  #ASTILLNUWD-content p {
    color: #333;
  }
}

#ASTILLNUWD-case p.ASTILLNUWD-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #ASTILLNUWD-case p.ASTILLNUWD-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #ASTILLNUWD-case p.ASTILLNUWD-error {
    padding: 0;
  }
}

.ASTILLNUWD-open body {
  overflow: hidden;
}

.ASTILLNUWD-isMobileDevice .ASTILLNUWD-open body {
  max-width: 100%;
  max-height: 100%;
}

#ASTILLNUWD-info {
  position: absolute;
  padding-top: 15px;
}

#ASTILLNUWD-info #ASTILLNUWD-title,
#ASTILLNUWD-info #ASTILLNUWD-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#ASTILLNUWD-info #ASTILLNUWD-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #ASTILLNUWD-info #ASTILLNUWD-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#ASTILLNUWD-info #ASTILLNUWD-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#ASTILLNUWD-info #ASTILLNUWD-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .ASTILLNUWD-fullScreenMode #ASTILLNUWD-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #ASTILLNUWD-info {
    position: static;
  }
}

#ASTILLNUWD-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: ASTILLNUWD-spin 0.5s infinite linear;
  -moz-animation: ASTILLNUWD-spin 0.5s infinite linear;
  -o-animation: ASTILLNUWD-spin 0.5s infinite linear;
  animation: ASTILLNUWD-spin 0.5s infinite linear;
}

#ASTILLNUWD-loading, #ASTILLNUWD-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#ASTILLNUWD-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='ASTILLNUWD-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='ASTILLNUWD-icon-'],
a[class*='ASTILLNUWD-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='ASTILLNUWD-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='ASTILLNUWD-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.ASTILLNUWD-isMobileDevice a[class*='ASTILLNUWD-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='ASTILLNUWD-icon-'].ASTILLNUWD-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='ASTILLNUWD-icon-'].ASTILLNUWD-icon-prev {
  left: 15px;
}

a[class*='ASTILLNUWD-icon-'].ASTILLNUWD-icon-next {
  right: 15px;
}

a[class*='ASTILLNUWD-icon-'].ASTILLNUWD-icon-pause,
a[class*='ASTILLNUWD-icon-'].ASTILLNUWD-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='ASTILLNUWD-icon-'].ASTILLNUWD-icon-pause,
  a[class*='ASTILLNUWD-icon-'].ASTILLNUWD-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='ASTILLNUWD-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='ASTILLNUWD-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='ASTILLNUWD-icon-']:hover,
  #ASTILLNUWD-case:hover ~ a[class*='ASTILLNUWD-icon-'] {
    opacity: 1;
  }
}

#ASTILLNUWD-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #ASTILLNUWD-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='ASTILLNUWD-icon-'],
a[class*='ASTILLNUWD-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='ASTILLNUWD-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='ASTILLNUWD-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#ASTILLNUWD-content img {
	width: auto;
	height: auto;
}

#ASTILLNUWD-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#ASTILLNUWD-info #ASTILLNUWD-sequenceInfo,
#ASTILLNUWD-info #ASTILLNUWD-title,
#ASTILLNUWD-info #ASTILLNUWD-caption {
    color: rgba(170, 170, 170, 1.00);
}

#ASTILLNUWD-info #ASTILLNUWD-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#ASTILLNUWD-info #ASTILLNUWD-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-ASTILLNUWD {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-ASTILLNUWD {
		display: block;
	}
}

#social-ASTILLNUWD a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-ASTILLNUWD a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */
#social-ASTILLNUWD a.proGalleryDownload {
	display: inline-block;
}
/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #ASTILLNUWD-content,
  html[data-lc-type=video] #ASTILLNUWD-content {
    background: transparent;
  }
}

#ASTILLNUWD-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

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





#stacks_in_158635 .poster-date {
    display: none !important;
}







#stacks_in_158635 .blog-entry-author {
    display: none !important;
}



#srcererstacks_in_158648 .srcerer-inner{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}#srcererstacks_in_158648 .srcerer-img{ max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto; }#srcererstacks_in_158648{background-color:rgba(255, 255, 255, 0.00); }.srcererstacks_in_158648{pointer-events:none}#srcererstacks_in_158648 .srcerer-content{}
#stacks_in_158773,#stacks_in_158773 div,#stacks_in_158773 p,#stacks_in_158773 ol,#stacks_in_158773 ul li,#stacks_in_158773 ol li,#stacks_in_158773 ol,#stacks_in_158773 dl{font-size:1.20rem}@media all and (max-width:640px){#stacks_in_158773,#stacks_in_158773 div,#stacks_in_158773 p,#stacks_in_158773 ol,#stacks_in_158773 ul li,#stacks_in_158773 ol li,#stacks_in_158773 ol,#stacks_in_158773 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_158773{}}


#stacks_in_158773 {
	background-color: rgba(0, 0, 0, 0.50);
	padding:  10px;
}
#stacks_in_158638>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






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

#stacks_in_158639 {
	padding: 20px 0px 0px 0px;
}
/* @group ProGallery Grid */

#BNUWDSTILL {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#BNUWDSTILL li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#BNUWDSTILL ul#proGalleryThumbsstacks_in_158643 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#BNUWDSTILL li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#BNUWDSTILL li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#BNUWDSTILL li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}


#BNUWDSTILL li .proGalleryItemInner a:focus {
    outline: 2px dotted #FF0000;
}


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

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#BNUWDSTILL {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#BNUWDSTILL {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#BNUWDSTILL {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#BNUWDSTILL {
		-moz-column-count: 6;
		-moz-column-gap: 20px;
		-webkit-column-count: 6;
		-webkit-column-gap: 20px;
		column-count: 6;
		column-gap: 20px;
	}
}

#BNUWDSTILL li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#BNUWDSTILL .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#BNUWDSTILL .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#BNUWDSTILL .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

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

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

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

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

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

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

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

#BNUWDSTILL.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;
}

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

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

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

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

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

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#BNUWDSTILL li .proGalleryItemInner {
	overflow: hidden;
}

#BNUWDSTILL a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#BNUWDSTILL a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='BNUWDSTILL-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.BNUWDSTILL-icon-play:before {
  content: '\e800';
}

.BNUWDSTILL-icon-pause:before {
  content: '\e801';
}

.BNUWDSTILL-icon-close:before {
  content: '\e802';
}

.BNUWDSTILL-icon-prev:before {
  content: '\e803';
}

.BNUWDSTILL-icon-next:before {
  content: '\e804';
}

.BNUWDSTILL-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes BNUWDSTILL-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes BNUWDSTILL-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes BNUWDSTILL-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes BNUWDSTILL-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes BNUWDSTILL-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#BNUWDSTILL-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #BNUWDSTILL-case,
  html[data-lc-type=ajax] #BNUWDSTILL-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #BNUWDSTILL-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #BNUWDSTILL-content,
  html[data-lc-type=video] #BNUWDSTILL-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #BNUWDSTILL-content,
html[data-lc-type=ajax] #BNUWDSTILL-content,
html[data-lc-type=error] #BNUWDSTILL-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #BNUWDSTILL-content,
  html[data-lc-type=ajax] #BNUWDSTILL-content,
  html[data-lc-type=error] #BNUWDSTILL-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #BNUWDSTILL-content .BNUWDSTILL-contentInner,
html[data-lc-type=ajax] #BNUWDSTILL-content .BNUWDSTILL-contentInner,
html[data-lc-type=error] #BNUWDSTILL-content .BNUWDSTILL-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #BNUWDSTILL-content .BNUWDSTILL-contentInner,
  html[data-lc-type=ajax] #BNUWDSTILL-content .BNUWDSTILL-contentInner,
  html[data-lc-type=error] #BNUWDSTILL-content .BNUWDSTILL-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #BNUWDSTILL-content .BNUWDSTILL-contentInner,
  html[data-lc-type=inline] #BNUWDSTILL-content .BNUWDSTILL-contentInner > *,
  html[data-lc-type=ajax] #BNUWDSTILL-content .BNUWDSTILL-contentInner,
  html[data-lc-type=ajax] #BNUWDSTILL-content .BNUWDSTILL-contentInner > *,
  html[data-lc-type=error] #BNUWDSTILL-content .BNUWDSTILL-contentInner,
  html[data-lc-type=error] #BNUWDSTILL-content .BNUWDSTILL-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #BNUWDSTILL-content .BNUWDSTILL-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #BNUWDSTILL-content .BNUWDSTILL-contentInner > *:not(iframe),
  html[data-lc-type=error] #BNUWDSTILL-content .BNUWDSTILL-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.BNUWDSTILL-isMobileDevice[data-lc-type=iframe] #BNUWDSTILL-content .BNUWDSTILL-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #BNUWDSTILL-content .BNUWDSTILL-contentInner,
  html[data-lc-type=video] #BNUWDSTILL-content .BNUWDSTILL-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #BNUWDSTILL-content .BNUWDSTILL-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #BNUWDSTILL-content .BNUWDSTILL-contentInner .BNUWDSTILL-inlineWrap,
  html[data-lc-type=ajax] #BNUWDSTILL-content .BNUWDSTILL-contentInner .BNUWDSTILL-inlineWrap,
  html[data-lc-type=error] #BNUWDSTILL-content .BNUWDSTILL-contentInner .BNUWDSTILL-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #BNUWDSTILL-content .BNUWDSTILL-contentInner .BNUWDSTILL-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #BNUWDSTILL-content h1,
  #BNUWDSTILL-content h2,
  #BNUWDSTILL-content h3,
  #BNUWDSTILL-content h4,
  #BNUWDSTILL-content h5,
  #BNUWDSTILL-content h6,
  #BNUWDSTILL-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #BNUWDSTILL-content h1,
  #BNUWDSTILL-content h2,
  #BNUWDSTILL-content h3,
  #BNUWDSTILL-content h4,
  #BNUWDSTILL-content h5,
  #BNUWDSTILL-content h6,
  #BNUWDSTILL-content p {
    color: #333;
  }
}

#BNUWDSTILL-case p.BNUWDSTILL-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #BNUWDSTILL-case p.BNUWDSTILL-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #BNUWDSTILL-case p.BNUWDSTILL-error {
    padding: 0;
  }
}

.BNUWDSTILL-open body {
  overflow: hidden;
}

.BNUWDSTILL-isMobileDevice .BNUWDSTILL-open body {
  max-width: 100%;
  max-height: 100%;
}

#BNUWDSTILL-info {
  position: absolute;
  padding-top: 15px;
}

#BNUWDSTILL-info #BNUWDSTILL-title,
#BNUWDSTILL-info #BNUWDSTILL-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#BNUWDSTILL-info #BNUWDSTILL-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #BNUWDSTILL-info #BNUWDSTILL-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#BNUWDSTILL-info #BNUWDSTILL-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#BNUWDSTILL-info #BNUWDSTILL-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .BNUWDSTILL-fullScreenMode #BNUWDSTILL-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #BNUWDSTILL-info {
    position: static;
  }
}

#BNUWDSTILL-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: BNUWDSTILL-spin 0.5s infinite linear;
  -moz-animation: BNUWDSTILL-spin 0.5s infinite linear;
  -o-animation: BNUWDSTILL-spin 0.5s infinite linear;
  animation: BNUWDSTILL-spin 0.5s infinite linear;
}

#BNUWDSTILL-loading, #BNUWDSTILL-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#BNUWDSTILL-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='BNUWDSTILL-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='BNUWDSTILL-icon-'],
a[class*='BNUWDSTILL-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='BNUWDSTILL-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='BNUWDSTILL-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.BNUWDSTILL-isMobileDevice a[class*='BNUWDSTILL-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='BNUWDSTILL-icon-'].BNUWDSTILL-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='BNUWDSTILL-icon-'].BNUWDSTILL-icon-prev {
  left: 15px;
}

a[class*='BNUWDSTILL-icon-'].BNUWDSTILL-icon-next {
  right: 15px;
}

a[class*='BNUWDSTILL-icon-'].BNUWDSTILL-icon-pause,
a[class*='BNUWDSTILL-icon-'].BNUWDSTILL-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='BNUWDSTILL-icon-'].BNUWDSTILL-icon-pause,
  a[class*='BNUWDSTILL-icon-'].BNUWDSTILL-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='BNUWDSTILL-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='BNUWDSTILL-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='BNUWDSTILL-icon-']:hover,
  #BNUWDSTILL-case:hover ~ a[class*='BNUWDSTILL-icon-'] {
    opacity: 1;
  }
}

#BNUWDSTILL-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #BNUWDSTILL-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='BNUWDSTILL-icon-'],
a[class*='BNUWDSTILL-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='BNUWDSTILL-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='BNUWDSTILL-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#BNUWDSTILL-content img {
	width: auto;
	height: auto;
}

#BNUWDSTILL-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#BNUWDSTILL-info #BNUWDSTILL-sequenceInfo,
#BNUWDSTILL-info #BNUWDSTILL-title,
#BNUWDSTILL-info #BNUWDSTILL-caption {
    color: rgba(170, 170, 170, 1.00);
}

#BNUWDSTILL-info #BNUWDSTILL-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#BNUWDSTILL-info #BNUWDSTILL-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-BNUWDSTILL {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-BNUWDSTILL {
		display: block;
	}
}

#social-BNUWDSTILL a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-BNUWDSTILL a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */
#social-BNUWDSTILL a.proGalleryDownload {
	display: inline-block;
}
/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #BNUWDSTILL-content,
  html[data-lc-type=video] #BNUWDSTILL-content {
    background: transparent;
  }
}

#BNUWDSTILL-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

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





#stacks_in_158650 .poster-date {
    display: none !important;
}







#stacks_in_158650 .blog-entry-author {
    display: none !important;
}



#srcererstacks_in_158663 .srcerer-inner{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}#srcererstacks_in_158663 .srcerer-img{ max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto; }#srcererstacks_in_158663{background-color:rgba(255, 255, 255, 0.00); }.srcererstacks_in_158663{pointer-events:none}#srcererstacks_in_158663 .srcerer-content{}
#stacks_in_158778,#stacks_in_158778 div,#stacks_in_158778 p,#stacks_in_158778 ol,#stacks_in_158778 ul li,#stacks_in_158778 ol li,#stacks_in_158778 ol,#stacks_in_158778 dl{font-size:1.20rem}@media all and (max-width:640px){#stacks_in_158778,#stacks_in_158778 div,#stacks_in_158778 p,#stacks_in_158778 ol,#stacks_in_158778 ul li,#stacks_in_158778 ol li,#stacks_in_158778 ol,#stacks_in_158778 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_158778{}}


#stacks_in_158778 {
	background-color: rgba(0, 0, 0, 0.50);
	padding:  10px;
}
#stacks_in_158653 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_158653 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_158653 #jwresp_col2_stacks_in_158653{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_158653 #jwresp_col1_stacks_in_158653,#stacks_in_158653 #jwresp_col2_stacks_in_158653{width:100%;float:none;display:block}#stacks_in_158653 #jwresp_col1_stacks_in_158653{margin-bottom:15px}}

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

#stacks_in_158656 {
	padding: 20px 0px 40px 0px;
}
/* @group ProGallery Grid */

#STILLNUWD {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#STILLNUWD li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#STILLNUWD ul#proGalleryThumbsstacks_in_158658 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#STILLNUWD li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#STILLNUWD li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#STILLNUWD li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}



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

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#STILLNUWD {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#STILLNUWD {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#STILLNUWD {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#STILLNUWD {
		-moz-column-count: 6;
		-moz-column-gap: 20px;
		-webkit-column-count: 6;
		-webkit-column-gap: 20px;
		column-count: 6;
		column-gap: 20px;
	}
}

#STILLNUWD li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#STILLNUWD .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#STILLNUWD .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#STILLNUWD .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

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

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

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

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

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

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

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

#STILLNUWD.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;
}

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

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

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

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

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

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#STILLNUWD li .proGalleryItemInner {
	overflow: hidden;
}

#STILLNUWD a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#STILLNUWD a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='STILLNUWD-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.STILLNUWD-icon-play:before {
  content: '\e800';
}

.STILLNUWD-icon-pause:before {
  content: '\e801';
}

.STILLNUWD-icon-close:before {
  content: '\e802';
}

.STILLNUWD-icon-prev:before {
  content: '\e803';
}

.STILLNUWD-icon-next:before {
  content: '\e804';
}

.STILLNUWD-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes STILLNUWD-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes STILLNUWD-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes STILLNUWD-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes STILLNUWD-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes STILLNUWD-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#STILLNUWD-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #STILLNUWD-case,
  html[data-lc-type=ajax] #STILLNUWD-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #STILLNUWD-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #STILLNUWD-content,
  html[data-lc-type=video] #STILLNUWD-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #STILLNUWD-content,
html[data-lc-type=ajax] #STILLNUWD-content,
html[data-lc-type=error] #STILLNUWD-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #STILLNUWD-content,
  html[data-lc-type=ajax] #STILLNUWD-content,
  html[data-lc-type=error] #STILLNUWD-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #STILLNUWD-content .STILLNUWD-contentInner,
html[data-lc-type=ajax] #STILLNUWD-content .STILLNUWD-contentInner,
html[data-lc-type=error] #STILLNUWD-content .STILLNUWD-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #STILLNUWD-content .STILLNUWD-contentInner,
  html[data-lc-type=ajax] #STILLNUWD-content .STILLNUWD-contentInner,
  html[data-lc-type=error] #STILLNUWD-content .STILLNUWD-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #STILLNUWD-content .STILLNUWD-contentInner,
  html[data-lc-type=inline] #STILLNUWD-content .STILLNUWD-contentInner > *,
  html[data-lc-type=ajax] #STILLNUWD-content .STILLNUWD-contentInner,
  html[data-lc-type=ajax] #STILLNUWD-content .STILLNUWD-contentInner > *,
  html[data-lc-type=error] #STILLNUWD-content .STILLNUWD-contentInner,
  html[data-lc-type=error] #STILLNUWD-content .STILLNUWD-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #STILLNUWD-content .STILLNUWD-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #STILLNUWD-content .STILLNUWD-contentInner > *:not(iframe),
  html[data-lc-type=error] #STILLNUWD-content .STILLNUWD-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.STILLNUWD-isMobileDevice[data-lc-type=iframe] #STILLNUWD-content .STILLNUWD-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #STILLNUWD-content .STILLNUWD-contentInner,
  html[data-lc-type=video] #STILLNUWD-content .STILLNUWD-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #STILLNUWD-content .STILLNUWD-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #STILLNUWD-content .STILLNUWD-contentInner .STILLNUWD-inlineWrap,
  html[data-lc-type=ajax] #STILLNUWD-content .STILLNUWD-contentInner .STILLNUWD-inlineWrap,
  html[data-lc-type=error] #STILLNUWD-content .STILLNUWD-contentInner .STILLNUWD-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #STILLNUWD-content .STILLNUWD-contentInner .STILLNUWD-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #STILLNUWD-content h1,
  #STILLNUWD-content h2,
  #STILLNUWD-content h3,
  #STILLNUWD-content h4,
  #STILLNUWD-content h5,
  #STILLNUWD-content h6,
  #STILLNUWD-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #STILLNUWD-content h1,
  #STILLNUWD-content h2,
  #STILLNUWD-content h3,
  #STILLNUWD-content h4,
  #STILLNUWD-content h5,
  #STILLNUWD-content h6,
  #STILLNUWD-content p {
    color: #333;
  }
}

#STILLNUWD-case p.STILLNUWD-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #STILLNUWD-case p.STILLNUWD-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #STILLNUWD-case p.STILLNUWD-error {
    padding: 0;
  }
}

.STILLNUWD-open body {
  overflow: hidden;
}

.STILLNUWD-isMobileDevice .STILLNUWD-open body {
  max-width: 100%;
  max-height: 100%;
}

#STILLNUWD-info {
  position: absolute;
  padding-top: 15px;
}

#STILLNUWD-info #STILLNUWD-title,
#STILLNUWD-info #STILLNUWD-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#STILLNUWD-info #STILLNUWD-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #STILLNUWD-info #STILLNUWD-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#STILLNUWD-info #STILLNUWD-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#STILLNUWD-info #STILLNUWD-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .STILLNUWD-fullScreenMode #STILLNUWD-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #STILLNUWD-info {
    position: static;
  }
}

#STILLNUWD-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: STILLNUWD-spin 0.5s infinite linear;
  -moz-animation: STILLNUWD-spin 0.5s infinite linear;
  -o-animation: STILLNUWD-spin 0.5s infinite linear;
  animation: STILLNUWD-spin 0.5s infinite linear;
}

#STILLNUWD-loading, #STILLNUWD-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#STILLNUWD-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='STILLNUWD-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='STILLNUWD-icon-'],
a[class*='STILLNUWD-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='STILLNUWD-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='STILLNUWD-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.STILLNUWD-isMobileDevice a[class*='STILLNUWD-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='STILLNUWD-icon-'].STILLNUWD-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='STILLNUWD-icon-'].STILLNUWD-icon-prev {
  left: 15px;
}

a[class*='STILLNUWD-icon-'].STILLNUWD-icon-next {
  right: 15px;
}

a[class*='STILLNUWD-icon-'].STILLNUWD-icon-pause,
a[class*='STILLNUWD-icon-'].STILLNUWD-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='STILLNUWD-icon-'].STILLNUWD-icon-pause,
  a[class*='STILLNUWD-icon-'].STILLNUWD-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='STILLNUWD-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='STILLNUWD-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='STILLNUWD-icon-']:hover,
  #STILLNUWD-case:hover ~ a[class*='STILLNUWD-icon-'] {
    opacity: 1;
  }
}

#STILLNUWD-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #STILLNUWD-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='STILLNUWD-icon-'],
a[class*='STILLNUWD-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='STILLNUWD-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='STILLNUWD-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#STILLNUWD-content img {
	width: auto;
	height: auto;
}

#STILLNUWD-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#STILLNUWD-info #STILLNUWD-sequenceInfo,
#STILLNUWD-info #STILLNUWD-title,
#STILLNUWD-info #STILLNUWD-caption {
    color: rgba(170, 170, 170, 1.00);
}

#STILLNUWD-info #STILLNUWD-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#STILLNUWD-info #STILLNUWD-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-STILLNUWD {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-STILLNUWD {
		display: block;
	}
}

#social-STILLNUWD a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-STILLNUWD a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #STILLNUWD-content,
  html[data-lc-type=video] #STILLNUWD-content {
    background: transparent;
  }
}

#STILLNUWD-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

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





#stacks_in_158665 .poster-date {
    display: none !important;
}







#stacks_in_158665 .blog-entry-author {
    display: none !important;
}



#srcererstacks_in_158674 .srcerer-inner{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}#srcererstacks_in_158674 .srcerer-img{ max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto; }#srcererstacks_in_158674{background-color:rgba(255, 255, 255, 0.00); }.srcererstacks_in_158674{pointer-events:none}#srcererstacks_in_158674 .srcerer-content{}
#stacks_in_158780,#stacks_in_158780 div,#stacks_in_158780 p,#stacks_in_158780 ol,#stacks_in_158780 ul li,#stacks_in_158780 ol li,#stacks_in_158780 ol,#stacks_in_158780 dl{font-size:1.20rem}@media all and (max-width:640px){#stacks_in_158780,#stacks_in_158780 div,#stacks_in_158780 p,#stacks_in_158780 ol,#stacks_in_158780 ul li,#stacks_in_158780 ol li,#stacks_in_158780 ol,#stacks_in_158780 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_158780{}}


#stacks_in_158780 {
	background-color: rgba(0, 0, 0, 0.50);
	padding:  10px;
}

#stacks_in_158668 {
	margin: 20px 0px 0px 0px;
}
/* @group ProGallery Grid */

#NUWDSTILL {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#NUWDSTILL li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#NUWDSTILL ul#proGalleryThumbsstacks_in_158669 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#NUWDSTILL li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#NUWDSTILL li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#NUWDSTILL li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}



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

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#NUWDSTILL {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#NUWDSTILL {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#NUWDSTILL {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#NUWDSTILL {
		-moz-column-count: 6;
		-moz-column-gap: 20px;
		-webkit-column-count: 6;
		-webkit-column-gap: 20px;
		column-count: 6;
		column-gap: 20px;
	}
}

#NUWDSTILL li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#NUWDSTILL .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#NUWDSTILL .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#NUWDSTILL .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

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

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

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

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

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

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

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

#NUWDSTILL.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;
}

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

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

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

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

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

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#NUWDSTILL li .proGalleryItemInner {
	overflow: hidden;
}

#NUWDSTILL a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#NUWDSTILL a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='NUWDSTILL-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.NUWDSTILL-icon-play:before {
  content: '\e800';
}

.NUWDSTILL-icon-pause:before {
  content: '\e801';
}

.NUWDSTILL-icon-close:before {
  content: '\e802';
}

.NUWDSTILL-icon-prev:before {
  content: '\e803';
}

.NUWDSTILL-icon-next:before {
  content: '\e804';
}

.NUWDSTILL-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes NUWDSTILL-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes NUWDSTILL-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes NUWDSTILL-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes NUWDSTILL-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes NUWDSTILL-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#NUWDSTILL-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #NUWDSTILL-case,
  html[data-lc-type=ajax] #NUWDSTILL-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #NUWDSTILL-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #NUWDSTILL-content,
  html[data-lc-type=video] #NUWDSTILL-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #NUWDSTILL-content,
html[data-lc-type=ajax] #NUWDSTILL-content,
html[data-lc-type=error] #NUWDSTILL-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #NUWDSTILL-content,
  html[data-lc-type=ajax] #NUWDSTILL-content,
  html[data-lc-type=error] #NUWDSTILL-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #NUWDSTILL-content .NUWDSTILL-contentInner,
html[data-lc-type=ajax] #NUWDSTILL-content .NUWDSTILL-contentInner,
html[data-lc-type=error] #NUWDSTILL-content .NUWDSTILL-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #NUWDSTILL-content .NUWDSTILL-contentInner,
  html[data-lc-type=ajax] #NUWDSTILL-content .NUWDSTILL-contentInner,
  html[data-lc-type=error] #NUWDSTILL-content .NUWDSTILL-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #NUWDSTILL-content .NUWDSTILL-contentInner,
  html[data-lc-type=inline] #NUWDSTILL-content .NUWDSTILL-contentInner > *,
  html[data-lc-type=ajax] #NUWDSTILL-content .NUWDSTILL-contentInner,
  html[data-lc-type=ajax] #NUWDSTILL-content .NUWDSTILL-contentInner > *,
  html[data-lc-type=error] #NUWDSTILL-content .NUWDSTILL-contentInner,
  html[data-lc-type=error] #NUWDSTILL-content .NUWDSTILL-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #NUWDSTILL-content .NUWDSTILL-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #NUWDSTILL-content .NUWDSTILL-contentInner > *:not(iframe),
  html[data-lc-type=error] #NUWDSTILL-content .NUWDSTILL-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.NUWDSTILL-isMobileDevice[data-lc-type=iframe] #NUWDSTILL-content .NUWDSTILL-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #NUWDSTILL-content .NUWDSTILL-contentInner,
  html[data-lc-type=video] #NUWDSTILL-content .NUWDSTILL-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #NUWDSTILL-content .NUWDSTILL-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #NUWDSTILL-content .NUWDSTILL-contentInner .NUWDSTILL-inlineWrap,
  html[data-lc-type=ajax] #NUWDSTILL-content .NUWDSTILL-contentInner .NUWDSTILL-inlineWrap,
  html[data-lc-type=error] #NUWDSTILL-content .NUWDSTILL-contentInner .NUWDSTILL-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #NUWDSTILL-content .NUWDSTILL-contentInner .NUWDSTILL-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #NUWDSTILL-content h1,
  #NUWDSTILL-content h2,
  #NUWDSTILL-content h3,
  #NUWDSTILL-content h4,
  #NUWDSTILL-content h5,
  #NUWDSTILL-content h6,
  #NUWDSTILL-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #NUWDSTILL-content h1,
  #NUWDSTILL-content h2,
  #NUWDSTILL-content h3,
  #NUWDSTILL-content h4,
  #NUWDSTILL-content h5,
  #NUWDSTILL-content h6,
  #NUWDSTILL-content p {
    color: #333;
  }
}

#NUWDSTILL-case p.NUWDSTILL-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #NUWDSTILL-case p.NUWDSTILL-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #NUWDSTILL-case p.NUWDSTILL-error {
    padding: 0;
  }
}

.NUWDSTILL-open body {
  overflow: hidden;
}

.NUWDSTILL-isMobileDevice .NUWDSTILL-open body {
  max-width: 100%;
  max-height: 100%;
}

#NUWDSTILL-info {
  position: absolute;
  padding-top: 15px;
}

#NUWDSTILL-info #NUWDSTILL-title,
#NUWDSTILL-info #NUWDSTILL-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#NUWDSTILL-info #NUWDSTILL-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #NUWDSTILL-info #NUWDSTILL-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#NUWDSTILL-info #NUWDSTILL-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#NUWDSTILL-info #NUWDSTILL-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .NUWDSTILL-fullScreenMode #NUWDSTILL-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #NUWDSTILL-info {
    position: static;
  }
}

#NUWDSTILL-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: NUWDSTILL-spin 0.5s infinite linear;
  -moz-animation: NUWDSTILL-spin 0.5s infinite linear;
  -o-animation: NUWDSTILL-spin 0.5s infinite linear;
  animation: NUWDSTILL-spin 0.5s infinite linear;
}

#NUWDSTILL-loading, #NUWDSTILL-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#NUWDSTILL-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='NUWDSTILL-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='NUWDSTILL-icon-'],
a[class*='NUWDSTILL-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='NUWDSTILL-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='NUWDSTILL-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.NUWDSTILL-isMobileDevice a[class*='NUWDSTILL-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='NUWDSTILL-icon-'].NUWDSTILL-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='NUWDSTILL-icon-'].NUWDSTILL-icon-prev {
  left: 15px;
}

a[class*='NUWDSTILL-icon-'].NUWDSTILL-icon-next {
  right: 15px;
}

a[class*='NUWDSTILL-icon-'].NUWDSTILL-icon-pause,
a[class*='NUWDSTILL-icon-'].NUWDSTILL-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='NUWDSTILL-icon-'].NUWDSTILL-icon-pause,
  a[class*='NUWDSTILL-icon-'].NUWDSTILL-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='NUWDSTILL-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='NUWDSTILL-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='NUWDSTILL-icon-']:hover,
  #NUWDSTILL-case:hover ~ a[class*='NUWDSTILL-icon-'] {
    opacity: 1;
  }
}

#NUWDSTILL-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #NUWDSTILL-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='NUWDSTILL-icon-'],
a[class*='NUWDSTILL-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='NUWDSTILL-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='NUWDSTILL-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#NUWDSTILL-content img {
	width: auto;
	height: auto;
}

#NUWDSTILL-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#NUWDSTILL-info #NUWDSTILL-sequenceInfo,
#NUWDSTILL-info #NUWDSTILL-title,
#NUWDSTILL-info #NUWDSTILL-caption {
    color: rgba(170, 170, 170, 1.00);
}

#NUWDSTILL-info #NUWDSTILL-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#NUWDSTILL-info #NUWDSTILL-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-NUWDSTILL {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-NUWDSTILL {
		display: block;
	}
}

#social-NUWDSTILL a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-NUWDSTILL a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #NUWDSTILL-content,
  html[data-lc-type=video] #NUWDSTILL-content {
    background: transparent;
  }
}

#NUWDSTILL-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

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





#stacks_in_158676 .poster-date {
    display: none !important;
}







#stacks_in_158676 .blog-entry-author {
    display: none !important;
}



#srcererstacks_in_158687 .srcerer-inner{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}#srcererstacks_in_158687 .srcerer-img{ max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto; }#srcererstacks_in_158687{background-color:rgba(255, 255, 255, 0.00); }.srcererstacks_in_158687{pointer-events:none}#srcererstacks_in_158687 .srcerer-content{}
#stacks_in_158785,#stacks_in_158785 div,#stacks_in_158785 p,#stacks_in_158785 ol,#stacks_in_158785 ul li,#stacks_in_158785 ol li,#stacks_in_158785 ol,#stacks_in_158785 dl{font-size:1.20rem}@media all and (max-width:640px){#stacks_in_158785,#stacks_in_158785 div,#stacks_in_158785 p,#stacks_in_158785 ol,#stacks_in_158785 ul li,#stacks_in_158785 ol li,#stacks_in_158785 ol,#stacks_in_158785 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_158785{}}


#stacks_in_158785 {
	background-color: rgba(0, 0, 0, 0.50);
	padding:  10px;
}

#stacks_in_158679 {
	margin: 20px 0px 0px 0px;
}
/* @group ProGallery Grid */

#BURNS {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#BURNS li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#BURNS ul#proGalleryThumbsstacks_in_158680 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#BURNS li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#BURNS li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#BURNS li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}


#BURNS li .proGalleryItemInner a:focus {
    outline: 2px dotted #FF0000;
}


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

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#BURNS {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#BURNS {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#BURNS {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#BURNS {
		-moz-column-count: 6;
		-moz-column-gap: 20px;
		-webkit-column-count: 6;
		-webkit-column-gap: 20px;
		column-count: 6;
		column-gap: 20px;
	}
}

#BURNS li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#BURNS .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#BURNS .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#BURNS .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

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

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

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

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

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

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

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

#BURNS.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;
}

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

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

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

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

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

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#BURNS li .proGalleryItemInner {
	overflow: hidden;
}

#BURNS a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#BURNS a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='BURNS-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.BURNS-icon-play:before {
  content: '\e800';
}

.BURNS-icon-pause:before {
  content: '\e801';
}

.BURNS-icon-close:before {
  content: '\e802';
}

.BURNS-icon-prev:before {
  content: '\e803';
}

.BURNS-icon-next:before {
  content: '\e804';
}

.BURNS-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes BURNS-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes BURNS-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes BURNS-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes BURNS-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes BURNS-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#BURNS-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #BURNS-case,
  html[data-lc-type=ajax] #BURNS-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #BURNS-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #BURNS-content,
  html[data-lc-type=video] #BURNS-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #BURNS-content,
html[data-lc-type=ajax] #BURNS-content,
html[data-lc-type=error] #BURNS-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #BURNS-content,
  html[data-lc-type=ajax] #BURNS-content,
  html[data-lc-type=error] #BURNS-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #BURNS-content .BURNS-contentInner,
html[data-lc-type=ajax] #BURNS-content .BURNS-contentInner,
html[data-lc-type=error] #BURNS-content .BURNS-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #BURNS-content .BURNS-contentInner,
  html[data-lc-type=ajax] #BURNS-content .BURNS-contentInner,
  html[data-lc-type=error] #BURNS-content .BURNS-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #BURNS-content .BURNS-contentInner,
  html[data-lc-type=inline] #BURNS-content .BURNS-contentInner > *,
  html[data-lc-type=ajax] #BURNS-content .BURNS-contentInner,
  html[data-lc-type=ajax] #BURNS-content .BURNS-contentInner > *,
  html[data-lc-type=error] #BURNS-content .BURNS-contentInner,
  html[data-lc-type=error] #BURNS-content .BURNS-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #BURNS-content .BURNS-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #BURNS-content .BURNS-contentInner > *:not(iframe),
  html[data-lc-type=error] #BURNS-content .BURNS-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.BURNS-isMobileDevice[data-lc-type=iframe] #BURNS-content .BURNS-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #BURNS-content .BURNS-contentInner,
  html[data-lc-type=video] #BURNS-content .BURNS-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #BURNS-content .BURNS-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #BURNS-content .BURNS-contentInner .BURNS-inlineWrap,
  html[data-lc-type=ajax] #BURNS-content .BURNS-contentInner .BURNS-inlineWrap,
  html[data-lc-type=error] #BURNS-content .BURNS-contentInner .BURNS-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #BURNS-content .BURNS-contentInner .BURNS-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #BURNS-content h1,
  #BURNS-content h2,
  #BURNS-content h3,
  #BURNS-content h4,
  #BURNS-content h5,
  #BURNS-content h6,
  #BURNS-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #BURNS-content h1,
  #BURNS-content h2,
  #BURNS-content h3,
  #BURNS-content h4,
  #BURNS-content h5,
  #BURNS-content h6,
  #BURNS-content p {
    color: #333;
  }
}

#BURNS-case p.BURNS-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #BURNS-case p.BURNS-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #BURNS-case p.BURNS-error {
    padding: 0;
  }
}

.BURNS-open body {
  overflow: hidden;
}

.BURNS-isMobileDevice .BURNS-open body {
  max-width: 100%;
  max-height: 100%;
}

#BURNS-info {
  position: absolute;
  padding-top: 15px;
}

#BURNS-info #BURNS-title,
#BURNS-info #BURNS-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#BURNS-info #BURNS-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #BURNS-info #BURNS-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#BURNS-info #BURNS-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#BURNS-info #BURNS-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .BURNS-fullScreenMode #BURNS-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #BURNS-info {
    position: static;
  }
}

#BURNS-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: BURNS-spin 0.5s infinite linear;
  -moz-animation: BURNS-spin 0.5s infinite linear;
  -o-animation: BURNS-spin 0.5s infinite linear;
  animation: BURNS-spin 0.5s infinite linear;
}

#BURNS-loading, #BURNS-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#BURNS-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='BURNS-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='BURNS-icon-'],
a[class*='BURNS-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='BURNS-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='BURNS-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.BURNS-isMobileDevice a[class*='BURNS-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='BURNS-icon-'].BURNS-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='BURNS-icon-'].BURNS-icon-prev {
  left: 15px;
}

a[class*='BURNS-icon-'].BURNS-icon-next {
  right: 15px;
}

a[class*='BURNS-icon-'].BURNS-icon-pause,
a[class*='BURNS-icon-'].BURNS-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='BURNS-icon-'].BURNS-icon-pause,
  a[class*='BURNS-icon-'].BURNS-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='BURNS-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='BURNS-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='BURNS-icon-']:hover,
  #BURNS-case:hover ~ a[class*='BURNS-icon-'] {
    opacity: 1;
  }
}

#BURNS-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #BURNS-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='BURNS-icon-'],
a[class*='BURNS-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='BURNS-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='BURNS-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#BURNS-content img {
	width: auto;
	height: auto;
}

#BURNS-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#BURNS-info #BURNS-sequenceInfo,
#BURNS-info #BURNS-title,
#BURNS-info #BURNS-caption {
    color: rgba(170, 170, 170, 1.00);
}

#BURNS-info #BURNS-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#BURNS-info #BURNS-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-BURNS {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-BURNS {
		display: block;
	}
}

#social-BURNS a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-BURNS a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */
#social-BURNS a.proGalleryDownload {
	display: inline-block;
}
/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #BURNS-content,
  html[data-lc-type=video] #BURNS-content {
    background: transparent;
  }
}

#BURNS-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

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

#stacks_in_158683 {
	margin: 40px 0px 60px 0px;
}





#stacks_in_158689 .poster-date {
    display: none !important;
}







#stacks_in_158689 .blog-entry-author {
    display: none !important;
}



#srcererstacks_in_158698 .srcerer-inner{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}#srcererstacks_in_158698 .srcerer-img{ max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto; }#srcererstacks_in_158698{background-color:rgba(255, 255, 255, 0.00); }.srcererstacks_in_158698{pointer-events:none}#srcererstacks_in_158698 .srcerer-content{}
#stacks_in_158790,#stacks_in_158790 div,#stacks_in_158790 p,#stacks_in_158790 ol,#stacks_in_158790 ul li,#stacks_in_158790 ol li,#stacks_in_158790 ol,#stacks_in_158790 dl{font-size:1.20rem}@media all and (max-width:640px){#stacks_in_158790,#stacks_in_158790 div,#stacks_in_158790 p,#stacks_in_158790 ol,#stacks_in_158790 ul li,#stacks_in_158790 ol li,#stacks_in_158790 ol,#stacks_in_158790 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_158790{}}


#stacks_in_158790 {
	background-color: rgba(0, 0, 0, 0.50);
	padding:  10px;
}

#stacks_in_158692 {
	margin: 20px 0px 0px 0px;
}
/* @group ProGallery Grid */

#MINIATURE {
	display: block;
	width: 100%;
    
    text-align: center;
    
}

#MINIATURE li.proGalleryItem {
	-webkit-transform: translateZ(0);
}

#MINIATURE ul#proGalleryThumbsstacks_in_158693 {
	padding: 0;
	margin: 0;
	list-style: none;
}

#MINIATURE li.proGalleryItem {
	margin: 0;
	padding: 0;
  position: relative;
}

#MINIATURE li .proGalleryItemInner {
  border: 0px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
	background: rgba(255, 255, 255, 0.00);
	padding: 0px 0px 0px 0px;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
}

#MINIATURE li.proGalleryItem a {
	display: block;
	text-align: center;
  cursor: zoom-in;
  margin: 0px;
  cursor: pointer;
  outline: none;
}



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

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

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */
#MINIATURE {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

@media screen and (min-width: 568px) {
	#MINIATURE {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	#MINIATURE {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	#MINIATURE {
		-moz-column-count: 6;
		-moz-column-gap: 20px;
		-webkit-column-count: 6;
		-webkit-column-gap: 20px;
		column-count: 6;
		column-gap: 20px;
	}
}

#MINIATURE li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}
/*  */







/* Thumbnail titles */
#MINIATURE .proGalleryItemTitle {
	display: none;
	transition: opacity 300ms ease-in-out;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	border-radius: 0px;
	line-height: 1.25em;
	color: rgba(102, 102, 102, 1.00);
  background: rgba(255, 255, 255, 1.00);
  
  
  
  
}

#MINIATURE .proGalleryItemTitle strong {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#MINIATURE .proGalleryItemTitle div {
    color: rgba(102, 102, 102, 1.00);
    font-size: 14px;
}

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

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

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

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

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

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

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

#MINIATURE.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;
}

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

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

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

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

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

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#MINIATURE li .proGalleryItemInner {
	overflow: hidden;
}

#MINIATURE a img {
	-webkit-transform: scale(1.00);
	-moz-transform: scale(1.00);
	-o-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden; /* Fixes bug in Chrome, with images inside columns vanishing */
}

#MINIATURE a:hover img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

/*  */

/*  */

/* @end */

/* @group Light case */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
@font-face {
  font-family: 'lightcase';
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177");
  src: url("../index_files/progallery-fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../index_files/progallery-fonts/lightcase.woff?55356177") format("woff"), url("../index_files/progallery-fonts/lightcase.ttf?55356177") format("truetype"), url("../index_files/progallery-fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='MINIATURE-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.MINIATURE-icon-play:before {
  content: '\e800';
}

.MINIATURE-icon-pause:before {
  content: '\e801';
}

.MINIATURE-icon-close:before {
  content: '\e802';
}

.MINIATURE-icon-prev:before {
  content: '\e803';
}

.MINIATURE-icon-next:before {
  content: '\e804';
}

.MINIATURE-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes MINIATURE-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes MINIATURE-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes MINIATURE-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes MINIATURE-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes MINIATURE-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#MINIATURE-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #MINIATURE-case,
  html[data-lc-type=ajax] #MINIATURE-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #MINIATURE-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #MINIATURE-content,
  html[data-lc-type=video] #MINIATURE-content {
    background-color: #333;
  }
}

html[data-lc-type=inline] #MINIATURE-content,
html[data-lc-type=ajax] #MINIATURE-content,
html[data-lc-type=error] #MINIATURE-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #MINIATURE-content,
  html[data-lc-type=ajax] #MINIATURE-content,
  html[data-lc-type=error] #MINIATURE-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #MINIATURE-content .MINIATURE-contentInner,
html[data-lc-type=ajax] #MINIATURE-content .MINIATURE-contentInner,
html[data-lc-type=error] #MINIATURE-content .MINIATURE-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #MINIATURE-content .MINIATURE-contentInner,
  html[data-lc-type=ajax] #MINIATURE-content .MINIATURE-contentInner,
  html[data-lc-type=error] #MINIATURE-content .MINIATURE-contentInner {
    padding: 15px;
  }

  html[data-lc-type=inline] #MINIATURE-content .MINIATURE-contentInner,
  html[data-lc-type=inline] #MINIATURE-content .MINIATURE-contentInner > *,
  html[data-lc-type=ajax] #MINIATURE-content .MINIATURE-contentInner,
  html[data-lc-type=ajax] #MINIATURE-content .MINIATURE-contentInner > *,
  html[data-lc-type=error] #MINIATURE-content .MINIATURE-contentInner,
  html[data-lc-type=error] #MINIATURE-content .MINIATURE-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type=inline] #MINIATURE-content .MINIATURE-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #MINIATURE-content .MINIATURE-contentInner > *:not(iframe),
  html[data-lc-type=error] #MINIATURE-content .MINIATURE-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.MINIATURE-isMobileDevice[data-lc-type=iframe] #MINIATURE-content .MINIATURE-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #MINIATURE-content .MINIATURE-contentInner,
  html[data-lc-type=video] #MINIATURE-content .MINIATURE-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type=image] #MINIATURE-content .MINIATURE-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #MINIATURE-content .MINIATURE-contentInner .MINIATURE-inlineWrap,
  html[data-lc-type=ajax] #MINIATURE-content .MINIATURE-contentInner .MINIATURE-inlineWrap,
  html[data-lc-type=error] #MINIATURE-content .MINIATURE-contentInner .MINIATURE-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #MINIATURE-content .MINIATURE-contentInner .MINIATURE-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #MINIATURE-content h1,
  #MINIATURE-content h2,
  #MINIATURE-content h3,
  #MINIATURE-content h4,
  #MINIATURE-content h5,
  #MINIATURE-content h6,
  #MINIATURE-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #MINIATURE-content h1,
  #MINIATURE-content h2,
  #MINIATURE-content h3,
  #MINIATURE-content h4,
  #MINIATURE-content h5,
  #MINIATURE-content h6,
  #MINIATURE-content p {
    color: #333;
  }
}

#MINIATURE-case p.MINIATURE-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #MINIATURE-case p.MINIATURE-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #MINIATURE-case p.MINIATURE-error {
    padding: 0;
  }
}

.MINIATURE-open body {
  overflow: hidden;
}

.MINIATURE-isMobileDevice .MINIATURE-open body {
  max-width: 100%;
  max-height: 100%;
}

#MINIATURE-info {
  position: absolute;
  padding-top: 15px;
}

#MINIATURE-info #MINIATURE-title,
#MINIATURE-info #MINIATURE-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#MINIATURE-info #MINIATURE-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #MINIATURE-info #MINIATURE-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    /* background: #333; */
    background: none;
  }
}

#MINIATURE-info #MINIATURE-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#MINIATURE-info #MINIATURE-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .MINIATURE-fullScreenMode #MINIATURE-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #MINIATURE-info {
    position: static;
  }
}

#MINIATURE-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: MINIATURE-spin 0.5s infinite linear;
  -moz-animation: MINIATURE-spin 0.5s infinite linear;
  -o-animation: MINIATURE-spin 0.5s infinite linear;
  animation: MINIATURE-spin 0.5s infinite linear;
}

#MINIATURE-loading, #MINIATURE-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#MINIATURE-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='MINIATURE-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='MINIATURE-icon-'],
a[class*='MINIATURE-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='MINIATURE-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='MINIATURE-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.MINIATURE-isMobileDevice a[class*='MINIATURE-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='MINIATURE-icon-'].MINIATURE-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='MINIATURE-icon-'].MINIATURE-icon-prev {
  left: 15px;
}

a[class*='MINIATURE-icon-'].MINIATURE-icon-next {
  right: 15px;
}

a[class*='MINIATURE-icon-'].MINIATURE-icon-pause,
a[class*='MINIATURE-icon-'].MINIATURE-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='MINIATURE-icon-'].MINIATURE-icon-pause,
  a[class*='MINIATURE-icon-'].MINIATURE-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='MINIATURE-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='MINIATURE-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='MINIATURE-icon-']:hover,
  #MINIATURE-case:hover ~ a[class*='MINIATURE-icon-'] {
    opacity: 1;
  }
}

#MINIATURE-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #MINIATURE-overlay {
    opacity: 1 !important;
  }
}

/* Modifications made by WHW */
a[class*='MINIATURE-icon-'],
a[class*='MINIATURE-icon-']:focus {
    color: rgba(255, 255, 255, 0.60);
}

@media screen and (max-width: 640px) {
  a[class*='MINIATURE-icon-'] {
    bottom: 0px;
    font-size: 24px;
    padding: 15px;
    width: auto;
  }
  a[class*='mygallery-icon-'].mygallery-icon-close {
    top: 0px;
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-next {
    right: 0px;
  }
  a[class*='mygallery-icon-'].mygallery-icon-prev {
    left: 0px;
  }
  .mygallery-isMobileDevice a[class*='mygallery-icon-']:hover {
    color: rgba(255, 255, 255, 0.60);
    text-shadow: none;
  }
}

a[class*='MINIATURE-icon-']:hover {
    color: rgba(255, 255, 255, 1.00);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1.00);
}

#MINIATURE-content img {
	width: auto;
	height: auto;
}

#MINIATURE-overlay {
    opacity: 1.00 !important;
    background: rgba(51, 51, 51, 0.95) !important;
}

#MINIATURE-info #MINIATURE-sequenceInfo,
#MINIATURE-info #MINIATURE-title,
#MINIATURE-info #MINIATURE-caption {
    color: rgba(170, 170, 170, 1.00);
}

#MINIATURE-info #MINIATURE-title {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#MINIATURE-info #MINIATURE-caption {
  
  
  
  
}

/* @end */

/* Social icons in the lightbox */

#social-MINIATURE {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 99999;
	line-height: 1;
	display: none;
}

@media screen and (min-width: 641px) {
	/* Only show social media buttons on wider screens */
	#social-MINIATURE {
		display: block;
	}
}

#social-MINIATURE a {
	color: rgba(255, 255, 255, 0.60);
	padding: 0px;
	display: none;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	transition: all 300ms ease-in-out;
}

#social-MINIATURE a:hover {
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 0 0 15px white;
}

/*  */

/*  */

/* Lightbox image borders and padding */

@media screen and (min-width: 641px) {
  html[data-lc-type=image] #MINIATURE-content,
  html[data-lc-type=video] #MINIATURE-content {
    background: transparent;
  }
}

#MINIATURE-content img {
  border: 0px solid rgba(255, 255, 255, 1.00);
  padding: 0px;
  border-radius: 0px;
}

/* @group ProGallery Edit Mode */

/*  */

/* @end */

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

#stacks_in_158700 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_158700 .pullquote:before, #stacks_in_158700 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_158700 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_158700 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_158700 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_158700 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_158700 {
	background-color: rgba(153, 153, 153, 0.50);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 20px 20px 20px 20px;
	padding:  10px;
}

#stacks_out_158700 {
	width: 80%;
}

#stacks_in_158701 {
	display:inline-block; width:100%; line-height: 1.400000em;
}
.s-grid-stacks_in_158702_2{grid-column-gap:20px;grid-row-gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));align-items:stretch;  }.s-grid-stacks_in_158702_2>.s-grid-item{border-radius:0px; border-width:thin;border-color:var(--border-color);border-style:solid;  background-color:rgba(51, 51, 51, 1.00);  }.s-grid-stacks_in_158702_2>.s-grid-item:hover{ transform:translateY(-5px);}#stacks_out_158702_2{width:100%}

#stacks_in_158702_2 {
	margin: 120px 20px 20px 20px;
}
.item_stacks_in_158702_4{ grid-column:span 1;grid-row:span 1; justify-content:flex-start;  overflow:hidden;  }@media (max-width:900px){.item_stacks_in_158702_4{ grid-column:span 1;grid-row:span 1;}}

#stacks_in_158702_6 {
	margin:  20px;
}
#stacks_in_158702_8 .paddy2_colwrap {
	margin-left: auto; margin-right: auto;
	padding: 0px;
}

#stacks_in_158702_8 .paddy2_col1 {
	width: 50.00%;
	display: block; 
	padding: 0px 0px;
	
		float: left;
		margin-left: 0;
	
}
#stacks_in_158702_8 .paddy2_col2 {
	width: 50.000000%;
	display: block; 
	float: left;
	margin-left: 0%;
	padding: 0px 0px; 
}
@media only screen and (min-width: 9999px) {
#stacks_in_158702_8 .paddy2_colwrap {
	padding: 0px;
}
#stacks_in_158702_8 .paddy2_col1 {
	float: none;
	padding: 0px 0px;
	margin-left: 0%;
	width: 100%;
	}
#stacks_in_158702_8 .paddy2_col2 {
	float: none;
	padding: 0px 0px;
	width: 100%;
	}
}
@media only screen and (max-width: 1200px) {
#stacks_in_158702_8 .paddy2_colwrap {
	padding: 0px;
}
#stacks_in_158702_8 .paddy2_col1 {
	float: none;
	padding: 0px 0px;
	margin-left: 0%;
	width: 100%;
	}
#stacks_in_158702_8 .paddy2_col2 {
	float: none;
	padding: 0px 0px;
	width: 100%;
	}
}

.paddy_cf:before,
.paddy_cf:after {
    content: " ";
    display: table;
}

.paddy_cf:after {
    clear: both;
}




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

#stacks_in_158702_36 {
	margin: 0px 0px 25px 0px;
}

#stacks_in_158702_13 {
	padding: 0px 20px 0px 20px;
}
.item_stacks_in_158702_17{ grid-column:span 1;grid-row:span 1; justify-content:flex-start;  overflow:hidden;  }@media (max-width:900px){.item_stacks_in_158702_17{ grid-column:span 1;grid-row:span 1;}}

#stacks_in_158702_19 {
	margin:  20px;
}
#stacks_in_158702_21 .paddy2_colwrap {
	margin-left: auto; margin-right: auto;
	padding: 0px;
}

#stacks_in_158702_21 .paddy2_col1 {
	width: 50.00%;
	display: block; 
	padding: 0px 0px;
	
		float: left;
		margin-left: 0;
	
}
#stacks_in_158702_21 .paddy2_col2 {
	width: 50.000000%;
	display: block; 
	float: left;
	margin-left: 0%;
	padding: 0px 0px; 
}
@media only screen and (min-width: 9999px) {
#stacks_in_158702_21 .paddy2_colwrap {
	padding: 0px;
}
#stacks_in_158702_21 .paddy2_col1 {
	float: none;
	padding: 0px 0px;
	margin-left: 0%;
	width: 100%;
	}
#stacks_in_158702_21 .paddy2_col2 {
	float: none;
	padding: 0px 0px;
	width: 100%;
	}
}
@media only screen and (max-width: 1200px) {
#stacks_in_158702_21 .paddy2_colwrap {
	padding: 0px;
}
#stacks_in_158702_21 .paddy2_col1 {
	float: none;
	padding: 0px 0px;
	margin-left: 0%;
	width: 100%;
	}
#stacks_in_158702_21 .paddy2_col2 {
	float: none;
	padding: 0px 0px;
	width: 100%;
	}
}

.paddy_cf:before,
.paddy_cf:after {
    content: " ";
    display: table;
}

.paddy_cf:after {
    clear: both;
}




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

#stacks_in_158702_30 {
	margin: 0px 0px 25px 0px;
}

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

#stacks_in_158702_26 {
	padding: 0px 20px 0px 20px;
}
 .s-container-stacks_in_157835{ }#s-wrapper-stacks_in_157835{margin:0; }#s-content-stacks_in_157835{justify-content:center; padding:0; }.s-bg-stacks_in_157835{z-index:0}#s-outer-stacks_in_157835{border-radius:0px 0px 0px 0px}
 .s-container-stacks_in_157836_2{ }#s-wrapper-stacks_in_157836_2{margin:0; }#s-content-stacks_in_157836_2{justify-content:center; padding:0; }.s-bg-stacks_in_157836_2{z-index:0}#s-outer-stacks_in_157836_2{border-radius:0px 0px 0px 0px}
/* @group Generic Styles */

#ruleStackstacks_in_157836_46,
#ruleStackstacks_in_157836_46:before,
#ruleStackstacks_in_157836_46:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_157836_46 {
	position: relative;
	overflow: hidden;
	margin: 1.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_157836_46 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_157836_46 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(218, 164, 32, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_157836_46 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_157836_46 {
	text-align: center;
}

#ruleStackstacks_in_157836_46:before,
#ruleStackstacks_in_157836_46:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(255, 255, 255, 1.00);
}

#ruleStackstacks_in_157836_46:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_157836_46:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_157836_46 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */
#stacks_in_157836_46 {
	margin: 40px 0px 0px 0px;
}

#stacks_in_157836_47 {
	padding: 16px 0px 0px 0px;
}

#stacks_in_157836_48 {
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 84%;
	font-weight: lighter;
}

#stacks_in_157836_10 {
	background-color: rgba(0, 0, 0, 1.00);
	border: solid rgba(223, 223, 223, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 30px 0px 0px 0px;
	padding: 16px 0px 5px 0px;
}

#stacks_in_157836_11 {
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 84%;
	font-weight: lighter;
}
#p-stacks_in_157836_12 p{  margin-bottom: 0;  }#p-stacks_in_157836_12 p.lead{}#p-stacks_in_157836_12 a{color:var(--accent-color);}@media (min-width:600px){#p-stacks_in_157836_12 p{}}#p-stacks_in_157836_12 a:hover{color:var(--accent-color-hover); }
.item_stacks_in_157836_17{ grid-column:span 1;grid-row:span 1; justify-content:top;  overflow:hidden;  }@media (max-width:900px){.item_stacks_in_157836_17{ grid-column:span 1;grid-row:span 1;}}

#stacks_in_157836_19 {
	background-color: rgba(0, 0, 0, 1.00);
	border: solid rgba(223, 223, 223, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 30px 0px 0px 0px;
	padding: 16px 0px 5px 0px;
}

#stacks_in_157836_20 {
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 84%;
	font-weight: lighter;
}
#p-stacks_in_157836_21 p{  margin-bottom: 0;  }#p-stacks_in_157836_21 p.lead{}#p-stacks_in_157836_21 a{color:var(--accent-color);}@media (min-width:600px){#p-stacks_in_157836_21 p{}}#p-stacks_in_157836_21 a:hover{color:var(--accent-color-hover); }
.s-cols-stacks_in_157836_6_2{justify-content:space-between;align-items:stretch;}.s-cols-stacks_in_157836_6_2>.s-cols-item{border-radius:0px;margin-bottom:20px;width:100%;  padding:10px 10px 10px 10px;   }.s-cols-stacks_in_157836_6_2>.s-cols-item:hover{ }@media (min-width:600px){.s-cols-stacks_in_157836_6_2>.s-cols-item{ width:calc((100% - calc(1 * 20px)) / 2);}}#stacks_out_157836_6_2{width:100%}
.item_stacks_in_157836_6_4{justify-content:flex-start;overflow:hidden;  }
.item_stacks_in_157836_6_6{justify-content:flex-start;overflow:hidden;  }

#stacks_in_157836_29 {
	background-color: rgba(0, 0, 0, 1.00);
	border: solid rgba(223, 223, 223, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 30px 0px 0px 0px;
	padding: 16px 0px 5px 0px;
}

#stacks_in_157836_30 {
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 84%;
	font-weight: lighter;
}
#p-stacks_in_157836_31 p{  margin-bottom: 0;  }#p-stacks_in_157836_31 p.lead{}#p-stacks_in_157836_31 a{color:var(--accent-color);}@media (min-width:600px){#p-stacks_in_157836_31 p{}}#p-stacks_in_157836_31 a:hover{color:var(--accent-color-hover); }

#stacks_in_157836_36 {
	background-color: rgba(0, 0, 0, 1.00);
	border: solid rgba(223, 223, 223, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 30px 0px 0px 0px;
	padding: 16px 0px 5px 0px;
}

#stacks_in_157836_37 {
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 84%;
	font-weight: lighter;
}
#p-stacks_in_157836_38 p{  margin-bottom: 0;  }#p-stacks_in_157836_38 p.lead{}#p-stacks_in_157836_38 a{color:var(--accent-color);}@media (min-width:600px){#p-stacks_in_157836_38 p{}}#p-stacks_in_157836_38 a:hover{color:var(--accent-color-hover); }
.s-cols-stacks_in_157836_25_2{justify-content:space-between;align-items:stretch;}.s-cols-stacks_in_157836_25_2>.s-cols-item{border-radius:0px;margin-bottom:20px;width:100%;  padding:10px 10px 10px 10px;   }.s-cols-stacks_in_157836_25_2>.s-cols-item:hover{ }@media (min-width:600px){.s-cols-stacks_in_157836_25_2>.s-cols-item{ width:calc((100% - calc(1 * 20px)) / 2);}}#stacks_out_157836_25_2{width:100%}
.item_stacks_in_157836_25_4{justify-content:flex-start;overflow:hidden;  }
.item_stacks_in_157836_25_6{justify-content:flex-start;overflow:hidden;  }
.s-cols-stacks_in_157836_4_2{justify-content:space-between;align-items:stretch;}.s-cols-stacks_in_157836_4_2>.s-cols-item{border-radius:0px;margin-bottom:20px;width:100%;  padding:10px 10px 10px 10px;   }.s-cols-stacks_in_157836_4_2>.s-cols-item:hover{ }@media (min-width:600px){.s-cols-stacks_in_157836_4_2>.s-cols-item{ width:calc((100% - calc(1 * 20px)) / 2);}}#stacks_out_157836_4_2{width:100%}
.item_stacks_in_157836_4_4{justify-content:flex-start;overflow:hidden;  }
.item_stacks_in_157836_4_6{justify-content:flex-start;overflow:hidden;  }
#p-stacks_in_157836_43 p{  margin-bottom: 0;  }#p-stacks_in_157836_43 p.lead{}#p-stacks_in_157836_43 a{color:var(--link-color);}#p-stacks_in_157836_43 a:hover{color:var(--link-color-hover); }
