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


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

}


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

#toTop{display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:51px;height:51px;border:none;text-indent:-9999px;background:url(../files/elevator-images/top.png) no-repeat left top;z-index:9988}#toTop:hover{background:url(../files/elevator-images/top.png) no-repeat left -51px}#toTop:active,#toTop:focus{outline:none}




















@media print {
	#spacerStackstacks_in_11998 {
		display: none !important;
	}
}




















@media print {
	#spacerStackstacks_in_16089 {
		display: none !important;
	}
}

#stacks_in_16168 {
	border: solid rgba(128, 0, 2, 1.00);
	border-width: 1px 1px 1px 1px;
	margin:  20px;
	padding:  20px;
}
/**
 * @name    Ribbon Stack
 * @author    Futural UG (haftungsbeschraenkt)
 * @version   1.0.0
 * @url     http://instacks.com/ribbonstack
 */

/**
 * Reference:
 * http://css-tricks.com/snippets/css/corner-ribbon/
 * http://jsfiddle.net/chriscoyier/H6rQ6/1/
 */

/*
.wrapper {
  margin: 50px auto;
  width: 280px;
  height: 370px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}
*/

.wrapper {
}

.ribbon-wrapper-stacks_in_16169 {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
}

.ribbon-stacks_in_16169 {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #000000;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-stacks_in_16169:before, .ribbon-stacks_in_16169:after {
  content: "";
  border-top:   5px solid #6E8900;   
  border-left:  5px solid transparent;
  border-right: 5px solid transparent;
  position:absolute;
  bottom: -5px;
}

.ribbon-stacks_in_16169:before {
  left: 0;
}
.ribbon-stacks_in_16169:after {
  right: 0;
}
#stacks_in_16170 {
	border: solid rgba(128, 0, 2, 1.00);
	border-width: 0px 0px 2px 0px;
	margin:  20px;
}

#stacks_out_16170 {
	width: 75%;
	margin-left:0;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_16173 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_16173 {
		display: none !important;
	}
}
#stacks_in_16174 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_16174 .jwresp_col{overflow:hidden;margin:0;width:38%; float:left;}#stacks_in_16174 #jwresp_col2_stacks_in_16174{ float:right; width:58%}@media screen and (max-width:500px){#stacks_in_16174 #jwresp_col1_stacks_in_16174,#stacks_in_16174 #jwresp_col2_stacks_in_16174{width:100%;float:none;display:block}#stacks_in_16174 #jwresp_col1_stacks_in_16174{margin-bottom:15px}}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_16181 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_16181 {
		display: none !important;
	}
}

#stacks_in_16182 {
	background-color: rgba(255, 255, 230, 1.00);
	margin:  10px;
	padding:  10px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_16184 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_16184 {
		display: none !important;
	}
}
#stacks_in_16185 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_16185 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_16185 #jwresp_col2_stacks_in_16185{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_16185 #jwresp_col1_stacks_in_16185,#stacks_in_16185 #jwresp_col2_stacks_in_16185{width:100%;float:none;display:block}#stacks_in_16185 #jwresp_col1_stacks_in_16185{margin-bottom:15px}}

#stacks_in_16189 {
	background-color: rgba(255, 255, 230, 1.00);
	border: solid rgba(128, 0, 2, 1.00);
	border-width:  1px;
	margin:  20px;
	padding:  20px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_16194 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_16194 {
		display: none !important;
	}
}




















@media print {
	#spacerStackstacks_in_8516 {
		display: none !important;
	}
}

#stacks_in_16104_1 {
	border: solid rgba(128, 0, 2, 1.00);
	border-width:  1px;
}
#stacks_in_16104_34>.s3_row {
	margin: 0 -10px;
}

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

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




#stacks_in_16104_34>.s3_row>.s3_column {
	padding: 0 10px;
}










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



}



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


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


}






#stacks_in_16104_41 {
	border: solid rgba(128, 0, 2, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  20px;
}

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

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

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

#stacks_in_16104_5 .stacks_in_16104_5-button,
#stacks_in_16104_5 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_16104_5 {
		text-align: center;
	}




	#stacks_in_16104_5 .stacks_in_16104_5-button {
		width: 320px;
	}






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


