

@font-face {
    font-family: 'FlatButtonLato';
    src: url('../index_files/font/lato-light-webfont.eot');
    src: url('../index_files/font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../index_files/font/lato-light-webfont.woff') format('woff'),
         url('../index_files/font/lato-light-webfont.ttf') format('truetype'),
         url('../index_files/font/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: 'FlatButtonOpenSans';
    src: url('../index_files/font/opensans-regular-webfont.eot');
    src: url('../index_files/font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../index_files/font/opensans-regular-webfont.woff') format('woff'),
         url('../index_files/font/opensans-regular-webfont.ttf') format('truetype'),
         url('../index_files/font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'FlatButtonNoto';
    src: url('../index_files/font/notoserif-regular-webfont.eot');
    src: url('../index_files/font/notoserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../index_files/font/notoserif-regular-webfont.woff') format('woff'),
         url('../index_files/font/notoserif-regular-webfont.ttf') format('truetype'),
         url('../index_files/font/notoserif-regular-webfont.svg#noto_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 
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);
}/* -- Start Vegas Page css Template -- */
.vegas-overlay,.vegas-slide,.vegas-slide-inner,.vegas-timer,.vegas-wrapper{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-overlay{opacity:.5;background:url(overlays/02.png) center center}.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0;height:100%;background:#fff;-webkit-transition:width ease-out;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:center center no-repeat;-webkit-transform:translateZ(0);transform:translateZ(0)}body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container>.vegas-overlay,body.vegas-container>.vegas-slide,body.vegas-container>.vegas-timer{position:fixed;z-index:-1}:root body.vegas-container>.vegas-overlay,:root body.vegas-container>.vegas-slide,_::full-page-media,_:future{bottom:-76px}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;-webkit-filter:blur(32px);filter:blur(32px)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;-webkit-filter:blur(0);filter:blur(0)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;-webkit-filter:invert(0);filter:invert(0)}.vegas-transition-negative2-out{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;-webkit-filter:contrast(100%) saturate(100%);filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{-webkit-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideLeft2-out,.vegas-transition-slideRight,.vegas-transition-slideRight2{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{-webkit-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideRight2-out{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{-webkit-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideDown,.vegas-transition-slideDown2,.vegas-transition-slideUp2-out{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{-webkit-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideDown2-out{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out,.vegas-transition-zoomOut,.vegas-transition-zoomOut2{-webkit-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlLeft2-out,.vegas-transition-swirlRight,.vegas-transition-swirlRight2{-webkit-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlRight2-out{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-animation-kenburns{-webkit-animation:kenburns ease-out;animation:kenburns ease-out}@-webkit-keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.vegas-animation-kenburnsUp{-webkit-animation:kenburnsUp ease-out;animation:kenburnsUp ease-out}@-webkit-keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDown{-webkit-animation:kenburnsDown ease-out;animation:kenburnsDown ease-out}@-webkit-keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsLeft{-webkit-animation:kenburnsLeft ease-out;animation:kenburnsLeft ease-out}@-webkit-keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsRight{-webkit-animation:kenburnsRight ease-out;animation:kenburnsRight ease-out}@-webkit-keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpLeft{-webkit-animation:kenburnsUpLeft ease-out;animation:kenburnsUpLeft ease-out}@-webkit-keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpRight{-webkit-animation:kenburnsUpRight ease-out;animation:kenburnsUpRight ease-out}@-webkit-keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownLeft{-webkit-animation:kenburnsDownLeft ease-out;animation:kenburnsDownLeft ease-out}@-webkit-keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownRight{-webkit-animation:kenburnsDownRight ease-out;animation:kenburnsDownRight ease-out}@-webkit-keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}
/* -- End Vegas Page css Template -- */

@important "partials/mixins";
#loader-outer-stacks_in_1388520_8 {
  z-index: 10000000000000000000;
  position: relative;
  /*  */ }

#loader-stacks_in_1388520_8 .loader-text {
  font-family: "Droid Serif";
  top: 50%;
  left: 50%;
  text-align: center;
  position: absolute;
  width: 100%;
  max-width: 90%;
  z-index: 10000000000000000000;
  color: rgba(0, 0, 0, 1.00);
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  #loader-stacks_in_1388520_8 .loader-text.loader-8-text {
    /*  */
    margin-top: -50px;
    /*  */ }
  #loader-stacks_in_1388520_8 .loader-text.loader-4-text {
    /*  */
    margin-top: -50px;
    /*  */ }

#loader-stacks_in_1388520_8 .loader-type {
  position: relative;
  z-index: 10000000000000000000; }

#loader-stacks_in_1388520_8 {
  /*  */
  /*  */
  /*  */
  position: fixed;
  /*  */
  /*  */
  overflow: hidden;
  z-index: 10000000000000000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #loader-stacks_in_1388520_8::before {
    /*  */
    background: rgba(10, 50, 0, 1.00);
    /*  */
    /*  */
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    opacity: 1.0; }

.loader-1-stacks_in_1388520_8 {
  width: 100%;
  max-width: 50%;
  height: 8px;
  position: relative;
  background-color: rgba(39, 75, 32, 0.70); }
  .loader-1-stacks_in_1388520_8 .bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center; }
  .loader-1-stacks_in_1388520_8 .bar:nth-child(1) {
    background-color: rgba(10, 50, 0, 1.00);
    -webkit-animation: loader-1-stacks_in_1388520_8 3s linear infinite;
            animation: loader-1-stacks_in_1388520_8 3s linear infinite; }
  .loader-1-stacks_in_1388520_8 .bar:nth-child(2) {
    background-color: rgba(79, 129, 58, 1.00);
    -webkit-animation: loader-1-stacks_in_1388520_8 3s linear 1s infinite;
            animation: loader-1-stacks_in_1388520_8 3s linear 1s infinite; }
  .loader-1-stacks_in_1388520_8 .bar:nth-child(3) {
    background-color: rgba(39, 75, 32, 0.70);
    -webkit-animation: loader-1-stacks_in_1388520_8 3s linear 2s infinite;
            animation: loader-1-stacks_in_1388520_8 3s linear 2s infinite; }

@-webkit-keyframes loader-1-stacks_in_1388520_8 {
  from {
    left: 50%;
    width: 0;
    z-index: 100; }
  33.3333% {
    left: 0;
    z-index: 10;
    width: 100%; }
  to {
    left: 0;
    width: 100%; } }

@keyframes loader-1-stacks_in_1388520_8 {
  from {
    left: 50%;
    width: 0;
    z-index: 100; }
  33.3333% {
    left: 0;
    z-index: 10;
    width: 100%; }
  to {
    left: 0;
    width: 100%; } }

.loader-2-stacks_in_1388520_8 {
  width: 50px;
  height: 50px;
  margin: 50px;
  -webkit-animation: loader-2-1-stacks_in_1388520_8 1.4s infinite ease-in-out, loader-2-2-stacks_in_1388520_8 1.4s infinite ease-in-out alternate;
          animation: loader-2-1-stacks_in_1388520_8 1.4s infinite ease-in-out, loader-2-2-stacks_in_1388520_8 1.4s infinite ease-in-out alternate; }

@-webkit-keyframes loader-2-1-stacks_in_1388520_8 {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-180deg); } }

@keyframes loader-2-1-stacks_in_1388520_8 {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-180deg); } }

@-webkit-keyframes loader-2-2-stacks_in_1388520_8 {
  0% {
    background-color: rgba(218, 71, 51, 1.00); }
  50% {
    background-color: rgba(59, 120, 231, 1.00); }
  100% {
    background-color: rgba(253, 186, 44, 1.00); } }

