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 */
}


.hide-mobile {display:none;} /* nascondo */

div#container {
	text-align:left;
	overflow:hidden;
	width:100%;
	min-height:100%;
	position:relative;
	margin:0 auto;
}
div#header {
	position:relative;
	/*-moz-border-radius:10px 10px 0 0;*/
	height:70px;
	line-height:80px;
	margin:0; 
}
div#header a {
	position:absolute;
	right:0;
	top:23px;
}
div#wrapper {
	
	 display: flex; 
	  flex-direction: column;


}
div#content {

	order: 2;
	
}

div#column-left {
	order: 1;
	width:100%;
	
		
	
}
div#column-right {
	order: 3;
	display:none;
	 
}
div#footer {
	padding:5px 0 5px;
}
div#footer {
	clear:left;
	width:100%;
	text-align:center;
	font-size:.8em;
	
}
div#navbar {
	position:relative;
	text-align:left;
	font-family:"Trebuchet Ms", Geneva, Arial, Helvetica, sans-serif;
	height:auto !important;
	width:100%;
}

.pannello-utente {
	
	display:none;
}

/* NAVBAR */

#navbar {

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

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

#orange { 

		display:none;	
}

.cerca-header {
	
	border: 1px solid black;
	padding:5px;
	width:198px;
	eight:120px;
	margin-left:380px;
	margin-top:14px;
	background-color:#1C1115;
	display: inline-block;
    vertical-align: top;
}


.menu_verticale ul {
    display: table;
    width: 100%;
}

	
#menu_verticale li {
		
	 display: table-cell;

}
	

#footer {display:none;}

.head-title {width:0;}
.top-link: {width:50px!important;max-width:50px!important;font-size:8px!important;}