/* ProGallery Grid */

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

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

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

#mySecondgallery 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;
	
}

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


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


#mySecondgallery 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 */
#mySecondgallery li .proGalleryItemInner a[href=''],
#mySecondgallery li .proGalleryItemInner a[href='#null'] {
  pointer-events: none !important;
  cursor: default !important;
}


/* Captions */
#mySecondgallery .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 */
#mySecondgallery .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;
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/* @end */





/* ProGallery Columns Layout */

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

#mySecondgallery .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 */
#mySecondgallery .proGalleryThumbs li img {
  will-change: transform;
}


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

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

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

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

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

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

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

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

 /* Custom styles */
 #baguetteBox-overlay {
  background-color: rgba(0, 0, 0, 0.80);
 }
 #baguetteBox-overlay .full-image figcaption {
  background-color: rgba(0, 0, 0, 0.60);
  color: rgba(204, 204, 204, 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);
}