@keyframes loader-2-2-stacks_in_1388520_8 {
  0% {
    background-color: rgba(218, 71, 51, 1.00); }
  50% {
    background-color: rgba(59, 120, 231, 1.00); }
  100% {
    background-color: rgba(253, 186, 44, 1.00); } }

.loader-3-stacks_in_1388520_8 {
  width: 50px;
  height: 50px;
  border: none;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  box-sizing: border-box;
  background: rgba(253, 186, 44, 1.00);
  -webkit-animation: loader-3-stacks_in_1388520_8 1s infinite linear;
          animation: loader-3-stacks_in_1388520_8 1s infinite linear; }
  .loader-3-stacks_in_1388520_8::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1.00);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

@-webkit-keyframes loader-3-stacks_in_1388520_8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-3-stacks_in_1388520_8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.loader-4-stacks_in_1388520_8 .bar {
  border-radius: 0px;
  display: inline-block;
  width: 4px;
  height: 18px;
  margin: 0 0px;
  -webkit-animation: loader-4-stacks_in_1388520_8 1s ease-in-out infinite;
          animation: loader-4-stacks_in_1388520_8 1s ease-in-out infinite; }
  .loader-4-stacks_in_1388520_8 .bar:nth-child(1) {
    background-color: rgba(52, 152, 219, 1.00);
    -webkit-animation-delay: 0;
            animation-delay: 0; }
  .loader-4-stacks_in_1388520_8 .bar:nth-child(2) {
    background-color: rgba(192, 57, 43, 1.00);
    -webkit-animation-delay: 0.09s;
            animation-delay: 0.09s; }
  .loader-4-stacks_in_1388520_8 .bar:nth-child(3) {
    background-color: rgba(241, 196, 15, 1.00);
    -webkit-animation-delay: .18s;
            animation-delay: .18s; }
  .loader-4-stacks_in_1388520_8 .bar:nth-child(4) {
    background-color: rgba(39, 174, 96, 1.00);
    -webkit-animation-delay: .27s;
            animation-delay: .27s; }

@-webkit-keyframes loader-4-stacks_in_1388520_8 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  20% {
    -webkit-transform: scale(1, 2.2);
            transform: scale(1, 2.2); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes loader-4-stacks_in_1388520_8 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  20% {
    -webkit-transform: scale(1, 2.2);
            transform: scale(1, 2.2); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.loader-5-stacks_in_1388520_8 {
  opacity: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -webkit-animation: loader-5-stacks_in_1388520_8 1s ease-out;
          animation: loader-5-stacks_in_1388520_8 1s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border: 5px solid rgba(39, 174, 96, 1.00); }

@-webkit-keyframes loader-5-stacks_in_1388520_8 {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

@keyframes loader-5-stacks_in_1388520_8 {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

.loader-6-stacks_in_1388520_8 {
  width: 100%;
  height: 40px; }

.loader-6-stacks_in_1388520_8 .bar {
  width: 40px;
  height: 40px;
  left: -40px;
  position: absolute;
  background-color: rgba(39, 174, 96, 1.00);
  border-radius: 4px;
  -webkit-animation: loader-6-stacks_in_1388520_8 4s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
          animation: loader-6-stacks_in_1388520_8 4s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23); }
  .loader-6-stacks_in_1388520_8 .bar:nth-child(2) {
    -webkit-animation-delay: 150ms;
            animation-delay: 150ms; }
  .loader-6-stacks_in_1388520_8 .bar:nth-child(3) {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms; }
  .loader-6-stacks_in_1388520_8 .bar:nth-child(4) {
    -webkit-animation-delay: 450ms;
            animation-delay: 450ms; }

@-webkit-keyframes loader-6-stacks_in_1388520_8 {
  0% {
    left: 0%; }
  75% {
    left: 100%; }
  100% {
    left: 100%; } }

@keyframes loader-6-stacks_in_1388520_8 {
  0% {
    left: 0%; }
  75% {
    left: 100%; }
  100% {
    left: 100%; } }

.loader-7-stacks_in_1388520_8 {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 8px;
  max-width: 90%;
  background-color: rgba(241, 241, 241, 1.00); }
  .loader-7-stacks_in_1388520_8:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 8px;
    background-color: rgba(0, 0, 0, 1.00);
    -webkit-animation: loader-7-stacks_in_1388520_8 2s linear infinite;
            animation: loader-7-stacks_in_1388520_8 2s linear infinite; }

@-webkit-keyframes loader-7-stacks_in_1388520_8 {
  from {
    left: -200px;
    width: 30%; }
  50% {
    width: 30%; }
  70% {
    width: 70%; }
  80% {
    left: 50%; }
  95% {
    left: 120%; }
  to {
    left: 100%; } }

@keyframes loader-7-stacks_in_1388520_8 {
  from {
    left: -200px;
    width: 30%; }
  50% {
    width: 30%; }
  70% {
    width: 70%; }
  80% {
    left: 50%; }
  95% {
    left: 120%; }
  to {
    left: 100%; } }

.loader-8-stacks_in_1388520_8 {
  width: 100%;
  height: 20px;
  background-size: 28px 28px;
  max-width: 90%;
  border-radius: 3pxpx;
  -webkit-animation: loader-8-stacks_in_1388520_8 .5s linear infinite;
          animation: loader-8-stacks_in_1388520_8 .5s linear infinite;
  border: 1px solid rgba(0, 0, 0, 1.00);
  background-image: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 1.00), rgba(0, 0, 0, 1.00) 11px, rgba(241, 241, 241, 1.00) 10px, rgba(241, 241, 241, 1.00) 20px); }

@-webkit-keyframes loader-8-stacks_in_1388520_8 {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 28px 0; } }

@keyframes loader-8-stacks_in_1388520_8 {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 28px 0; } }

.loader-9-stacks_in_1388520_8 {
  font-family: "Droid Serif";
  position: relative;
  color: rgba(241, 241, 241, 1.00);
  font-size: px; }
  .loader-9-stacks_in_1388520_8:before {
    content: attr(data-text);
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    color: rgba(0, 0, 0, 1.00);
    -webkit-animation: loader-9-stacks_in_1388520_8 8s linear;
            animation: loader-9-stacks_in_1388520_8 8s linear;
    /*  */ }
  @media only screen and (min-width: 480px) {
    .loader-9-stacks_in_1388520_8 {
      font-size: 24px; } }
  @media only screen and (min-width: 768px) {
    .loader-9-stacks_in_1388520_8 {
      font-size: 32px; } }
  @media only screen and (min-width: 1100px) {
    .loader-9-stacks_in_1388520_8 {
      font-size: 40px; } }

@-webkit-keyframes loader-9-stacks_in_1388520_8 {
  0% {
    max-width: 0; } }

@keyframes loader-9-stacks_in_1388520_8 {
  0% {
    max-width: 0; } }

.loader-10-stacks_in_1388520_8 {
  width: 200px;
  height: 200px;
  position: relative;
  border-radius: 50%;
  background: url() no-repeat center center;
  background-size: 100% 100%; }
  .loader-10-stacks_in_1388520_8::after {
    content: '';
    z-index: 2;
    width: 200px;
    height: 200px;
    display: block;
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    border-radius: 50%;
    border: 8px solid rgba(241, 241, 241, 1.00);
    -webkit-animation: loader-10-stacks_in_1388520_8 1.7s infinite linear;
            animation: loader-10-stacks_in_1388520_8 1.7s infinite linear; }
  .loader-10-stacks_in_1388520_8-half::after {
    border-right-color: transparent;
    border-bottom-color: transparent; }
  .loader-10-stacks_in_1388520_8-quarter::after {
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent; }
  .loader-10-stacks_in_1388520_8-third::after {
    border-right-color: transparent; }
  .loader-10-stacks_in_1388520_8::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    z-index: -1;
    margin-top: -8px;
    margin-left: -8px;
    border-radius: 50%;
    border: 8px solid rgba(0, 0, 0, 1.00); }