/* Color picker options */
	
	#stacks_in_16104_5 .stacks_in_16104_5-button {
		
			background-color: none;
			border: 1px solid #A1180F;
		
	}

	#stacks_in_16104_5 a.stacks_in_16104_5-button, #stacks_in_16104_5 a.stacks_in_16104_5-button:visited {
		
			color: #800000 !important;
			
	}

	#stacks_in_16104_5 a.stacks_in_16104_5-button:hover, #stacks_in_16104_5 a.stacks_in_16104_5-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #A1180F;
		
	}

	
	#stacks_in_16104_5 .button_icon {
		
			background-color: none;
			border-right: 1px solid #A1180F;
		
	}

	#stacks_in_16104_5 a.stacks_in_16104_5-button:hover .button_icon, #stacks_in_16104_5 a.stacks_in_16104_5-button:active .button_icon {
		
			background-color: #A1180F;
			border-right: 1px solid #FFFFFF;
				
	}
	



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

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

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

#stacks_in_16104_7 .stacks_in_16104_7-button,
#stacks_in_16104_7 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_16104_7 {
		text-align: center;
	}




	#stacks_in_16104_7 .stacks_in_16104_7-button {
		width: 320px;
	}






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


/* Color picker options */
	
	#stacks_in_16104_7 .stacks_in_16104_7-button {
		
			background-color: none;
			border: 1px solid #A1180F;
		
	}

	#stacks_in_16104_7 a.stacks_in_16104_7-button, #stacks_in_16104_7 a.stacks_in_16104_7-button:visited {
		
			color: #800000 !important;
			
	}

	#stacks_in_16104_7 a.stacks_in_16104_7-button:hover, #stacks_in_16104_7 a.stacks_in_16104_7-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #A1180F;
		
	}

	
	#stacks_in_16104_7 .button_icon {
		
			background-color: none;
			border-right: 1px solid #A1180F;
		
	}

	#stacks_in_16104_7 a.stacks_in_16104_7-button:hover .button_icon, #stacks_in_16104_7 a.stacks_in_16104_7-button:active .button_icon {
		
			background-color: #A1180F;
			border-right: 1px solid #FFFFFF;
				
	}
	



#stacks_in_16104_7 {
	margin:  20px;
}
#stacks_in_16104_29>.s3_row {
	margin: 0 -10px;
}

#stacks_in_16104_29>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_16104_29>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_16104_29>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_16104_29>.s3_row>.s3_column {
	padding: 0 10px;
}








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



}



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


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


}



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

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

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

#stacks_in_16104_10 .stacks_in_16104_10-button,
#stacks_in_16104_10 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_16104_10 {
		text-align: center;
	}




	#stacks_in_16104_10 .stacks_in_16104_10-button {
		width: 320px;
	}






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


/* Color picker options */
	
	#stacks_in_16104_10 .stacks_in_16104_10-button {
		
			background-color: none;
			border: 1px solid #A1180F;
		
	}

	#stacks_in_16104_10 a.stacks_in_16104_10-button, #stacks_in_16104_10 a.stacks_in_16104_10-button:visited {
		
			color: #800000 !important;
			
	}

	#stacks_in_16104_10 a.stacks_in_16104_10-button:hover, #stacks_in_16104_10 a.stacks_in_16104_10-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #A1180F;
		
	}

	
	#stacks_in_16104_10 .button_icon {
		
			background-color: none;
			border-right: 1px solid #A1180F;
		
	}

	#stacks_in_16104_10 a.stacks_in_16104_10-button:hover .button_icon, #stacks_in_16104_10 a.stacks_in_16104_10-button:active .button_icon {
		
			background-color: #A1180F;
			border-right: 1px solid #FFFFFF;
				
	}
	



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

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

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

#stacks_in_16104_33 .stacks_in_16104_33-button,
#stacks_in_16104_33 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_16104_33 {
		text-align: center;
	}




	#stacks_in_16104_33 .stacks_in_16104_33-button {
		width: 320px;
	}






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


