

body *{
	font-family: 'Open Sans' !important;
	font-weight: 400;
}
body strong{
	font-weight: 700;
}
.clarato{
	clear: both;
	padding: 0 !important;
	width: 100%;
}
#div_bg{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center left;
	z-index: 1;
	background-image: url("bg.jpg");
}
#content{
	position: relative;
	z-index: 4;
	width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}
#sez_header{
	background: #fff;
}
#sez_header p{
	color: #fff;
	background: #007d77;
	font-size: 20px;
    letter-spacing: 0.5px;
}
#content > .sezione{
	margin-bottom: 50px;
}
#content > .sezione div, #content #sez_header p{
	padding: 15px 3%;
}
#content #sez_content{
	padding-top: 30px;
	padding-bottom: 5px;
}
#sez_header .flottato{
	width: 44%;
    float: left;
}
#sez_header div + div{
	text-align: right;
}
#sez_content{
	background: #fff;
    background: rgba(255,255,255,0.75);
}
#sez_content p{
	line-height: 22px;
    text-align: justify;
    padding-bottom: 12px;
    font-size: 15px;
}
h1{
	text-transform: uppercase;
}
h1, h2{
	text-align: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 22px;
}
#logo_assemblasolo{
	margin-top: 24px;
}
#sez_header img{
	max-width: 100%;
}
.p_left{
	text-align: left !important;
}
ul {
	padding-left: 20px;
	list-style-type: circle;
	line-height: 22px;
    padding-bottom: 12px;
    font-size: 15px;
}




@media only screen and ( max-width: 700px ) {
	#logo_assemblasolo{
    margin-top: 25px;
	}
	h1, h2{
    font-size: 18px;
    line-height: 28px;
	}
	#sez_header p{
    font-size: 18px;
    letter-spacing: 0;
	}
}
@media only screen and ( max-width: 600px ) {
	#sez_header .flottato{
    width: 100%;
    float: none;
    padding: 0 !important;
	text-align: center !important;
	}
	#sez_header{
	padding-top: 20px;
	}
	#logo_assemblasolo{
    margin-top: 35px;
    margin-bottom: 25px;
	}
	h1, h2{
    text-align: justify;
	}
	#content > .sezione div, #content #sez_header p{
    padding: 15px 30px;
	}
	#sez_header p{
	line-height: 24px;
	}
	#sez_header p > span{
	max-width: 290px;
    display: inline-block;
	}
}
@media only screen and ( max-width: 400px ) {
	#sez_header p{
    font-size: 16px;
	}
	#sez_header p > span{
    max-width: 255px;
	}
}



