/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_12 #myExtraContent1,
#ExtraContentPlusstacks_in_12 #fs {
	display: none;
}

/* Styling for Preview Mode & Publishing */


/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

#stacks_in_8 .bx-wrapper {
	position: relative;
	
	margin: 0 auto;
	
	padding: 0;
	*zoom: 1;
}

#stacks_in_8 .bx-wrapper img {
	

	
	width: 100%;
	height: auto;
	
	display: block;
}

/** THEME
===================================*/

#stacks_in_8 .bx-wrapper .bx-viewport {
}

#stacks_in_8 .bx-wrapper .bx-pager,
#stacks_in_8 .bx-wrapper .bx-controls-auto {
	position: absolute;
	
	bottom: 20px;
	
	width: 100%;
	z-index: 200;
}

/* LOADER */

#stacks_in_8 .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../files/orbit-images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}


/* Only add pagination CSS if toggled on in settings. */
/* PAGER */



#stacks_in_8 .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

#stacks_in_8 .bx-wrapper .bx-pager .bx-pager-item,
#stacks_in_8 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#stacks_in_8 .bx-wrapper .bx-pager.bx-default-pager a {
	background: #E0E0E0;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#stacks_in_8 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#stacks_in_8 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #C3C3C3;
}






/* Only add arrow CSS if toggled on in settings. */
/* DIRECTION CONTROLS (NEXT / PREV) */

#stacks_in_8 .bx-wrapper .bx-prev,
#stacks_in_8 .bx-wrapper .bx-next,
#stacks_in_8 .bx-wrapper .bx-pager,
#stacks_in_8 .bx-wrapper .bx-pager-item,
#stacks_in_8 .bx-wrapper .bx-pager-item a {
	border: none;
}



#stacks_in_8 .bx-wrapper .bx-prev {
	left: 10px;
	background: url(../files/orbit-images/controls.png) no-repeat 0 -32px;
}

#stacks_in_8 .bx-wrapper .bx-next {
	right: 10px;
	background: url(../files/orbit-images/controls.png) no-repeat -43px -32px;
}

#stacks_in_8 .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

#stacks_in_8 .bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

#stacks_in_8 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 301;
}

#stacks_in_8 .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}



/*  Hide navigation arrows if toggled off in settings. */


/* AUTO CONTROLS (START / STOP) */

#stacks_in_8 .bx-wrapper .bx-controls-auto {
	text-align: center;
}

#stacks_in_8 .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../files/orbit-images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

#stacks_in_8 .bx-wrapper .bx-controls-auto .bx-start:hover,
#stacks_in_8 .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

#stacks_in_8 .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../files/orbit-images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

#stacks_in_8 .bx-wrapper .bx-controls-auto .bx-stop:hover,
#stacks_in_8 .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

#stacks_in_8 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

#stacks_in_8 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

#stacks_in_8 .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

#stacks_in_8 .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

#stacks_in_8 ul.bxslider, #stacks_in_8 ul.bxslider li {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}






/* Styling for Edit Mode within Stacks */




/* General */

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

/* Comment area styling */

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

#guestbookstacks_in_50.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_50 .guest-item.oddFill {
  background-color: rgba(255, 255, 255, 0.00)
}

/* Pagination */

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

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

#stacks_in_50 .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_50 .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_50 .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

#stacks_in_50 .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_50 {
  display: none;
}

#stacks_in_50 input[type="text"],
#stacks_in_50 textarea {
  display: inline-block;
  *display: inline;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0.75rem;
  font: inherit;
  line-height: 1;
  color: rgba(51, 51, 51, 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_50 input[type="text"] {
  display: block;
}

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

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

#stacks_in_50 input[type="text"]:focus,
#stacks_in_50 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_50 input[name="math"] {
  display: inline-block;
  text-align: center;
  width: 80px;
}

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

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

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

#recaptchastacks_in_50 {
  margin-left: 150px;
}

#submitButtonstacks_in_50 {
  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;
  border-radius: 0.25rem;
  transition: all 300ms ease-in-out;
}

#submitButtonstacks_in_50: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);
}

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

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

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

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

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

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

.guest-timestamp {
  float: none;
  margin-right: 2px;
}
.guest-message {
  display:block;
  clear:both;
  margin-top:4px;
}
.guestbook-nav {
  margin:5px 0;
  text-align:center;
}



.message-error,
.message-warning {
  padding:5px 10px;
  background-color:#FFDBD8;
  border-top:1px solid #aaa;
}
.message-warning {background-color:#DBFFD8}
.message-error:first-child,
.message-warning:first-child {border-top:none}
.clear {
  display:block;
  clear:both;
}

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

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

#stacks_in_50 input.star {
  display: none;
}

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

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

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

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

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

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

#starsTotal {
  display: none !important;
}

/* Review toggle buttom */

#triggerButtonstacks_in_50 {
  margin: 1rem;
}

#stacks_in_50 .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_50 .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_50 .write-review-button {
  display: none;
}

#reviewFormstacks_in_50 {
  display: block;
}




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

#stacks_in_50 .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_50 .commenter-verify input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: .3rem;
  margin-left: 0rem;
  width: auto;
}

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

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

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

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

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

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

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

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

#stacks_in_50 .guest-timestamp {
  
}

#stacks_in_50 .commenter-rate {
  
}

#stacks_in_50 .commenter-reviewtitle {
  
}

#stacks_in_50 .commenter-comment {
  
}

#stacks_in_50 .commenter-verify {
  
}










