.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}

@-webkit-keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@-moz-keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@-ms-keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@-o-keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@-webkit-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@-moz-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@-ms-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@-o-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }
  
@-webkit-keyframes slideInLeft {
  from {
	-webkit-transform: translateX(-100%);	  
  }
  to {
	  -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes slideInLeft {
  from {
	-moz-transform: translateX(-100%);	  
  }
  to {
	  -moz-transform: translateX(0%);
  }
}

@-o-keyframes slideInLeft {
  from {
	-o-transform: translateX(-100%);	  
  }
  to {
	  -o-transform: translateX(0%);
  }
}

@-ms-keyframes slideInLeft {
  from {
	-ms-transform: translateX(-100%);	  
  }
  to {
	  -ms-transform: translateX(0%);
  }
}

@keyframes slideInLeft {
  from {
	transform: translateX(-100%);	  
  }
  to {
	  transform: translateX(0%);
  }
}

@-webkit-keyframes slideInRight {
  from {
	-webkit-transform: translateX(100%);	  
  }
  to {
	  -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes slideInRight {
  from {
	-moz-transform: translateX(100%);	  
  }
  to {
	  -moz-transform: translateX(0%);
  }
}

@-o-keyframes slideInRight {
  from {
	-o-transform: translateX(100%);	  
  }
  to {
	  -o-transform: translateX(0%);
  }
}

@-ms-keyframes slideInRight {
  from {
	-ms-transform: translateX(100%);	  
  }
  to {
	  -ms-transform: translateX(0%);
  }
}

@keyframes slideInRight {
  from {
	transform: translateX(100%);	  
  }
  to {
	  transform: translateX(0%);
  }
}

@-webkit-keyframes slideInTop {
  from {
	-webkit-transform: translateY(-100%);	  
  }
  to {
	  -webkit-transform: translateY(0%);
  }
}

@-moz-keyframes slideInTop {
  from {
	-moz-transform: translateY(-100%);	  
  }
  to {
	  -moz-transform: translateY(0%);
  }
}

@-o-keyframes slideInTop {
  from {
	-o-transform: translateY(-100%);	  
  }
  to {
	  -o-transform: translateY(0%);
  }
}

@-ms-keyframes slideInTop {
  from {
	-ms-transform: translateY(-100%);	  
  }
  to {
	  -ms-transform: translateY(0%);
  }
}

@keyframes slideInTop {
  from {
	transform: translateY(-100%);	  
  }
  to {
	  transform: translateY(0%);
  }
}

@-webkit-keyframes slideInBottom {
  from {
	-webkit-transform: translateY(100%);	  
  }
  to {
	  -webkit-transform: translateY(0%);
  }
}

@-moz-keyframes slideInBottom {
  from {
	-moz-transform: translateY(100%);	  
  }
  to {
	  -moz-transform: translateY(0%);
  }
}

@-o-keyframes slideInBottom {
  from {
	-o-transform: translateY(100%);	  
  }
  to {
	  -o-transform: translateY(0%);
  }
}

@-ms-keyframes slideInBottom {
  from {
	-ms-transform: translateY(100%);	  
  }
  to {
	  -ms-transform: translateY(0%);
  }
}

@keyframes slideInBottom {
  from {
	transform: translateY(100%);	  
  }
  to {
	  transform: translateY(0%);
  }
}

@-webkit-keyframes slideOutLeft {
  to {
	  -webkit-transform: translateX(-100%);
  }
}

@-moz-keyframes slideOutLeft {
  to {
	  -moz-transform: translateX(-100%);
  }
}

@-o-keyframes slideOutLeft {
  to {
	  -o-transform: translateX(-100%);
  }
}

@-ms-keyframes slideOutLeft {
  to {
	  -ms-transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  to {
	  transform: translateX(-100%);
  }
}

@-webkit-keyframes slideOutRight {
  to {
	  -webkit-transform: translateX(100%);
  }
}

@-moz-keyframes slideOutRight {
  to {
	  -moz-transform: translateX(100%);
  }
}

@-o-keyframes slideOutRight {
  to {
	  -o-transform: translateX(100%);
  }
}

@-ms-keyframes slideOutRight {
  to {
	  -ms-transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  to {
	  transform: translateX(100%);
  }
}

@-webkit-keyframes slideOutTop {
  to {
	  -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes slideOutTop {
  to {
	  -moz-transform: translateY(-100%);
  }
}

@-o-keyframes slideOutTop {
  to {
	  -o-transform: translateY(-100%);
  }
}

@-ms-keyframes slideOutTop {
  to {
	  -ms-transform: translateY(-100%);
  }
}

@keyframes slideOutTop {
  to {
	  transform: translateY(-100%);
  }
}

@-webkit-keyframes slideOutBottom {
  to {
	  -webkit-transform: translateX(100%);
  }
}

@-moz-keyframes slideOutBottom {
  to {
	  -moz-transform: translateX(100%);
  }
}

@-o-keyframes slideOutBottom {
  to {
	  -o-transform: translateX(100%);
  }
}

@-ms-keyframes slideOutBottom {
  to {
	  -ms-transform: translateX(100%);
  }
}

@keyframes slideOutBottom {
  to {
	  transform: translateX(100%);
  }
}

@-webkit-keyframes stepIn {
  	from {
		opacity: 0;
		-webkit-transform: scale(10);
	}
  	to {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes stepIn {
  	from {
		opacity: 0;
		-moz-transform: scale(10);
	}
  	to {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-o-keyframes stepIn {
  	from {
		opacity: 0;
		-o-transform: scale(10);
	}
  	to {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@-ms-keyframes stepIn {
  	from {
		opacity: 0;
		-ms-transform: scale(10);
	}
  	to {
		opacity: 1;
		-ms-transform: scale(1);
	}
}

@keyframes stepIn {
  	from {
		opacity: 0;
		transform: scale(10);
	}
  	to {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes stepOut {
  	to {
		opacity: 0;
		-webkit-transform: scale(10);
	}
}

@-moz-keyframes stepOut {
  	to {
		opacity: 0;
		-moz-transform: scale(10);
	}
}

@-o-keyframes stepOut {
  	to {
		opacity: 0;
		-o-transform: scale(10);
	}
}

@-ms-keyframes stepOut {
  	to {
		opacity: 0;
		-ms-transform: scale(10);
	}
}

@keyframes stepOut {
  	to {
		opacity: 0;
		transform: scale(10);
	}
}
  
@-webkit-keyframes rotateInLeft {from {
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateY(180deg);
  }
  to {
	  -webkit-transform-origin: 0% 0%;
	  -webkit-transform: rotateY(0deg);
  }

}

@-moz-keyframes rotateInLeft {from {
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateY(180deg);
}
to {
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateY(0deg);
}

}

@-ms-keyframes rotateInLeft {from {
-ms-transform-origin: 0% 0%;
-ms-transform: rotateY(180deg);
}
to {
-ms-transform-origin: 0% 0%;
-ms-transform: rotateY(0deg);
}

}

@-o-keyframes rotateInLeft {from {
-o-transform-origin: 0% 0%;
-o-transform: rotateY(180deg);
}
to {
-o-transform-origin: 0% 0%;
-o-transform: rotateY(0deg);
}

}

@keyframes rotateInLeft {from {
transform-origin: 0% 0%;
transform: rotateY(180deg);
}
to {
transform-origin: 0% 0%;
transform: rotateY(0deg);
}

}

@-webkit-keyframes rotateOutLeft {from {
-webkit-transform-origin: 0% 0%;
}
to {
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateY(180deg);
}

}

@-moz-keyframes rotateOutLeft {from {
-moz-transform-origin: 0% 0%;
}
to {
-moz-transform-origin: 0% 0%;
-moz-transform: rotateY(180deg);
}

}

@-ms-keyframes rotateOutLeft {from {
-ms-transform-origin: 0% 0%;
}
to {
-ms-transform-origin: 0% 0%;
-ms-transform: rotateY(180deg);
}

}

@-o-keyframes rotateOutLeft {from {
-o-transform-origin: 0% 0%;
}
to {
-o-transform-origin: 0% 0%;
-o-transform: rotateY(180deg);
}

}

@keyframes rotateOutLeft {from {
transform-origin: 0% 0%;
}
to {
transform-origin: 0% 0%;
transform: rotateY(180deg);
}

}

@-webkit-keyframes rotateInRight {from {
-webkit-transform-origin: 100% 0%;
-webkit-transform: rotateY(-180deg);
}
to {
-webkit-transform-origin: 100% 0%;
}

}

@-moz-keyframes rotateInRight {from {
-moz-transform-origin: 100% 0%;
-moz-transform: rotateY(-180deg);
}
to {
-moz-transform-origin: 100% 0%;
}

}

@-ms-keyframes rotateInRight {from {
-ms-transform-origin: 100% 0%;
-ms-transform: rotateY(-180deg);
}
to {
-ms-transform-origin: 100% 0%;
}

}

@-o-keyframes rotateInRight {from {
-o-transform-origin: 100% 0%;
-o-transform: rotateY(-180deg);
}
to {
-o-transform-origin: 100% 0%;
}

}

@keyframes rotateInRight {from {
transform-origin: 100% 0%;
transform: rotateY(-180deg);
}
to {
transform-origin: 100% 0%;
}

}

@-webkit-keyframes rotateOutRight {from {
-webkit-transform-origin: 100% 0%;
}
to {
-webkit-transform-origin: 100% 0%;
-webkit-transform: rotateY(-180deg);
}

}

@-moz-keyframes rotateOutRight {from {
-moz-transform-origin: 100% 0%;
}
to {
-moz-transform-origin: 100% 0%;
-moz-transform: rotateY(-180deg);
}

}

@-ms-keyframes rotateOutRight {from {
-ms-transform-origin: 100% 0%;
}
to {
-ms-transform-origin: 100% 0%;
-ms-transform: rotateY(-180deg);
}

}

@-o-keyframes rotateOutRight {from {
-o-transform-origin: 100% 0%;
}
to {
-o-transform-origin: 100% 0%;
-o-transform: rotateY(-180deg);
}

}

@keyframes rotateOutRight {from {
transform-origin: 100% 0%;
}
to {
transform-origin: 100% 0%;
transform: rotateY(-180deg);
}

}

@-webkit-keyframes whirlIn {from {
-webkit-transform-origin: 50% 50%;
-webkit-transform: scale(0, 0) rotate(1260deg);
}
to {
-webkit-transform-origin: 50% 50%;
}

}

@-moz-keyframes whirlIn {from {
-moz-transform-origin: 50% 50%;
-moz-transform: scale(0, 0) rotate(1260deg);
}
to {
-moz-transform-origin: 50% 50%;
}

}

@-ms-keyframes whirlIn {from {
-ms-transform-origin: 50% 50%;
-ms-transform: scale(0, 0) rotate(1260deg);
}
to {
-ms-transform-origin: 50% 50%;
}

}

@-o-keyframes whirlIn {from {
-o-transform-origin: 50% 50%;
-o-transform: scale(0, 0) rotate(1260deg);
}
to {
-o-transform-origin: 50% 50%;
}

}

@keyframes whirlIn {from {
transform-origin: 50% 50%;
transform: scale(0, 0) rotate(1260deg);
}
to {
transform-origin: 50% 50%;
}

}

@-webkit-keyframes whirlOut {from {
-webkit-transform-origin: 50% 50%;
}
to {
-webkit-transform-origin: 50% 50%;
-webkit-transform: scale(0, 0) rotate(1260deg);
}

}

@-moz-keyframes whirlOut {from {
-moz-transform-origin: 50% 50%;
}
to {
-moz-transform-origin: 50% 50%;
-moz-transform: scale(0, 0) rotate(1260deg);
}

}

@-ms-keyframes whirlOut {from {
-ms-transform-origin: 50% 50%;
}
to {
-ms-transform-origin: 50% 50%;
-ms-transform: scale(0, 0) rotate(1260deg);
}

}

@-o-keyframes whirlOut {from {
-o-transform-origin: 50% 50%;
}
to {
-o-transform-origin: 50% 50%;
-o-transform: scale(0, 0) rotate(1260deg);
}

}

@keyframes whirlOut {from {
transform-origin: 50% 50%;
}
to {
transform-origin: 50% 50%;
transform: scale(0, 0) rotate(1260deg);
}

}

@-webkit-keyframes fallFromTop {from {
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateX(-180deg);
}
50% {
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateX(30deg);
}
85% {
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateX(-10deg);
}
to {
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateX(0deg);
}

}

@-moz-keyframes fallFromTop {from {
-moz-transform-origin: 0% 0%;
-moz-transform: rotateX(-180deg);
}
50% {
-moz-transform-origin: 0% 0%;
-moz-transform: rotateX(30deg);
}
85% {
-moz-transform-origin: 0% 0%;
-moz-transform: rotateX(-10deg);
}
to {
-moz-transform-origin: 0% 0%;
-moz-transform: rotateX(0deg);
}

}

@-ms-keyframes fallFromTop {from {
-ms-transform-origin: 0% 0%;
-ms-transform: rotateX(-180deg);
}
50% {
-ms-transform-origin: 0% 0%;
-ms-transform: rotateX(30deg);
}
85% {
-ms-transform-origin: 0% 0%;
-ms-transform: rotateX(-10deg);
}
to {
-ms-transform-origin: 0% 0%;
-ms-transform: rotateX(0deg);
}

}

@-o-keyframes fallFromTop {from {
-o-transform-origin: 0% 0%;
-o-transform: rotateX(-180deg);
}
50% {
-o-transform-origin: 0% 0%;
-o-transform: rotateX(30deg);
}
85% {
-o-transform-origin: 0% 0%;
-o-transform: rotateX(-10deg);
}
to {
-o-transform-origin: 0% 0%;
-o-transform: rotateX(0deg);
}

}

@keyframes fallFromTop {from {
transform-origin: 0% 0%;
transform: rotateX(-180deg);
}
50% {
transform-origin: 0% 0%;
transform: rotateX(30deg);
}
85% {
transform-origin: 0% 0%;
transform: rotateX(-10deg);
}
to {
transform-origin: 0% 0%;
transform: rotateX(0deg);
}

}

@-webkit-keyframes dropToBottom {from {
-webkit-transform-origin: 0% 100%;
}
to {
-webkit-transform-origin: 0% 100%;
-webkit-transform: rotateX(180deg);
}

}

@-moz-keyframes dropToBottom {from {
-moz-transform-origin: 0% 100%;
}
to {
-moz-transform-origin: 0% 100%;
-moz-transform: rotateX(180deg);
}

}

@-ms-keyframes dropToBottom {from {
-ms-transform-origin: 0% 100%;
}
to {
-ms-transform-origin: 0% 100%;
-ms-transform: rotateX(180deg);
}

}

@-o-keyframes dropToBottom {from {
-o-transform-origin: 0% 100%;
}
to {
-o-transform-origin: 0% 100%;
-o-transform: rotateX(180deg);
}

}

@keyframes dropToBottom {from {
transform-origin: 0% 100%;
}
to {
transform-origin: 0% 100%;
transform: rotateX(180deg);
}

}

@-webkit-keyframes slideInSkew {from {
-webkit-transform-origin: 0% 100%;
-webkit-transform: translateX(-200%) skewX(-45deg);
}
50% {
-webkit-transform-origin: 0% 100%;
-webkit-transform: translateX(0%) skewX(-45deg);
}
90% {
-webkit-transform-origin: 0% 100%;
-webkit-transform: translateX(0%) skewX(10deg);
}
to {
-webkit-transform-origin: 0% 100%;
-webkit-transform: translateX(0%)skewX(0deg);
}

}

@-moz-keyframes slideInSkew {from {
-moz-transform-origin: 0% 100%;
-moz-transform: translateX(-200%) skewX(-45deg);
}
50% {
-moz-transform-origin: 0% 100%;
-moz-transform: translateX(0%) skewX(-45deg);
}
90% {
-moz-transform-origin: 0% 100%;
-moz-transform: translateX(0%) skewX(10deg);
}
to {
-moz-transform-origin: 0% 100%;
-moz-transform: translateX(0%) skewX(0deg);
}

}

@-ms-keyframes slideInSkew {from {
-ms-transform-origin: 0% 100%;
-ms-transform: translateX(-200%) skewX(-45deg);
}
50% {
-ms-transform-origin: 0% 100%;
-ms-transform: translateX(0%) skewX(-45deg);
}
90% {
-ms-transform-origin: 0% 100%;
-ms-transform: translateX(0%) skewX(10deg);
}
to {
-ms-transform-origin: 0% 100%;
-ms-transform: translateX(0%) skewX(0deg);
}

}

@-o-keyframes slideInSkew {from {
-o-transform-origin: 0% 100%;
-o-transform: translateX(-200%) skewX(-45deg);
}
50% {
-o-transform-origin: 0% 100%;
-o-transform: translateX(0%) skewX(-45deg);
}
90% {
-o-transform-origin: 0% 100%;
-o-transform: translateX(0%) skewX(10deg);
}
to {
-o-transform-origin: 0% 100%;
-o-transform: translateX(0%) skewX(0deg);
}

}

@keyframes slideInSkew {from {
transform-origin: 0% 100%;
transform: translateX(-200%) skewX(-45deg);
}
50% {
transform-origin: 0% 100%;
transform: translateX(0%) skewX(-45deg);
}
90% {
transform-origin: 0% 100%;
transform: translateX(0%) skewX(10deg);
}
to {
transform-origin: 0% 100%;
transform: translateX(0%) skewX(0deg);
}

}

@-webkit-keyframes slideOutSkew {from {
-webkit-transform-origin: 0% 100%;
-webkit-transform: translateX(0%);
}
to {
-webkit-transform-origin: 0% 100%;
-webkit-transform: skewX(-45deg) translateX(200%);
}

}

@-moz-keyframes slideOutSkew {from {
-moz-transform-origin: 0% 100%;
-moz-transform: translateX(0%);
}
to {
-moz-transform-origin: 0% 100%;
-moz-transform: skewX(-45deg) translateX(200%);
}

}

@-ms-keyframes slideOutSkew {from {
-ms-transform-origin: 0% 100%;
-ms-transform: translateX(0%);
}
to {
-ms-transform-origin: 0% 100%;
-ms-transform: skewX(-45deg) translateX(200%);
}

}

@-o-keyframes slideOutSkew {from {
-o-transform-origin: 0% 100%;
-o-transform: translateX(0%);
}
to {
-o-transform-origin: 0% 100%;
-o-transform: skewX(-45deg) translateX(200%);
}

}

@keyframes slideOutSkew {from {
transform-origin: 0% 100%;
transform: translateX(0%);
}
to {
transform-origin: 0% 100%;
transform: skewX(-45deg) translateX(200%);
}

}

@-webkit-keyframes tumbleIn {from {
-webkit-transform-origin: 0% 100%;
-webkit-transform: rotate(-180deg);
}
to {
-webkit-transform-origin: 0% 100%;
}

}

@-moz-keyframes tumbleIn {from {
-moz-transform-origin: 0% 100%;
-moz-transform: rotate(-180deg);
}
to {
-moz-transform-origin: 0% 100%;
}

}

@-ms-keyframes tumbleIn {from {
-ms-transform-origin: 0% 100%;
-ms-transform: rotate(-180deg);
}
to {
-ms-transform-origin: 0% 100%;
}

}

@-o-keyframes tumbleIn {from {
-o-transform-origin: 0% 100%;
-o-transform: rotate(-180deg);
}
to {
-o-transform-origin: 0% 100%;
}

}

@keyframes tumbleIn {from {
transform-origin: 0% 100%;
transform: rotate(-180deg);
}
to {
transform-origin: 0% 100%;
}

}

@-webkit-keyframes tumbleOut {from {
-webkit-transform-origin: 100% 100%;
}
to {
-webkit-transform-origin: 100% 100%;
-webkit-transform: rotate(180deg);
}

}

@-moz-keyframes tumbleOut {from {
-moz-transform-origin: 100% 100%;
}
to {
-moz-transform-origin: 100% 100%;
-moz-transform: rotate(180deg);
}

}

@-ms-keyframes tumbleOut {from {
-ms-transform-origin: 100% 100%;
}
to {
-ms-transform-origin: 100% 100%;
-ms-transform: rotate(180deg);
}

}

@-o-keyframes tumbleOut {from {
-o-transform-origin: 100% 100%;
}
to {
-o-transform-origin: 100% 100%;
-o-transform: rotate(180deg);
}

}

@keyframes tumbleOut {from {
transform-origin: 100% 100%;
}
to {
transform-origin: 100% 100%;
transform: rotate(180deg);
}

}

@-webkit-keyframes expandIn {from {
-webkit-transform: scale(0, 0);
}
50% {
-webkit-transform: scale(1, 1);
}
75% {
-webkit-transform: scale(1.2, 1.2);
}
to {
-webkit-transform: scale(1, 1);
}

}

@-moz-keyframes expandIn {from {
-moz-transform: scale(0, 0);
}
50% {
-moz-transform: scale(1, 1);
}
75% {
-moz-transform: scale(1.2, 1.2);
}
to {
-moz-transform: scale(1, 1);
}

}

@-ms-keyframes expandIn {from {
-ms-transform: scale(0, 0);
}
50% {
-ms-transform: scale(1, 1);
}
75% {
-ms-transform: scale(1.2, 1.2);
}
to {
-ms-transform: scale(1, 1);
}

}

@-o-keyframes expandIn {from {
-o-transform: scale(0, 0);
}
50% {
-o-transform: scale(1, 1);
}
75% {
-o-transform: scale(1.2, 1.2);
}
to {
-o-transform: scale(1, 1);
}

}

@keyframes expandIn {from {
transform: scale(0, 0);
}
50% {
transform: scale(1, 1);
}
75% {
transform: scale(1.2, 1.2);
}
to {
transform: scale(1, 1);
}

}

@-webkit-keyframes collapseOut {to {
-webkit-transform: scale(0, 0);
}

}

@-moz-keyframes collapseOut {to {
-moz-transform: scale(0, 0);
}

}

@-ms-keyframes collapseOut {to {
-ms-transform: scale(0, 0);
}

}

@-o-keyframes collapseOut {to {
-o-transform: scale(0, 0);
}

}

@keyframes collapseOut {to {
transform: scale(0, 0);
}

}

.slideInLeft {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: slideInLeft;
-moz-animation-name: slideInLeft;
-ms-animation-name: slideInLeft;
-o-animation-name: slideInLeft;
animation-name: slideInLeft;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
-ms-animation-timing-function: ease-in-out;
-o-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}

.slideInRight {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: slideInRight;
-moz-animation-name: slideInRight;
-ms-animation-name: slideInRight;
-o-animation-name: slideInRight;
animation-name: slideInRight;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
-ms-animation-timing-function: ease-in-out;
-o-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}

.slideInTop {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: slideInTop;
-moz-animation-name: slideInTop;
-ms-animation-name: slideInTop;
-o-animation-name: slideInTop;
animation-name: slideInTop;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
-ms-animation-timing-function: ease-in-out;
-o-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}

.slideInBottom {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: slideInBottom;
-moz-animation-name: slideInBottom;
-ms-animation-name: slideInBottom;
-o-animation-name: slideInBottom;
animation-name: slideInBottom;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
-ms-animation-timing-function: ease-in-out;
-o-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}

.slideOutLeft {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: slideOutLeft;
-moz-animation-name: slideOutLeft;
-ms-animation-name: slideOutLeft;
-o-animation-name: slideOutLeft;
animation-name: slideOutLeft;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
-ms-animation-timing-function: ease-in-out;
-o-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}

.slideOutRight {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: slideOutRight;
-moz-animation-name: slideOutRight;
-ms-animation-name: slideOutRight;
-o-animation-name: slideOutRight;
animation-name: slideOutRight;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
-ms-animation-timing-function: ease-in-out;
-o-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}

.slideOutTop {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: slideOutTop;
-moz-animation-name: slideOutTop;
-ms-animation-name: slideOutTop;
-o-animation-name: slideOutTop;
animation-name: slideOutTop;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
-ms-animation-timing-function: ease-in-out;
-o-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}

.slideOutBottom {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: slideOutBottom;
-moz-animation-name: slideOutBottom;
-ms-animation-name: slideOutBottom;
-o-animation-name: slideOutBottom;
animation-name: slideOutBottom;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
-ms-animation-timing-function: ease-in-out;
-o-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}

.fadeOut {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: fadeOut;
-moz-animation-name: fadeOut;
-ms-animation-name: fadeOut;
-o-animation-name: fadeOut;
animation-name: fadeOut;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.fadeIn {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-ms-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
-ms-animation-timing-function: ease-in-out;
-o-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}

.stepOut {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: stepOut;
-moz-animation-name: stepOut;
-ms-animation-name: stepOut;
-o-animation-name: stepOut;
animation-name: stepOut;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.stepIn {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: stepIn;
-moz-animation-name: stepIn;
-ms-animation-name: stepIn;
-o-animation-name: stepIn;
animation-name: stepIn;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
-ms-animation-timing-function: ease-in-out;
-o-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}


.rotateInLeft {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: rotateInLeft;
-moz-animation-name: rotateInLeft;
-ms-animation-name: rotateInLeft;
-o-animation-name: rotateInLeft;
animation-name: rotateInLeft;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
-ms-animation-timing-function: ease-in-out;
-o-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}

.rotateOutLeft {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: rotateOutLeft;
-moz-animation-name: rotateOutLeft;
-ms-animation-name: rotateOutLeft;
-o-animation-name: rotateOutLeft;
animation-name: rotateOutLeft;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.rotateInRight {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: rotateInRight;
-moz-animation-name: rotateInRight;
-ms-animation-name: rotateInRight;
-o-animation-name: rotateInRight;
animation-name: rotateInRight;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
-ms-animation-timing-function: ease-in-out;
-o-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}

.rotateOutRight {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: rotateOutRight;
-moz-animation-name: rotateOutRight;
-ms-animation-name: rotateOutRight;
-o-animation-name: rotateOutRight;
animation-name: rotateOutRight;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.whirlIn {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: whirlIn;
-moz-animation-name: whirlIn;
-ms-animation-name: whirlIn;
-o-animation-name: whirlIn;
animation-name: whirlIn;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
-ms-animation-timing-function: ease-in-out;
-o-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}

.whirlOut {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: whirlOut;
-moz-animation-name: whirlOut;
-ms-animation-name: whirlOut;
-o-animation-name: whirlOut;
animation-name: whirlOut;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.fallFromTop {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: fallFromTop;
-moz-animation-name: fallFromTop;
-ms-animation-name: fallFromTop;
-o-animation-name: fallFromTop;
animation-name: fallFromTop;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
-ms-animation-timing-function: ease-in-out;
-o-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}

.dropToBottom {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: dropToBottom;
-moz-animation-name: dropToBottom;
-ms-animation-name: dropToBottom;
-o-animation-name: dropToBottom;
animation-name: dropToBottom;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.slideInSkew {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: slideInSkew;
-moz-animation-name: slideInSkew;
-ms-animation-name: slideInSkew;
-o-animation-name: slideInSkew;
animation-name: slideInSkew;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
-ms-animation-timing-function: ease-in-out;
-o-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}

.slideOutSkew {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: slideOutSkew;
-moz-animation-name: slideOutSkew;
-ms-animation-name: slideOutSkew;
-o-animation-name: slideOutSkew;
animation-name: slideOutSkew;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.tumbleIn {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: tumbleIn;
-moz-animation-name: tumbleIn;
-ms-animation-name: tumbleIn;
-o-animation-name: tumbleIn;
animation-name: tumbleIn;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
-ms-animation-timing-function: ease-in-out;
-o-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}

.tumbleOut {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: tumbleOut;
-moz-animation-name: tumbleOut;
-ms-animation-name: tumbleOut;
-o-animation-name: tumbleOut;
animation-name: tumbleOut;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.expandIn {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: expandIn;
-moz-animation-name: expandIn;
-ms-animation-name: expandIn;
-o-animation-name: expandIn;
animation-name: expandIn;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
-ms-animation-timing-function: ease-in-out;
-o-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}

.collapseOut {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: collapseOut;
-moz-animation-name: collapseOut;
-ms-animation-name: collapseOut;
-o-animation-name: collapseOut;
animation-name: collapseOut;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

html {
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	-o-perspective: 500px;
	-ms-perspective: 500px;
	perspective: 500px;
	
}




#onTimestacks_in_137 .onTimestacks_in_137_content{
	display: none;
}







#onTimestacks_in_137 #stacks_in_137countdown_dashboard {
	height: auto;
	padding-bottom: 0px;
	position: relative;
	margin:0 auto;
	/*margin-left:;*/
}

#onTimestacks_in_137 #stacks_in_137countdown_dashboard .cdCounter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#onTimestacks_in_137 .dash {
	width: auto;
	height: auto;
	margin-left: 0px;
	position: relative;
	padding: 0 2.100000px 20px;
	display: inline-block;
}

#onTimestacks_in_137 .dash .digit {
	
	width: auto;
	float: left;
	text-align: center;
	color: #333333;
	position: relative;
	background-color: #FCFCFC;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#DFDFDF), color-stop(0.531, #FCFCFC), to(#F1F1F1));
	background-image: -moz-linear-gradient(90deg, #DFDFDF 0%, #FCFCFC 53.1%, #F1F1F1 100%);
	border-radius: 0px;
	font-weight: bold;
	font-size: 42px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	height: 60.400002px;
	line-height: 1;
	padding: 4px 6px;

}

#onTimestacks_in_137 .dash .digit:first-of-type {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	
}

#onTimestacks_in_137 .dash .digit:last-of-type{
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#onTimestacks_in_137 .dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 6px;
	font-size: 12px;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
}

@media screen and (max-width: 480px) {
	#onTimestacks_in_137 .dash {
		padding: 0 0 20px;
	}

	#onTimestacks_in_137 .dash .digit {
		font-size: 16px;
		height: 26px;
		box-sizing: border-box;
	}

	#onTimestacks_in_137 .dash_title {
		font-size: 8px;
		letter-spacing: 0;
		right: 0;
	}
}




#stacks_in_137 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin:  20px;
	padding:  20px;
}

#stacks_in_138 {
	font-size: 60%;
}

#stacks_in_139 {
	font-size: 60%;
}

#stacks_in_140 {
	font-size: 60%;
}

#stacks_in_141 {
	font-size: 60%;
}

#stacks_in_142 {
	font-size: 60%;
}

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

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




/* Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=d8af81a1923d4f2ba59a)
 * Config saved to config.json and https://gist.github.com/d8af81a1923d4f2ba59a
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

#stacks_in_129 .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#stacks_in_129 .btn:focus,
#stacks_in_129 .btn:active:focus,
#stacks_in_129 .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#stacks_in_129 .btn:hover,
#stacks_in_129 .btn:focus {
  color: #333333;
  text-decoration: none;
}
#stacks_in_129 .btn:active,
#stacks_in_129 .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#stacks_in_129 .btn.disabled,
#stacks_in_129 .btn[disabled],
#stacks_in_129 fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_129 .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#stacks_in_129 .btn-default:hover,
#stacks_in_129 .btn-default:focus,
#stacks_in_129 .btn-default:active,
#stacks_in_129 .btn-default.active,
#stacks_in_129 .open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
#stacks_in_129 .btn-default:active,
#stacks_in_129 .btn-default.active,
#stacks_in_129 .open > .dropdown-toggle.btn-default {
  background-image: none;
}
#stacks_in_129 .btn-default.disabled,
#stacks_in_129 .btn-default[disabled],
#stacks_in_129 fieldset[disabled] .btn-default,
#stacks_in_129 .btn-default.disabled:hover,
#stacks_in_129 .btn-default[disabled]:hover,
#stacks_in_129 fieldset[disabled] .btn-default:hover,
#stacks_in_129 .btn-default.disabled:focus,
#stacks_in_129 .btn-default[disabled]:focus,
#stacks_in_129 fieldset[disabled] .btn-default:focus,
#stacks_in_129 .btn-default.disabled:active,
#stacks_in_129 .btn-default[disabled]:active,
#stacks_in_129 fieldset[disabled] .btn-default:active,
#stacks_in_129 .btn-default.disabled.active,
#stacks_in_129 .btn-default[disabled].active,
#stacks_in_129 fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
#stacks_in_129 .btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
#stacks_in_129 .btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
#stacks_in_129 .btn-primary:hover,
#stacks_in_129 .btn-primary:focus,
#stacks_in_129 .btn-primary:active,
#stacks_in_129 .btn-primary.active,
#stacks_in_129 .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
#stacks_in_129 .btn-primary:active,
#stacks_in_129 .btn-primary.active,
#stacks_in_129 .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
#stacks_in_129 .btn-primary.disabled,
#stacks_in_129 .btn-primary[disabled],
#stacks_in_129 fieldset[disabled] .btn-primary,
#stacks_in_129 .btn-primary.disabled:hover,
#stacks_in_129 .btn-primary[disabled]:hover,
#stacks_in_129 fieldset[disabled] .btn-primary:hover,
#stacks_in_129 .btn-primary.disabled:focus,
#stacks_in_129 .btn-primary[disabled]:focus,
#stacks_in_129 fieldset[disabled] .btn-primary:focus,
#stacks_in_129 .btn-primary.disabled:active,
#stacks_in_129 .btn-primary[disabled]:active,
#stacks_in_129 fieldset[disabled] .btn-primary:active,
#stacks_in_129 .btn-primary.disabled.active,
#stacks_in_129 .btn-primary[disabled].active,
#stacks_in_129 fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
#stacks_in_129 .btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
#stacks_in_129 .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
#stacks_in_129 .btn-success:hover,
#stacks_in_129 .btn-success:focus,
#stacks_in_129 .btn-success:active,
#stacks_in_129 .btn-success.active,
#stacks_in_129 .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
#stacks_in_129 .btn-success:active,
#stacks_in_129 .btn-success.active,
#stacks_in_129 .open > .dropdown-toggle.btn-success {
  background-image: none;
}
#stacks_in_129 .btn-success.disabled,
#stacks_in_129 .btn-success[disabled],
#stacks_in_129 fieldset[disabled] .btn-success,
#stacks_in_129 .btn-success.disabled:hover,
#stacks_in_129 .btn-success[disabled]:hover,
#stacks_in_129 fieldset[disabled] .btn-success:hover,
#stacks_in_129 .btn-success.disabled:focus,
#stacks_in_129 .btn-success[disabled]:focus,
#stacks_in_129 fieldset[disabled] .btn-success:focus,
#stacks_in_129 .btn-success.disabled:active,
#stacks_in_129 .btn-success[disabled]:active,
#stacks_in_129 fieldset[disabled] .btn-success:active,
#stacks_in_129 .btn-success.disabled.active,
#stacks_in_129 .btn-success[disabled].active,
#stacks_in_129 fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
#stacks_in_129 .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
#stacks_in_129 .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
#stacks_in_129 .btn-info:hover,
#stacks_in_129 .btn-info:focus,
#stacks_in_129 .btn-info:active,
#stacks_in_129 .btn-info.active,
#stacks_in_129 .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
#stacks_in_129 .btn-info:active,
#stacks_in_129 .btn-info.active,
#stacks_in_129 .open > .dropdown-toggle.btn-info {
  background-image: none;
}
#stacks_in_129 .btn-info.disabled,
#stacks_in_129 .btn-info[disabled],
#stacks_in_129 fieldset[disabled] .btn-info,
#stacks_in_129 .btn-info.disabled:hover,
#stacks_in_129 .btn-info[disabled]:hover,
#stacks_in_129 fieldset[disabled] .btn-info:hover,
#stacks_in_129 .btn-info.disabled:focus,
#stacks_in_129 .btn-info[disabled]:focus,
#stacks_in_129 fieldset[disabled] .btn-info:focus,
#stacks_in_129 .btn-info.disabled:active,
#stacks_in_129 .btn-info[disabled]:active,
#stacks_in_129 fieldset[disabled] .btn-info:active,
#stacks_in_129 .btn-info.disabled.active,
#stacks_in_129 .btn-info[disabled].active,
#stacks_in_129 fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
#stacks_in_129 .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
#stacks_in_129 .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
#stacks_in_129 .btn-warning:hover,
#stacks_in_129 .btn-warning:focus,
#stacks_in_129 .btn-warning:active,
#stacks_in_129 .btn-warning.active,
#stacks_in_129 .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
#stacks_in_129 .btn-warning:active,
#stacks_in_129 .btn-warning.active,
#stacks_in_129 .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
#stacks_in_129 .btn-warning.disabled,
#stacks_in_129 .btn-warning[disabled],
#stacks_in_129 fieldset[disabled] .btn-warning,
#stacks_in_129 .btn-warning.disabled:hover,
#stacks_in_129 .btn-warning[disabled]:hover,
#stacks_in_129 fieldset[disabled] .btn-warning:hover,
#stacks_in_129 .btn-warning.disabled:focus,
#stacks_in_129 .btn-warning[disabled]:focus,
#stacks_in_129 fieldset[disabled] .btn-warning:focus,
#stacks_in_129 .btn-warning.disabled:active,
#stacks_in_129 .btn-warning[disabled]:active,
#stacks_in_129 fieldset[disabled] .btn-warning:active,
#stacks_in_129 .btn-warning.disabled.active,
#stacks_in_129 .btn-warning[disabled].active,
#stacks_in_129 fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
#stacks_in_129 .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
#stacks_in_129 .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
#stacks_in_129 .btn-danger:hover,
#stacks_in_129 .btn-danger:focus,
#stacks_in_129 .btn-danger:active,
#stacks_in_129 .btn-danger.active,
#stacks_in_129 .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
#stacks_in_129 .btn-danger:active,
#stacks_in_129 .btn-danger.active,
#stacks_in_129 .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
#stacks_in_129 .btn-danger.disabled,
#stacks_in_129 .btn-danger[disabled],
#stacks_in_129 fieldset[disabled] .btn-danger,
#stacks_in_129 .btn-danger.disabled:hover,
#stacks_in_129 .btn-danger[disabled]:hover,
#stacks_in_129 fieldset[disabled] .btn-danger:hover,
#stacks_in_129 .btn-danger.disabled:focus,
#stacks_in_129 .btn-danger[disabled]:focus,
#stacks_in_129 fieldset[disabled] .btn-danger:focus,
#stacks_in_129 .btn-danger.disabled:active,
#stacks_in_129 .btn-danger[disabled]:active,
#stacks_in_129 fieldset[disabled] .btn-danger:active,
#stacks_in_129 .btn-danger.disabled.active,
#stacks_in_129 .btn-danger[disabled].active,
#stacks_in_129 fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
#stacks_in_129 .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
#stacks_in_129 .btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
#stacks_in_129 .btn-link,
#stacks_in_129 .btn-link:active,
#stacks_in_129 .btn-link[disabled],
#stacks_in_129 fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_129 .btn-link,
#stacks_in_129 .btn-link:hover,
#stacks_in_129 .btn-link:focus,
#stacks_in_129 .btn-link:active {
  border-color: transparent;
}
#stacks_in_129 .btn-link:hover,
#stacks_in_129 .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
#stacks_in_129 .btn-link[disabled]:hover,
#stacks_in_129 fieldset[disabled] .btn-link:hover,
#stacks_in_129 .btn-link[disabled]:focus,
#stacks_in_129 fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
#stacks_in_129 .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
#stacks_in_129 .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#stacks_in_129 .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#stacks_in_129 .btn-block {
  display: block;
  width: 100%;
}
#stacks_in_129 .btn-block + .btn-block {
  margin-top: 5px;
}
#stacks_in_129 input[type="submit"].btn-block,
#stacks_in_129 input[type="reset"].btn-block,
#stacks_in_129 input[type="button"].btn-block {
  width: 100%;
}
#stacks_in_129 .clearfix:before,
#stacks_in_129 .clearfix:after {
  content: " ";
  display: table;
}
#stacks_in_129 .clearfix:after {
  clear: both;
}
#stacks_in_129 .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#stacks_in_129 .pull-right {
  float: right !important;
}
#stacks_in_129 .pull-left {
  float: left !important;
}
#stacks_in_129 .hide {
  display: none !important;
}
#stacks_in_129 .show {
  display: block !important;
}
#stacks_in_129 .invisible {
  visibility: hidden;
}
#stacks_in_129 .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#stacks_in_129 .hidden {
  display: none !important;
  visibility: hidden !important;
}
#stacks_in_129 .affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#stacks_in_129 a.editIcon i.log-in { font-size: 26px;	}

#stacks_in_129 a.editIcon i.log-in{ color: rgba(186, 186, 186, 1.00); }
#stacks_in_129 a.editIcon i.log-in:hover{ color: rgba(69, 188, 225, 1.00); } 

#stacks_in_129 .remove{ display: none; }
#stacks_in_129 .ed-btn{ text-decoration: none; color:  !important; background-color:  !important; border-color:  !important; }

#stacks_in_129 .ed-btn:hover { background-color:  !important; border-color:  !important; }

#stacks_in_129 .ed-btn.link{background-color: none !important; background: none;}
#stacks_in_129 table td ul{padding-left: 15px;}
#stacks_in_129 span{	font-weight: normal; font-style: normal; }


/* PREVIEW */

#stacks_in_129 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  7px;
	-webkit-border-radius:  7px;
	border-radius:  7px;
	margin: 20px 20px 100px 20px;
	padding:  20px;
}

#stacks_out_129 {
	width: 600px;
}
#stacks_in_68 .hTxt{text-shadow:0px 2px 2px rgba(147, 147, 147, 0.30),2px 2px 2px rgba(162, 162, 162, 0.30),-2px 2px 2px rgba(177, 177, 177, 0.30)}


#stacks_out_68 {
	width: 600px;
}

#stacks_in_190 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}


#stacks_in_188 .editPre{
	background-color: #e6d0d0;
	padding: 2px 6px;
	border-radius: 4px;
}
#stacks_in_188 .warning{
	background-color: #e34747;
	color: #ffffff;
	padding: 3px 10px;
	border-radius: 4px;
}
#stacks_in_188 .warning h2, #stacks_in_188 .center{ text-align: center; color: #ffffff;
}
#stacks_in_188 .warning.warn-show{
	display: block;
}
#stacks_in_188 .warning.warn-hide{
	display: none;
}




 



@media screen and (max-width:667px) { 
    
    #stacks_in_188 a.paginate_button{display: none;}
    #stacks_in_188 .dataTables_wrapper .dataTables_paginate .paginate_button{padding: 0.05em 0.5em;font-size: .9em;margin: 3px 2px;}
}








#stacks_in_132 .sqlemail{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 150%;
	text-align: center;
}
#stacks_in_132{
	text-align: center;
}

#stacks_in_132 {
	background-color: rgba(0, 255, 0, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  5px;
}

#stacks_out_132 {
	width: 400px;
}


