
@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{--elevator-image:url(../rw_common/plugins/stacks/elevator-images/top.png);--elevator-size:50px;display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:var(--elevator-size);height:var(--elevator-size);border:none;text-indent:-9999px;background-image:var(--elevator-image);background-repeat:no-repeat;background-position:left top;z-index:9988}#toTop:active,#toTop:focus{outline:none}#toTop:hover{background-position:left calc(var(--elevator-size) * -1)}
/* Font style applied when the page has finished loading */

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


#stacks_in_141 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 0px 0px 0px 10px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_140 {
	height: 40.00px;
}




























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

#stacks_in_384_2 {
	margin:  20px;
	padding:  20px;
}
#stacks_in_384_60>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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


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


}




#stacks_out_384_37 {
	width: 60%;
}

#stacks_in_384_39 {
	margin:  10px;
}

#stacks_out_384_14 {
	width: 60%;
}

#stacks_in_384_17 {
	margin:  10px;
}

#stacks_out_384_65 {
	width: 60%;
}

#stacks_in_384_68 {
	margin:  10px;
}
#stacks_in_384_57>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_out_384_30 {
	width: 60%;
}

#stacks_in_384_32 {
	margin:  10px;
}

#stacks_out_384_7 {
	width: 60%;
}

#stacks_in_384_10 {
	margin:  10px;
}

/**
 * @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_380 {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
}

.ribbon-stacks_in_380 {
  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_380:before, .ribbon-stacks_in_380:after {
  content: "";
  border-top:   5px solid #6E8900;   
  border-left:  5px solid transparent;
  border-right: 5px solid transparent;
  position:absolute;
  bottom: -5px;
}

.ribbon-stacks_in_380:before {
  left: 0;
}
.ribbon-stacks_in_380:after {
  right: 0;
}#stacks_in_334>.s3_row {
	margin: 0 -10px;
}

#stacks_in_334>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_334>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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


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


}






#stacks_in_335 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin:  10px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_338 {
	height: 40.00px;
}




























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

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

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




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










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



}



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


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


}






.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_341 {
	height: 40.00px;
}




























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

#stacks_in_342 {
	margin:  20px;
}
#stacks_in_383 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: center;
}


#stacks_in_383 a,
#stacks_in_383 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 4px;
  
  overflow: hidden;
  height: 56px;
  line-height: 56px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_383 a .flat_button_2_text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center !important;
  
}


#stacks_in_383 a i,
#stacks_in_383 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 56px;
  height: 56px;
  line-height: 56px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_383 a,
  #stacks_in_383 a:visited {
    background-color: rgba(255, 0, 128, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_383 a:hover,
  #stacks_in_383 a:active {
    background-color: rgba(255, 111, 207, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_383 a i,
  #stacks_in_383 a:visited i {
    background-color: rgba(128, 0, 0, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_383 a:hover i,
  #stacks_in_383 a:active i {
    background-color: rgba(128, 64, 0, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }








  /* Fixed Width Mode */
  #stacks_in_383 a,
  #stacks_in_383 a:visited {
    width: 320px;
  }

  









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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_344 {
	height: 40.00px;
}




























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

#stacks_out_395 {
	width: 60%;
}

#stacks_in_397 {
	margin:  10px;
}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_81 #myExtraContent2,
#ExtraContentPlusstacks_in_81 #fs {
	display: none;
}


.spacerStack {
	height: 80.00px;
}

#spacerStackstacks_in_108 {
	height: 80.00px;
}




























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

#stacks_in_192>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_192>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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


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


}






#stacks_in_196 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin:  10px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_218 {
	height: 40.00px;
}




























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

#stacks_in_234 {
	margin:  20px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_254 {
	height: 40.00px;
}




























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

#stacks_in_236 {
	margin:  20px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_253 {
	height: 40.00px;
}




























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

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

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

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

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








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



}



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


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


}




#stacks_in_219 {
	margin:  10px;
}

.spacerStack {
	height: 80.00px;
}

#spacerStackstacks_in_191 {
	height: 80.00px;
}




























@media print {
	#spacerStackstacks_in_191 {
		display: none !important;
	}
}
/* -- Start Eternity2 Each css Template -- */

.stacks_in_367eternityContainer {
	overflow: hidden;
	position: relative;
}

.stacks_in_367eternityContainer {
	background-image: url("../files/background_image-367.jpg") !important;
	background-position: 50% 50% !important;
	
	background-attachment: fixed;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
 
 
.stacks_in_367overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background:url("../files/eternity2Assets/00.png") !important;
}

.stacks_in_367contentBox{
	text-align: center;
	opacity: 1;
	-webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    -o-transition: opacity 100ms linear;
    transition: opacity 100ms linear;
}

.stacks_in_367content{
	max-width: 1000px;
	margin: 0 auto 0 auto;
	padding: 80px 20px 80px 20px;
	text-align: center !important;
}