@-webkit-keyframes loader-10-stacks_in_1388520_8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-10-stacks_in_1388520_8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
/* %stackName% v1.0.0 */



#appender_content_stacks_in_1388551 {
  display: none;
}


/* If modifying any of this code, update the template.html file too */

/* CSS code for the <i class="fa fa-shopping-cart" aria-hidden="true"></i>   Cart button */

#stacks_in_1388552_167 *,
#stacks_in_1388552_167 *:before,
#stacks_in_1388552_167 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ButtonMakerStackstacks_in_1388552_167 {
	line-height: 34px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	transition: all 100ms ease-in-out;
	border-radius: 6px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






/* Solid colour fill */
.ButtonMakerStackstacks_in_1388552_167 {
	background: #BB7707;
}

.ButtonMakerStackstacks_in_1388552_167:hover {
	background: #D38604;
}




















.ButtonMakerStackstacks_in_1388552_167 .Button-Gloss {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
	width: 100%;
	background: #000000;
	opacity: 0.10;
	transition: all 100ms ease-in-out;
}

/* Adjust the bevel opavity on button hover */
.ButtonMakerStackstacks_in_1388552_167:hover .Button-Gloss {
	opacity: 0.0;
}


.ButtonMakerStackstacks_in_1388552_167 a.Button-Link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	outline: none;
}

/* Button inset effect on click */
.ButtonMakerStackstacks_in_1388552_167 a.Button-Link:active {
	
	outline: none;
}

.ButtonMakerStackstacks_in_1388552_167 .Button-Label {
	color: #FFFFFF;
	font-size: 18px;
	display: block;
	z-index: 15;
	position: relative;
	transition: all 100ms ease-in-out;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

.ButtonMakerStackstacks_in_1388552_167:hover .Button-Label {
	color: #FFFFFF;
}






@media print {
	.ButtonMakerStackstacks_in_1388552_167 {
		display: none !important;
	}
}

/* End of CSS code for the <i class="fa fa-shopping-cart" aria-hidden="true"></i>   Cart button */












#stacks_in_1388552_167 {
	margin: 10px 0px 10px 0px;
}

#stacks_out_1388552_167 {
	margin-left:0;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

.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: 5px;
}

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


.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline,
.nivo-lightbox-theme-default .nivo-lightbox-image img,
.nivo-lightbox-theme-default .nivo-lightbox-html5video {
	box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
}



/* 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: -7%; 
}

.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: 5px;
}

/* .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(255, 255, 255, 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_1388552_95 {
	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_1388552_95 #topBoxTriggerstacks_in_1388552_95 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_1388552_95 #topBoxTriggerContentstacks_in_1388552_95 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_1388552_95 #topBoxTriggerContentstacks_in_1388552_95 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_1388552_95 {
	color: rgba(66, 66, 66, 1.00);
}

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

#topBoxContentWrapperstacks_in_1388552_95 h1,
#topBoxContentWrapperstacks_in_1388552_95 h2,
#topBoxContentWrapperstacks_in_1388552_95 h3,
#topBoxContentWrapperstacks_in_1388552_95 h4,
#topBoxContentWrapperstacks_in_1388552_95 h5,
#topBoxContentWrapperstacks_in_1388552_95 h6 {
	color: rgba(25, 75, 23, 1.00);
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_1388552_95 a {
	color: rgba(0, 80, 221, 1.00);
	transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_1388552_95 a:visited {
	color: rgba(0, 80, 221, 1.00);
}

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

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

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

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



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


#topBoxContentWrapperstacks_in_1388552_95 {
	display: none;
}







/* If modifying any of this code, update the template.html file too */

/* CSS code for the Donate button */

#stacks_in_1388552_168 *,
#stacks_in_1388552_168 *:before,
#stacks_in_1388552_168 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ButtonMakerStackstacks_in_1388552_168 {
	line-height: 34px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	transition: all 100ms ease-in-out;
	border-radius: 6px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






/* Solid colour fill */
.ButtonMakerStackstacks_in_1388552_168 {
	background: #BB7707;
}

.ButtonMakerStackstacks_in_1388552_168:hover {
	background: #D38604;
}




















.ButtonMakerStackstacks_in_1388552_168 .Button-Gloss {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
	width: 100%;
	background: #000000;
	opacity: 0.10;
	transition: all 100ms ease-in-out;
}

/* Adjust the bevel opavity on button hover */
.ButtonMakerStackstacks_in_1388552_168:hover .Button-Gloss {
	opacity: 0.0;
}


.ButtonMakerStackstacks_in_1388552_168 a.Button-Link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	outline: none;
}

/* Button inset effect on click */
.ButtonMakerStackstacks_in_1388552_168 a.Button-Link:active {
	
	outline: none;
}

.ButtonMakerStackstacks_in_1388552_168 .Button-Label {
	color: #FFFFFF;
	font-size: 18px;
	display: block;
	z-index: 15;
	position: relative;
	transition: all 100ms ease-in-out;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

.ButtonMakerStackstacks_in_1388552_168:hover .Button-Label {
	color: #FFFFFF;
}






@media print {
	.ButtonMakerStackstacks_in_1388552_168 {
		display: none !important;
	}
}

/* End of CSS code for the Donate button */












#stacks_in_1388552_168 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_1388552_168 {
	margin-left:0;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1388552_98shim{	padding-top: 4%;}/* End Responsive Shim stack CSS code *//* Start dooMax stack CSS code */#stacks_in_1388552_99, .stacks_in_1388552_99MaxWidthContainer{	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;}     .stacks_in_1388552_99MaxWidthContainer{	    max-width: 550px;	}    .stacks_in_1388552_99MaxWidthContainer{		margin: 0 auto 0 auto;	}@media only screen and (max-width: 1024px) {	 	    .stacks_in_1388552_99MaxWidthContainer{		    max-width: 500px;		}								    .stacks_in_1388552_99MaxWidthContainer{			margin: 0 0 0 auto;		}				}@media only screen and (max-width: 480px) {	 	    .stacks_in_1388552_99MaxWidthContainer{		    max-width: 500px;		}										    .stacks_in_1388552_99MaxWidthContainer{			margin: 0 auto 0 auto;		}		}/* End dooMax stack CSS code */
#stacks_in_1388552_100 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: 30px 20px 20px 20px;
}
/* Start dooMax stack CSS code */#stacks_in_1388552_104, .stacks_in_1388552_104MaxWidthContainer{	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;}     .stacks_in_1388552_104MaxWidthContainer{	    max-width: 500px;	}    .stacks_in_1388552_104MaxWidthContainer{		margin: 0 auto 0 auto;	}@media only screen and (max-width: 1024px) {	 	    .stacks_in_1388552_104MaxWidthContainer{		    max-width: 500px;		}										    .stacks_in_1388552_104MaxWidthContainer{			margin: 0 auto 0 auto;		}		}@media only screen and (max-width: 200px) {	 	    .stacks_in_1388552_104MaxWidthContainer{		    max-width: 500px;		}										    .stacks_in_1388552_104MaxWidthContainer{			margin: 0 auto 0 auto;		}		}/* End dooMax stack CSS code *//* Start dooHeader X stack CSS code */.stacks_in_1388552_105x{	display: block !important;	text-decoration: none !important;	text-align: center !important;		color: #4F813A !important;		}.stacks_in_1388552_105x a,.stacks_in_1388552_105x a:visited,.stacks_in_1388552_105x a:active{	color: #4F813A !important;}.stacks_in_1388552_105x a:hover{	color: #689A53 !important;}@media (max-width:768px) {	.stacks_in_1388552_105x{		text-align: center !important;	}}@media (max-width:480px) {	.stacks_in_1388552_105x{		text-align: center !important;	}}/* End dooHeader X stack CSS code */
#stacks_in_1388552_105 {
	margin: 0px 0px 15px 0px;
}
#dontateStackWrapperstacks_in_1388552_107 *,
#dontateStackWrapperstacks_in_1388552_107:before,
#dontateStackWrapperstacks_in_1388552_107:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#donateStackstacks_in_1388552_107 {
    padding: 0;
    margin: 0;
    border none:
    position: relative;
    overflow: hidden;
}

