/*home-style.css
da caricare DOPO il file w3-sd.css*/

html, body{height:auto;width:auto;}
/*body{font:100% serif;background:rgb(255,203,163);}/*rosso*/
/*body{font:100% serif;background:rgb(210,254,163);}/*verde*/
/*body{font:100% serif;background:rgb(255,223,91);}/*giallo*/
body{font:100% serif;background:rgb(178,165,233);}/*malva*/
/*body{font:100% serif;background:rgb(153,153,153);}*/

.container {
    width:100%;
	height:auto;
	margin:0px auto;
	text-align:left;
}
.uno{
	display:block;
	float:left;
	width:25%;
	height:auto;
	background:transparent;/
	/*background:rgb(153,153,153);*/
	/*border:1px solid yellow;*/
}
.due{
	display:block;
	float:left;
	width:75%; 
	height:13em;
	background:transparent;
	/*background:rgb(153,153,153);*/
	/*border:1px solid red;*/
}
.tre{
	display:block;
	float:left;
	width:75%;
	min-height:19em;
	background:transparent;
	/*background:rgb(178,165,233);/*malva*/
	/*background:rgb(153,153,153);*/
	/*border:1px solid red;*/
}
.quattro{
	display:block;
	width:100%;
	height:2em;
	background:transparent;
	/*background:rgb(153,153,153);*/
	/*border:1px solid blue;*/
}

.foot25sx{
	display:block;
	float:left;
	width:25%;
	height:2em;
	padding-top:1em;
	text-align:left;
}
.foot50{
	display:block;
	float:left;
	width:50%;
	height:2em;
	text-align:center;
}
.foot25dx{
	display:block;
	float:left;
	width:25%;
	height:2em;
	text-align:right;
}
.menu-big{
	display:block;
	width:100%;
	height:auto;
	text-align:right;
	/*border:1px solid green;*/
}
.menu-mini{
	display:block;
	width:100%;
	height:auto;
	text-align:right;
	/*border:1px solid blue;*/
}
.menu_head{
	/*position:absolute;
	top:0px;
	right:0px;*/
	position:relative;
	width:100%;
	height:10em;
	/*float:right;*/
	text-align:right;
	background:transparent;
	border:1px solid red;
	z-index:1;
}

/*ANCHOR ETC..*/
a{	
	color:rgb(80,80,80); /*deep-grey*/
	font:1em sans-serif;
	text-decoration:none;
}
a.foot{
	color:rgb(0,0,0); /*black*/
	font:1em sans-serif;
	text-decoration:none;
}	
/*FINE ANCHOR ETC..*/
/*Paragrafi*/
.corpo{
	font: 1.1em serif;
	padding-top:.25em;
	padding-right:5px;
	padding-left:5px;
	/*text-indent:1em;*/
	text-align:justify;
}
p.piede{
	font:bold 1em sans-serif;
	color:rgb(0,0,0);
	padding:0;
}
/*fine paragrafi*/
/*VERTICAL MENU*/
/* define a fixed width for the entire menu */
.navigation {
  width:100%; /*legato al <div> che lo contiene*/
  text-align:right;
}

/* reset our lists to remove bullet points and padding */
.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* make ALL links (main and submenu) have font, padding and background color */
.mainmenu a {
  display: block;
  text-decoration: none;
  padding: .2em;
  font: .9em "Arial", sans-serif;
  color: #000;
  background-color:transparent;
}

/* add hover behaviour */
.mainmenu a:hover {
    /*background-color: #C5C5C5;*/
	color: rgb(255,255,255);
}


/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

.mainmenu li:hover .submenu {
  display: block;
  max-height: 350px;
}

/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

.submenu a {
  background-color: transparent;/*malva scuro*/
  /*background-color: #999;*/
  font-size:.8em;
  font-style:italic;
}

/* hover behaviour for links inside .submenu */
.submenu a:hover {
  /*background-color: rgb(255,122,0);/*verde scuro*/
  /*background-color: rgb(13,195,0);/*verde scuro*/
  /*background-color: rgb(235,127,0);/*giallo scuro*/
  background-color: rgb(103,86,182);/*malva scuro*/
  /*background-color: #666;*/
}

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}
/*END VERTICAL MENU*/

/*IMMAGINI*/
.photo-ver {
	display:block;
	margin-top:1em;
	margin-bottom:10px;
	margin-left:25%;
	width:50%;
	height:auto;
   z-index:0;
}
.tit-hor {
	display:block;
	margin-top:2em;
	margin-left:5px;
	width:35%; 
	height:auto;
    float:left;
 }

.tit-ver {
	display:block;
	margin-left:15%;
	margin-bottom:2em;
	width:75%;
	padding-bottom:3px;
	height:auto;
}
/*FINE IMMAGINI*/