/* ProGallery Grid */

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

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

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

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

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


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


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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





#stacks_in_2 {
	background-color: rgba(204, 204, 204, 1.00);
}

/* ProGallery Columns Layout */

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

#mygallery .proGalleryThumbs li {
  border-bottom: 1em solid rgba(255, 255, 255, 0);
}


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


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

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

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

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

#mygallery .proGalleryThumbs li.proGalleryItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@supports (grid-template-rows: masonry) {
  #mygallery .proGalleryThumbs {
    display: grid;
    grid-template-rows: masonry;
    grid-gap: 1em;
  }

  #mygallery .proGalleryThumbs li {
    border-bottom: none;
  }

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

/* Custom styling */
#pbOverlay {
  background: rgba(0, 0, 0, 0.90);
}
.pbWrapper > * {
  border-radius: 6px;
}
.pbCaptionText .title {
  color: rgba(252, 80, 70, 1.00);
}
.pbCaptionText .counter {
  opacity: 1;
  color: rgba(39, 40, 40, 1.00);
}
.pbThumbs li a img {
  border-color: rgba(255, 255, 255, 1.00);
}
.pbThumbs li.active a img {
  border-color: rgba(216, 255, 22, 1.00);
}

/* General */

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

/* Comment area styling */

#guestbookstacks_in_31.card {
  position: relative;
  display: block;
  background-color: transparent;
  border: 1px solid rgba(229, 229, 229, 1.00);
  border-radius: .25rem;
}

#guestbookstacks_in_31.card .guest-item {
  margin: .75rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.00);
  border: 1px solid rgba(229, 229, 229, 1.00);
  border-radius: .25rem;
  position: relative;
}

#guest-messages-stacks_in_31 .guest-item.oddFill {
  background-color: rgba(255, 255, 255, 0.00)
}

/* Pagination */

#stacks_in_31 .pagination {
  margin-top: 0rem;
  margin-bottom: .5rem;
  display: inline-block;
  padding: 1rem;
  list-style: none;
  border-radius: .25rem;
}

#stacks_in_31 ul.pagination li {
  display: block;
  float: left;
}

#stacks_in_31 .page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: rgba(85, 85, 85, 1.00);
  background-color: rgba(255, 255, 255, 1.00);
  border: 1px solid rgba(229, 229, 229, 1.00);
  text-decoration: none;
}

#stacks_in_31 .page-item.disabled .page-link {
  color: rgba(85, 85, 85, 1.00);
  background-color: rgba(255, 255, 255, 1.00);
  pointer-events: none;
  cursor: auto;
  opacity: 0.50;
}

#stacks_in_31 .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

#stacks_in_31 .active .page-link {
  z-index: 1;
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(0, 123, 255, 1.00);
  border-color: rgba(0, 123, 255, 1.00);
}

/* Form styling */

#reviewFormstacks_in_31 {
  display: none;
  width: calc(100% - 2rem);
}

#reviewFormstacks_in_31 hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(234, 234, 234, 1.00);
}

#stacks_in_31 input[type="text"],
#stacks_in_31 textarea {
  display: inline-block;
  *display: inline;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0.75rem;
  font: inherit;
  line-height: 1;
  color: rgba(250, 240, 69, 1.00);
  background-color: rgba(255, 255, 255, 0.00);
  border: 1px solid rgba(234, 234, 234, 1.00);
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  box-shadow: none;
  transition: all 300ms ease-in-out;
  outline: none;
}

#stacks_in_31 input[type="text"] {
  display: block;
}

#stacks_in_31 textarea {
  display: block;
  resize: vertical;
  line-height: inherit;
  min-height: 150px;
  line-height: 1.5;
}

#stacks_in_31 button::-moz-focus-inner,
#stacks_in_31 input::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

#stacks_in_31 input[type="text"]:focus,
#stacks_in_31 textarea:focus {
  border: 1px solid rgba(0, 123, 255, 1.00);
  background-color: rgba(255, 255, 255, 0.00);
  outline: none;
  box-shadow: none;
}