/* Color picker options */
	
	#stacks_in_16104_33 .stacks_in_16104_33-button {
		
			background-color: #800000;
		
	}

	#stacks_in_16104_33 a.stacks_in_16104_33-button, #stacks_in_16104_33 a.stacks_in_16104_33-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_16104_33 a.stacks_in_16104_33-button:hover, #stacks_in_16104_33 a.stacks_in_16104_33-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #941414;
		
	}

	
	#stacks_in_16104_33 .button_icon {
		
			background-color: #FF6666;
		
	}

	#stacks_in_16104_33 a.stacks_in_16104_33-button:hover .button_icon, #stacks_in_16104_33 a.stacks_in_16104_33-button:active .button_icon {
		
			background-color: #FF7A7A;
				
	}
	



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

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

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

#stacks_in_16104_25 .stacks_in_16104_25-button,
#stacks_in_16104_25 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_16104_25 {
		text-align: center;
	}




	#stacks_in_16104_25 .stacks_in_16104_25-button {
		width: 320px;
	}






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


/* Color picker options */
	
	#stacks_in_16104_25 .stacks_in_16104_25-button {
		
			background-color: #A1180F;
		
	}

	#stacks_in_16104_25 a.stacks_in_16104_25-button, #stacks_in_16104_25 a.stacks_in_16104_25-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_16104_25 a.stacks_in_16104_25-button:hover, #stacks_in_16104_25 a.stacks_in_16104_25-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #B52C23;
		
	}

	
	#stacks_in_16104_25 .button_icon {
		
			background-color: #FF6666;
		
	}

	#stacks_in_16104_25 a.stacks_in_16104_25-button:hover .button_icon, #stacks_in_16104_25 a.stacks_in_16104_25-button:active .button_icon {
		
			background-color: #FF7A7A;
				
	}
	



#stacks_in_16104_25 {
	margin:  10px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_16104_14 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_16104_14 {
		display: none !important;
	}
}




















@media print {
	#spacerStackstacks_in_475 {
		display: none !important;
	}
}

#stacks_in_16105_2 {
	border: solid rgba(0, 0, 128, 1.00);
	border-width: 0px 0px 0px 10px;
	margin:  10px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_16105_78 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_16105_78 {
		display: none !important;
	}
}
/* Styling for Preview Mode & Publishing */


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


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

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

#stacks_in_16105_4 .bx-wrapper img {
	
	max-width: 100%;
	height: auto;
	

	
	display: block;
}

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

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

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

/* LOADER */

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




	#stacks_in_16105_4 .bx-wrapper .bx-pager {
		display: none;
	}




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

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



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

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

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

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

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

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



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


/* AUTO CONTROLS (START / STOP) */

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

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

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

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

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

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

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

/* IMAGE CAPTIONS */

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

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

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






/* Styling for Edit Mode within Stacks */



#stacks_in_16105_4 {
	margin:  10px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_16105_77 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_16105_77 {
		display: none !important;
	}
}
#stacks_in_16105_57>.s3_row {
	margin: 0 -10px;
}

#stacks_in_16105_57>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_16105_57>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_16105_57>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_16105_57>.s3_row>.s3_column {
	padding: 0 10px;
}








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



}



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


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


}




#stacks_in_16105_55 {
	margin:  9px;
}
#stacks_in_16105_61>.s3_row {
	margin: 0 -10px;
}

#stacks_in_16105_61>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_16105_61>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_16105_61>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_16105_61>.s3_row>.s3_column {
	padding: 0 10px;
}








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



}



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


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


}



#stacks_in_16105_68 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_16105_68 .jwresp_col{float:none} #stacks_in_16105_68 #jwresp_col2_stacks_in_16105_68{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_16105_68 #jwresp_col1_stacks_in_16105_68,#stacks_in_16105_68 #jwresp_col3_stacks_in_16105_68{width:32%}#stacks_in_16105_68 #jwresp_col1_stacks_in_16105_68{float:left}#stacks_in_16105_68 #jwresp_col3_stacks_in_16105_68{float:right} @media screen and (max-width:770px){#stacks_in_16105_68 #jwresp_col1_stacks_in_16105_68,#stacks_in_16105_68 #jwresp_col3_stacks_in_16105_68{margin-bottom:20px}#stacks_in_16105_68 #jwresp_col1_stacks_in_16105_68{width:49%}#stacks_in_16105_68 #jwresp_col3_stacks_in_16105_68{width:49%}#stacks_in_16105_68 #jwresp_col2_stacks_in_16105_68{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_16105_68 #jwresp_col1_stacks_in_16105_68,#stacks_in_16105_68 #jwresp_col3_stacks_in_16105_68,#stacks_in_16105_68 #jwresp_col2_stacks_in_16105_68{float:none;width:100%;display:block}#stacks_in_16105_68 #jwresp_col1_stacks_in_16105_68,#stacks_in_16105_68 #jwresp_col3_stacks_in_16105_68{margin-bottom:20px}} 

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

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

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