#stacks_in_194 .titleStyle {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#stacks_in_194 .fieldName{
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 150%;
	text-align: left;
}
#stacks_in_194{
	text-align: left;
}
#stacks_in_194 .date-wrap{
	float: right;
	padding: 4px;
	width: 60px;
	height: 60px;
	background-color: #ededed;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed),to(#c3c3c3));
	background-image: -webkit-linear-gradient(top, #ededed, #c3c3c3);
	background-image: -moz-linear-gradient(top, #ededed, #c3c3c3);
	background-image: -o-linear-gradient(top, #ededed, #c3c3c3);
	background-image: -ms-linear-gradient(top, #ededed, #c3c3c3);
	background-image: linear-gradient(top, #ededed, #c3c3c3);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ededed', EndColorStr='#c3c3c3');
	border:solid 1px #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#stacks_in_194 .month{
	font-size: 24px;
	color: #000000;
	text-align: center;
}
#stacks_in_194 .day{
	font-size: 14px;
	color: #000000;
	text-align: center;
	line-height: 130%;
}
#stacks_in_194 .year{
	font-size: 11px;
	color: #000000;
	text-align: center;
	line-height: 130%;
}
#stacks_out_194 {
	width: 400px;
}



#stacks_in_131 .city{
	padding-right: 0px;
}
#stacks_in_131 .state{
	padding-right: 0px;
}
#stacks_in_131 .zip{
}

