body{color:#44361F; background-color: #fff; }

h1, h2,h3, h4, h5, h6{font-family: Georgia, "Times New Roman", Times, serif;}
p, ul{font-size: 13px;color:#6F7072; font-family: Arial,Helvetica,sans-serif;}
h1{ font-size: 24px;  font-weight: 100; color: #44361F; padding-top: 15px; margin-bottom: 15px;}
h2, h5{color:#44361F; text-transform: uppercase;}
h3{color: #44361F; font-size: 22px;font-weight: 100;  margin: 0px 0 -3px 0; letter-spacing: 3px}
h5{font-family: Georgia, "Times New Roman", Times, serif;}
h5 a, h5 span, p a{color:#6F7072;}
h6{margin-top: 0px;
  margin-bottom: 12px;
  font-weight: normal;
  font-size: 15px;
  color: #44361F;}
p a span{text-decoration: none; font-weight: bold; letter-spacing: 0.08em;}
p a:hover span{text-decoration: none;}
a:hover img {opacity:0.75;}
img{margin-bottom: 15px;}

li a {color:#44361F;}
ul, ol {
list-style: disc;padding-left: 16px;
}
hr {
  border: 0 #F1EDE7 solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

h4 a{color:#44361F;}
h4 a:hover{color:#00632A; text-decoration: none;}

a:active,a:hover {outline: 0;}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

#top {
width: 100%;
z-index:3;
background-color: #44361F;
font-family: Georgia, "Times New Roman", Times, serif;
padding: 0;
-webkit-box-shadow:inset 0 1px 6px 0 rgba(0,0,0,0.8);
box-shadow:inset 0 1px 6px 0 rgba(0,0,0,0.8);
}

#top .grid-container {padding: 0; height: 27px; }

#menu-top{  
   height: 22px;
   color: #EFECE7; 
   list-style: none;  
   line-height: 16px;
   font-size: 14px;
   text-align: right;
   padding-top: 5px;
   z-index: 999;  
   font-family: Georgia, "Times New Roman", Times, serif;
   border-right: 2px solid rgba(255,255,255,0.4); 
   letter-spacing: 0.08em; 
}

#menu-top a{color: #fff; text-transform: uppercase;padding: 6px;}
#menu-top a:hover{color: #44361F; background-color: rgba(255,255,255,0.4); text-decoration: none}

#nav .grid-container {padding: 0; }

h1.logo{
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin:20px 0px 0;   
  width:280px;
  height: 73px;
  text-indent:-9000px;
  text-align: center;
  float: left;
}

nav >div.grid-container{  padding-bottom: 0px; margin-top: 68px;}

nav {   
    font-size: 0; /* Hackfix per rimuovere spazio tra elementi inline-block */
    font-size: 15px; 
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 4px 0 6px;    
    line-height: 15px;  
}
nav ul {
    margin: 0 auto;
    padding-bottom: 0px;    
    text-align:center;
}
nav li {
    display:inline-block;
}
nav a {
    font-size: 15px; 
    letter-spacing: 0.08em; 
    display:block;
    float:left;
    color:#44361F;
    text-align: center;
    text-decoration: none; 
    text-transform:uppercase;
    padding: 6px 10px; 
}
nav li a { padding: 6px 10px; letter-spacing: 2px; margin: 0 2px;  
}
nav li:last-child a {
    border-right: 0;
}
nav a:hover, nav a:active, nav a.active {
    background-color: #44361F; text-decoration: none; color: #fff; 
    -webkit-box-shadow:inset 0 1px 6px 0 rgba(0,0,0,0.8);
    box-shadow:inset 0 1px 6px 0 rgba(0,0,0,0.8);
}
nav a#pull {
    display: none;
}

/* Per schermi inferiori a 1012px */
@media screen and (max-width: 1012px) { 

    nav li a {margin: 0 1px;letter-spacing: 1px;}
    nav a {font-size: 13px; }
}

/* Per schermi inferiori a 600px */
@media screen and (max-width: 600px) {
    nav ul {
        width: 100%;
    }
    nav li {       
       
        position: relative;
    }
    nav li a {
        text-align: center;
        /*border-bottom: 1px solid rgba(255,255,255,0.5);
        border-right: 1px solid rgba(255,255,255,0.5);*/
        padding: 5px;
        margin: 0; 
    }
    nav a {
        text-align: center;
        width: 100%;      
        font-size: 13px;         

    }
}
 
/* Per schermi inferiori a 480px */
@media only screen and (max-width : 480px) {
    nav {
        border-bottom: 0;
    }
    nav ul {
        display: none;
        height: auto;
    }
    nav a#pull {
        display: block;     
        width: 100%;
        position: relative;
        padding: 2px 8px;
    }
    nav a#pull:after {
        content:"";
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 30px;
        top: 10px; 
    }
}
 
/* Per schermi inferiori a 320px */
@media only screen and (max-width : 320px) {
    nav li {
        display: block;
        float: none;
        width: 100%;
    }
    nav li a {
     
    }
}

#header{background-color: #F1EDE7; margin-bottom: 6px; padding-bottom:0px;}
#header  .grid-container{padding-bottom:0px;}
#container-slider{
background-color: #44361F;
-webkit-box-shadow:inset 0 0px 4px 1px rgba(0,0,0,2);
box-shadow:inset 0 0px 4px 1px rgba(0,0,0,2);
}

.slider-wrapper {width: 100%;}

#titolo {color: #44361F; margin-top: 0px; padding: 0px 0; height: 22px; border-bottom: 1px dashed #6F7072; }
#titolo a{color: #44361F;}
#titolo a:hover{color: #6F7072;}

#news {background-color: #44361F; color: #fff;display: block; }
#news h5{padding: 7px 0 10px; font-size:14px; margin: 0;font-family: Arial,Helvetica,sans-serif; color:#fff}
#news h6 {padding: 5px 0 0px; font-size:13px;color:#fff; line-height:0px;margin-bottom: 0px; margin-top: 12px;}
#news h6 a{color:#8C8577; text-transform:uppercase }
#news h6 a:hover{color:#F1EDE7;text-decoration: none}
#news p {padding: 6px 0;color:#fff;margin-bottom: 15px; margin-top: 8px; border-bottom: 1px dashed #8C8577;}

#contenuti{min-height: 230px; background-color: #fff}

.pagina {border-bottom: 1px #97D7F6 dashed;}
a.continua{font-style: italic; text-align: right; float: right; font-weight: bold; color: #046329; margin: 10px 10px 0;padding-bottom: 10px;}

ul.sotto-menu li a{
  padding: 1px 10px; 
  display: block;  
  font-weight: bold;
  font-size: 19px; 
  text-decoration: none;
  text-align: left;
  margin: 2px 0 0;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
@media only screen and (max-width: 1110px) {
   ul.sotto-menu li a {font-size: 18px;}
}
@media only screen and (max-width: 1050px) {
   ul.sotto-menu li a {font-size: 16px;}
}
ul.sotto-menu li a:hover, .currentCrossLink { 
    color: #44361F;
    background-color: rgba(255,255,255,0.85);
    text-decoration: none; 
}

a.pdf{
    background-image: url(../images/pdf.png);
    background-repeat: no-repeat;
    background-position: left 0px;
    margin:0px 0px 0;   
    width:100%;
    height: 29px; 
    line-height: 23px;
    padding: 0 33px;
    display: block;
    color:#6F7072;
    font-weight: bold;
   
}
a:hover.pdf{color:#44361F;}

#fasi-produzione img{
    margin:0 9px 20px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.4);
    padding: 0 
}

footer{
    font-family: Arial,Helvetica,sans-serif;
    background-color: #44361F;
    color:#fff;
    padding:22px 0 0 0;
    min-height: 34px;
    margin-top: 0px;
    -webkit-box-shadow:inset 0 1px 6px 0 rgba(0,0,0,0.8);
    box-shadow:inset 0 1px 6px 0 rgba(0,0,0,0.8);
    text-align: right;
}

footer h6{margin-bottom: 0px; text-transform: uppercase; font-size: 15px; margin: 0; letter-spacing: 0.08em; } 
footer h6, footer a{color:#fff;} 
footer h6, footer p{margin-top: 0px; margin-bottom: 8px; color:#fff;}
footer ul{margin-top: 3px; list-style: disc; margin-bottom: 9px;} 
footer span{font-weight: bold;  margin-top: 6px;margin-bottom: -17px;  display: block; padding: 0; text-indent: -16px} 
footer a{color:#EFECE7;}
footer a:hover{color:#6F7072}
footer .link{ 
    margin-top: 6px;
    /*width: 73px;
    height: 39px;*/
    background-image: url(../images/logo-davidem.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    overflow: hidden;  
}
/* ------------------- icon ----------------------*/
#menu-social{margin-top:5px; margin-bottom:15px;}

a.icon{
   background-repeat: no-repeat;
   background-position: center top;
   text-indent:-9000px;
   text-align: center;
   width:32px;
   height: 32px;
   line-height: 32px;    
   text-indent:-9000px;
   background-repeat: no-repeat;
   background-position: center top;
   float:left; 
   padding:0 6px;
}
a.facebook{background-image: url(../images/facebook_dark.png);}
a:hover.facebook{background-image: url(../images/facebook_active.png);}

a.twitter{background-image: url(../images/twitter_dark.png);}
a:hover.twitter{background-image: url(../images/twitter_active.png);}

a.google{background-image: url(../images/google_dark.png);}
a:hover.google{background-image: url(../images/google_active.png);}

a.pinterest{background-image: url(../images/pinterest_dark.png);}
a:hover.pinterest{background-image: url(../images/pinterest_active.png);}

a.instagram{background-image: url(../images/instagram_dark.png);}
a:hover.instagram{background-image: url(../images/instagram_active.png);}

a.tumblr{background-image: url(../images/tumblr_dark.png);}
a:hover.tumblr{background-image: url(../images/tumblr_active.png);}

a.you-tube{background-image: url(../images/youtube_dark.png);}
a:hover.you-tube{background-image: url(../images/youtube_active.png);}
/* ------------------------- FORM ---------------------------- */ 
div.contactBackground{    
  margin: 0px 0 0px;
  padding: 0px;
  text-align: left;
}
input.contactInput{
    background-color:#FFF;
    border:#CCC solid 1px;
    width: 92%;
    height: 32px;
    border: none;
    padding: 0 10px;
     margin-left:0px;
    display: table-cell;
    line-height: 32px;    
    font-size: 13px;
    color: #44361F;
 
  -webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.2);        
    box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;    
    border-radius: 3px;
  }
textarea.contactInput{
    background-color:#fff;
    width: 92%;
    max-width:  92%;
   /* min-width: 100%;
    max-width:  100%;*/
    height: 62px;
    min-height: 56px;
    max-height: 56px;
    border: none;
    padding: 10px;
    display: block;   
    font-size: 13px;
    color: #44361F;
    overflow: hidden;
  
  -webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.2);        
    box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;    
    border-radius: 3px;
}
div.contactUs ul li{/*margin-bottom: 0px;*/}
a.followUsURL{
    color: #44361F;
    /*font-family: 'Maven Pro';  font-size: 13px;*/  
    margin-top: 10px;
    text-align: right;
}
input.subscribe{
    background-color:#007d33;
    border: none;
    vertical-align: top;
    padding: 30px 15px;  
   
    color: #44361F;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.radiogroup{ float:left}
.disclaimertxt{ /*font-size:12px;*/ line-height:14px; color: #44361F; }
.form_disclaimer, .cf_label{font-size: inherit;font-weight: normal;}
input.signUp{
    background-color:#007d33;
    border: none;   
    /*font-size: 30px;  width: 210px;height: 52px;*/    
    vertical-align: middle;
    cursor: pointer;
    color: #44361F; 
}
input.signUp:hover{ }
input.sendMessage{
    background-color:#44361F;
    border: none;
    font-size: 18px;
    width: 100%;
    height: 31px;
    vertical-align: middle;
    cursor: pointer;
    color: #FFFFFF;
    margin-top:5px;
  --webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.2);        
    box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;    
    border-radius: 3px; 

}
input.sendMessage:hover{background:#44361F;}

div.contactBackground ul{margin-left:0px;}

div.contactBackground li { 
  padding-left:0px;
  margin-left:0px;
  margin-bottom: 5px; 
  list-style:none; 
}

/*li.btn-tel {-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);        
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;    
    border-radius: 3px;
    font-size: 18px;
    width: 265px;
    height: 28px;
    color: #FFFFFF;
    vertical-align: middle;
    text-align:  center;
    background-color:rgba(47, 31, 52, 0.8);   
    padding-top:4px;
}*/

#risultato{ color: #44361F; margin-bottom: 15px;font-size: 15px;}

a.btn{
   background-color:#44361F; 
    color: #fff;
    border: none;
    font-size: 12px;   
    height: 16px;
    vertical-align: middle;
    cursor: pointer;   
    margin-top:0px;
    --webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.2);        
    box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;    
    border-radius: 8px; 
    padding: 1px 8px 2px;
} 
a:hover.btn{    
    background-color:#44361F; 
    color: #fff;
    text-decoration: none; 
      --webkit-box-shadow: none;        
    box-shadow: none;;   
}   