






.rwml-menu-imported {
	display: none;
}

#stacks_in_6 {
	display: none !important;
}


/* Start by hiding all translatable items. This class is applied via jQuery in the scripts-global.js file */
.rwml-translatable {
	display: none;
}


/* If the content with a selector of '.rwml-translatable' is equal to the body class and language attribute, display it */
body.de .rwml-translatable:lang(de) {
	display: inherit;
}



/* If the content with a selector of '.rwml-translatable' is equal to the body class and language attribute, display it */
body.en .rwml-translatable:lang(en) {
	display: inherit;
}


/* If the content with a selector of '.rwml-translatable' is equal to the body class and language attribute, display it */
body.it .rwml-translatable:lang(it) {
	display: inherit;
}
























#rwml_switcher_button_group_stacks_in_25 {
	padding: 0;
	margin: 0;
	list-style: none;
	
	
	justify-content: center;
	
	
	
	display: flex;
}

#rwml_switcher_button_group_stacks_in_25 li {
	overflow: hidden;
}

#rwml_switcher_button_group_stacks_in_25 li:last-child {
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
}

#rwml_switcher_button_group_stacks_in_25 li:first-child {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
}

#rwml_switcher_button_group_stacks_in_25 a {
	display: inline-block;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(108, 117, 125, 1.00);
	border: 1px solid rgba(108, 117, 125, 1.00);
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	transition: all 300ms ease-in-out;
}

#rwml_switcher_button_group_stacks_in_25 a:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(227, 171, 89, 1.00);
	border-color: rgba(90, 98, 104, 1.00);
	text-decoration: none;
}

#rwml_switcher_button_group_stacks_in_25 a:active,
#rwml_switcher_button_group_stacks_in_25 a.button_active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(59, 39, 24, 1.00);
	border-color: rgba(90, 98, 104, 1.00);
}

#rwml_switcher_button_group_stacks_in_25 a.button_active {
	pointer-events: none;
}



















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





#stacks_in_27 {
	
	
	
	
	
	 text-align: ;
}



/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.1
 */

#simpleText_stacks_in_29 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_29.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_29.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_29.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_29.lineHeightOn {
	line-height: 14px;
}
#simpleText_stacks_in_29.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_29.inheritOff a, #simpleText_stacks_in_29.inheritOff a:link {
	color: #169EE6;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_29.inheritOff a:visited {
	color: #169EE6;
}
#simpleText_stacks_in_29.inheritOff a:hover {
	color: #FF6600;
	transition: 1s all ease-in-out;
	-webkit-transition: 1s all ease-in-out;
	-moz-transition: 1s all ease-in-out;
	-o-transition: 1s all ease-in-out;
	-ms-transition: 1s all ease-in-out;
}
#simpleText_stacks_in_29.inheritOff a:active {
	color: #FF6600;
}
#simpleText_stacks_in_29.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_29.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_29.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_29.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_29.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_29.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
h3.advert_stacks_in_29 {
	
}

#stacks_in_30 {
	font-size: 120%;
}



#stacks_in_31 {
	
	
	
	
	
	 text-align: ;
}



/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.1
 */

#simpleText_stacks_in_33 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_33.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_33.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_33.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_33.lineHeightOn {
	line-height: 14px;
}
#simpleText_stacks_in_33.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_33.inheritOff a, #simpleText_stacks_in_33.inheritOff a:link {
	color: #169EE6;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_33.inheritOff a:visited {
	color: #169EE6;
}
#simpleText_stacks_in_33.inheritOff a:hover {
	color: #FF6600;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_33.inheritOff a:active {
	color: #FF6600;
}
#simpleText_stacks_in_33.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_33.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_33.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_33.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_33.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_33.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
h3.advert_stacks_in_33 {
	
}



#stacks_in_38 {
	
	
	
	
	
	 text-align: ;
}



/* 
 * Simple Text
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.8.1
 */

#simpleText_stacks_in_40 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_40.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_40.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_40.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_40.lineHeightOn {
	line-height: 14px;
}
#simpleText_stacks_in_40.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_40.inheritOff a, #simpleText_stacks_in_40.inheritOff a:link {
	color: #169EE6;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_40.inheritOff a:visited {
	color: #169EE6;
}
#simpleText_stacks_in_40.inheritOff a:hover {
	color: #FF6600;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_40.inheritOff a:active {
	color: #FF6600;
}
#simpleText_stacks_in_40.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_40.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_40.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_40.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_40.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_40.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
h3.advert_stacks_in_40 {
	
}
