/* ===================================
/*     PAGINE STATICHE
======================================*/

#containerSite
{
    padding-bottom:100px;
}

.header-sezione
{
    margin-bottom:40px;
}

.textcontatti  {
	letter-spacing:1px;
    text-align:justify;
}

p.lead {
	font-size: 20px;
	line-height: 1.4;
    text-align:justify;
}

.textlist {   
    line-height:30px;  
}

p.leadtextlist {
	font-size:16px;
	line-height:0.9em ;
   
}

.titletext {
    text-align:center;
    margin:20px;

}

.text-center {
    text-align:center
        }

.pbottom {
    color:white;
}

.section-title-style2 {
	position: relative;
}

.section-title-style2, .section-title.style2 {
	position: relative;
}
.style2 .section-title:after, .section-title-style2:after, .section-title.style2:after, .section-title-style2:after {
	background: #999;
	content: "";
	display: block;
	height: 1px;
	margin-left: 20%;
	position: absolute;
	top: 28px;
	width: 60%;
	z-index: 1;

}

.section-title-style2 span, .section-title.style2 span {
	background: #EFEFEF;
	display: inline;
	padding: 6px;
	position: relative;
	width: auto;
	z-index: 2;
}
 .style2 .section-title span, .section-title.style2 span, {
 color: #2c3e50;
 display: table;
 position: relative;
 z-index: 2;
 background: #fff;
 padding: 5px 15px;
 text-align: center;
 text-transform: uppercase;
 width: auto;
 margin: 0 auto;

 }

 h1 {
    font-size: 3em;
}

.btn-primary i
{
    vertical-align:middle;
}

.formcontatti {
    margin:15px 0 40px;
}

/* Pagina FAQ */

div.FAQ.PaginaIstituzionale > p.Header
{
    background:#ececec;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    padding: 9px 10px;
    position: relative;
    text-align: left;
    margin-bottom:20px;
}

div.FAQ.PaginaIstituzionale p.Paragrafo
{
    padding:0 10px 20px;
}

div.FAQ.PaginaIstituzionale .fa:after {
    content: "\00a0\00a0";
}

@media all and (max-width: 767px) {
h1.title-big 
{font-size:2.5em !important; }

.style2 .section-title:after, .section-title-style2:after, .section-title.style2:after, .section-title-style2:after
{top:18px;}

.container{font-size:13px;}

.formcontatti form .row button 
{
    width:100%;
    margin-bottom:10px;
}}