
body {
	color: #d1d1d1;
	background-color: #090909;
	font-size: 100%;
}

body { /* questo body vuoto necessario altrimenti cambia l'apparenza */
	
}

* {
    margin: 0px;
    padding: 0px;
}




/* *********** GENERAL PAGE SETTINGS ************** */
.full_page {
	width: 98vw;	/* var(--totalw); to save room for scrollbar*/ 
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.page_lev2{
	position: absolute; /* questa div sta centrata rispetto alla full page */
}
.area {
	padding: 0.5em 0em 0.5em 0em;
}
p {
	font-family: 'Source Sans Pro',sans-serif;
	width: 95%;
	padding: 0.0em 0em 0.5em 0em;
}

a:link { /* non cambiare l'ordine delle definizioni di a: */
	color: inherit;
	text-decoration: none;
}
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: inherit;
	text-decoration: none;
}
button {
	color: inherit;
	background: #090909;
	border: #090909;
	width: auto;
	height: auto;
}
span.if_menu_visible { /* used for text depending on menu visibility  */
	display: none;	
}
span.if_menu_hidden { /* used for text depending on menu visibility  */
	display: inherit;
}
/* *********** HEADER SETTINGS ************** */
div.top_row {
	width: 97vw; 	/* var(--totalw); to save room for scrollbar*/ /* provare 	width: 100%;  invece, per eviatre 2 volte lo stesso 98 */
	float: left;
	overflow: hidden;
	position: fixed;
	background: #090909;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%); /* for older Chrome / Safari */
	-ms-transform: translate(-50%, 0%); /* for older Explorer / Edge */
	-moz-transform: translate(-50%, 0%); /* for older Firefox */
	height: 80px;	/* var(--toph); */
	white-space: nowrap;	
	z-index: 100;
}
div.top_row_video {
	width: 97vw; 	/* var(--totalw); to save room for scrollbar*/ /* provare 	width: 100%;  invece, per eviatre 2 volte lo stesso 98 */
	float: left;
	overflow: hidden;
	position: absolute;
	background: #090909;
	top: 0;
	height: 80px;	
	white-space: nowrap;	
	z-index: 100;
}
.header_area {
	padding: 0.5em 0em 0.5em 0em;
	border-width: 0px 0px 1px 0px; 
	border-style: solid;
	border-color: #d1d1d1;
}
.main_title_below { /* top title below table - narrow screen */
	font-size: 1.25em;	
	padding: 0.0em 0.5em 0.0em 0.0em;
	text-align: center;	
}
.main_title_inside { /* top title inside table - wide screen */
	font-size: 0em;
	padding: 0.0em 0.5em 0.0em 0.0em;
	text-align: center;	
}
.main_title_below_long { /* top title below table - narrow screen */
	font-size: 0.625em;
	padding: 0.0em 0.2em 0.0em 0.0em;
	text-align: center;	
}
.long_title {
	width: 100%;
	font-size: 0.625em;
	padding: 0.0em 0.2em 0.0em 0.0em;
	text-align: center;	
}
.main_title_inside_long { /* top title inside table - wide screen */
	font-size: 0em;
	padding: 0.0em 0.5em 0.0em 0.0em;
	text-align: center;	
}
img.small_menu { /* local menu hamburger - narrow screen */
	width: 30px;	
	margin: 6px 6px 6px 6px;
}
img.ilogo { /* logo image in col 2 - narrow screen */
	width: 90px;	/* var(--left-img-w);*/
}
p.ilogo {
	padding: 0.0em 0em 0.0em 0em;
}
img.ilogo_left { /* logo image in col 1 - wide screen */
	width: 0px;	
}
span.logo_left { /* used for wider screens only*/
	height: 0px;	
}
.main_menu_link {
	text-align: right;
	padding: 0.0em 0.0em 0.0em 0.0em;
	color: #d1d1d1;
}
.main_menu_link_in {
	font-size: 0.875em; 
	text-align: center;
}
.main_menu_link_in:hover {
	text-decoration: underline;
	color: #ffffff;
	cursor:pointer;
}

table.header_table{
	width: 100%;
}
td.col1{
	width: 33%;
}
td.col2{
	width: 34%;
	text-align: center;
}
td.col3{
	width: 33%;
}

/* *********** SCROLLING SECTION SETTINGS ************** */

div.vert_spz{
	font-size: 0em;
}
div.button_line_dense {
	width: 100%;
	display: flex;
	justify-content: space-around;
	text-align: center;
}
div.button_line {
	display: none;
}
div.bot_row {
	position: absolute;
	top: 95px;  	/* var(--bot-y); */
	background-color: #090909;
	float: left;
	left: 1vw;
	width: 95vw;  
	z-index: 70;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

img.page_wide {
    width: 93vw;  	/* var(--image-w);*/
	margin-top: 8px;
}
p.captions { /* used for captions  */
	font-size: 0.875em; /* 16pt */
	text-align: center;
	padding: 0em 0.0em 0.5em 0.0em;
	color: #d1d1d1;
}
span.prod { /* used for product names  */
	font-style: italic;
	font-weight: bold;
}
.moreswitch {
	font-size: 1.250em; /* 2024 */
	/* 2024 font-style: italic; 
	text-decoration: underline; */
}
a.textlink {
	color: inherit;
	font-weight: bold;
	text-decoration: underline;
}
.start_hidden {
	display: none;
	padding-left: 2em;
	font-size: 93%;
}
/* VIDEO PAGE */
div.bot_row_video {
	width: 95vw;  
	
}
video.ten_reasons {
  width: 100%;
  height: auto;
}
/* IFRAME PAGES */
iframe.embedform {
	width: 90vw;
	height: 110vw;
	border:none;
}
iframe.embedslideshow { /*  -----------------------------     slideshow ------------------*/
/*	width: 90vw;
	height: 110vw;*/
	width: 300px;
	height: 250px;
	border:none;
}
/* BUY PAGES */
.topborder {
	border-color: #d1d1d1; 
	border-style: solid; 
	border-width: 1px 0px 0px 0px;
	margin-left: 3px;
}
.buy_instead {
	text-align:center;
	padding: 0.4em 0.5em 0.4em 0.5em; 
	display: inline-block; 
	margin-left: 0.5em; 
	margin-right: 0.5em; 
	border-radius: 2px; 
	color: #d1d1d1; 
	background-color: #555555; 
	box-shadow: 2px 2px #3b3b3b;
}

#buy {
	display: block;
}
#dediBasic {
	display: none;
}
#dediTop {
	display: block;
}
#reserve {
	display: none;
}
#buy2 {
	display: block;
}

/* *********** SIDEBAR (local menu) SETTINGS ************** */
div.leftSidebr {
	position: absolute;
	top: 95px;  	/* var(--bot-y); */
	left: 1vw;
	width: 90vw;
	/*height: 100%;*/
	min-height: 5em;
	overflow: hidden;
	background-color: #292929;
	z-index: 50;
	border-style: outset;
	border-width: 0 2px 2px 0;
	border-color: #a0a0a0;
}
.base_left_menu { /* used for left menu - page contents */  
	font-size: 0.75em; 
	text-align: left;
	padding: 0.0em 0.0em 0.4em 0.2em;
	cursor:pointer;
}
p.left_menu { /* used for left menu - page contents */  
	color: #d1d1d1;
}
p.left_menu_dis { /* used for disabled left menu - current page contents  */
	color: #808080;
}
p.lm_interlinea {
	font-size: 0.25em; 
}