#stacks_in_131 .fieldName{
	
	
}

#stacks_in_131 .addressWrapper .city, #stacks_in_131 .addressWrapper .state, #stacks_in_131 .addressWrapper .zip{
	
	line-height: 150%;
	text-align: left;
}
#stacks_in_131 .fieldName.first{
	margin-left: 0;
}
#stacks_in_131{
	text-align: left;
	
}
#stacks_in_131 .clearer{
	clear: both;
}
#stacks_in_131 .city{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#stacks_in_131 .state{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#stacks_in_131 .zip{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#stacks_in_131 .firstName{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#stacks_in_131 .surname{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px;
}

#stacks_in_131 .streetAddress{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	
}


#stacks_in_131 .klearer{
	margin-bottom: 7px;
}

#stacks_out_131 {
	width: 400px;
}
/*
 */
#stacks_in_195 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#stacks_in_195 {width: 100%; font-size: 14px;}
#stacks_in_195,#stacks_in_195 * {line-height: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
#stacks_in_195 .robotNick{display:none!important}

#stacks_in_195 label{display:none}
#stacks_in_195 label.keepIt{text-align:left;display:inline-block;width:100%;padding-left:5px}
#stacks_in_195 select{color:#aaa}.php{display:none}
#stacks_in_195 .info{color:#00529B;background-color:#BDE5F8}
#stacks_in_195 .success{color:#4F8A10;background-color:#DFF2BF}
#stacks_in_195 .warning{color:#9F6000;background-color:#FEEFB3}
#stacks_in_195 .error{color:#D8000C;background-color:#FFBABA}
#stacks_in_195 textarea{resize:vertical;}