#donateStackstacks_in_1388552_107 label {
    margin: 0;
    padding: 0;
    font-size: 16px;
    display: block;
    color: rgba(51, 51, 51, 1.00);
}

::-webkit-input-placeholder { /* Chrome */
    color: rgba(128, 128, 128, 1.00);
}

:-ms-input-placeholder { /* IE 10+ */
    color: rgba(128, 128, 128, 1.00);
}

::-moz-placeholder { /* Firefox 19+ */
    color: rgba(128, 128, 128, 1.00);
    opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: rgba(128, 128, 128, 1.00);
    opacity: 1;
}

#donateStackstacks_in_1388552_107 input[type='text'],
#donateStackstacks_in_1388552_107 input[type='number'],
#donateStackstacks_in_1388552_107 input[type='email']{
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid rgba(204, 204, 204, 1.00);
    font-size: 16px;
    background: rgba(255, 255, 255, 1.00);
    transition: all 300ms ease-in-out;
}

.dontateStackVerticalSpacer {
    display: block;
    position: relative;
    height: 20px;
}

#donateStackstacks_in_1388552_107 input:active,
#donateStackstacks_in_1388552_107 input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid rgba(128, 128, 128, 1.00);
    background: rgba(255, 255, 255, 0.00);
    color: rgba(0, 0, 0, 1.00);
}

@media screen and (min-width: 768px) {
    #donateStackAddressBeforestacks_in_1388552_107 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    
    #donateStackAddressBeforestacks_in_1388552_107 div.formElementWrapper {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
}
    
#donateStackSubmitAreastacks_in_1388552_107 {
    display: flex;
}

#donateStackSubmitAreastacks_in_1388552_107 img,
#donateStackSubmitAreastacks_in_1388552_107 input[type='image'] {
    left: -9999px;
    top: 0;
    position: absolute;
}

#donateStackSubmitAreastacks_in_1388552_107 input[type='number'] {
    border-radius: 5px 0px 0px 5px;
    border-right: none;
    margin-bottom: 0px;
    color: rgba(0, 0, 0, 1.00);
}

#donateStackSubmitAreastacks_in_1388552_107 input[type='submit'] {
    background: rgba(195, 127, 37, 1.00);
    border-radius: 0px 5px 5px 0px;
    padding: 10px;
    margin: 0;
    border: none;
    color: rgba(255, 255, 255, 1.00);
    width: auto;
    font-size: 16px;
    transition: all 300ms ease-in-out;
    -webkit-appearance: none;
}

#donateStackSubmitAreastacks_in_1388552_107 input[type='submit']:hover,
#donateStackSubmitAreastacks_in_1388552_107 input[type='submit']:focus,
#donateStackSubmitAreastacks_in_1388552_107 input[type='submit']:active {
    background: rgba(68, 111, 50, 1.00);
    color: rgba(255, 255, 255, 1.00);
}




#stacks_in_1388552_107 {
	padding: 0px 10px 0px 10px;
}

#stacks_in_1388552_109 {
	margin: 0px 0px 0px 20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_1388552_112_1shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
#stacks_in_1388552_116 {
	margin: 0px 0px 10px 0px;
}


.atm_PublisherNoPHPMessage { border: 1px solid #DC322F; -webkit-border-radius: 2px; border-radius: 2px; margin: 5px; padding: 15px; background-color: #DC322F; color: #FDF6E3; }
#stacks_in_1386491 { margin: 0 !important; padding: 0 !important; background-color: transparant !important; }#rollFadestacks_in_1388999 {
	opacity: 0.99;
	transition: opacity 200ms ease-out;
	-moz-transition: opacity 200ms ease-out;
	-webkit-transition: opacity 200ms ease-out;
	-o-transition: opacity 200ms ease-out;
}

#rollFadestacks_in_1388999:hover {
	opacity: 0.80;
}#linkBoxstacks_in_1388993 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_1388993 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_1388993 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../index_files/bg_fill.gif) repeat;
}


/*Begin Align Stack by Pressure Designs*/
#stacks_in_1389202align{
	
	text-align: center;
	margin-left: auto;
	margin-right: auto; 
	
	
	
	
	
}
/*End Align Stack by Pressure Designs*/
#stacks_in_1389202 {
	background-color: rgba(23, 49, 3, 1.00);
}

#stacks_in_1389204 {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}

#stacks_out_1389204 {
	margin-left:0;
}

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

#paddyWidthstacks_in_1389830 {
	max-width: 300px!important; 
	margin: 0 auto!important;
 } 

	
@media only screen and (min-width: 769px) {
#paddyWidthstacks_in_1389830 {
	max-width: 300px!important; 
	margin: 0 auto!important;
     } 
	}
#uTubestacks_in_1389820 {
	position: relative;
	
	
	
	padding-bottom: 178.00%;
	
	
	
	
	height: 0;
	overflow: hidden;
}

#uTubestacks_in_1389820 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #000000;
	border: none;
	box-shadow: none;
	outline: none;
}






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

#stacks_in_1389725 { margin: 0 !important; padding: 0 !important; }/* Start Gradient stack CSS code */

#stacks_in_1389726{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1389726::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1389726 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 30px 20px 20px 20px;
}

#stacks_in_1389727_4 {
	padding: 0px 0px 0px 20px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_1389727_6 {
	margin: 10px 10px 0px 10px;
	padding:  10px;
}

#stacks_in_1389727_10 {
	margin:  10px;
	padding: 10px 10px 0px 10px;
}
/* If modifying any of this code, update the template.html file too */

/* CSS code for the Purchase Tickets ... button */

#stacks_in_1389727_18 *,
#stacks_in_1389727_18 *:before,
#stacks_in_1389727_18 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ButtonMakerStackstacks_in_1389727_18 {
	line-height: 40px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	transition: all 220ms ease-in-out;
	border-radius: 6px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






/* Solid colour fill */
.ButtonMakerStackstacks_in_1389727_18 {
	background: #0A3200;
}

.ButtonMakerStackstacks_in_1389727_18:hover {
	background: #60854B;
}





















.ButtonMakerStackstacks_in_1389727_18 a.Button-Link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	outline: none;
}

/* Button inset effect on click */
.ButtonMakerStackstacks_in_1389727_18 a.Button-Link:active {
	
	outline: none;
}

.ButtonMakerStackstacks_in_1389727_18 .Button-Label {
	color: #FFFFFF;
	font-size: 18px;
	display: block;
	z-index: 15;
	position: relative;
	transition: all 220ms ease-in-out;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.ButtonMakerStackstacks_in_1389727_18:hover .Button-Label {
	color: #FFFFFF;
}




/* If button icon is enabled */
.ButtonMakerStackstacks_in_1389727_18 .Button-Icon {
	float: left;
	width: 40px;
	z-index: 15;
	overflow: hidden;
	height: 40px;
	position: relative;
}

.ButtonMakerStackstacks_in_1389727_18 .Button-Icon,
.ButtonMakerStackstacks_in_1389727_18 .Button-Icon [class^="fa fa-"] {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 40px;
	text-shadow: 1px 1px 1px #000000;
	transition: all 220ms ease-in-out;
}

.ButtonMakerStackstacks_in_1389727_18:hover .Button-Icon,
.ButtonMakerStackstacks_in_1389727_18:hover .Button-Icon [class^="fa fa-"] {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}

.ButtonMakerStackstacks_in_1389727_18 .Button-Label {
	margin-left: 40px;
	border-left: 1px solid #76943C;
}



@media print {
	.ButtonMakerStackstacks_in_1389727_18 {
		display: none !important;
	}
}

/* End of CSS code for the Purchase Tickets ... button */












#stacks_in_1389727_18 {
	margin: 0px 0px 15px 20px;
}

