@charset "UTF-8";
/* CSS Document */


/* RESPONSIVE  - MOBILE DEVICES */
@media only screen and (max-width: 767px) {
body {
	padding: 0px;
	margin:0px;
}
.mobmenu {
	display:none;
	width: 95% !important;
	height:25px;
	background-color:#666;
	color:#fff;
	padding:10px;
}
	#maincontainer {
	position:relative;
	width:90%;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:auto;
	margin-top:0px;
}
#headermargin {
	visibility:hidden;
	height:0px;
}
#headerimg {
	visibility:hidden;
	display:none;
}
#logo {
	position:relative;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	height:auto;
	text-align:center;
	margin-top:0px;
	top:auto;
	margin-bottom:20px;
	margin-left:0px;
	clear:both;
	background-color:#fff;
}
#language {
	float:none;
	clear:both;
	margin-top:0x; 
}
#flag_it {
	width:auto;
	float:left;
}
#flag_en {
	width:auto;
	float:right;
}
#menu {
	height:auto;
	float:none;
}
.menuitem {
	width:100%;
	float:none;
	text-align:center;
	border:0px;
}
.leftalign {
	margin-right:0px;
	float:none;
}
.rightalign {
	margin-left:0px;
	float:none;
}
.list_img {
	width: 100%;
	float:none;
	margin-bottom:10px;
}
.list_img img {
	width:100%;
	height:auto;
}
.boxservizi {
	width:90%;
}
.respimg {
	width:100%;
	height:auto;
	float:none !important;
	margin-left:0px;
	margin-right:0px;
}
.dmxGallery, #cssGallery1 {
	visibility:hidden;
	display:none;
	height:0px !important;
	width:300px !important;
}
	
#header {
	width:100%;
}
#column {
	width:100%;
	margin-bottom:5%;
	visibility:hidden;
	display:none;
}
#content {
	width:100%;
}

#footer{
	font-size:13px;
}

.greenbg {
	/*
	background-image:none;
	background-color:transparent;
	*/
}
.gallery{
	height:0px;
}

.mob-gallery {
	display: block;
	visibility: visible;
	width:100%;
	height:auto;

}
.mob-gallery img {
	width:100%;
	height:auto;

}
}
#map_canvas { height: 350px;width: 100% }


/* RESPONSIVE  - DESKTOP */
@media only screen and (min-width: 768px) {
	
.mobmenu {
	display: none;

}
#maincontainer {
	position:relative;
	width:960px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
}
.box {
	padding:10px;
	margin-bottom:10px;
}
.gallery{
	height:490px;
}
.mob-gallery {
	display:none;
	visibility:hidden;
	width:0px;
	height:auto;

}
#map_canvas { height: 350px;width: 650px }
/* RESPONSIVE  - BIG SCREENS */

/*
@media only screen and (min-width: 1281px) {
#maincontainer {
	position:relative;
	width:90%;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
}
#headerimg img {
	width:100%;
	height:auto;
}
body {
	font-size: 17px;
}
h1 {
	font-size:32px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size:24px;
}
h4 {
	font-size:22px;
}
.subtitle {
	font-size:20px;
}
}
*/