html, body {
	margin:0;
	padding:0;
	height:100%;
}

html {
  /*line-height: 1.15;  1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

div#container {
	
	display: flex; flex-direction: column; 
	
}
div#header {
	position:relative;
	/*-moz-border-radius:10px 10px 0 0;*/
	height:70px;
	max-height:70px;
	margin:0;
	overflow:hidden;
}
div#header a {
	position:absolute;
	right:0;
	top:23px;
}
div#wrapper {
	
	order:2;

}
div#column-left {
	
	order:1;
	width:100%;	
}

div#content {
}

div#column-right {
	
	display:none;
	 
}
div#footer {
	padding:5px 0 5px;
}
div#footer {
	order:3;
	
	width:100%;
	text-align:center;
	font-size:.8em;
	
}

div#footer-bottom {
	
	order:4;
	
}
div#footer-bottom-2 {
	
	order:5;
	
}

div#navbar {
	position:relative;
	text-align:left;
	font-family:"Trebuchet Ms", Geneva, Arial, Helvetica, sans-serif;
	height:auto !important;
	width:100%;
}

/* NAVBAR */

#navbar {

	background: #101010 url("../images/gradation_titolo_grigio.png") top left;
}

.head-title {
	
	display:none;
}
	
.top-link	 {
	
	float:right;
}

.cerca-header {
	width:205px;
	height:30px;
	margin-left:360px;
	display: inline-block;
	background-color:#FFF!important;
}

input.input-cerca { 	 
	
	height:22px;
	width:150px;
	padding:3px 3px 3px 26px !important;
	background:#FFF url("../images/zoom.png") 0 8px no-repeat !important;
	font-size:1em;
	border:none;
	color:#000 !important;
	outline: none;
	display: block;
	margin:0 auto;
}


.menu_verticale ul {
   
    width: 100%;
}

	
#menu_verticale li {
		
	

}

.hide-mobile {display:none;} /* nascondo */	
#footer {display:none;}
#orange {display:none!important;}