#stacks_in_195 .submitMessage, #stacks_in_195 .errorMessage {
  background-size: 40px 40px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  transparent 75%, transparent);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  width: 100%;
  border: 1px solid;
  color: #fff !important;
  padding: 10px 15px;
  animation: animate-bg 5s linear infinite;
  -webkit-animation: animate-bg 5s linear infinite;
  -moz-animation: animate-bg 5s linear infinite;
  border-radius:3px;
  max-width: 301px;
}
#stacks_in_195 .info {
  background-color: #61b832;
  border-color: #3b8eb5;
}
#stacks_in_195 .error, #stacks_in_195 .errorMessage {
  background-color:  #DE4343;
  border-color: rgba(0,0,0,0.25);
}
#stacks_in_195 .warning {
  background-color: #eaaf51;
  border-color: #d99a36;
}
#stacks_in_195 .success {
  background-color: #61B832;
  border-color: rgba(0,0,0,0.25);
  padding: 10px 15px 5px 15px;
}
#stacks_in_195 .submitMessage h3 {
  margin: 0 0 5px 0 !important;
}
#stacks_in_195 .submitMessage p {
  margin: 0;
}
@keyframes animate-bg {
  from {
  background-position: 0 0;
  }
  to {
  background-position: -80px 0;
  }
}
@-webkit-keyframes animate-bg {
  from {
  background-position: 0 0;
  }
  to {
  background-position: -80px 0;
  }
}
@-moz-keyframes animate-bg {
  from {
  background-position: 0 0;
  }
  to {
  background-position: -80px 0;
  }
}

