.navbar .logo a img, .logo img {
    height: 95px;
}

.slider:before {
    background: none;
}


.carousel-image-box figure figcaption h5 {
    text-shadow: 1px 1px 1px #000;
}

.room-box figure {
    width: auto !important;
}

    .room-box figure img {
        width: auto !important;
    }

.rooms-list li {
    width: 100%;
}


.room-box {
    padding-bottom: 30px
}

    .room-box .content {
        border: 1px solid #9a9388
    }

.rooms-list li {
    margin-top: 0px
}

    .rooms-list li:nth-child(even) {
        padding-left: 0px
    }



.meeting-section .meeting-event-box .content {
    border: 1px solid #9a9388;
    padding-left: 10px;
}

.meeting-section .meeting-event-box figure {
    margin-left: 30px;
}

.offerte .meeting-event-box .content span {
    opacity: 1 !important;
}

.contact-form textarea {
    width: 100% !important;
}

.contact-form input[type="text"] {
    width: 100%;
}

/*.room-gallery-top img {
    width: 492px !important;
    height: 515px !important;
}*/

@media(min-width: 767px), only screen and (min-device-width: 767px) {
    .room-gallery-thumbs {
        display: none;
    }
}

.room-gallery-thumbs .swiper-slide img {
    opacity: 1
}

.normal-ul ul {
    width: 100% !important;
    display: block !important;
    /* flex-wrap: wrap; */
    margin: 0 !important;
    margin-top: 0px !important;
    padding: 0px 20px !important;
}

.normal-ul li {
    margin: 0px 0 !important;
    padding: 0px 0 !important;
    padding-bottom: 10px !important;
    border: none !important;
    display: list-item !important;
}

.my-table-container table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

.my-table-container td {
    padding: 0.55rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.div-error {
    background: #cb000069;
    padding: 10px 10px;
}

.my-widget-title {
    color: #9a9388;
    font-family: "Argesta Display";
    position: relative;
    font-size: 39px;
    text-transform: uppercase;
}

.my-widget-title-left::after {
    content: " ";
    height: 3px;
    width: 75%;
    background: #9a9388;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}

.my-widget-title-right {
    text-align: right
}

    .my-widget-title-right::before {
        content: " ";
        height: 3px;
        width: 85%;
        background: #9a9388;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
    }
/*.contact-form textarea{width:100% !important}*/

@media(max-width:991px) {
    .my-widget-title-right::before {
        width: 50%;
    }

    .my-widget-title-left::after {
        width: 50%
    }
}

h1, h2, h3, h4, h5, h6, .hamburger-navigation .nav-menu li a, .hamburger-navigation .info-box span {
    font-family: 'Urbanist', sans-serif !important;
}

.carousel-inner img {
    height: 100%
}

.icons img {
    height: 30px;
    width: 30px
}

.room-text {
    width: 700px
}

.room-detail {
    background: #9a938826;
}

.carousel-inner img {
    height: 100%;
    width: 100%;
}

.list-language {
    color: white !important;
    font-size: 15px;
    font-family: "Argesta Display"
}

    .list-language a {
        color: white !important;
        font-size: 15px;
        font-family: "Argesta Display"
    }


.modal-offerte input {
    max-width: 100%;
    height: auto !important;
    padding: 10px 10px !important;
}

.modal-offerte #LinkButton_invia {
    height: 40px;
    width: 300px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #9a9388;
    border: none;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.btn-offerta {
    height: auto !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #fff !important;
    background: #9a9388 !important;
    border: none !important;
    padding: 0 25px !important;
}

.middle-screen {
    position: fixed;
    z-index: 2000;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: #9a9388;
}

/* REPID ACTIONS HAMBBURGER */
/* HAMBURGER NAVIGATION */
.nav-rapid-actions {
    width: 100%;
    height: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    background: #9a9388;
}

    .nav-rapid-actions .layer {
        width: 100%;
        height: 0;
        background: #141414;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        transition-duration: 1s;
        -webkit-transition-duration: 1s;
        transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
        -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
        transition-delay: 1s;
    }

    .nav-rapid-actions .container {
        position: relative;
        z-index: 1;
        visibility: hidden;
        opacity: 0;
    }

.nav-rapid-actions-active .nav-rapid-actions .container {
    visibility: visible;
    opacity: 1;
}

.nav-rapid-actions-active .scroll-content {
    transform: translate3d(0px, 0px, 0px) !important;
}

.nav-rapid-actions-active .nav-rapid-actions {
    height: 100vh;
}

    .nav-rapid-actions-active .nav-rapid-actions .layer {
        height: 100vh;
    }

.nav-rapid-actions-active .navbar .logo {
    opacity: 0;
}

.nav-rapid-actions-active .navbar .DivH1 {
    opacity: 0;
}

.nav-rapid-actions-active .navbar .DivPrenota {
    opacity: 0;
}


.button-rapid-actions {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.rotate45 {
    transform: rotate(45deg)
}

.custom-button.small {
    height: unset;
    padding: 15px 30px;
    line-height: unset
}



.social-footer {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .social-footer > li {
        float: left;
        margin-left: 15px;
    }

    .social-footer a {
        color: #fff;
    }

.briciole li a {
    color: #9a9388;
    text-transform: lowercase;
}
.briciole li.separatore {
    color: #9a9388;
}
.briciole li:first-child span::before {
    content: "\eae7";
    display: inline-block;
    font: normal normal normal 1em/1 'LineIcons';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 2px;
}




.FooterMenuMobile {
    position: fixed;
    background-color: #9a9388;
    color: #fff;
    height: 80px;
    z-index: 2000;
    bottom: 0%;
    width: 100%;
    box-shadow: 0px -1px 5px #000;
}

.ListaFooterMobile {
    margin-left: -30px;
}

    .ListaFooterMobile ul {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .ListaFooterMobile li {
        width: 24%;
        float: left;
        list-style: none;
        text-align: center;
        border-right: 1px solid rgb(255,255,255,0.23);
        margin-top: 10px;
        cursor:pointer;
    }

        .ListaFooterMobile li:last-child {
            border-right: none;
        }

        .ListaFooterMobile li span {
            color: #fff;
            display: block;
            align-items: center;
            font-size: 13px;
        }

            .ListaFooterMobile li span.menuitem {
                display: inline-block;
                vertical-align: top;
            }



    @media (max-width:480px) {
        h1 {
            display: none;
        }

        .DivPrenota {
            display: none !important;
        }

        .slider {
            height: 360px !important;
        }

            .slider .main-slider {
                height: 360px !important;
            }


        .side-content.text-center {
            padding: 30px 0;
        }

        .middle-screen {
        display:none;
        }

    }
