body{
    font-family: "Montserrat";
    color: #737373;

}

.btn-success
{
    color: #fff;
    background-color: #2B642B;
    border-color: #2B642B;
    }


.anchor-parallax{
    display: block;
    height: 150px;
    margin-top: -150px;
    visibility: hidden;
}

.spacer{height: 70px;}

.animate{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.text-muted {
    color: white;
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*----------------------------
Menu
-----------------------------*/
   
.navbar-brand, .navbar-nav > li > a{
    height: 80px;
    line-height: 50px;
    font-size: 18px;
}

.navbar-inverse .navbar-toggle{
    margin-top: 20px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: transparent;
    color:black;
}

.navbar.navbar-inverse {background-color: transparent;  border-bottom: 0;}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}



.img-logo{
    width: auto;
    height: auto;
}

.parallax{
    padding: 200px 100px 100px 100px;
    text-align: center;
    color: #fff;
}

/*----------------------------
Cover
-----------------------------*/

#cover{
    background: url("../img/copertina1.webp") no-repeat center center;  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.url_title { font-size: 30px; color: #81b40b;}

.titolo-principale{  font-size: 65px;  text-transform: uppercase;  font-weight: normal;font-family:"Arvo",sans-serif}
.sottotitolo {  font-size: 25px;  max-width: 550px;  margin: 0 auto;}
.button {
    background-color: #81b40b;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 30px;
    margin: 40px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
.arrow .fa{  font-size: 60px;  color:#e8e8e7;  opacity: 0.5;}
.arrow .fa:hover{ opacity: 1;  color: #fff;}

/*----------------------------
FOCUS
-----------------------------*/
.titolo-secondario{font-size: 30px; color: #000;
}

/*----------------------------
Copertina
-----------------------------*/
#copertina {background: url("../img/copertina2.webp") no-repeat center center;  -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            padding-top: 100px;
            padding-bottom: 70px;
             background-attachment: fixed;
}

/*----------------------------
CHI SIAMO
-----------------------------*/
.titolo-sezione{
    font-weight: bold;
    font-size: 35px;

}
.trattino{
    width: 30px;height: 10px;background-color: #81b40b; margin-bottom: 20px; margin-top: 10px;
}
.intro {font-weight:100;
        text-align: justify;
}
.firma{
    text-align: right;
    font-style: oblique;
    font-weight:  lighter;
}


/*----------------------------
Contatti
-----------------------------*/
#contatti-panel .anchor-parallax{
    display: block;
    height: 80px;
    margin-top: -50px;
    visibility: hidden;
}

#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}
.contenuto-contatti{

    padding: 20px 40px;
}
.contenuto-contatti .titolo-sezione{margin-bottom: 40px;}
.no-margin{margin: 0;padding: 0;}
.bg-row{background-color: #5E5454; /*#ebebeb*/
        color:White;}

/*----------------------------
Footer
-----------------------------*/

.cookie_aby{
  background-color: #e6e3e3;
}

cookie_gallina{
      background-color: #81b40b!important;
    }
    
footer{
    background-color:#5E5454;  /*#e6e3e3*/
    padding: 20px;
}
footer p{color: White; /* #737373*/
         font-size: 12px;
         margin-bottom: 0;
       padding: 5px;}

/*----------------------------
 Preventivo
-----------------------------*/
#garanzie .panel-title{
    color: #81b40b;
}
#modulistica .panel-title{
    color: #81b40b;
}
#preventivo {
    padding-bottom: 80px;
    margin-bottom: 80px;
}
#copertina-negozio {background: url("../img/negozio.webp") no-repeat center center;
                 -webkit-background-size: cover;
                 -moz-background-size: cover;
                 -o-background-size: cover;
                 background-size: cover;
                 /*                     padding-top: 100px;
                                      padding-bottom: 70px;*/
                 background-attachment: fixed;

}
#copertina-prev .titolo-principale{
    font-size: 35px;
}
.prezzo{
    color: #81b40b;
}
.radio{
    font-size: medium;
    font-weight: bolder;
}
.testo-garanzie{
    font-size: larger;
    color: #81b40b;
}
.testomio{
padding-top: 6px;
padding-bottom: 10px;
font-size: large;
}




/*----------------------------
DESKTOP
-----------------------------*/
@media (min-width: 1023px){
    .navbar {margin-top: 20px; background-color:transparent;}
    .navbar .navbar-inverse {background-color: transparent;  border-bottom: 0;}
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover {
        background-color: transparent;
        color: black;
      }
    .navbar-inverse .navbar-nav > li > a {
        color:  #fff;
    }
    .cookie_aby{
      background-color: #e6e3e3!important;
    }
    
    cookie_gallina{
      background-color: #81b40b!important;
    }
}

/*----------------------------
Mobile - Tablet
-----------------------------*/
@media (max-width:1024px){
    .navbar{background-color: #81b40b!important; margin-top: 0!important;}
    .navbar-inverse .navbar-nav .active > a{ background-color: transparent; color: black;}
    .navbar .navbar-inverse{border-bottom: 0;}
    .parallax{
        padding: 100px 50px 50px 50px;}
    .button{
        font-size: 12px;
    }
    .container{
        padding-right: 20px;
        padding-left: 20px;
    }
    .titolo-principale{
        font-size: 40px;
        text-transform: uppercase;
        font-weight: bold;
    }
    .titolo-secondario{font-size: 24px; color: #000;
    }
    .module{margin-bottom: 40px;}
}