/* ---------------------------------------- */
#stacks_in_195 * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#stacks_in_195 a {
  text-decoration: none;
}

#stacks_in_195 .header-stacks_in_195, #stacks_in_195 form {
/*  padding: 15px 10%;*/
  padding: 15px 50px;
}

#stacks_in_195 form {
  background: #F1F1F1;
  
}
#stacks_in_195 form .note {
  display: block;
  font-size: 85%;
  color: #a2a2a2;
  margin: 0 0 5px 10px;
}
#stacks_in_195 .header-stacks_in_195 {
  background-color: #077ABC;
  color: white;
  text-align: center;
}
#stacks_in_195 .header-stacks_in_195 h1 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 10px;
}
#stacks_in_195 .header-stacks_in_195 h1 i {
  color: #055a8b;
}
#stacks_in_195 .header-stacks_in_195 h1 span {
  font-weight: 300;
}
#stacks_in_195 .header-stacks_in_195 p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: .05em;
  margin-bottom: 10px;
}
#stacks_in_195 .header-stacks_in_195 h3,
#stacks_in_195 .header-stacks_in_195 h3 a {
  color: #32CCFE;
}
#stacks_in_195 .header-stacks_in_195 h3 a,
#stacks_in_195 .header-stacks_in_195 h3 a a {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#stacks_in_195 .header-stacks_in_195 h3 a:hover,
#stacks_in_195 .header-stacks_in_195 h3 a a:hover {
  color: white;
}

#stacks_in_195 #stacks_in_195 form-group {
  margin-bottom: 20px;
}

#stacks_in_195 .heading {
  font-weight: 300;
  text-align: left;
  border-bottom: 1px solid;
  padding-bottom: 3px;
  margin-bottom: 15px;
  display: block;
}
#stacks_in_195 h1.heading {
  font-size: 20px;
}
#stacks_in_195 h2.heading {
  font-size: 18px;
}
#stacks_in_195 h3.heading {
  font-size: 18px;
  border-bottom: 0px solid;
}
#stacks_in_195 h4.heading {
  font-size: 16px;
  border-bottom: 0px solid;
}
#stacks_in_195 em.heading {
  font-weight: 300;
  border: 0px solid;
  margin: 0;
  padding: 0;
}
#stacks_in_195 strong.heading {
  font-weight: bold;
  border: 0px solid;
  margin: 0;
  padding: 0;
  padding-bottom: 3px;
  margin-bottom: 15px;
}
#stacks_in_195 span.heading {
  font-weight: 300;
  border: 0px solid;
  margin: 0;
  padding: 0;
  padding-bottom: 3px;
  margin-bottom: 15px;
}

#stacks_in_195 .controls {
  text-align: left;
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  max-width: 301px;
}
#stacks_in_195 .controls .fileUpload {
  position: relative;
  overflow: hidden;
  padding: 12px;
  border: 1px solid #c6c6c6;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 300;
  background-color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #1F7DC1;
  border: none;
  color: #fff;
  padding: 0px 0;
  line-height: 44px;
  width: 96px;
  vertical-align: bottom;
  margin: 0;
  box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
#stacks_in_195 .controls .fileUpload:active {
  box-shadow: 0 0 0 2000px rgba(0,0,0,0.22) inset;
}
#stacks_in_195 .controls .fileUpload input.upload {
  position: absolute;
  height: 44px;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
#stacks_in_195 input.upload.hasError {
  border-color: red;
  opacity: 1 !important;
}
#stacks_in_195 .controls input[type="text"],
#stacks_in_195 .controls input[type="email"],
#stacks_in_195 .controls input[type="tel"],
#stacks_in_195 .controls input[type="url"],
#stacks_in_195 .controls input[type="date"],
#stacks_in_195 .controls input[type="number"],
#stacks_in_195 .controls input[disabled="disabled"],
#stacks_in_195 .controls input[readonly],
#stacks_in_195 .controls textarea,
#stacks_in_195 .controls > button,
#stacks_in_195 .controls select {
  padding: 12px;
  font-size: 14px;
  border: 1px solid #999999;
  max-width: 301px;
  width: 100%;
  margin-bottom: 0px;
  color: #1DB09F;
  font-size: 16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  background-color: #F1F1F1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  height: auto;
}
#stacks_in_195 .controls select {
  line-height: 22px;
  padding: 10px 12px;
}
#stacks_in_195 .controls input:-webkit-autofill,
#stacks_in_195 .controls textarea:-webkit-autofill,
#stacks_in_195 .controls select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #F1F1F1 inset;
  color: #888888 !important;
}
#stacks_in_195 .controls input:disabled {
  color: #888888 !important;
}
#stacks_in_195 .controls input[disabled="disabled"] {
  width: 201px;
  opacity: 1;
}

#stacks_in_195 .controls input[type="text"].hasError,
#stacks_in_195 .controls input[type="email"].hasError,
#stacks_in_195 .controls input[type="tel"].hasError,
#stacks_in_195 .controls input[type="url"].hasError,
#stacks_in_195 .controls input[type="date"].hasError,
#stacks_in_195 .controls input[type="number"].hasError,
#stacks_in_195 .controls textarea.hasError,
#stacks_in_195 .controls button.hasError,
#stacks_in_195 .controls select.hasError {
  border-color: red;
}
#stacks_in_195 .controls textarea {
  margin-bottom: 2px;
  white-space: pre-line;
  padding-top: 12px;
}
#stacks_in_195 .controls input[type="text"]:focus,#stacks_in_195 .controls input[type="text"]:hover,
#stacks_in_195 .controls input[type="email"]:focus,
#stacks_in_195 .controls input[type="email"]:hover,
#stacks_in_195 .controls input[type="tel"]:focus,
#stacks_in_195 .controls input[type="tel"]:hover,
#stacks_in_195 .controls textarea:focus,
#stacks_in_195 .controls textarea:hover,
#stacks_in_195 .controls button:focus,
#stacks_in_195 .controls button:hover,
#stacks_in_195 .controls select:focus,
#stacks_in_195 .controls select:hover {
  outline: none;
  border-color: #999999;
}
#stacks_in_195 .controls input[type="text"]:focus + label, #stacks_in_195 .controls input[type="text"]:hover + label,
#stacks_in_195 .controls input[type="email"]:focus + label,
#stacks_in_195 .controls input[type="email"]:hover + label,
#stacks_in_195 .controls input[type="tel"]:focus + label,
#stacks_in_195 .controls input[type="tel"]:hover + label,
#stacks_in_195 .controls textarea:focus + label,
#stacks_in_195 .controls textarea:hover + label,
#stacks_in_195 .controls button:focus + label,
#stacks_in_195 .controls button:hover + label,
#stacks_in_195 .controls select:focus + label,
#stacks_in_195 .controls select:hover + label {
  color: #888888;
  cursor: text;
}
#stacks_in_195 .controls .dateIcon {
  position: absolute;
  right: 10px;
  top: 14px;
  fill: #888888;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
#stacks_in_195 .controls select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
#stacks_in_195 div[type="stacks-pin"] {
 display: none;
}
#stacks_in_195 .controls label {
  position: absolute;
  left: 8px;
  top: 12px;
  color: #888888;
  border-radius: 3px;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  padding: 0px 10px 0px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0);
  -moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
  -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
  -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
  transition: color 0.3s, top 0.3s, background-color 0.8s;
/*  white-space: nowrap;*/
}
#stacks_in_195 .controls .dummyLabel {
  color: #888888;
}
#stacks_in_195 .controls label.active {
  top: -11px;
  color: #888888;
  background-color: #F1F1F1;
}
#stacks_in_195 .controls textarea {
  resize: none;
  height: 200px;
}
#stacks_in_195 .controls > button {
  cursor: pointer;
  background-color: #1F7DC1;
  border: none;
  color: #fff;
  padding: 12px 0;
}
#stacks_in_195 .controls > button:hover {
  background-color: #1F7DC1;
}

#stacks_in_195 .controls input[type=checkbox] {
  position: relative;
  left: 0px;
  width: 22px;
  height: 22px;
  margin: 4px 0px;
}
#stacks_in_195 .controls input[type=checkbox]:after {
  cursor: pointer;
  content: " ";
  background-color: #F1F1F1;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #999999;
  line-height: 20px;
  text-align: center;
  position: relative;
  left: 0px;
}
#stacks_in_195 .controls input[type=checkbox]:checked:after {
  content: "\2714";
  color: #1DB09F;
}



