#stacks_in_31 input[name="math"] {
  display: inline-block;
  text-align: center;
  width: 80px;
}

#stacks_in_31 .guestbook form label {
  display: block;
  float: none;
  width: 100%;
  text-align: left;
  padding-top: 0.75rem;
  color: rgba(212, 97, 42, 1.00);
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #stacks_in_31 .guestbook form label {
    float: left;
    width: 150px;
    text-align: right;
  }
}

#stacks_in_31 .commenter-specialtitle {
  display: none !important;
}

#recaptchastacks_in_31 {
  margin-left: 150px;
}

#stacks_in_31 #resetButtonstacks_in_31 {
  margin-left: 10px;
  background-color: rgba(220, 53, 69, 1.00);
  border: solid 1px rgba(220, 53, 69, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border-radius: 0.25rem;
  transition: all 300ms ease-in-out;
  float: right;
  padding: .375rem 1rem;
  font-size: 1rem;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 300ms ease-in-out;
}

#stacks_in_31 #resetButtonstacks_in_31:hover {
  background-color: rgba(187, 45, 59, 1.00);
  border: solid 1px rgba(187, 45, 59, 1.00);
  color: rgba(255, 255, 255, 1.00);
}

#stacks_in_31 #resetButtonstacks_in_31 i {
  color: rgba(255, 255, 255, 1.00);
}

#stacks_in_31 #resetButtonstacks_in_31:hover i {
  color: rgba(255, 255, 255, 1.00);
}

#stacks_in_31 #submitButtonstacks_in_31 {
  margin-left: 10px;
  background-color: rgba(0, 123, 255, 1.00);
  border: solid 1px rgba(0, 123, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border-radius: 0.25rem;
  transition: all 300ms ease-in-out;
  float: right;
  padding: .375rem 1rem;
  font-size: 1rem;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 300ms ease-in-out;
}

#stacks_in_31 #submitButtonstacks_in_31:hover {
  background-color: rgba(0, 117, 200, 1.00);
  border: solid 1px rgba(0, 117, 200, 1.00);
  color: rgba(255, 255, 255, 1.00);
}

#stacks_in_31 #submitButtonstacks_in_31 i {
  color: rgba(255, 255, 255, 1.00);
}

#stacks_in_31 #submitButtonstacks_in_31:hover i {
  color: rgba(255, 255, 255, 1.00);
}

#stacks_in_31 #submitButtonstacks_in_31:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

#stacks_in_31 .guestbook form {
  margin: 2rem 1rem;
}

#stacks_in_31 .guestbook form div {
  height: auto;
  overflow: auto;
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  #stacks_in_31 .guestbook form div {
    margin-left: calc(150px + 10px);
  }

  #stacks_in_31 .guestbook form div.g-recaptcha,
  #stacks_in_31 .guestbook form div.g-recaptcha div {
    margin: auto;
  }
}

#stacks_in_31 .guest-name {
  font-weight: bold;
  margin-left: 2px;
  font-size: 1.5rem;
}

#stacks_in_31 .guest-review-title {
  margin-top: 15px;
  font-weight: bold;
}

#stacks_in_31 .guest-timestamp {
  float: none;
  margin-right: 2px;
}

#stacks_in_31 .guest-message {
  display:block;
  clear:both;
  margin-top:4px;
}

#stacks_in_31 .guestbook-nav {
  margin:5px 0;
  text-align:center;
}



#stacks_in_31 .message-error,
#stacks_in_31 .message-warning {
  padding:5px 10px;
  background-color:#FFDBD8;
  border-top:1px solid #aaa;
}

#stacks_in_31 .message-warning {
  background-color:#DBFFD8;
}

#stacks_in_31 .message-error:first-child,
#stacks_in_31 .message-warning:first-child {
  border-top:none
}

#stacks_in_31 .clear {
  display:block;
  clear:both;
}

#stacks_in_31 .commenter-rate {
  overflow: visible !important;
}

