/* form_main {
    width: 100%;
}
.form_main h4 {
    font-family: "Work Sans", Arial, sans-serif;;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 20px; */
    /* text-transform: uppercase; */
/* } */
/* .heading {
    border-bottom: 1px solid #fcab0e;
    padding-bottom: 9px;
    position: relative;
} */
/* .heading span {
    background: #9e6600 none repeat scroll 0 0;
    bottom: -2px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 75px;
}    */
/* .form {
    border-radius: 7px;
    padding: 6px;
}
.txt[type="text"] {
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px 0 10px 5px;
    width: 100%;
}
.txt_3[type="text"] {
    border: 1px solid #ccc;
    margin: 10px 0 0;
    padding: 10px 0 10px 5px;
    width: 100%;
}
.txt2[type="submit"] {
    background: #EA9215 none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 35px;
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
    width: 30%;
}
.txt2:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: black;
    transition: all 0.5s ease 0s;
}

label{
    font-weight: inherit !important;
} */
#contatti{
    background-color: white;
    /* letter-spacing: 2px; */
    padding-top: 20px;
    }
  #contatti a{
    color: #fff;
    text-decoration: none;
  }
  
  
  @media (max-width: 575.98px) {
  
    
    #contatti .maps iframe{
      width: 100%;
      height: 450px;
    }
   }
  
  
  @media (min-width: 576px) {
  
     
  
     #contatti .maps iframe{
       width: 100%;
       height: 450px;
     }
   }
  
  @media (min-width: 768px) {
  
   
    #contatti .maps iframe{
      width: 100%;
      height: 850px;
    }
  }
  
  @media (min-width: 992px) {
  
  
     #contatti .maps iframe{
       width: 100%;
       height: 570px;
     }
  }
  
  
  #author a{
    color: #fff;
    text-decoration: none;
      
  }
  .txt2[type="submit"] {
    background: #EA9215 none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 35px;
    margin: 10px 0;
    padding: 0;
    /* text-transform: uppercase; */
    width: 30%;
}
label{
    font-weight: inherit !important;
}
