
#div_menu_total_mobile
{
	z-index: 85000; 
	position: fixed;  
	top: 0px;  
	min-width: 240px; 
	min-height: 80px; 
	width: 100%;  
	right: 0px; 
	border-bottom: 0px solid #FFFFFF; 
	background-color: #6F6F72; 
	overflow: visible;
	display: none;
}

#div_menu_total_mobile_real
{
	z-index: 85000; 
	position: fixed;  
	top: 0px;  
	min-width: 240px; 
	min-height: 69px; 
	width: 100%;  
	right: 0px; 
	border-bottom: 1px solid #DDDDDD; 
	background-color: #1F2124; 
	overflow: visible;
	display: block;
}


#TreeMenu_mobile_wrapper
{
	position: relative;
	top: 80px;
	width: 100%;
	display: none;
	height: 950px;   
	margin-top: -950px;
	background-color: #6F6F72; 
	
   /* padding: 59px 0 0;*/
 }

 #TreeMenu_mobile_wrapper_real
{
	position: relative;
	top: 70px;
	width: 100%;
	display: block;
	height: 950px;   
	margin-top: -950px;
	background: url(../immagini/back_mobile.jpg) no-repeat left top;  
	background-size: cover;
	
   /* padding: 59px 0 0;*/
 }
 #TreeMenu_mobile
{
	position: relative;
	top: 30px;
	width: 100%;
	height: 950px;   
	background-color: transparent;
	
   /* padding: 59px 0 0;*/
 }

#logo_mobile 			{ z-index: 85100; position: absolute; top: 6px;  left: 2%; height: 72px;  width: auto;  background-color: Transparent;  }
#logo_text		 			{ z-index: 85100; position: absolute; top: 27px;  left: 50%; margin-left: -100px; height: auto;  width: 238px;  background-color: Transparent;  display: block;  }
#Title_mobile 				{ position: relative; width: 70%; top: 20px; left: 15%;  text-align: center; color:#007E01; font-family: 'Open Sans', Calibri; font-size: 23pt; font-weight: bold;  }

#service_mobile 			{ z-index: 99; width: 100%; position: relative; top: 0px; height: 60px; background-color: Transparent;    }
#m_account 				{ position: absolute; top: 15px; left: 90%; margin-left: -120px; background-color: Transparent; cursor: pointer;  }
#m_privacy 					{ position: absolute; top: 15px; left: 90%; margin-left: -60px; background-color: Transparent; cursor: pointer;   }
#m_cookie 					{ position: absolute; top: 15px; left: 90%; background-color: Transparent; cursor: pointer;   }
#img_m_access 			{ width: 40px; height: 40px; }
#img_m_privacy 			{ width: 40px; height: 40px; }
#img_m_cookie 			{ width: 40px; height: 40px; }


	
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?8ouqbg');
	src:url('../fonts/icomoon.eot?8ouqbg#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?8ouqbg') format('truetype'),
		url('../fonts/icomoon.woff?8ouqbg') format('woff'),
		url('../fonts/icomoon.svg?8ouqbg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'icomoon';
		src: url('../fonts/icomoon.svg#icomoon') format('svg');
	}
}

.content-mobile {
	display: block;
	position:fixed;
	width: 59px;
	height: 59px;
	right: 14px;
	top: 15px;
}

.ca-menu-mobile{
	width: 59px;		/*  larghezza menu  mobile */
	color: #6F6F72;
}

.ca-menu-mobile li:hover{
	cursor: pointer;
	color: #6F6F72;
}


.icon-uniF0C9 {
 	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	font-size: 4em;			/*  altezza icon item menu  */
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;

	line-height: 50px;
	color: #F8F8F8;
	/* text-shadow: 1px 0px 1px rgba(255,255,255,0.8); */
	top: 1px;
	left: 0px;
	width: 40px;
	height: 40px;
	speak: none;
	position: absolute;
	display: block;

	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
 	
.icon-uniF0C9:before {
	content: "\f0c9";
}


@media (min-width: 980px) 
{

#div_menu_total_mobile			{ display: none; }
#TreeMenu_mobile_wrapper		{ display: none; }

#Title_mobile 								{ position: relative; width: 70%; top: 20px; left: 15%;  text-align: center; color:#007E01; font-family: 'Open Sans', Calibri; font-size: 23pt; font-weight: bold;  }

}


@media (min-width: 768px) and (max-width: 979px) 
{

#div_menu_total_mobile			{ display: block; }
#TreeMenu_mobile_wrapper		{ display: block; }

#Title_mobile 								{ position: relative; width: 70%; top: 20px; left: 15%;  text-align: center; color:#007E01; font-family: 'Open Sans', Calibri; font-size: 20pt; font-weight: bold;  }

}


@media (min-width: 450px) and (max-width: 767px) 
{
#Title_mobile 				{ position: relative; width: 70%; top: 20px; left: 15%;  text-align: center; color:#007E01; font-family: 'Open Sans', Calibri; font-size: 18pt; font-weight: bold;  }
#logo_text		 			{ z-index: 85100; position: absolute; top: 29px;  left: 50%; margin-left: -78px; height: auto;  width: 200px;  background-color: Transparent;  display: block; }

#div_menu_total_mobile			{ display: block; }
#TreeMenu_mobile_wrapper		{ display: block; }


}

@media (min-width: 365px) and (max-width: 449px) 
{
#Title_mobile 				{ position: relative; width: 70%; top: 20px; left: 15%;  text-align: center; color:#007E01; font-family: 'Open Sans', Calibri; font-size: 18pt; font-weight: bold;  }
#logo_mobile 			{ z-index: 85100; position: absolute; top: 10px;  left: 1.4%; height: 66px;  width: auto;  background-color: Transparent;  }
#logo_text		 			{ z-index: 85100; position: absolute; top: 31px;  left: 50%; margin-left: -58px; height: auto;  width: 150px;  background-color: Transparent;  display: block; }

#div_menu_total_mobile			{ display: block; }
#TreeMenu_mobile_wrapper		{ display: block; }


}

@media (max-width: 364px) 
{
#Title_mobile 				{ position: relative; width: 70%; top: 20px; left: 15%;  text-align: center; color:#007E01; font-family: 'Open Sans', Calibri; font-size: 18pt; font-weight: bold;  }
#logo_mobile 			{ z-index: 85100; position: absolute; top: 6px;  left: 2%; height: 72px;  width: auto;  background-color: Transparent;  }
#logo_text		 			{ display: none; }

#div_menu_total_mobile			{ display: block; }
#TreeMenu_mobile_wrapper		{ display: block; }

}
