

#top_menu {
	display:none;
	/*background-color:#000000;*/


	}
	
#top_menu ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
	font-size:18px;
	

	
	
}
#top_menu ul li {
	display: block;
	float:left;
	padding: 0px 24px;
	


	
	}
#top_menu ul li a {
	text-decoration: none;
}
#top_menu a:link
 {
	color: #FFF;
}

 #top_menu a:visited
 {
	color: #FFF;
}

#top_menu  ul li:hover, #top_menu  ul li:hover a
{
	color: #274696;
	background-color:#be272e;
	border-radius:3px;
	transition-property: background-color; /*Standard */
    transition-duration: 1.5s;
	-webkit-transition-property: background-color; /*Safari e Chrome */
    -webkit-transition-duration: 1.5s;
          
  -moz-transition-property: background-color;    /*Firefox*/
  -moz-transition-duration: 1.5s;
  
   transition-delay: 0.1s;
 -webkit-transition-delay: 0.1s;
 -moz-transition-delay: 0.1s;
	
}
#top_menu  ul li.attivo, #top_menu  ul li.attivo a
{
	
	color: #274696;
	background-color:#be272e;
	border-radius:3px;
	
}

#link_menu_m
{
	background: center center no-repeat transparent;
	background-image: url( "../immagini/icone/menu3linee.png" );
	display: block;
	width: 40px;
	height: 30px;
	
}


#div_menu_m {
	position: relative;
	top: 7px;
	left: 10px;
	height: 40px;
	width:30px;
	
	}	

#div_loghi_hp{
	width:80%;
	margin:0 auto;
	//background-color:#FF0;
	text-align: right;
	
	

}
#div_animazione{
width:80%;
//background-color:#0FF;
margin:10px auto;
}


#div_loghi{
		width:80%;
	margin:0 auto;
	//background-color:#FF0;
	text-align: center;
	
}
.fotopag{
	width:50%;
	clear:both;
	background-size: 950px;
	margin-top:10px;
	
}

.fotopag img{
	width:100%;
	display:block;
}


div#logo{
	background-image: url(../immagini/home/logosmall.png);
	background-size: 200px 74px;
	background-repeat: no-repeat;
	width:200px;
	height:74px;
	margin:0 auto;
	
}	


#div_opaco{
display:none;
z-index:100;
}

#riga_sopra{
position:relative;
top:0px;
width:100%;
height: 40px;
background-color: #ffffff;
z-index=9999;

}

/* tablet */
@media only screen and (min-width: 701px) {

#riga_sopra{
display:none;
}


#header_hp #div_opaco{
top:86%;
height:14%;
		
}
#header #div_opaco{
top:75%;
height:25%;	
}
#div_opaco{
		display:block;
		position: absolute;
		width:100%;
		background-color: #be272e;
		opacity:0.8;
		}	

	div#logo{
	background-image: url(../immagini/home/logobig.png);
	background-size: 220px 0px;
	background-repeat: no-repeat;
	width:220px;
	height: 0px;
	float:left;
	
	
	}
	
	#header_hp_contenuto #top_menu {
	position:absolute;
	top: 87%;
	}
	#header_contenuto #top_menu {
	position:relative;
	top: 80%;
	}
	#top_menu {
	display:block;
	z-index:9999;
	height: 65px;
	padding: 0px;
	width:80%;
	margin: 0 auto; 
	left:5%;
	float:left;
	/*font-family:hamburg-xlight-webfont;*/
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size:15px;
	text-decoration: none;
	line-height: 50px;
	}
	#top_menu ul li {
		padding: 0px 10px;
	}
	#div_loghi_hp{
	width:100%;
	margin:0 auto;



	}
	
	#div_animazione{
	width:100%;
	max-width: 950px;
	padding:0 2.5%;
	margin:0 auto;
	}
	
	#div_loghi{
	width:100%;
	margin:0 auto;
	}
	
	.fotopag{
	width:87%;
	height:237px;
	clear:both;
	margin:0 auto;
	z-index: +1;
	background-size: 950px ;
	
	}
	
	.fotopag img{
	width:100%;
	}
	


#menu_m, #link_menu_m{
		display: none;
	}
	
	#div_menu_m_hp{
	display: none;
	
	}
	#div_menu_m{
	display: none;
	}

	
}

/* desktop */
@media only screen and (min-width: 1024px) {


	
	#top_menu ul li {
		padding: 0px 24px;
	}

}