#stacks_in_31 form div.stars {
  width: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-left: 0;
  overflow: visible;
}

#stacks_in_31 form div.stars {
  width: auto;
  display: inline-block;
  margin-left: 0;
  overflow: visible;
  position: relative;
}

#stacks_in_31 input.star {
  opacity: 0;
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 10px;
  left: 150px;
  display: block;
}

#stacks_in_31 form label.star {
  float: right;
  width: auto;
  display: inline-block;
  padding: 0 10px;
  font-size: 36px;
  line-height: 1.1;
  color: #444;
  transition: all .2s;
}

#stacks_in_31 input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}

#stacks_in_31 input.star-5:checked ~ label.star:before {
  /* 5 stars clicked */
}

#stacks_in_31 input.star-1:checked ~ label.star:before {
  /* 1 star clicked */
}

#stacks_in_31 label.star:hover {
  transform: rotate(-15deg) scale(1.3);
}

#stacks_in_31 label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

#starsTotal_stacks_in_31 {
  display: none !important;
}

/* Review toggle buttom */

#triggerButtonstacks_in_31 {
  margin: 1rem;
}

#stacks_in_31 .write-review-button {
  display: block;
  padding: .375rem 1rem;
  font-size: 1rem;
  float: none;
  width: calc(100% - 1rem - 1rem);
  text-decoration: none;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid rgba(0, 123, 255, 1.00);
  border-radius: 0.25rem;
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(0, 123, 255, 1.00);
  transition: all 300ms ease-in-out
}

#stacks_in_31 .write-review-button:hover {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(0, 117, 200, 1.00);
  border: 1px solid rgba(0, 117, 200, 1.00);
}

#stacks_in_31 .write-review-button i {
  color: rgba(255, 255, 255, 1.00);
  transition: all 300ms ease-in-out
}

#stacks_in_31 .write-review-button:hover i {
  color: rgba(255, 255, 255, 1.00);
  transition: all 300ms ease-in-out
}





#stacks_in_31 .commenter-verify {
  position: relative;
}

#stacks_in_31 .commenter-verify label.commenter-verify-text {
  margin: 0 0 0 25px;
  font-weight: normal;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0px;
}

#stacks_in_31 .commenter-verify input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: .3rem;
  margin-left: 0rem;
  width: auto;
}



#stacks_in_31 label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

#stacks_in_31 .guest-rating {
  font-family: FontAwesome;
  font-size: 30px;
  color: #FD4;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  letter-spacing: 5px;
}

@media screen and (min-width: 768px) {
  #stacks_in_31 .guest-rating {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}

#stacks_in_31 .guest-rating-1:after {
  content: '\f005 \f006 \f006 \f006 \f006';
}

#stacks_in_31 .guest-rating-2:after {
  content: '\f005 \f005 \f006 \f006 \f006';
}

#stacks_in_31 .guest-rating-3:after {
  content: '\f005 \f005 \f005 \f006 \f006';
}

#stacks_in_31 .guest-rating-4:after {
  content: '\f005 \f005 \f005 \f005 \f006';
}

#stacks_in_31 .guest-rating-5:after {
  content: '\f005 \f005 \f005 \f005 \f005';
}





/* display toggles */
#stacks_in_31 .commenter-name {
  
}

#stacks_in_31 .guest-timestamp {
  
}

#stacks_in_31 .commenter-rate {
  display: none;
}

#stacks_in_31 .commenter-reviewtitle {
  display: none;
}

#stacks_in_31 .commenter-comment {
  
}

#stacks_in_31 .commenter-verify {
  
}


#stacks_in_31 div.commenter-comment {
  position: relative;
  padding-bottom: 18px;
}

#stacks_in_31 #commentsStack-character-countstacks_in_31 {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: rgba(76, 175, 80, 1.00)
}

#stacks_in_31 #commentsStack-character-countstacks_in_31.overCharacterLimit {
  color: rgba(255, 0, 0, 1.00)
}










#stacks_in_31 {
	background-color: rgba(0, 0, 0, 1.00);
}
