.ow-button-base a {
   border: 1px solid !important;
}

.ow-button-base {
   padding: 25px 12px !important;
}

@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {
  transform:scale(0.75);
  -webkit-transform:scale(0.75);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
  }
}

.wpcf7-form input[type="submit"] {
background:#ffffff; 
border: 1px solid;
border: 1px solid #c9242c;
color:#c9242c;
}

.lta-button {
    background-color: #fff;
    border: 1px solid #c9242c;
    color: #c9242c;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    box-sizing: border-box;
    width: 100%;
    transition-property: background-color;
     transition-duration: 0.4s;
     -webkit-transition-duration: 0.4s;
    }

.lta-button:hover {
    color: #fff!important;
    background-color: #c9242c;
    border: 1px solid #c9242c;
}

.lta-button2 {
    background-color: #c9242c;
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    box-sizing: border-box;
    width: 100%;
    transition-property: background-color;
     transition-duration: 0.4s;
     -webkit-transition-duration: 0.4s;
    }

.lta-button2:hover {
background-color: #fff;
    border: 1px solid #fff;
    color: #c9242c;
}

.su-carousel .su-carousel-slide img {
	padding: 0px !important;
	border: 0px !important;
  border-radius: 0px !important;
	background: rgba(0,0,0,0) !important;
}

.myfa {
color:white;
}

.myfa:hover {
color:#b26060;
  transition-duration: 0.3s;
     -webkit-transition-duration: 0.3s;
}

.myfa1 {
color:#c9242c;
}

.myfa1:hover {
color:#b26060;
  transition-duration: 0.3s;
     -webkit-transition-duration: 0.3s;
}



html[lang="en-US"] div#it-footer-contacts {
    display: none;
}
html[lang="it-IT"] div#en-footer-contacts {
    display: none;
}
html[lang="it-IT"] #footer-col3 h3 {
    display:none;
}
html[lang="it-IT"] #footer-col3 .widget.widget_text h3 {
    display:block !important;
}
html[lang="it-IT"] #footer-col2 h3 {
    display:none;
}
html[lang="it-IT"] #footer-col2 .widget.widget_text h3 {
    display:block !important;
}