#stacks_out_1389727_18 {
	width: 340px;
	margin-left:0;
}

#stacks_in_1389546 { margin: 0 !important; padding: 0 !important; }/* Start Gradient stack CSS code */

#stacks_in_1389643{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1389643::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1389643 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 20px 0px 0px 0px;
	padding: 30px 20px 20px 20px;
}

#stacks_in_1389660_4 {
	padding: 0px 0px 0px 20px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_1389660_6 {
	margin: 10px 10px 0px 10px;
	padding:  10px;
}

#stacks_in_1389660_10 {
	margin:  10px;
	padding:  10px;
}
/* If modifying any of this code, update the template.html file too */

/* CSS code for the SOLD OUT button */

#stacks_in_1389660_15 *,
#stacks_in_1389660_15 *:before,
#stacks_in_1389660_15 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ButtonMakerStackstacks_in_1389660_15 {
	line-height: 40px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	transition: all 220ms ease-in-out;
	border-radius: 6px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






/* Solid colour fill */
.ButtonMakerStackstacks_in_1389660_15 {
	background: #878787;
}

.ButtonMakerStackstacks_in_1389660_15:hover {
	background: #6C6C6C;
}





















.ButtonMakerStackstacks_in_1389660_15 a.Button-Link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	outline: none;
}

/* Button inset effect on click */
.ButtonMakerStackstacks_in_1389660_15 a.Button-Link:active {
	
	outline: none;
}

.ButtonMakerStackstacks_in_1389660_15 .Button-Label {
	color: #FFFFFF;
	font-size: 18px;
	display: block;
	z-index: 15;
	position: relative;
	transition: all 220ms ease-in-out;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.ButtonMakerStackstacks_in_1389660_15:hover .Button-Label {
	color: #FFFFFF;
}






@media print {
	.ButtonMakerStackstacks_in_1389660_15 {
		display: none !important;
	}
}

/* End of CSS code for the SOLD OUT button */












#stacks_in_1389660_15 {
	margin: 0px 0px 15px 20px;
}

#stacks_out_1389660_15 {
	width: 340px;
	margin-left:0;
}

#stacks_in_1389748 { margin: 0 !important; padding: 0 !important; }/* Start Gradient stack CSS code */

#stacks_in_1389755{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1389755::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1389755 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 30px 20px 20px 20px;
}

#stacks_in_1389768_4 {
	padding: 0px 0px 0px 20px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_1389768_6 {
	margin: 10px 10px 0px 10px;
	padding:  10px;
}

#stacks_in_1389768_10 {
	margin:  10px;
	padding: 10px 10px 0px 10px;
}
/* If modifying any of this code, update the template.html file too */

/* CSS code for the Purchase Tickets ... button */

#stacks_in_1389768_14 *,
#stacks_in_1389768_14 *:before,
#stacks_in_1389768_14 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ButtonMakerStackstacks_in_1389768_14 {
	line-height: 40px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	transition: all 220ms ease-in-out;
	border-radius: 6px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






/* Solid colour fill */
.ButtonMakerStackstacks_in_1389768_14 {
	background: #0A3200;
}

.ButtonMakerStackstacks_in_1389768_14:hover {
	background: #60854B;
}





















.ButtonMakerStackstacks_in_1389768_14 a.Button-Link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	outline: none;
}

/* Button inset effect on click */
.ButtonMakerStackstacks_in_1389768_14 a.Button-Link:active {
	
	outline: none;
}

.ButtonMakerStackstacks_in_1389768_14 .Button-Label {
	color: #FFFFFF;
	font-size: 18px;
	display: block;
	z-index: 15;
	position: relative;
	transition: all 220ms ease-in-out;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.ButtonMakerStackstacks_in_1389768_14:hover .Button-Label {
	color: #FFFFFF;
}




/* If button icon is enabled */
.ButtonMakerStackstacks_in_1389768_14 .Button-Icon {
	float: left;
	width: 40px;
	z-index: 15;
	overflow: hidden;
	height: 40px;
	position: relative;
}

.ButtonMakerStackstacks_in_1389768_14 .Button-Icon,
.ButtonMakerStackstacks_in_1389768_14 .Button-Icon [class^="fa fa-"] {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 40px;
	text-shadow: 1px 1px 1px #000000;
	transition: all 220ms ease-in-out;
}

.ButtonMakerStackstacks_in_1389768_14:hover .Button-Icon,
.ButtonMakerStackstacks_in_1389768_14:hover .Button-Icon [class^="fa fa-"] {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}

.ButtonMakerStackstacks_in_1389768_14 .Button-Label {
	margin-left: 40px;
	border-left: 1px solid #76943C;
}



@media print {
	.ButtonMakerStackstacks_in_1389768_14 {
		display: none !important;
	}
}

/* End of CSS code for the Purchase Tickets ... button */












#stacks_in_1389768_14 {
	margin: 0px 0px 15px 20px;
}

#stacks_out_1389768_14 {
	width: 340px;
	margin-left:0;
}

#stacks_in_1389662 { margin: 0 !important; padding: 0 !important; }/* Start Gradient stack CSS code */

#stacks_in_1389663{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1389663::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1389663 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 20px 0px 0px 0px;
	padding: 30px 20px 20px 20px;
}

#stacks_in_1389682_4 {
	padding: 0px 0px 0px 20px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_1389682_6 {
	margin: 10px 10px 0px 10px;
	padding:  10px;
}
#uTubestacks_in_1389682_16 {
	position: relative;
	
	
	
	
	padding-bottom: 56.25%;
	
	
	
	height: 0;
	overflow: hidden;
}

#uTubestacks_in_1389682_16 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #000000;
	border: none;
	box-shadow: none;
	outline: none;
}






#stacks_in_1389682_10 {
	margin:  10px;
	padding:  10px;
}
/* If modifying any of this code, update the template.html file too */

/* CSS code for the Purchase Tickets ... button */

#stacks_in_1389682_14 *,
#stacks_in_1389682_14 *:before,
#stacks_in_1389682_14 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ButtonMakerStackstacks_in_1389682_14 {
	line-height: 40px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	transition: all 220ms ease-in-out;
	border-radius: 6px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






/* Solid colour fill */
.ButtonMakerStackstacks_in_1389682_14 {
	background: #0A3200;
}

.ButtonMakerStackstacks_in_1389682_14:hover {
	background: #60854B;
}





















.ButtonMakerStackstacks_in_1389682_14 a.Button-Link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	outline: none;
}

/* Button inset effect on click */
.ButtonMakerStackstacks_in_1389682_14 a.Button-Link:active {
	
	outline: none;
}

.ButtonMakerStackstacks_in_1389682_14 .Button-Label {
	color: #FFFFFF;
	font-size: 18px;
	display: block;
	z-index: 15;
	position: relative;
	transition: all 220ms ease-in-out;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.ButtonMakerStackstacks_in_1389682_14:hover .Button-Label {
	color: #FFFFFF;
}




/* If button icon is enabled */
.ButtonMakerStackstacks_in_1389682_14 .Button-Icon {
	float: left;
	width: 40px;
	z-index: 15;
	overflow: hidden;
	height: 40px;
	position: relative;
}

.ButtonMakerStackstacks_in_1389682_14 .Button-Icon,
.ButtonMakerStackstacks_in_1389682_14 .Button-Icon [class^="fa fa-"] {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 40px;
	text-shadow: 1px 1px 1px #000000;
	transition: all 220ms ease-in-out;
}

.ButtonMakerStackstacks_in_1389682_14:hover .Button-Icon,
.ButtonMakerStackstacks_in_1389682_14:hover .Button-Icon [class^="fa fa-"] {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}

.ButtonMakerStackstacks_in_1389682_14 .Button-Label {
	margin-left: 40px;
	border-left: 1px solid #76943C;
}



@media print {
	.ButtonMakerStackstacks_in_1389682_14 {
		display: none !important;
	}
}

/* End of CSS code for the Purchase Tickets ... button */












#stacks_in_1389682_14 {
	margin: 0px 0px 15px 20px;
}

