/* GENERALI */
p, a, span, ul, li{
    font-family: 'Cabin', sans-serif;
    font-weight: normal;
    font-size: 16px;
}
h1, h2, h3, h4, h5, b, strong{
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
}
.container-fluid{
    max-width: 1500px;
}
img{
    max-width: 100%;
}
/* HEADER */
nav.navbar{
    padding-top: 30px;
    padding-bottom: 30px;
}
.navbar-brand img{
    max-width: 200px;
}
nav .navbar-nav a.nav-link{
    color: #707070;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 10px !important;
    padding-right: 10px !important;
    transition: all 0.2s linear;
}
nav .navbar-nav a:hover{
    color: #6FB216;
}
.navbar-nav a.active.nav-link{
    color: #333;
    border-bottom: 2px solid #6FB216;
}
button.navbar-toggler{
    outline: none;
}
span.mobile-menu-icon{
    width: 30px;
    height: 25px;
    display: inline-block;
    background-image: url(../images/mobile-nav.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
span.toggle-text{
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 0;
    display: block;
}
@media(max-width: 991px){
    ul.navbar-nav{
        margin-top: 20px;
    }
    .navbar-nav a.active.nav-link{
        border-bottom: none;
    }
}
@media(max-width:767px){
    .navbar-brand, .navbar-brand img{
        max-width: 160px;
    }
}
/* INTRO */
.sez-intro{
    position: relative;
    background-image: url('../images/header.jpg');
    background-position: center;
    background-size: cover;
}
.sez-intro .row{
    height: 700px;
}
.sez-intro h1{
    font-size: 60px;
    line-height: 70px;
    color: #424448;
}
.sez-intro h1 span{
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
}
.txt-grey{
    color: #424448 !important;
}

.p-sez{
    padding: 70px 0;
}
@media(min-width: 992px){
    .sez-intro h1{
        padding-left: 50px;
    }
}
@media(max-width: 767px){
    .sez-intro h1{
        font-size: 40px;
        line-height: 50px;
        text-shadow: 0 1px 4px #c0c0c0;
    }
    .sez-intro h1 span{
        font-size: 40px;
        line-height: 50px;
    }
    .sez-intro .row{
        height: 500px;
    }
    .p-sez{
        padding: 30px 0;
    }
}
/* Sezione progetto */
.bg-light-green{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(116,175,13,0.2) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(116,175,13,0.2) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(116,175,13,0.2) 100%);
}
.titolo-sez{
    font-size: 50px;
    line-height: 50px;
    color: #424448;
    margin-bottom: 30px;
}

/* Sezione Caratteristiche */
.sez-caratteristiche{
    background-image: url('../images/bg-caratteristiche.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.titolo-2{
    font-size: 50px;
    line-height: 50px;
    color: #6FB216;
    margin-bottom: 30px;
    text-align: center;
}
.sez-caratteristiche .titolo-2{
    text-align: center;
}
.item-caratteristica{
    margin-top: 30px;
}
.cont-img{
    width: 100px;
    position: relative;
    display: inline-block;
    float: left;
}
.cont-img img{
    max-width: 100%;
}
.cont-txt{
    width: calc(100% - 100px);
    display: inline-block;
    margin: 0;
    float: left;
    padding: 30px 20px;
}
.cont-txt h3{
    font-size: 22px;
    color: #707070;
}
.cont-txt p{
    color: #707070;
}
@media(max-width: 1199px){
    .sez-caratteristiche{
        background-image: none;
    }
    .sez-caratteristiche .box-img-cubo-carat{
        background-image: url('../images/bg-caratteristiche.jpg');
        background-size: cover;
        background-position: bottom;
        padding-bottom: 50px;
    }
}
@media(max-width:767px){
    .titolo-2{
        font-size: 30px;
        line-height: 40px;
    }
}
/* Sezione Bello giorno e sera */
.titolo-sez span{
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
}
.txt-green{
    color: #6FB216;
}

/* Concept */
.mtb-50{
    margin-top: 50px;
    margin-bottom: 50px;
}
.text-center{
    text-align: center;
}

/* Expo */
.bg-gradient-grey{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(135deg, rgba(0,0,0,0) 0%, rgba(235,235,235,1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(0,0,0,0) 0%, rgba(235,235,235,1) 100%);
    background: linear-gradient(135deg, rgba(0,0,0,0) 0%, rgba(235,235,235,1) 100%);
}
.titolo-2{
    text-align: left;
}
.logo-expo{
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}
.img-expo{
    max-width: 100%;
    margin: 50px auto 0;
}
@media(max-width: 991px){
    .sez-expo .titolo-2{
        margin-top: 20px;
        text-align: center;
    }
}
@media(max-width:767px){
    .titolo-sez, .titolo-sez span{
        font-size: 30px;
        line-height: 40px;
    }
}
/* Rassegna stampa */
.bg-green{
    background-color: #A2D34E;
}
.titolo-rassegna, .titolo-rassegna span{
    font-size: 50px;
    text-align: center;
    color: #424448;
    font-weight: bold;
}
.item-rassegna{
    margin-top: 30px;
}
.txt-white{
    color: #fff !important;
}
.bg-img-news{
    width: 30%;
    height: 100%;
    background-size: cover;
    background-position: center;
    float: left;
}
.cont-article{
    width: calc(100% - 30%);
    float: left;
    padding: 0 20px;
}
.data{
    font-size: 18px; color: #fff;
}
.titolo{
    color: #fff;
    font-size: 22px;

}
.cont-article p{
    font-size: 14px;
    margin-top: 15px;
}
.btn-scarica{
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
}
.btn-scarica:hover{
    cursor: pointer;
}
.btn-scarica i.icon-download{
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(../images/down-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
    margin-left: 7px;
}
@media(min-width: 1200px){
    .cont-article{
        padding-right: 50px;
    }
    .item-rassegna{
        margin-top: 50px;
    }
}
@media(max-width:767px){
    .titolo-rassegna, .titolo-rassegna span{
        font-size: 30px;
        line-height: 40px;
    }
}
/* Sezione slider */
.sez-slider{
    position: relative;
}
.slider-home{
    overflow: hidden;
    position: relative;
    text-align: center;
}
/* Sezione contatti */
.container-fluid.full-width{
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.subtitle-sez{
    font-size: 20px;
    text-align: center;
}
.swiper-slide img{
    width: 100%;
}
.slider-centrale{
    width: 100%;
    height: 700px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.slider-centrale{
    width: 90%;
    margin-left: 5%;
}
.slider-centrale .swiper-slide{
    background-size: cover;
    background-position: center;
}
.swiper-pagination{
    position: relative;
    text-align: right;
    padding-right: 100px;
    padding-top: 20px;
}
.swiper-button-next, .swiper-button-prev{
    outline: none;
    width: 30px;
    height: 30px;
}
.swiper-button-next{
    right: 20px;
}
.swiper-button-prev{
    left: 20px;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    color: #c0c0c0;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    color: #c0c0c0;
}
.slider-esterni .swiper-slide{
    width: 100%;
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: center;
}

@media(max-width: 1199px){
    .slider-centrale{
        height: 500px;
    }
    .slider-esterni .swiper-slide{
        height: 400px;
    }
    .slider-centrale{
        width: 80%;
        margin-left: 10%;
    }
}
@media(max-width: 991px){
    .slider-centrale{
        height: 350px;
    }
}
/* Sezione Contatti */
form{
    margin-top: 30px;
}
.form-group{
    margin-top: 30px;
}
label{
    display: block;
    color: #6FB216;
    font-size: 12px;
}
input, textarea{
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #333;
    margin-top: 10px;
    padding-left: 15px;
}
.privacy-box{
    margin-top: 30px;
}
.check-privacy{
    width: 30px;
    position: relative;
    top: -1px;
}
#imgcaptcha{
    width: 80px;
    height: 37px;
}
.captcha-input{
    width: calc(100% - 80px);
}
.box-btn{
    text-align: right;
}
.send-form{
    background-color: transparent;
    -webkit-appearance: none;
    border: 1px solid #A2D34E;
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
    background-color: #A2D34E;
    text-transform: uppercase;
    outline: none;
    transition: all 0.2s linear;
}
.send-form:hover{
    cursor: pointer;
    background-color: #fff;
    color: #A2D34E;
}

/* Footer */
footer{
    padding: 50px 0 30px;
    background-color: #707070;
    color: #fff;
}
.logo-footer{
    width: 200px;
    max-width: 100%;
    margin-bottom: 30px;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: #6FB216;
}
footer b{
    font-size: 18px;
}
@media(min-width: 1000px){
    .dati-footer{
        padding-left: 50px;
    }
}
@media(max-width: 767px){
    .logo-footer{
        width: 80%;
        margin: 0 10% 10px 10%;
    }
    .sottotitolo-logo{
        text-align: center;
    }
}
.mt-30{
    margin-top: 30px;
}
.back-website{
    font-size: 18px;
    color: #333 !important;
}
.icon-home{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    background-image: url("../images/home.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