.stacks_in_367content,.stacks_in_367content h1,.stacks_in_367content h2,.stacks_in_367content h3,.stacks_in_367content h4,.stacks_in_367content h5,.stacks_in_367content h6{
	color: rgba(0, 0, 0, 1.00) !important;
}
.stacks_in_367content a,.stacks_in_367content a:active,.stacks_in_367content a:visited{
	color: rgba(59, 148, 217, 1.00) !important;
	text-decoration: none !important;
}
.stacks_in_367content a:hover{
	color: rgba(221, 221, 221, 1.00) !important;
	text-decoration: none !important;
}

.stacks_in_367eternityScrollButton i{
	color: rgba(255, 255, 255, 1.00) !important;
}


.stacks_in_367eternityScrollButton{
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #fff !important;
	font-size: 36px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	display: none;
	cursor: pointer;
}


	.stacks_in_367eternityScrollButton{
		display: block;
	}

/* -- End Unified -- */



	.stacks_in_367eternityContainer {
		min-height: 600px;
	}
	
	.stacks_in_367contentBox{
		position: absolute;
		width: 100%;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		-moz-transform:    translate(0,-50%);
		-ms-transform:     translate(0,-50%);
		-o-transform:      translate(0,-50%);
		transform:         translate(0,-50%);
	}
/* -- End Preview/Published -- */

 
 



@keyframes eternityanimation {
	43% { transform: translate(0,0);} 
	0% { transform: translate(0,0);} 
	30% { transform: translate(0,11px);} 
	17% { transform: translate(0,-5px);} 
	11% { transform: translate(0,0);} 
}

@-webkit-keyframes eternityanimation {
	43% { transform: translate(0,0);} 
	0% { transform: translate(0,0);} 
	30% { transform: translate(0,11px);} 
	17% { transform: translate(0,-5px);} 
	11% { transform: translate(0,0);} 
}

/* apply the .animation class to the element you want to animate */
.eternityanimation {
	animation: eternityanimation 3s ease-in-out 0s infinite normal none;
	-webkit-animation: eternityanimation 3s ease-in-out 0s infinite normal none;
}



/* -- End Eternity2 Each css Template -- */
.spacerStack {
	height: 80.00px;
}

#spacerStackstacks_in_371 {
	height: 80.00px;
}




























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

#stacks_in_287>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_287>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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


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


}






#stacks_in_288 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin:  10px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_291 {
	height: 40.00px;
}




























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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_294 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_294 {
		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_295 .bx-wrapper {
	position: relative;
	
		
		margin: 0 auto 60px;
		
	
	padding: 0;
	*zoom: 1;
}

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

	
	display: block;
}

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

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

#stacks_in_295 .bx-wrapper .bx-pager,
#stacks_in_295 .bx-wrapper .bx-controls-auto {
	position: absolute;
	
	bottom: 0px;
	margin-bottom: -40px;
	
	width: 100%;
	z-index: 200;
}

/* LOADER */

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


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



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

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

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

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






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

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



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

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

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

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

#stacks_in_295 .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_295 .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}



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


/* AUTO CONTROLS (START / STOP) */

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

#stacks_in_295 .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_295 .bx-wrapper .bx-controls-auto .bx-start:hover,
#stacks_in_295 .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

#stacks_in_295 .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_295 .bx-wrapper .bx-controls-auto .bx-stop:hover,
#stacks_in_295 .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

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

/* IMAGE CAPTIONS */

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

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

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






/* Styling for Edit Mode within Stacks */



.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_305 {
	height: 40.00px;
}




























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

#stacks_in_306>.s3_row>.s3_column_left {
	width: 30.13%;
}

#stacks_in_306>.s3_row>.s3_column_right {
	width: 69.870003%;
}




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










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



}



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


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


}






#stacks_in_306 {
	border: solid rgba(255, 0, 128, 1.00);
	border-width:  1px;
	margin:  10px;
	padding:  20px;
}

#stacks_in_309 {
	margin:  5px;
}
#stacks_in_307 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: center;
}


#stacks_in_307 a,
#stacks_in_307 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 4px;
  
  overflow: hidden;
  height: 56px;
  line-height: 56px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(0, 84, 123, 1.00);

  

}


#stacks_in_307 a .flat_button_2_text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center !important;
  
}


#stacks_in_307 a i,
#stacks_in_307 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 56px;
  height: 56px;
  line-height: 56px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_307 a,
  #stacks_in_307 a:visited {
    background-color: rgba(255, 0, 128, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_307 a:hover,
  #stacks_in_307 a:active {
    background-color: rgba(255, 111, 207, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_307 a i,
  #stacks_in_307 a:visited i {
    background-color: rgba(128, 0, 0, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_307 a:hover i,
  #stacks_in_307 a:active i {
    background-color: rgba(128, 64, 0, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }








  /* Fixed Width Mode */
  #stacks_in_307 a,
  #stacks_in_307 a:visited {
    width: 320px;
  }

  









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

.spacerStack {
	height: 80.00px;
}

#spacerStackstacks_in_359 {
	height: 80.00px;
}




























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

#stacks_in_143>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_143>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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


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


}






#stacks_in_148 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin:  10px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_150 {
	height: 40.00px;
}




























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

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

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




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










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



}



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


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


}






.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_257 {
	height: 40.00px;
}




























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

.spacerStack {
	height: 80.00px;
}

