li.contatti-menu {
    background: #223C7E;
    color: #fff;
    opacity: 1;
}

.map iframe {
    width: 100%;
    height: 470px;
}

.demo-bg{
    background: #73AFDE;
    margin-top: 30px;
}
.business-hours {
    background: #333;
    padding: 40px 14px;
    margin-top: -15px;
    position: relative;
}
.business-hours:before{
    content: '';
    width: 23px;
    height: 23px;
    background: #111;
    position: absolute;
    top: 5px;
    left: -12px;
    transform: rotate(-45deg);
    z-index: -1;
}
.business-hours .title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 5px;
    border-left: 4px solid #73AFDE;
}
.business-hours ul.list-unstyled.opening-hours {
    margin-top: 25px;
}

.business-hours li {
    color: #fff;
    line-height: 20px;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
}
.business-hours li:last-child {
    border-bottom: none;
}
.business-hours .opening-hours li.today {
    color: #73AFDE;
    font-weight: 700;
    text-transform: uppercase;
}

.list-unstyled li .aperto,
.list-unstyled li .chiuso {
    display: none;
    font-size: 11px;
}

.about div {
    background: #fff;
    padding: 1px 10px;
    margin: 20px 0;
}

.demo-bg .tel span {
    display: block;
}

.demo-bg .tel span,
.demo-bg .tel span a {
    background: #333;
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 10px 0 20px 0;
    color: #fff;
    font-weight: 700;
}


@media screen and (max-width: 991px) {
    .map iframe {
        width: 100%;
        height: 300px;
    }
}