/* Box-sizing -*/
* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 *behavior: url('/test/grid/script/boxsizing.htc');
}

/* Display block per gli elementi HTML5 su IE */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
 display: block;
}

/* Immagini responsive */
img { 
	border:0; 
	vertical-align:middle; 
	-ms-interpolation-mode:bicubic;
	max-width: 100%;
}

 
/* Stili di base e tipografia */
html {
  font-size: 100%;
  color: #fff
}

body {
	margin: 0;
	padding: 0;
	background-color: #003057; 
}

p {
	font-weight: 300;
	font-size: 18px;
	line-height: 20px;
	color:#FFF; 
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;	

}

.immagini{
	text-align:center;
	padding: 15px;

}

#parent {width: 100%; height: 100%;} /* or without overflow */

a {
 color: #EA690A;
 text-decoration: none;
}

a:hover {
 color: #FFF;
 text-decoration: none;
}

h1, h2, h3, h4, h5, h6 { 
	font-family: 'Raleway', sans-serif;
}

h1 { 
 font-size:42px; 
	line-height:46px; 
	margin-bottom:20px; 
}

h2 { 
 font-size:28px; 
	line-height:32px; 
	margin-bottom:12px; 
}

h3 { 
	font-size:21px; 
	line-height:25px; 
	margin-bottom:8px; 
}

.bold {
	font-weight:500;
	color: #FFF;	
}


#logo {
	margin-top: 10px;
	text-align: center;
}

#contacts {
	margin-top:30px;	
}

/*@media only screen and (max-width:770px) and (min-width:501px){

#footer_box{
	height: auto;
	background: none;

}

#footer{
	height: 100%;
	background: none;
	background-size:none;
	border-top: none;
	position:relative;
	font-size: 10px;
	line-height:1.5;
}

.pallino {
	display: none;	
}

.accapo {
	display: inline;	
}
 

#menu ul li{
text-align: center;
list-style: none;
display: inline;
padding: 0 3px;
font-size: 15px;
font-weight: 300;
}

#menu ul li.punto{
font-size: 8px;
}
  
#link4content .testo{
max-width: 100%;
width: 100%;
}


}



@media only screen and (max-width:500px) {

#menu {
	width: 100%;
	min-height: 0px;
	max-height:5000px;
}
#menu ul{
	height: auto;
}

#menu ul li{
background-color:#F0F0F0;
border-top: 1px dashed #CCCCCC;
text-align: center;
list-style: none;
display: block;
padding: 7px 0px;
font-size: 20px;
font-weight: 300;
position: relative;
top: -9px;
}

#menu ul li:last-child{
border-bottom: 1px dashed #CCCCCC;
}

.pallino {
	display: inline;	
}

.accapo {
	display: none;	
}


#link4content img{
	clear: left;
	padding:: auto;
	margin: auto;

}

#link4content .testo{
	max-width: 525px;
	clear: both;
}


}*/