#spacerStackstacks_in_358 {
	height: 80.00px;
}




























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

#stacks_in_316>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_316>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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


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


}






#stacks_in_317 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin:  10px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_320 {
	height: 40.00px;
}




























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

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

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




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










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



}



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


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


}






.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_328 {
	height: 40.00px;
}




























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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_92 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_92 {
		display: none !important;
	}
}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_68 #myExtraContent4,
#ExtraContentPlusstacks_in_68 #fs {
	display: none;
}


.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_6 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_6 {
		display: none !important;
	}
}
#stacks_in_7 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_7 .jwresp_col{overflow:hidden;margin:0;width:39%; float:left;}#stacks_in_7 #jwresp_col2_stacks_in_7{ float:right; width:59%}@media screen and (max-width:500px){#stacks_in_7 #jwresp_col1_stacks_in_7,#stacks_in_7 #jwresp_col2_stacks_in_7{width:100%;float:none;display:block}#stacks_in_7 #jwresp_col1_stacks_in_7{margin-bottom:15px}}

#stacks_out_7 {
	width: 80%;
}

#stacks_in_8 {
	padding:  20px;
}

#stacks_in_13 {
	margin:  5px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_17 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_17 {
		display: none !important;
	}
}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_265_1 #myExtraContent5,
#ExtraContentPlusstacks_in_265_1 #fs {
	display: none;
}


.spacerStack {
	height: 80.00px;
}

#spacerStackstacks_in_265_2 {
	height: 80.00px;
}




























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

#stacks_in_265_3>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_265_3>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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


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


}






#stacks_in_265_4 {
	margin:  20px;
	padding:  20px;
}
#stacks_in_265_7>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#stacks_in_265_22 .stacks_in_265_22-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, 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_265_22 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_265_22 .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_265_22 .stacks_in_265_22-button,
#stacks_in_265_22 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_265_22 {
		text-align: center;
	}




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






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


/* Color picker options */
	
	#stacks_in_265_22 .stacks_in_265_22-button {
		
			background-color: #FF6666;
		
	}

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

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

	
	#stacks_in_265_22 .button_icon {
		
			background-color: #800000;
		
	}

	#stacks_in_265_22 a.stacks_in_265_22-button:hover .button_icon, #stacks_in_265_22 a.stacks_in_265_22-button:active .button_icon {
		
			background-color: #941414;
				
	}
	



#stacks_in_265_22 {
	padding:  20px;
}
#stacks_in_265_23 .stacks_in_265_23-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, 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_265_23 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_265_23 .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_265_23 .stacks_in_265_23-button,
#stacks_in_265_23 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_265_23 {
		text-align: center;
	}




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






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


/* Color picker options */
	
	#stacks_in_265_23 .stacks_in_265_23-button {
		
			background-color: #FF6666;
		
	}

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

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

	
	#stacks_in_265_23 .button_icon {
		
			background-color: #800000;
		
	}

	#stacks_in_265_23 a.stacks_in_265_23-button:hover .button_icon, #stacks_in_265_23 a.stacks_in_265_23-button:active .button_icon {
		
			background-color: #941414;
				
	}
	



#stacks_in_265_23 {
	padding:  20px;
}
#stacks_in_265_21 .stacks_in_265_21-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, 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_265_21 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_265_21 .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_265_21 .stacks_in_265_21-button,
#stacks_in_265_21 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_265_21 {
		text-align: center;
	}




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






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


/* Color picker options */
	
	#stacks_in_265_21 .stacks_in_265_21-button {
		
			background-color: #FF6666;
		
	}

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

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

	
	#stacks_in_265_21 .button_icon {
		
			background-color: #800000;
		
	}

	#stacks_in_265_21 a.stacks_in_265_21-button:hover .button_icon, #stacks_in_265_21 a.stacks_in_265_21-button:active .button_icon {
		
			background-color: #941414;
				
	}
	



#stacks_in_265_21 {
	padding:  20px;
}
#stacks_in_265_12 .stacks_in_265_12-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, 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_265_12 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_265_12 .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_265_12 .stacks_in_265_12-button,
#stacks_in_265_12 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_265_12 {
		text-align: center;
	}




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






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


/* Color picker options */
	
	#stacks_in_265_12 .stacks_in_265_12-button {
		
			background-color: #FF6666;
		
	}

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

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

	
	#stacks_in_265_12 .button_icon {
		
			background-color: #800000;
		
	}

	#stacks_in_265_12 a.stacks_in_265_12-button:hover .button_icon, #stacks_in_265_12 a.stacks_in_265_12-button:active .button_icon {
		
			background-color: #941414;
				
	}
	



#stacks_in_265_12 {
	padding:  20px;
}
#stacks_in_265_15 .like_button_wrapper{margin:5px;display:block;position:relative;float:right;overflow:visible;line-height:1}#like_facebook_stacks_in_265_15,#like_twitter_stacks_in_265_15{width:85px}#like_google_stacks_in_265_15,#like_pinterest_stacks_in_265_15{width:65px}#like_email_stacks_in_265_15 svg{height:20px;width:auto;fill:rgba(0, 0, 0, 1.00)}

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