

/* max-device-width: per i mobili - max-device per il desktop */
@media screen and (max-device-width:1100px) and (orientation:portrait) { 


	#sidebar1 {
	width:50% !important;
	}
	#sidebar2 {
	width:50%  !important;
	}
/* menu -------------------------------------------------------- */

	#menu {
	float:left;
	width:100%;
	position:relative;
	padding:0;
	margin:0;
	height:auto;

	}
	
	#menubar, #menubar2{
	float:left;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	}


	ul#css3menu li {
	width: 50%;
	height:20%;
	margin:0;
	padding:0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index:99999;
	text-align:center;
	

	}

	ul#css3menu {
	padding:0;
	margin:0;
	position:relative;
	left:0;
	top:0;
	}
	ul#css3menu ul *{
	display:none;
	padding:0;
	background:none;
	border:none;
	position:absolute;
	left:-9999px;
	}	

	ul#css3menu a  {
	font-size:25px;
	line-height:2em;
	background:none;
	text-align:center;
	margin:3px;
	
	background: #cdeb8e; /* Old browsers */
	background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

	
}
@media screen and (max-width: 800px) {

#wrap {width:100%;}

}