#stacks_in_195 .label {
  display: inline;
  padding: 12px;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  position: absolute;
  left: -40px;
  background: inherit;
}
#stacks_in_195 form > span {
  display: inline-block;
  max-width: 301px;
  line-height: 1.1;
  vertical-align: middle;
  font-size: 90%;
  white-space: normal;
}
#stacks_in_195 form .help i {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  line-height: 16px;
  font-size: 16px;
  padding-top: 1px;
  text-align: center;
  color: #a2a2a2;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.3);
  background: #f7f7f6 -moz-linear-gradient(#ffffff, #ededec);
  background: #f7f7f6 -webkit-linear-gradient(#ffffff, #ededec);
  background: #f7f7f6 linear-gradient(#ffffff, #ededec);
  cursor: default;
  font-style: normal;
}
#stacks_in_195 form .help i:hover {
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border-color: #585854;
  background: #585854 -moz-linear-gradient(#6d6d67, #60605b);
  background: #585854 -webkit-linear-gradient(#6d6d67, #60605b);
  background: #585854 linear-gradient(#6d6d67, #60605b);
}
#stacks_in_195 form .help i:after {
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=97);
  opacity: 0.97;
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0 9px 8px 9px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #6d6d67;
  position: absolute;
  bottom: -11px;
  left: -2px;
  z-index: 2;
}
#stacks_in_195 form .help > span {
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=97);
  opacity: 0.97;
  position: absolute;
  left: 5px;
  top: 40px;
  z-index: 1;
  width: 160px;
  padding: 7px 10px 9px 10px;
  margin: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: -moz-linear-gradient(#6d6d67, #585854 20%);
  background: -webkit-linear-gradient(#6d6d67, #585854 20%);
  background: linear-gradient(#6d6d67, #585854 20%);
  /* general */
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF585854', endColorstr='#FF585854');
  /* IE */
  background-color: #585854;
  /* fallback */
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF6D6D67', endColorstr='#FF585854');
  color: white;
  border-color: #585854;
  text-align: left;
  line-height: 1.2;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#stacks_in_195 form .help i:hover:after {
  display: block;
}
#stacks_in_195 form .help i:hover ~ span {
  display: block;
  white-space: normal;
}
#stacks_in_195 form .note {
  display: block;
  font-size: 85%;
  color: #888888;
  margin: 5px 0 0 5px;
  max-width: 260px;
}

#stacks_in_195 form .hint,
#stacks_in_195 form .message {
  position: relative;
  left: 0;
  color: #6f6f6f;
  padding: 9px 10px 7px 10px;
  margin-left: 10px;
  background: -moz-linear-gradient(#ffffff, #f7f7f6 30%);
  background: -webkit-linear-gradient(#ffffff, #f7f7f6 30%);
  background: linear-gradient(#ffffff, #f7f7f6 30%);
  /* general */
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF7F7F6', endColorstr='#FFF7F7F6');
  /* IE */
  background-color: #f7f7f6;
  /* fallback */
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF7F7F6');
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.3);
  vertical-align: top;
}

#stacks_in_195 form .hint:before, #stacks_in_195 form .hint:after,
#stacks_in_195 form .message:before,
#stacks_in_195 form .message:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: rgba(255, 255, 255, 0) #f7f7f6 rgba(255, 255, 255, 0);
  position: absolute;
  top: 14px;
  left: -8px;
  margin-top: -8px;
  z-index: 2;
}
#stacks_in_195 form .hint:after,
#stacks_in_195 form .message:after {
  border-right-color: rgba(0,0,0,0.3);
  left: -9px;
  z-index: 1;
}
#stacks_in_195 form .hint {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 320px;
}
#stacks_in_195 form .hint.always_visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: relative;
  left: 0;
}
#stacks_in_195 form .message ~ .hint {
  display: none;
}
#stacks_in_195 form .controls input:focus ~ .hint,
#stacks_in_195 form .controls select:focus ~ .hint,
#stacks_in_195 form .controls textarea:focus ~ .hint{
  -moz-transition: all 0.29s ease;
  -o-transition: all 0.29s ease;
  -webkit-transition: all 0.29s ease;
  transition: all 0.29s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  left: 100%;
  width: 100%;
}
#stacks_in_195 form .controls input:focus ~ .hint.always_visible,
#stacks_in_195 form .controls select:focus ~ .hint.always_visible,
#stacks_in_195 form .controls textarea:focus ~ .hint.always_visible {
  left: 0;
}
#stacks_in_195 form .success .message,
#stacks_in_195 form .warning .message,
#stacks_in_195 form .error .message {
  padding-left: 29px;
  max-width: 261px;
}
#stacks_in_195 form .success .message {
  background: #f7f7f6 url(http://convergeui.jaromircoufal.cz/success_icon.png) no-repeat 8px 6px;
  background: url(http://convergeui.jaromircoufal.cz/success_icon.png) no-repeat 8px 6px, -moz-linear-gradient(#ffffff, #f7f7f6 30%);
  background: url(http://convergeui.jaromircoufal.cz/success_icon.png) no-repeat 8px 6px, -webkit-linear-gradient(#ffffff, #f7f7f6 30%);
  background: url(http://convergeui.jaromircoufal.cz/success_icon.png) no-repeat 8px 6px, linear-gradient(#ffffff, #f7f7f6 30%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#00FFFFFF');
}
#stacks_in_195 form .warning .message {
  background: #f7f7f6 url(http://convergeui.jaromircoufal.cz/warning_icon.png) no-repeat 7px 6px;
  background: url(http://convergeui.jaromircoufal.cz/warning_icon.png) no-repeat 7px 6px, -moz-linear-gradient(#ffffff, #f7f7f6 30%);
  background: url(http://convergeui.jaromircoufal.cz/warning_icon.png) no-repeat 7px 6px, -webkit-linear-gradient(#ffffff, #f7f7f6 30%);
  background: url(http://convergeui.jaromircoufal.cz/warning_icon.png) no-repeat 7px 6px, linear-gradient(#ffffff, #f7f7f6 30%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#00FFFFFF');
}
#stacks_in_195 form .error .message {
  background: #f7f7f6 url(http://convergeui.jaromircoufal.cz/error_icon.png) no-repeat 7px 6px;
  background: url(http://convergeui.jaromircoufal.cz/error_icon.png) no-repeat 7px 6px, -moz-linear-gradient(#ffffff, #f7f7f6 30%);
  background: url(http://convergeui.jaromircoufal.cz/error_icon.png) no-repeat 7px 6px, -webkit-linear-gradient(#ffffff, #f7f7f6 30%);
  background: url(http://convergeui.jaromircoufal.cz/error_icon.png) no-repeat 7px 6px, linear-gradient(#ffffff, #f7f7f6 30%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#00FFFFFF');
}
#stacks_in_195 .captchaImage {
  vertical-align: middle;
  border-radius: 3px;
  width: 50px;
  height: 24px;
  text-align: center;
  float: right;
  box-sizing: content-box;
  border-width: 10px 0px;
}
#stacks_in_195 .controls input[type="text"].captchaSize {
  max-width: 225px;
}
/*
=======================================
NARROW MODE
=======================================
*/



/*
=======================================
RESPONSIVE
=======================================
*/
#stacks_in_195 form.labels_top .label {
  float: none;
  text-align: left;
  display: inline-block;
  width: auto;
}
#stacks_in_195 form.labels_top .label label {
  padding: 0 8px 0 0;
  line-height: 1.8;
}
#stacks_in_195 form.labels_top .label.help i {
/*
  position: absolute;
  right: -13px;
  top: 2px;
*/
}
#stacks_in_195 form.labels_top .label.help > span {
  left: 60%;
  top: 27px;
}
#stacks_in_195 form.labels_top .value {
  padding-top: 2px;
}
#stacks_in_195 form.labels_top .required label:after {
  right: 0;
  top: 0;
}
#stacks_in_195 form.labels_top .required label.help i {
  right: -19px;
}
/*
#stacks_in_195 form.labels_top .input {
  margin: 0 0 5px 0;
}
*/

#stacks_in_195 form.messages_bottom .note {
  display: block;
  padding: 10px 10px 6px 10px;
  margin: 0;
  border: 1px solid rgba(0,0,0,0.3);
  border-top-width: 0;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
  position: relative;
  top: -10px;
}
#stacks_in_195 form.messages_bottom .hint ~ .note,
#stacks_in_195 form.messages_bottom .message ~ .note {
  top: -4px;
  padding-top: 7px;
  border-top-width: 1px;
}
#stacks_in_195 form.messages_bottom .message ~ .hint {
  display: none;
}
#stacks_in_195 form.messages_bottom .hint,
#stacks_in_195 form.messages_bottom .message {
  display: block;
  position: relative;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  margin: 3px 0 0 0;
}
#stacks_in_195 form.messages_bottom .hint:before, #stacks_in_195 form.messages_bottom .hint:after,
#stacks_in_195 form.messages_bottom .message:before,
#stacks_in_195 form.messages_bottom .message:after {
  border-width: 0 8px 8px 8px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) white;
  top: 0;
  left: auto;
  right: 20px;
}
#stacks_in_195 form.messages_bottom .hint:after,
#stacks_in_195 form.messages_bottom .message:after {
  top: -1px;
  left: auto;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(0,0,0,0.3);
}
#stacks_in_195 form.messages_bottom .hint:hover,
#stacks_in_195 form.messages_bottom .message:hover {
  left: 0;
}
#stacks_in_195 form.messages_bottom .controls input:focus ~ .hint,
#stacks_in_195 form.messages_bottom .controls select:focus ~ .hint,
#stacks_in_195 form.messages_bottom .controls textarea:focus ~ .hint {
  left: 0;
}
#stacks_in_195 form.messages_bottom .success .message,
#stacks_in_195 form.messages_bottom .warning .message,
#stacks_in_195 form.messages_bottom .error .message {
  display: block;
  margin: 3px 0 0 0;
}
#stacks_in_195 form.messages_bottom .success .message ~ .hint,
#stacks_in_195 form.messages_bottom .warning .message ~ .hint,
#stacks_in_195 form.messages_bottom .error .message ~ .hint {
  margin: 0;
  position: relative;
  top: -2px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
}
#stacks_in_195 form.messages_bottom .success .message ~ .hint:before, #stacks_in_195 form.messages_bottom .success .message ~ .hint:after,
#stacks_in_195 form.messages_bottom .warning .message ~ .hint:before,
#stacks_in_195 form.messages_bottom .warning .message ~ .hint:after,
#stacks_in_195 form.messages_bottom .error .message ~ .hint:before,
#stacks_in_195 form.messages_bottom .error .message ~ .hint:after {
  display: none;
}

@media screen and (max-width: 1024px) {
  #stacks_in_195 form .label {
  float: none;
  text-align: left;
  display: inline-block;
  width: auto;
  }
  #stacks_in_195 form .label label {
  padding: 0 8px 0 0;
  line-height: 1.8;
  }
  #stacks_in_195 form .label.help i {
/*
  position: absolute;
  right: -13px;
  top: 2px;
*/
  }
  #stacks_in_195 form .label.help > span {
  left: 60%;
  top: 27px;
  }
  #stacks_in_195 form .value {
  padding-top: 2px;
  }
  #stacks_in_195 form .required label:after {
  right: 0;
  top: 0;
  }
  #stacks_in_195 form .required label.help i {
/*    right: -19px;*/
  }
