/* Fonts */
@font-face {
    font-family: 'edo';
    src: url('fonts/edo-sz.ttf')  format('truetype'),
    	url('fonts/edo-sz.woff2') format('woff2'),
        url('fonts/edo-sz.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* General and reusable element */
*{
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}
html, body{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, a, li {
	font-family: 'Open Sans', sans-serif;
	color: #333333;
}
strong{
	font-weight: 600;
}
.p-r{
	padding-right: 20px;
}
.p-l{
	padding-left: 20px;
}
.arrow-black{
	width: 100%;
    margin-bottom: -2px;
	vertical-align: middle;
}
.arrow-down{
	position: absolute;
    left: 50%;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 45px solid #f0f0f0;
    margin-left: -45px;
    bottom: -45px;
}
.btn{
	margin: 0 auto;
    background: #ff5c26;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    height: 60px;
    font-size: 16px;
    letter-spacing: 1px;
    transform: scale(1);
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none;
    display: block;
    line-height: 60px;
    padding: 0 30px;
    max-width: 450px;
}
.btn:hover {
    transform: scale(1.05);
    background: #ff6d3c;
    box-shadow: 0 2px 20px rgba(100,100,100,0.5);
}
/* Header */
header{
	background-color: #f0f0f0;
	padding: 20px 0;
}
header h1{
	font-size: 30px;
	font-weight: 100;
	max-width: 860px;
	margin: 15px 0 0;
}
header h1 strong{
	font-weight: 600;
}
/* Main Section */
main{
	background-color: #f0f0f0;
	padding: 0 0 50px;
	position: relative;
}
main h2{
	font-size: 20px;
	line-height: 130%;
	font-weight: 100;
	margin-top: 0;
    max-width: 455px;
}
main h2 strong{
	font-weight: 600;
}
main .list {
    margin: 30px 0 30px;
    padding: 0;
    list-style: none;
}
main .list li {
    margin: 18px 0;
}
main .list li p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}
main .list li p span{
	color: #79bf43;
}
main .list li img {
    float: left;
    margin-right: 8px;
}
main h3{
	font-size: 30px;
	line-height: 130%;
	font-weight: 100;
}
main h3 span{
	color: #79bf43;
	font-weight: 600;
}
main img.arrow{
	position: absolute;
	top: 290px;
    left: 400px;
}
/* Plus Section */
.plus{
	padding: 50px 0;
	background: #333333 url('../images/sfondo-plus.jpg') center center no-repeat;
	background-size: cover;
}
.plus h2{
	color: #ffffff;
	font-weight: 100;
	font-size: 28px;
	line-height: 130%;
}
.plus h2 span{
	font-weight: 600;
}
.plus .list {
    margin: 30px 0 30px;
    padding: 0;
    list-style: none;
}
.plus .list li {
    margin: 24px 0;
}
.plus .list li p {
    margin: 0;
    font-size: 24px;
    line-height: 33px;
	color: #ffffff;
	text-transform: uppercase;
    font-family: 'edo';
}
.plus .list li img {
    float: left;
    margin-right: 8px;
}

/* Slider Section */
.testimonial{
	background-color: #f0f0f0;
	padding: 50px 0 0; 
}
.testimonial h2{
	text-align: center;
	font-size: 28px;
	color: #79c043;
	line-height: 130%;
	margin-bottom: 60px;
}
.testimonial .container{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.testimonial .card{
	background-color: #ffffff;
    margin: 90px 12px 12px;
    box-sizing: border-box;
    padding: 90px 20px 10px;
    min-height: 658px;
}
.testimonial .img-testimonial img{
    max-width: 180px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -90px;
}
.testimonial .card .text h4{
	color: #79bf43;
	font-size: 15px;
	font-weight: bold;
	line-height: 130%;
	text-align: center;
}
.testimonial .card .text p{
	color: #333333;
	font-size: 15px;
	font-weight: 100;
	line-height: 150%;
	text-align: center;	
}
.testimonial .owl-nav{
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.testimonial .owl-prev{
	position: absolute;
    left: -20px;
}
.testimonial .owl-next{
	right: -20px;
    position: absolute;

}
.testimonial .owl-prev span,
.testimonial .owl-next span{
	font-size: 30px;
    line-height: 30px;
	color: #79c043;
}
.testimonial .owl-theme .owl-nav .owl-prev:focus,
.testimonial .owl-theme .owl-nav .owl-next:focus,
.testimonial .owl-theme .owl-dots .owl-dot:focus{
	outline: none;
}
.testimonial .owl-theme .owl-dots .owl-dot span{
	background-color: transparent;
	border: 1px solid #79c043;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span,
.testimonial .owl-theme .owl-dots .owl-dot:hover span{
	background: #79c043;
}
.testimonial .owl-theme .owl-nav [class*=owl-]:hover{
	background-color: transparent;
}
/* CTA Section */
.fascia-cta{
	background-color: #333333;
	padding: 40px 0 50px;
}
.fascia-cta p{
	text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 130%;
    font-weight: 100;
}
.fascia-cta p span{
	font-weight: 600;
}
/* Domande Section */
.domande{
	padding: 50px 0;
	background-color: #ffffff; 
}
.domande .domanda{
	margin-bottom: 40px; 
}
.domande .domanda h3{
	color: #79bf43;
    line-height: 28px;
}
.domande .domanda p{
	font-size: 15px;
	line-height: 200%;
	font-weight: 100;
	margin-bottom: 0; 
}
.domande .domanda .list {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
.domande .domanda .list li {
    margin: 8px 0;
}
.domande .domanda .list li p {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
}
.domande .domanda .list li img {
    float: left;
    margin-right: 8px;
    margin-top: 3px;
}
/* ChiSono Section*/
.chi-sono{
	padding: 50px 0 0;
	background-color: #f0f0f0;
}
.chi-sono .img-chisono{
	float: right;
	width: 100%;
	max-width: 584px;
	height: auto;
}
.chi-sono h2{
	font-size: 28px;
	line-height: 130%;
	color: #79bf43;
}
.chi-sono p{
	font-size: 14px;
	font-weight: 100;
	line-height: 180%;
}
.chi-sono p strong{
	font-weight: 600;
}

/* Footer */
footer .footer-top{
	background-color: #ffffff;
	padding: 18px 10px;
}
footer .footer-top p{
	font-size: 12px;
	text-align: center;
	font-weight: 100;
}
footer .footer-center{
	background-color: #f4f4f4;
	padding: 18px 10px;
}
footer .footer-center p{
	font-size: 12px;
	font-weight: 100;
}
footer .footer-center p span{
	color: #6abb25;
    font-weight: 600;
}
footer .footer-bottom{
	background-color: #f4f4f4;
}
footer .footer-bottom .line-black{
	width: 90%;
	max-width: 1480px;
	height: 1px;
	background-color: #333333;
	margin:0 auto; 
}
footer .footer-bottom .container{
	padding-top: 20px;
	padding-bottom: 15px;
}
footer .footer-bottom p{
	font-size: 12px;
	font-weight: 100;
	margin-top: 0;
}




