/*!---------- PLACE YOUR CUSTOM STYLES AND OVERRIDES HERE ----------*/
.prenota-ora,
.prenota-ora:focus,
.prenota-ora:active,
.visita-sito,
.visita-sito:focus,
.visita-sito:active {
    border-color: #fff;
    color: #fff;
    margin: 0 5px 5px;
}
.prenota-ora:hover,
.visita-sito:hover {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}
.btn.super-action {
    height: 65px;
    line-height: 58px;
}
.contact-1 .map-holder::before {
    z-index: 1;
}
.map-toggle {
    z-index: 2;
}
.footer-1 img {
    max-height: 48px;
}
.form-success,
.form-error {
    bottom: 101%;
}
select {
    height: 54px;
    line-height: 48px;
    padding-left: 16px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 3px;
    font-size: 16px;
    color: #BFBFBF;
    font-weight: 400;
    width: 100%;
    margin-bottom: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
select::-ms-expand {
    display: none;
}
.header-1 form input[type="date"] {
    margin-bottom: 12px;
}
.header input[type="date"] {
    border-color: #fff;
}
input[type="date"] {
    height: 54px;
    line-height: 48px;
    padding-left: 16px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 3px;
    font-size: 16px;
    color: #888888;
    font-weight: 400;
}
.header-1 form input.arrivo {
    width: 49%;
    margin-right: 1%;
    float: left;
}
.header-1 form input.partenza {
    width: 49%;
    margin-left: 1%;
    float: right;
}
.marker-label {
    color: #333;
    background-color: white;
    font-family: "Times New Roman", Times, serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 60px;     
    border: 1px solid #777;
    white-space: nowrap;
}
.caption-principale {
    margin-top: -150px;
}
@media all and (max-width: 767px) {
    .caption-principale {
        margin-top: 0;
    }
}