/*
  #stacks_in_195 form .input {
  margin: 0 0 5px 0;
  }
*/
}
/*
=======================================
768px MEDIA QUERY
=======================================
*/

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




  #stacks_in_195 form .label {
  float: none;
  text-align: left;
  display: inline-block;
  width: auto;
  }
  #stacks_in_195 form .label label {
  padding: 0 8px 0 0;
  line-height: 1.8;
  }
  #stacks_in_195 form .label.help i {
/*
  position: absolute;
  right: -13px;
  top: 2px;
*/
  }
  #stacks_in_195 form .label.help > span {
  left: 60%;
  top: 27px;
  }
  #stacks_in_195 form .value {
  padding-top: 2px;
  }
  #stacks_in_195 form .required label:after {
  right: 0;
  top: 0;
  }
  #stacks_in_195 form .required label.help i {
/*    right: -19px;*/
  }
/*
  #stacks_in_195 form .input {
  margin: 0 0 5px 0;
  }
*/
  #stacks_in_195 form .note {
  display: block;
  padding: 10px 10px 6px 10px;
  margin: 0;
  border: 1px solid rgba(0,0,0,0.3);
  border-top-width: 0;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
  position: relative;
  max-width: 301px;
  }
  #stacks_in_195 form .hint ~ .note,
  #stacks_in_195 form .message ~ .note {
  top: -4px;
  padding-top: 7px;
  border-top-width: 1px;
  }
  #stacks_in_195 form .message ~ .hint {
  display: none;
  }
  #stacks_in_195 form .hint,
  #stacks_in_195 form .message {
  display: block;
  position: relative;
  left: 0;
  max-width: 301px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  margin: 3px 0 0 0;
  }
  #stacks_in_195 form .hint:before, #stacks_in_195 form .hint:after,
  #stacks_in_195 form .message:before,
  #stacks_in_195 form .message:after {
  border-width: 0 8px 8px 8px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) white;
  top: 0;
  left: auto;
  right: 20px;
  }
  #stacks_in_195 form .hint:after,
  #stacks_in_195 form .message:after {
  top: -1px;
  left: auto;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(0,0,0,0.3);
  }
  #stacks_in_195 form .hint:hover,
  #stacks_in_195 form .message:hover {
  left: 0;
  }
  #stacks_in_195 form .controls input:focus ~ .hint,
  #stacks_in_195 form .controls select:focus ~ .hint,
  #stacks_in_195 form .controls textarea:focus ~ .hint {
  left: 0;
  }
  #stacks_in_195 form .success .message,
  #stacks_in_195 form .warning .message,
  #stacks_in_195 form .error .message {
  display: block;
  margin: 3px 0 0 0;
  }
  #stacks_in_195 form .success .message ~ .hint,
  #stacks_in_195 form .warning .message ~ .hint,
  #stacks_in_195 form .error .message ~ .hint {
  margin: 0;
  position: relative;
  top: -2px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
  }
  #stacks_in_195 form .success .message ~ .hint:before, #stacks_in_195 form .success .message ~ .hint:after,
  #stacks_in_195 form .warning .message ~ .hint:before,
  #stacks_in_195 form .warning .message ~ .hint:after,
  #stacks_in_195 form .error .message ~ .hint:before,
  #stacks_in_195 form .error .message ~ .hint:after {
  display: none;
  }
  #stacks_in_195 .controls .fileUpload {
    position: absolute;
    right: 0px;
    width: 100px;
    top: 0px;
  }
  #stacks_in_195 .controls input[disabled="disabled"] {
    width: 100%;
  }
  #stacks_in_195 .captchaImage {
    margin: 0 auto;
    display: block;
/*    width: 100px;*/
    height: auto;
  }
  #stacks_in_195 .controls {
    max-width: 301px;
  }
  #stacks_in_195 form .label.help > span {
    left: 10px;
    top: 41px;
  }
  #stacks_in_195 .controls input[type="text"].captchaSize {
    max-width: 100%;
  }
  #stacks_in_195 .captchaImage {
    width: 50px;
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 0px;
  }
}
/*
=======================================
EXTRA NARROW MODE
=======================================
*/



/*
=======================================
CUSTOM FIT MODE
=======================================
*/



/*
=======================================
Autoreply
=======================================
*/
  #stacks_in_195 .autoreply {
  border-radius: 4px;
  background: #1656a5;
  padding: 5px;
}
  #stacks_in_195 .autoreply h5 {
  color: #999;
  margin: 10px 0px 5px 0px;
  padding: 0px;
  font-size: 20px;
  line-height: 22px;
}
  #stacks_in_195 .autoreply .title {
  color: #f1f1f1;
  font-size: 22px;
  line-height: 24px;
  display: block;
  padding: 15px;
  box-sizing: border-box;
}
  #stacks_in_195 .autoreply .content {
  padding: 20px;
  display: block;
  background: #f1f1f1;
}

  #stacks_in_195 .autoreply {display: none;}






  #stacks_in_195 .bootstrap-datetimepicker-widget table td span {
  line-height: 54px !important;
}
  #stacks_in_195 .bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5em !important;
}
  #stacks_in_195 .bootstrap-datetimepicker-widget table td.active {
  color: #fff !important;
}
  #stacks_in_195 .hideSlice {
   display: none !important;
  }
/*
=======================================
Customization / More Styles / Advanced Styles
=======================================
*/

  #stacks_in_195 {
    font-family: 'Helvetica Neue';
    font-weight: 300;
  }
  #stacks_in_195 .controls input[type="text"], #stacks_in_195 .controls input[type="email"], #stacks_in_195 .controls input[type="tel"], #stacks_in_195 .controls input[type="url"], #stacks_in_195 .controls input[type="date"], #stacks_in_195 .controls input[type="number"], #stacks_in_195 .controls input[disabled="disabled"], #stacks_in_195 .controls input[readonly], #stacks_in_195 .controls textarea, #stacks_in_195 .controls > button, #stacks_in_195 .controls select {
    padding: 13.000000px 12px;
    font-size: 14px;
/*    height: 40px;*/
/*    line-height: 40px;*/
    line-height: 22px;
    border-radius: 2px;
    border-width: 1px;
    font-family: 'Helvetica Neue';
    font-weight: 300;
  }
  #stacks_in_195 .controls .fileUpload {
    height: 50px;
    line-height: 50px;
    border-radius: 2px;
    font-family: 'Helvetica Neue';
    font-weight: 300;
  }
  #stacks_in_195 .heading {
    font-family: 'Helvetica Neue';
  }
  #stacks_in_195 .captchaImage,
  #stacks_in_195 .dummyCaptcha{
    border-radius: 2px;
    border-width: 9.000000px 0px 9.000000px 0px;
  }
  #stacks_in_195 .controls {
    margin-bottom: 15px;
  }
  #stacks_in_195 .controls label {
    top: 14.000000px;
    left: 10px;
    font-size: 14px;
    font-weight: 300;
    /* line-height: 14px; */
    line-height: 22px;
    /* padding-bottom: 1px; */
/*    border-radius: 2px;*/
  }
  #stacks_in_195 .controls label.active {
    top: -%( 7.000000 - %( 1 )% )%px;
  }
  #stacks_in_195 h2.heading {
    font-size: 16px;
  }
  #stacks_in_195 .controls .dateIcon {
    right: 13px;
    top: 16.000000px;
    fill: #888888;
    width: 14px;
    height: 14px;
  }

/*
=======================================
IE tweaks
=======================================
*/
.ie8 #stacks_in_195 form .help i:hover:after {
  display: none;
}
.ie8 #stacks_in_195 form .help > span {
  top: 25px;
}
.ie8 #stacks_in_195 form.labels_top .help > span {
  top: 20px;
}
.ie8 #stacks_in_195 form .hint:before, .ie8 #stacks_in_195 form .hint:after,
.ie8 #stacks_in_195 form .message:before,
.ie8 #stacks_in_195 form .message:after {
  display: none;
}
.ie8 #stacks_in_195 form .hint {
  display: none;
}
.ie8 #stacks_in_195 form .hint.always_visible {
  display: inline-block;
}
.ie8 #stacks_in_195 form .controls input:focus ~ .hint,
.ie8 #stacks_in_195 form .controls select:focus ~ .hint,
.ie8 #stacks_in_195 form .controls textarea:focus ~ .hint {
  display: block;
}
.ie8 #stacks_in_195 form .controls input:focus ~ .hint.always_visible,
.ie8 #stacks_in_195 form .controls select:focus ~ .hint.always_visible,
.ie8 #stacks_in_195 form .controls textarea:focus ~ .hint.always_visible {
  display: inline-block;
}
  /*!
  * Datepicker for Bootstrap
  *
  * Copyright 2012 Stefan Petre
  * Licensed under the Apache License v2.0
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-datetimepicker-widget{top:0;left:0;width:250px;padding:4px;margin-top:1px;z-index:3000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.bootstrap-datetimepicker-widget:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute;top:-7px;left:6px}.bootstrap-datetimepicker-widget:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:7px}.bootstrap-datetimepicker-widget.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget>ul{list-style-type:none;margin:0}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:100%;font-weight:bold;font-size:1.2em}.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator{width:4px;padding:0;margin:0}.bootstrap-datetimepicker-widget .datepicker>div{display:none}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget td,.bootstrap-datetimepicker-widget th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,.bootstrap-datetimepicker-widget td.minute:hover,.bootstrap-datetimepicker-widget td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget td.old,.bootstrap-datetimepicker-widget td.new{color:#999}.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active:hover{color:#fff;background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#04c;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget td.active:hover,.bootstrap-datetimepicker-widget td.active:hover:hover,.bootstrap-datetimepicker-widget td.active:active,.bootstrap-datetimepicker-widget td.active:hover:active,.bootstrap-datetimepicker-widget td.active.active,.bootstrap-datetimepicker-widget td.active:hover.active,.bootstrap-datetimepicker-widget td.active.disabled,.bootstrap-datetimepicker-widget td.active:hover.disabled,.bootstrap-datetimepicker-widget td.active[disabled],.bootstrap-datetimepicker-widget td.active:hover[disabled]{color:#fff;background-color:#04c;*background-color:#003bb3}.bootstrap-datetimepicker-widget td.active:active,.bootstrap-datetimepicker-widget td.active:hover:active,.bootstrap-datetimepicker-widget td.active.active,.bootstrap-datetimepicker-widget td.active:hover.active{background-color:#039 \9}.bootstrap-datetimepicker-widget td.disabled,.bootstrap-datetimepicker-widget td.disabled:hover{background:0;color:#999;cursor:not-allowed}.bootstrap-datetimepicker-widget td span{display:block;width:47px;height:54px;line-height:54px;float:left;margin:2px;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.bootstrap-datetimepicker-widget td span:hover{background:#eee}.bootstrap-datetimepicker-widget td span.active{color:#fff;background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#04c;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget td span.active:hover,.bootstrap-datetimepicker-widget td span.active:active,.bootstrap-datetimepicker-widget td span.active.active,.bootstrap-datetimepicker-widget td span.active.disabled,.bootstrap-datetimepicker-widget td span.active[disabled]{color:#fff;background-color:#04c;*background-color:#003bb3}.bootstrap-datetimepicker-widget td span.active:active,.bootstrap-datetimepicker-widget td span.active.active{background-color:#039 \9}.bootstrap-datetimepicker-widget td span.old{color:#999}.bootstrap-datetimepicker-widget td span.disabled,.bootstrap-datetimepicker-widget td span.disabled:hover{background:0;color:#999;cursor:not-allowed}.bootstrap-datetimepicker-widget th.switch{width:145px}.bootstrap-datetimepicker-widget th.next,.bootstrap-datetimepicker-widget th.prev{font-size:21px}.bootstrap-datetimepicker-widget th.disabled,.bootstrap-datetimepicker-widget th.disabled:hover{background:0;color:#999;cursor:not-allowed}.bootstrap-datetimepicker-widget thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget thead tr:first-child th:hover{background:#eee}.input-append.date .add-on i,.input-prepend.date .add-on i{display:block;cursor:pointer;width:16px;height:16px}.bootstrap-datetimepicker-widget.left-oriented:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.left-oriented:after{left:auto;right:7px}
  #stacks_in_195 .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  #stacks_in_195 table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
  }
  #stacks_in_195 .collapse.in {
    height: auto;
  }
  #stacks_in_195 .collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  #stacks_in_195 .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    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;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  #stacks_in_195 .hiddenFormSubmit {
    display: none;
  }

#stacks_in_222 {
	margin:  10px;
}
/*
 * Super Forms - Title
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.0
 */
