.navbar {
    float: right;
}

.ultimiposti {
    background-color: #00bb25 !important;
    color: white;
}
.ultimiposti:hover > a {
    color: rgb(255, 230, 1) !important;
}
body {
    background-image: url(../../immagini/orioparkingsfondointerno.gif);
}
.cloud {
    background-image: url("../../immagini/nuvolesopra.gif");
}
.thetitle {
    background-image: url("../../immagini/sfondopulsante.gif");
    font-size: 16px !important;
    line-height: 24px !important;
}

.sidebar {
}
.sidebartitle {
    background-color: #efefef;
    font-size: 16px !important;
    line-height: 24px !important;
}

.maxwidth {
    max-width: 1092px !important;
    margin: auto;
}
.header {
    min-height: 142px;
    padding-top: 10px;
    background-image: url("../images/orioparking-logo.png");
    background-repeat: no-repeat;
}
.offerte {
    min-height: 140px;
}

.h1 {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    color: #11319a;
    text-decoration: none;
    text-align: right;
}
.h2 {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    color: #e40000;
    text-decoration: none;
    text-align: right;
}
.offerta3 {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    text-align: left;
}

.offerta4 {
    font-family: "Lato", sans-serif;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #e40000;
    text-decoration: none;
    text-align: right;
}

.slogan {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    color: #082586;
    text-decoration: none;
    text-align: center;
}
.slogan4 {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    text-align: center;
}
.titolisopra {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: 19px;
    font-weight: bold;
    color: #11319a;
    text-decoration: none;
    text-align: left;
}
.titolisotto {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    text-align: left;
}

.telefonomail {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #e40000;
    text-decoration: none;
    text-align: left;
}

@media only screen and (min-width: 900px) {
    .nav-item {
        background-color: #efefef;
        border-radius: 4px;
        border: 1px solid #dedede;
        margin-left: 2px;
        margin-right: 2px;
    }
    .nav-item:hover > a {
        background-color: #0093dd;
        color: white;
    }
}
@media only screen and (max-width: 600px) {
    .hidden-mobile {
        visibility: hidden;
    }

    body {
        background-image: none;
    }
    .offerta4 {
        text-align: center;
    }
    .cloud {
        background-image: url(../images/cloud.jpg);
        background-size: cover;
    }
    .nav-item {
        display: block;
        width: 100%;
        text-align: center;
    }
    .navbar-toggler {
        top: 10px;
        right: 10px;
        position: fixed;
        z-index: 999999999;
        background-color: #0093dd;
    }
    .navbar-collapse {
        top: 60px;
        left: 0px;
        background-color: white;
        z-index: 99999;
        border: 1px solid grey;
        border-radius: 8px;
        width: 90%;
        position: fixed;
    }
}
