/* FONT FAMILY */
body{font-family: 'Helvetica';}


.uppercase{text-transform: uppercase}
.lowercase{text-transform: lowercase}

.background-container-header{
	background: url(../images/background-header.jpg) center no-repeat;
	background-size: cover;
	min-height: 745px;
}
.background-container-header-interna{
	background: url(../images/background-header.jpg) center no-repeat;
	background-size: cover;
}

.blu{color:#0062a5}
.blu-chiaro{color:#1C6DE3}
.bluetto{color:#3B88BD}
.bianco{color:#fff;}
.nero{color:#3D3D3D}
.verde{color:#00bd7e}
.verdino{color:#00BD8E}
.fucsia{color:#AE2573}
.grigio{color:#707070;}

.background-bianco{background-color: #fff !important}
.background-azzurrino{background-color: #9ad7ec !important}
.background-blu{background-color: #0062a5 !important}
.background-grigio{background-color: #fbfbfb !important}

.padding10-bottom{padding-bottom: 10px;}

.no-margin{margin:0;}
.no-padding{padding: 0;}

.margin70top-40bottom{margin-top:70px;margin-bottom: 40px}

.margin10-top{margin-top:10px;}
.margin20-top{margin-top:20px;}
.margin30-top{margin-top:30px;}
.margin40-top{margin-top:40px;}
.margin50-top{margin-top:50px;}
.margin70-top{margin-top:70px;}
.margin80-top{margin-top:80px;}
.margin90-top{margin-top:90px;}
.margin100-top{margin-top:100px;}

.margin20-bottom{margin-bottom: 20px}
.margin30-bottom{margin-bottom: 30px}
.margin40-bottom{margin-bottom: 40px}
.margin50-bottom{margin-bottom: 50px}
.margin80-bottom{margin-bottom: 80px}
.margin100-bottom{margin-bottom:100px;}

.margin10-row{margin-top:10px;margin-bottom: 10px}
.margin15-row{margin-top:15px;margin-bottom: 15px}
.margin20-row{margin-top:20px;margin-bottom: 20px}
.margin30-row{margin-top:30px;margin-bottom: 30px}
.margin40-row{margin-top:40px;margin-bottom: 40px}
.margin50-row{margin-top:50px;margin-bottom: 50px}
.margin60-row{margin-top:60px;margin-bottom: 60px}
.margin70-row{margin-top:70px;margin-bottom: 70px}
.margin80-row{margin-top:80px;margin-bottom: 80px}

.titolo-page-header{font-size:39px;}
.titolo-page-fascia-header{font-size:52px;line-height: 65px;}
.titolo-testo-page-fascia-header{font-size:30px;}
.testo-page-fascia-header{font-size:23px;line-height: 35px;}
.testo-download-contenuti{font-size:27px;line-height: 35px;}
.testo-alert{font-size:18px;line-height: 25px;}
.text-footer{font-size:16.5px;}
.text-content-other{font-size:17px;}


.img-center{margin:0 auto;}


/* ALTRO */
.footer-links{
	color:#fff;
}
.footer-links:hover, .footer-links:focus, .footer-links:active{
	color:#fff;
}
.active-menu {
    border-bottom: 2px solid #f0d502;
}
.separatore-contenuti{
    border-bottom: 15px dotted #9ad7ec;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* MEDIA QUERY */
@media screen and (min-width: 992px) and (max-width: 1350px){
  
}
@media screen and (min-width: 1200px){
  
}
@media screen and (max-width: 768px){
	.titolo-page-fascia-header {
		font-size: 35px;
		line-height: 49px;
	}
	.titolo-testo-page-fascia-header{font-size: 23px;}
  	.img-center-xs{
		margin:0 auto;
	}
	.img-edra{max-width:160px}
	.text-center-xs{
		text-align: center !important;
	}
}
@media screen and (max-width: 460px){
	
	
}