#stacks_in_212 .heading {
  color: #BD001A;
  border-color: #BD001A;
}
#stacks_in_242>.s3_row {
	margin: 0 -6px;
}

#stacks_in_242>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_242>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_242>.s3_row>.s3_column {
	padding: 0 6px;
}










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



}



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


	#stacks_in_242>.s3_row  {
		margin: -6px 0;
	}
	#stacks_in_242>.s3_row>.s3_column {
		padding: 6px 0;
		width:100%;
	}


}






#stacks_in_242 {
	margin: 10px 10px 0px 10px;
}
/*
 * Super Forms - Input
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.0
 */
#stacks_in_215 {
  overflow: visible;
  display: inline-block;
  width: 100%;
}



#stacks_in_215 .controls.hidden {
  display: none;
}
#stacks_in_215 .controls.hidden.field-number {
  display: block;
  opacity: .8;
}


#stacks_in_215 {
	padding: 8px 0px 0px 0px;
}
/*
 * Super Forms - Input
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.0
 */
#stacks_in_213 {
  overflow: visible;
  display: inline-block;
  width: 100%;
}



#stacks_in_213 .controls.hidden {
  display: none;
}
#stacks_in_213 .controls.hidden.field-number {
  display: block;
  opacity: .8;
}


#stacks_in_213 {
	padding: 8px 0px 0px 0px;
}
#stacks_in_245>.s3_row {
	margin: 0 -6px;
}

#stacks_in_245>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_245>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_245>.s3_row>.s3_column {
	padding: 0 6px;
}










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



}



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


	#stacks_in_245>.s3_row  {
		margin: -6px 0;
	}
	#stacks_in_245>.s3_row>.s3_column {
		padding: 6px 0;
		width:100%;
	}


}






#stacks_in_245 {
	margin: 0px 10px 0px 10px;
}
/*
 * Super Forms - Email
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.0
 */
#stacks_in_206 {
  overflow: visible;
  display: inline-block;
  width: 100%;
}



#stacks_in_206 {
	padding: 8px 0px 0px 0px;
}
/*
 * Super Forms - Input
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.0
 */
#stacks_in_220 {
  overflow: visible;
  display: inline-block;
  width: 100%;
}



#stacks_in_220 .controls.hidden {
  display: none;
}
#stacks_in_220 .controls.hidden.field-number {
  display: block;
  opacity: .8;
}


#stacks_in_220 {
	padding: 8px 0px 0px 0px;
}
#stacks_in_248>.s3_row {
	margin: 0 -6px;
}

#stacks_in_248>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_248>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_248>.s3_row>.s3_column {
	padding: 0 6px;
}










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



}



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


	#stacks_in_248>.s3_row  {
		margin: -6px 0;
	}
	#stacks_in_248>.s3_row>.s3_column {
		padding: 6px 0;
		width:100%;
	}


}






#stacks_in_248 {
	margin: 0px 10px 0px 10px;
}
/*
 * Super Forms - Input
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.0
 */
#stacks_in_240 {
  overflow: visible;
  display: inline-block;
  width: 100%;
}
#stacks_in_240 .controls label {
/*
  position: relative;
  top: 0px;
  padding: 0;
  left: 0px;
  margin-right: 10px;
*/
}



#stacks_in_240 {
	padding: 8px 0px 0px 0px;
}
/*
 * Super Forms - Input
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.0
 */
#stacks_in_202 {
  overflow: visible;
  display: inline-block;
  width: 100%;
}
#stacks_in_202 .controls label {
/*
  position: relative;
  top: 0px;
  padding: 0;
  left: 0px;
  margin-right: 10px;
*/
}



#stacks_in_202 {
	padding: 8px 0px 0px 0px;
}
/*
 * Super Forms - Input
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.0
 */
#stacks_in_251 {
  overflow: visible;
  display: inline-block;
  width: 100%;
}
#stacks_in_251 .controls label {
/*
  position: relative;
  top: 0px;
  padding: 0;
  left: 0px;
  margin-right: 10px;
*/
}



#stacks_in_251 {
	padding: 8px 0px 0px 0px;
}
/*
 * Super Forms - Checkbox
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.0
 */
#stacks_in_236 {
  overflow: visible;
  display: inline-block;
  width: 100%;
}
#stacks_in_236 .controls label {
  top: 3px;
  margin: 0 0 0 10px;
}
#stacks_in_236 .controls .note {
  margin-top: 10px;
}
#stacks_in_236 .controls .help.label {
  top: -11px;
}
#stacks_in_236 .controls input.hasError:after {
  border: 1px solid red;
}


#stacks_in_236 {
	padding: 8px 0px 0px 0px;
}
/*
 * Super Forms - Textarea
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.3
 */
#stacks_in_210 {
  overflow: visible;
  display: inline-block;
  width: 100%;
}



#stacks_in_210 {
	padding: 8px 0px 0px 0px;
}
/*
 * Verson: 1.5.0.2
Adds locale setting for spanish
adds locale setting for german
 */
#stacks_in_208 {
  overflow: visible;
  display: inline-block;
  width: 100%;
}
#stacks_in_208 .bootstrap-datetimepicker-widget table td, #stacks_in_208 .bootstrap-datetimepicker-widget table th {
  color: #777;
}
#stacks_in_208 .bootstrap-datetimepicker-widget table td.old, #stacks_in_208 .bootstrap-datetimepicker-widget table td.new {
  color: #aaa;
}

/*!
* Datetimepicker for Bootstrap 3
* ! version : 4.7.14
* https://github.com/Eonasdan/bootstrap-datetimepicker/
*/
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
  width: 260px;
  box-sizing: border-box;
}
#stacks_in_208 .collapsing {
  opacity: 0;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  padding: 10px !important;

}
.bootstrap-datetimepicker-widget .day {
  line-height: 20px !important;
}
.bootstrap-datetimepicker-widget .picker-switch {
  max-width: 100% !important;
}

#stacks_in_208 {
	padding: 8px 0px 0px 0px;
}

#stacks_in_186 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin:  20px;
}



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

#stacks_in_176 {
	margin: 30px 0px 0px 0px;
}
#ajax-contact-form {
	padding-bottom: 10px;
}

#ajax-contact-form input{
	background: #F2F2F2;
	color: #2E3138;important;
	border: 1px solid #DDDDDD;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-border-radius: 6px!important;
	-moz-box-border-radius: 6px!important;
	border-radius: 6px!important;
	margin-bottom: 25px;
	padding: 8px 10px 8px;
	font-weight: 700;
	font-size: 15px;
	margin-left:16.666666666666664%;
	width:66.66666666666666%;
}

::-webkit-input-placeholder { color:#555555!important; opacity:1.0; }
::-moz-placeholder { color:#555555!important; opacity:1.0; }
:-ms-input-placeholder { color:#555555!important; opacity:1.0; }
focus::-webkit-input-placeholder{ color:transparent; opacity:1.0;}

.notification_error {
	color: #BBBBBB;
	height: auto;
    margin: 0 0 10px 0;
    padding: 0px;
    text-align: center;
}
.notification_ok {
	color: #BBBBBB;
	font-weight: 500!important;
    height: auto;
    margin: 0 0 30px 0;
    padding: 10px;
    text-align: center;
	font-size: 25px;
}

.btn{ 
	border:0;
	-webkit-transition:background-color .4s ease-in;
    -moz-transition:background-color .4s ease-in;
    -o-transition:background-color .4s ease-in;
    transition:background-color .4s ease-in;
	color:#FFFFFF!important;
	padding-bottom: 20px;
}
#ajax-contact-form input.btn {
	letter-spacing: 2px;
	font-weight: 700;
	border: 0px none;
	outline: 0 none;
	text-transform: uppercase;
	padding-bottom: 20px;
	display: block;
	float: none;
	clear: both;
	background: #E04A40;
	margin: 0px auto 0px!important;
	width: 215px;
	height: 65px;
	font-size: 16px;
	padding: 5px 0!important;
	color: #FFFFFF!important;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow: 0 5px 0px #B1453E;
    -moz-box-shadow: 0 5px 0px #B1453E;
    box-shadow :0 5px 0px #B1453E;
	position: relative;
	text-align: center; 
	
	-webkit-appearance: button;
	cursor: pointer;
}
#ajax-contact-form input.btn a { color:#FFFFFF; opacity:1.0;}
#ajax-contact-form input.btn:hover{ color: #FFFFFF!important; background: #EE574D; top: 0px; left: 0px; -webkit-box-shadow: 0 5px 0px #B1453E;-moz-box-shadow: 0 5px 0px #B1453E; box-shadow :0 5px 0px #B1453E;}
#ajax-contact-form input.btn:active {
	color: #FFFFFF!important;
	background: #C23C33;
	-webkit-box-shadow: 0 3px 0px #652824;
	-moz-box-shadow: 0 3px 0px #652824;
	box-shadow: 0 3px 0px #652824;
}
#ajax-contact-form input.btn:visited, #ajax-contact-form input.btn:focus { color:#fff!important; }

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { .subscribe  { top: 20px!important;}
}

@media all and (min-width: 321px) and (max-width: 568px) {
	.name { font-size: 12px; margin-top:-10px; }
}

@media all and (max-width: 320px) {
	.name { font-size: 12px; }
}

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

#stacks_out_10 {
	width: 600px;
}

	.footerzero{
		position: fixed!important;
		left: 0;
		bottom: 0;
		width: 100%;
		background: #FFFFFF;
		background-color: transparent!important;
		z-index: 99999;
		opacity:0;
	}
	
	
		.footerzero{
			height: 50px;
		}
	
	
	.show{opacity: 1;}
	.hide{opacity: 0;}
	
	.fzSlideIn{
		bottom: 0;
		opacity: 1;
		-webkit-transition-duration: 0.50s;
		   -moz-transition-duration: 0.50s;
			    transition-duration: 0.50s;
	}
	
	.fzSlideOut{
		bottom: -100px;
		opacity: 0;
		-webkit-transition-duration: 0.50s;
		   -moz-transition-duration: 0.50s;
			    transition-duration: 0.50s;
	}

#stacks_out_135 {
	width: 600px;
}
#stacks_in_262{visibility:hidden}

#stacks_in_263 {
	padding:  10px;
}

#stacks_out_263 {
	width: 220px;
}