#stacks_in_16105_76 .stacks_in_16105_76-button,
#stacks_in_16105_76 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_16105_76 {
		text-align: center;
	}




	#stacks_in_16105_76 .stacks_in_16105_76-button {
		width: 320px;
	}






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


/* Color picker options */
	
	#stacks_in_16105_76 .stacks_in_16105_76-button {
		
			background-color: #800000;
		
	}

	#stacks_in_16105_76 a.stacks_in_16105_76-button, #stacks_in_16105_76 a.stacks_in_16105_76-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_16105_76 a.stacks_in_16105_76-button:hover, #stacks_in_16105_76 a.stacks_in_16105_76-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #941414;
		
	}

	
	#stacks_in_16105_76 .button_icon {
		
			background-color: #FF6666;
		
	}

	#stacks_in_16105_76 a.stacks_in_16105_76-button:hover .button_icon, #stacks_in_16105_76 a.stacks_in_16105_76-button:active .button_icon {
		
			background-color: #FF7A7A;
				
	}
	



#stacks_in_16105_76 {
	margin:  20px;
	padding:  20px;
}




















@media print {
	#spacerStackstacks_in_482 {
		display: none !important;
	}
}
#stacks_in_5 .like_button_wrapper{margin:5px;display:block;position:relative;float:right;overflow:visible;line-height:1}#like_facebook_stacks_in_5,#like_twitter_stacks_in_5{width:85px}#like_google_stacks_in_5,#like_pinterest_stacks_in_5{width:65px}#like_email_stacks_in_5 svg{height:20px;width:auto;fill:rgba(0, 0, 0, 1.00)}




















@media print {
	#spacerStackstacks_in_6 {
		display: none !important;
	}
}

#stacks_in_16163_6 .stacks_left {
	float:left;
	width:32%;
}

#stacks_in_16163_6 .stacks_right {
	float:right;
	width:32%;
}

#stacks_in_16163_6 .stacks_middle {
	position:relative;
	margin:0 auto;
	width:32%;
}
#stacks_in_16163_6 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width: 3px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_16163_7 {
	padding: 5px 10px 5px 10px;
}

#stacks_in_16163_9 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width: 0px 0px 1px 0px;
	padding: 5px 0px 5px 0px;
}

#stacks_in_16163_11 {
	text-transform: capitalize;
}

#stacks_in_16163_12 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width: 0px 0px 1px 0px;
	padding: 5px 0px 5px 0px;
}

#stacks_in_16163_13 {
	font-size: 95%;
}

#stacks_in_16163_14 {
	padding: 5px 10px 5px 10px;
}

#stacks_in_16163_16 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width: 0px 0px 1px 0px;
	padding: 5px 0px 5px 0px;
}

#stacks_in_16163_18 {
	text-transform: capitalize;
}

#stacks_in_16163_19 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width: 0px 0px 1px 0px;
	padding: 5px 0px 5px 0px;
}

#stacks_in_16163_20 {
	font-size: 95%;
}

#stacks_in_16163_21 {
	padding: 5px 10px 5px 10px;
}

#stacks_in_16163_23 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width: 0px 0px 1px 0px;
	padding: 5px 0px 5px 0px;
}

#stacks_in_16163_25 {
	text-transform: capitalize;
}

#stacks_in_16163_26 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width: 0px 0px 1px 0px;
	padding: 5px 0px 5px 0px;
}

#stacks_in_16163_27 {
	font-size: 95%;
}