#stacks_out_1389682_14 {
	width: 340px;
	margin-left:0;
}

#stacks_in_1389683 { margin: 0 !important; padding: 0 !important; }/* Start Gradient stack CSS code */

#stacks_in_1389684{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1389684::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1389684 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 20px 0px 0px 0px;
	padding: 30px 20px 20px 20px;
}

#stacks_in_1389703_4 {
	padding: 0px 0px 0px 20px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_1389703_6 {
	margin: 10px 10px 0px 10px;
	padding:  10px;
}

#stacks_in_1389703_10 {
	margin:  10px;
	padding:  10px;
}
/* If modifying any of this code, update the template.html file too */

/* CSS code for the Purchase Tickets ... button */

#stacks_in_1389703_14 *,
#stacks_in_1389703_14 *:before,
#stacks_in_1389703_14 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ButtonMakerStackstacks_in_1389703_14 {
	line-height: 40px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	transition: all 220ms ease-in-out;
	border-radius: 6px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






/* Solid colour fill */
.ButtonMakerStackstacks_in_1389703_14 {
	background: #0A3200;
}

.ButtonMakerStackstacks_in_1389703_14:hover {
	background: #60854B;
}





















.ButtonMakerStackstacks_in_1389703_14 a.Button-Link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	outline: none;
}

/* Button inset effect on click */
.ButtonMakerStackstacks_in_1389703_14 a.Button-Link:active {
	
	outline: none;
}

.ButtonMakerStackstacks_in_1389703_14 .Button-Label {
	color: #FFFFFF;
	font-size: 18px;
	display: block;
	z-index: 15;
	position: relative;
	transition: all 220ms ease-in-out;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.ButtonMakerStackstacks_in_1389703_14:hover .Button-Label {
	color: #FFFFFF;
}




/* If button icon is enabled */
.ButtonMakerStackstacks_in_1389703_14 .Button-Icon {
	float: left;
	width: 40px;
	z-index: 15;
	overflow: hidden;
	height: 40px;
	position: relative;
}

.ButtonMakerStackstacks_in_1389703_14 .Button-Icon,
.ButtonMakerStackstacks_in_1389703_14 .Button-Icon [class^="fa fa-"] {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 40px;
	text-shadow: 1px 1px 1px #000000;
	transition: all 220ms ease-in-out;
}

.ButtonMakerStackstacks_in_1389703_14:hover .Button-Icon,
.ButtonMakerStackstacks_in_1389703_14:hover .Button-Icon [class^="fa fa-"] {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}

.ButtonMakerStackstacks_in_1389703_14 .Button-Label {
	margin-left: 40px;
	border-left: 1px solid #76943C;
}



@media print {
	.ButtonMakerStackstacks_in_1389703_14 {
		display: none !important;
	}
}

/* End of CSS code for the Purchase Tickets ... button */












#stacks_in_1389703_14 {
	margin: 0px 0px 15px 20px;
}

#stacks_out_1389703_14 {
	width: 340px;
	margin-left:0;
}

#stacks_in_1389791 { margin: 0 !important; padding: 0 !important; }/* Start Gradient stack CSS code */

#stacks_in_1389792{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1389792::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1389792 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 30px 20px 20px 20px;
}

#stacks_in_1389812_4 {
	padding: 0px 0px 0px 20px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_1389812_6 {
	margin: 10px 10px 0px 10px;
	padding:  10px;
}

#stacks_in_1389812_10 {
	margin:  10px;
	padding: 10px 10px 0px 10px;
}
/* If modifying any of this code, update the template.html file too */

/* CSS code for the NV Puppetry Festival button */

#stacks_in_1389812_14 *,
#stacks_in_1389812_14 *:before,
#stacks_in_1389812_14 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ButtonMakerStackstacks_in_1389812_14 {
	line-height: 40px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	transition: all 220ms ease-in-out;
	border-radius: 6px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






/* Solid colour fill */
.ButtonMakerStackstacks_in_1389812_14 {
	background: #0A3200;
}

.ButtonMakerStackstacks_in_1389812_14:hover {
	background: #60854B;
}





















.ButtonMakerStackstacks_in_1389812_14 a.Button-Link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	outline: none;
}

/* Button inset effect on click */
.ButtonMakerStackstacks_in_1389812_14 a.Button-Link:active {
	
	outline: none;
}

.ButtonMakerStackstacks_in_1389812_14 .Button-Label {
	color: #FFFFFF;
	font-size: 18px;
	display: block;
	z-index: 15;
	position: relative;
	transition: all 220ms ease-in-out;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.ButtonMakerStackstacks_in_1389812_14:hover .Button-Label {
	color: #FFFFFF;
}




/* If button icon is enabled */
.ButtonMakerStackstacks_in_1389812_14 .Button-Icon {
	float: left;
	width: 40px;
	z-index: 15;
	overflow: hidden;
	height: 40px;
	position: relative;
}

.ButtonMakerStackstacks_in_1389812_14 .Button-Icon,
.ButtonMakerStackstacks_in_1389812_14 .Button-Icon [class^="fa fa-"] {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 40px;
	text-shadow: 1px 1px 1px #000000;
	transition: all 220ms ease-in-out;
}

.ButtonMakerStackstacks_in_1389812_14:hover .Button-Icon,
.ButtonMakerStackstacks_in_1389812_14:hover .Button-Icon [class^="fa fa-"] {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}

.ButtonMakerStackstacks_in_1389812_14 .Button-Label {
	margin-left: 40px;
	border-left: 1px solid #76943C;
}



@media print {
	.ButtonMakerStackstacks_in_1389812_14 {
		display: none !important;
	}
}

/* End of CSS code for the NV Puppetry Festival button */












#stacks_in_1389812_14 {
	margin: 0px 0px 15px 20px;
}

#stacks_out_1389812_14 {
	width: 340px;
	margin-left:0;
}

#stacks_in_1389769 { margin: 0 !important; padding: 0 !important; }/* Start Gradient stack CSS code */

#stacks_in_1389770{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1389770::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1389770 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 30px 20px 20px 20px;
}

#stacks_in_1389790_4 {
	padding: 0px 0px 0px 20px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_1389790_6 {
	margin: 10px 10px 0px 10px;
	padding:  10px;
}

#stacks_in_1389790_10 {
	margin:  10px;
	padding: 10px 10px 0px 10px;
}
/* If modifying any of this code, update the template.html file too */

/* CSS code for the Purchase Tickets ... button */

#stacks_in_1389790_14 *,
#stacks_in_1389790_14 *:before,
#stacks_in_1389790_14 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ButtonMakerStackstacks_in_1389790_14 {
	line-height: 40px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	transition: all 220ms ease-in-out;
	border-radius: 6px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






/* Solid colour fill */
.ButtonMakerStackstacks_in_1389790_14 {
	background: #0A3200;
}

.ButtonMakerStackstacks_in_1389790_14:hover {
	background: #60854B;
}





















.ButtonMakerStackstacks_in_1389790_14 a.Button-Link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	outline: none;
}

/* Button inset effect on click */
.ButtonMakerStackstacks_in_1389790_14 a.Button-Link:active {
	
	outline: none;
}

