a.anchor{height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;display:block !important}







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

#stacks_in_8 {
	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.es .rwml-translatable:lang(es) {
	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;
}

















#rwml_switch_language_form_stacks_in_12 {
	
    
    text-align: right;
}

#rwml_switch_language_form_stacks_in_12 select {
	margin: 0;
	font: inherit;
	color: #666;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {  /*safari and chrome*/
    #rwml_switch_language_form_stacks_in_12 select {
        height: 30px;
        line-height: 30px;
        background:#f4f4f4;
    }
}
#rwml_switch_language_form_stacks_in_12 select::-moz-focus-inner { /*Remove button padding in FF*/
    border: 0;
    padding: 0;
}
@-moz-document url-prefix() { /* targets Firefox only */
    #rwml_switch_language_form_stacks_in_12 select {
        
    }
}
@media screen\0 { /* IE Hacks: targets IE 8, 9 and 10 */
    #rwml_switch_language_form_stacks_in_12 select {
        height: 30px;
        line-height: 30px;
    }
}




#switchContainerstacks_in_12 {
	position: relative;
	z-index: 1;
}

#switchLinkstacks_in_12 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	display: block;
}

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





#stacks_in_10 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_16 {
	
	
	
	
	
	 text-align: ;
}



#backtop0 {
position: fixed;  z-index: 9999999; outline: none; overflow: hidden;
text-align: center; cursor: pointer; transition: all 600ms linear; 
display: none; 
left: auto; right: 2%; top: auto; bottom: 2%;
 
color: rgba(242, 242, 242, 1.00);
background-color: rgba(0, 0, 0, 1.00);
height: 60px;
width: 60px;
line-height: 60px;
font-size: 20px;
border-radius: 2px;
 
/*customcss;*/
}

#backtop0:hover {
background-color: rgba(15, 128, 255, 0.89);
color: rgba(251, 251, 251, 1.00);

/*customcss;*/
}

#backtop0.mcOut {
opacity: 0;
}

@media screen and (max-width: 480px) {
#backtop0 {
 
height: 60px;
width: 60px;
line-height: 60px;
font-size: 20px;
 
/*customcss;*/
}}