.ButtonMakerStackstacks_in_1389790_14 .Button-Label {
	color: #FFFFFF;
	font-size: 18px;
	display: block;
	z-index: 15;
	position: relative;
	transition: all 220ms ease-in-out;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.ButtonMakerStackstacks_in_1389790_14:hover .Button-Label {
	color: #FFFFFF;
}




/* If button icon is enabled */
.ButtonMakerStackstacks_in_1389790_14 .Button-Icon {
	float: left;
	width: 40px;
	z-index: 15;
	overflow: hidden;
	height: 40px;
	position: relative;
}

.ButtonMakerStackstacks_in_1389790_14 .Button-Icon,
.ButtonMakerStackstacks_in_1389790_14 .Button-Icon [class^="fa fa-"] {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 40px;
	text-shadow: 1px 1px 1px #000000;
	transition: all 220ms ease-in-out;
}

.ButtonMakerStackstacks_in_1389790_14:hover .Button-Icon,
.ButtonMakerStackstacks_in_1389790_14:hover .Button-Icon [class^="fa fa-"] {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}

.ButtonMakerStackstacks_in_1389790_14 .Button-Label {
	margin-left: 40px;
	border-left: 1px solid #76943C;
}



@media print {
	.ButtonMakerStackstacks_in_1389790_14 {
		display: none !important;
	}
}

/* End of CSS code for the Purchase Tickets ... button */












#stacks_in_1389790_14 {
	margin: 0px 0px 15px 20px;
}

#stacks_out_1389790_14 {
	width: 340px;
	margin-left:0;
}

#stacks_in_1389704 { margin: 0 !important; padding: 0 !important; }/* Start Gradient stack CSS code */

#stacks_in_1389705{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1389705::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1389705 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 20px 0px 0px 0px;
	padding: 30px 20px 20px 20px;
}

#stacks_in_1389724_4 {
	padding: 0px 0px 0px 20px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_1389724_6 {
	margin: 10px 10px 0px 10px;
	padding:  10px;
}

#stacks_in_1389724_10 {
	margin:  10px;
	padding:  10px;
}
/* If modifying any of this code, update the template.html file too */

/* CSS code for the SOLD OUT  |  September 14 button */

#stacks_in_1389724_15 *,
#stacks_in_1389724_15 *:before,
#stacks_in_1389724_15 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ButtonMakerStackstacks_in_1389724_15 {
	line-height: 40px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	transition: all 220ms ease-in-out;
	border-radius: 6px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






/* Solid colour fill */
.ButtonMakerStackstacks_in_1389724_15 {
	background: #878787;
}

.ButtonMakerStackstacks_in_1389724_15:hover {
	background: #6C6C6C;
}





















.ButtonMakerStackstacks_in_1389724_15 a.Button-Link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	outline: none;
}

/* Button inset effect on click */
.ButtonMakerStackstacks_in_1389724_15 a.Button-Link:active {
	
	outline: none;
}

.ButtonMakerStackstacks_in_1389724_15 .Button-Label {
	color: #FFFFFF;
	font-size: 18px;
	display: block;
	z-index: 15;
	position: relative;
	transition: all 220ms ease-in-out;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.ButtonMakerStackstacks_in_1389724_15:hover .Button-Label {
	color: #FFFFFF;
}






@media print {
	.ButtonMakerStackstacks_in_1389724_15 {
		display: none !important;
	}
}

/* End of CSS code for the SOLD OUT  |  September 14 button */











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

#stacks_out_1389724_15 {
	width: 340px;
	margin-left:0;
}

#stacks_in_1389873 { margin: 0 !important; padding: 0 !important; }/* Start Gradient stack CSS code */

#stacks_in_1389874{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1389874::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1389874 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 20px 0px 0px 0px;
	padding: 30px 20px 20px 20px;
}

#stacks_in_1389892_4 {
	padding: 0px 0px 0px 20px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_1389892_6 {
	margin: 10px 10px 0px 10px;
	padding:  10px;
}
/* If modifying any of this code, update the template.html file too */

/* CSS code for the FREE  |  September 27 button */

#stacks_in_1389892_12 *,
#stacks_in_1389892_12 *:before,
#stacks_in_1389892_12 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ButtonMakerStackstacks_in_1389892_12 {
	line-height: 40px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	transition: all 220ms ease-in-out;
	border-radius: 6px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






/* Solid colour fill */
.ButtonMakerStackstacks_in_1389892_12 {
	background: #878787;
}

.ButtonMakerStackstacks_in_1389892_12:hover {
	background: #6C6C6C;
}





















.ButtonMakerStackstacks_in_1389892_12 a.Button-Link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	outline: none;
}

/* Button inset effect on click */
.ButtonMakerStackstacks_in_1389892_12 a.Button-Link:active {
	
	outline: none;
}

.ButtonMakerStackstacks_in_1389892_12 .Button-Label {
	color: #FFFFFF;
	font-size: 18px;
	display: block;
	z-index: 15;
	position: relative;
	transition: all 220ms ease-in-out;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.ButtonMakerStackstacks_in_1389892_12:hover .Button-Label {
	color: #FFFFFF;
}




/* If button icon is enabled */
.ButtonMakerStackstacks_in_1389892_12 .Button-Icon {
	float: left;
	width: 40px;
	z-index: 15;
	overflow: hidden;
	height: 40px;
	position: relative;
}

.ButtonMakerStackstacks_in_1389892_12 .Button-Icon,
.ButtonMakerStackstacks_in_1389892_12 .Button-Icon [class^="fa fa-"] {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 40px;
	text-shadow: 1px 1px 1px #000000;
	transition: all 220ms ease-in-out;
}

.ButtonMakerStackstacks_in_1389892_12:hover .Button-Icon,
.ButtonMakerStackstacks_in_1389892_12:hover .Button-Icon [class^="fa fa-"] {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}

.ButtonMakerStackstacks_in_1389892_12 .Button-Label {
	margin-left: 40px;
	border-left: 1px solid #76943C;
}



@media print {
	.ButtonMakerStackstacks_in_1389892_12 {
		display: none !important;
	}
}

/* End of CSS code for the FREE  |  September 27 button */











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

#stacks_out_1389892_12 {
	width: 340px;
	margin-left:0;
}

#stacks_in_1389832 { margin: 0 !important; padding: 0 !important; }/* Start Gradient stack CSS code */

#stacks_in_1389833{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_1389833::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:1;
			
			/* Old browsers */
			background: rgba(226, 240, 218, 1.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%, rgba(226, 240, 218, 1.00) 25%,  rgba(255, 255, 255, 1.00) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226, 240, 218, 1.00)), color-stop(25%,rgba(226, 240, 218, 1.00)),  color-stop(100%,rgba(255, 255, 255, 1.00)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(226, 240, 218, 1.00) 0%,rgba(226, 240, 218, 1.00) 25%,rgba(255, 255, 255, 1.00) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(226, 240, 218, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_1389833 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 20px 0px 0px 0px;
	padding: 30px 20px 20px 20px;
}

#stacks_in_1389852_4 {
	padding: 0px 0px 0px 20px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_1389852_6 {
	margin: 10px 10px 0px 10px;
	padding:  10px;
}

#stacks_in_1389852_10 {
	margin:  10px;
	padding:  10px;
}
/* If modifying any of this code, update the template.html file too */

/* CSS code for the Purchase Tickets ... button */

#stacks_in_1389852_14 *,
#stacks_in_1389852_14 *:before,
#stacks_in_1389852_14 *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ButtonMakerStackstacks_in_1389852_14 {
	line-height: 40px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	transition: all 220ms ease-in-out;
	border-radius: 6px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






/* Solid colour fill */
.ButtonMakerStackstacks_in_1389852_14 {
	background: #0A3200;
}

.ButtonMakerStackstacks_in_1389852_14:hover {
	background: #60854B;
}





















.ButtonMakerStackstacks_in_1389852_14 a.Button-Link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	outline: none;
}

/* Button inset effect on click */
.ButtonMakerStackstacks_in_1389852_14 a.Button-Link:active {
	
	outline: none;
}

.ButtonMakerStackstacks_in_1389852_14 .Button-Label {
	color: #FFFFFF;
	font-size: 18px;
	display: block;
	z-index: 15;
	position: relative;
	transition: all 220ms ease-in-out;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.ButtonMakerStackstacks_in_1389852_14:hover .Button-Label {
	color: #FFFFFF;
}




/* If button icon is enabled */
.ButtonMakerStackstacks_in_1389852_14 .Button-Icon {
	float: left;
	width: 40px;
	z-index: 15;
	overflow: hidden;
	height: 40px;
	position: relative;
}

.ButtonMakerStackstacks_in_1389852_14 .Button-Icon,
.ButtonMakerStackstacks_in_1389852_14 .Button-Icon [class^="fa fa-"] {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 40px;
	text-shadow: 1px 1px 1px #000000;
	transition: all 220ms ease-in-out;
}

.ButtonMakerStackstacks_in_1389852_14:hover .Button-Icon,
.ButtonMakerStackstacks_in_1389852_14:hover .Button-Icon [class^="fa fa-"] {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}

.ButtonMakerStackstacks_in_1389852_14 .Button-Label {
	margin-left: 40px;
	border-left: 1px solid #76943C;
}



@media print {
	.ButtonMakerStackstacks_in_1389852_14 {
		display: none !important;
	}
}

/* End of CSS code for the Purchase Tickets ... button */












#stacks_in_1389852_14 {
	margin: 0px 0px 15px 20px;
}

#stacks_out_1389852_14 {
	width: 340px;
	margin-left:0;
}
 #stacks_in_1389206 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1389206 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1389206 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1389206 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1389206 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1389206 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1389206 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1389206 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1389206 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1389206 hr.cloudy:after{content:"\00a0"}#stacks_in_1389206 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1389206 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1389206 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1389206 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1389206 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1389206 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1389206 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1389206 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_1389206 {
	margin: 30px 0px 0px 0px;
}

#stacks_in_137 .stacks_left {
	float:left;
	width:42%;
}

#stacks_in_137 .stacks_right {
	float:right;
	width:58%;
}
#stacks_in_137 {
	padding: 30px 0px 20px 0px;
}

#stacks_out_137 {
	width: 99%;
}

#stacks_out_139 {
	width: 99%;
}

#stacks_out_144 {
	width: 99%;
}
/* -- Start Vegas Each css Template -- */


#stacks_in_1388242VegasSlideshow{
	position: relative;
	min-height: 500px;
}

#stacks_in_1388242VegasInput{
	position: relative;
	display: none;
}

#stacks_in_1388242 .vegas-overlay{
	background:url("../index_files/vegasAssets/00.png") !important;
}

#stacks_in_1388242 .vegasalert{
	background: #FAC5CE;
	border: 2px solid #B4284F;
	border-radius: 4px;
	color: #B4284F !important;
	padding: 15px;
}
#stacks_in_1388242 .vegasalert span{
	font-size: 2em;
	font-weight: bold;
}

.stacks_in_1388242vegasContentBox{
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform:    translate(0,-50%);
	-ms-transform:     translate(0,-50%);
	-o-transform:      translate(0,-50%);
	transform:         translate(0,-50%);
}


/* -- Unified -- */
.stacks_in_1388242vegasContent,.stacks_in_1388242vegasContent h1,.stacks_in_1388242vegasContent h2,.stacks_in_1388242vegasContent h3,.stacks_in_1388242vegasContent h4,.stacks_in_1388242vegasContent h5,.stacks_in_1388242vegasContent h6{
	color: #FFFFFF !important;
}
.stacks_in_1388242vegasContent a,.stacks_in_1388242vegasContent a:active,.stacks_in_1388242vegasContent a:visited{
	color: #3B94D9 !important;
	text-decoration: none !important;
}
.stacks_in_1388242vegasContent a:hover{
	color: #DDDDDD !important;
	text-decoration: none !important;
}

.stacks_in_1388242vegasScrollButton i{
	color: #FFFFFF !important;
}

.stacks_in_1388242vegasContentBox{
	text-align: center !important;
}

.stacks_in_1388242vegasContentBox h1,.stacks_in_1388242vegasContentBox h2,.stacks_in_1388242vegasContentBox h3,.stacks_in_1388242vegasContentBox h4,.stacks_in_1388242vegasContentBox h5,.stacks_in_1388242vegasContentBox h6,.stacks_in_1388242vegasContentBox p{
	margin: 0 !important;
	padding: 0 !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	line-height: normal !important;
}


.stacks_in_1388242vegasContent{
	position: relative !important;
	margin: 0 auto;
	padding: 20px;
	max-width: 540px;
}



.stacks_in_1388242vegasScrollButton{
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #fff !important;
	font-size: 36px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	display: none;
	cursor: pointer;
}


	.stacks_in_1388242vegasScrollButton{
		display: block;
	}

/* -- End Unified -- */





@keyframes vegasanimation {
	43% { transform: translate(0,0);} 
	0% { transform: translate(0,0);} 
	30% { transform: translate(0,11px);} 
	17% { transform: translate(0,-5px);} 
	11% { transform: translate(0,0);} 
}

@-webkit-keyframes vegasanimation {
	43% { transform: translate(0,0);} 
	0% { transform: translate(0,0);} 
	30% { transform: translate(0,11px);} 
	17% { transform: translate(0,-5px);} 
	11% { transform: translate(0,0);} 
}

/* apply the .animation class to the element you want to animate */
.vegasanimation {
	animation: vegasanimation 3s ease-in-out 0s infinite normal none;
	-webkit-animation: vegasanimation 3s ease-in-out 0s infinite normal none;
}


/* -- End Vegas Each css Template -- */
#stacks_in_1388242 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_226 {
	width: 99%;
}
#stacks_in_1386145 .stacks_in_1386145-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: Georgia, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_1386145 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_1386145 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 40px;
	
}

#stacks_in_1386145 .stacks_in_1386145-button,
#stacks_in_1386145 .button_icon {
	
		height: 40px;
		line-height: 40px;
	
}


	#stacks_in_1386145 {
		text-align: center;
	}




	#stacks_in_1386145 .stacks_in_1386145-button {
		width: 220px;
	}






#stacks_in_1386145 a.stacks_in_1386145-button, #stacks_in_1386145 a.stacks_in_1386145-button:visited, #stacks_in_1386145 a.stacks_in_1386145-button:hover, #stacks_in_1386145 a.stacks_in_1386145-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_1386145 .stacks_in_1386145-button {
		
			background-color: #0A3200;
		
	}

	#stacks_in_1386145 a.stacks_in_1386145-button, #stacks_in_1386145 a.stacks_in_1386145-button:visited {
		
			color: #FCF9EF !important;
			
	}

	#stacks_in_1386145 a.stacks_in_1386145-button:hover, #stacks_in_1386145 a.stacks_in_1386145-button:active {
		
			text-decoration: none;
			color: #FCF9EF !important;
			background-color: #1E4614;
		
	}

	
	#stacks_in_1386145 .button_icon {
		
			background-color: #4F813A;
		
	}

	#stacks_in_1386145 a.stacks_in_1386145-button:hover .button_icon, #stacks_in_1386145 a.stacks_in_1386145-button:active .button_icon {
		
			background-color: #63954E;
				
	}
	



#stacks_in_1386145 {
	margin: 10px 0px 40px 0px;
}
