pre.debug {
    background-color: #000;
    color: #FAA00C;
    width: 960px;
    font-family: monospace;
    font-size: 12px;
    margin: auto;
    text-align: left;
    padding: 20px;
    margin-bottom: 20px;
}

pre.debug strong {
    font-family: monospace;
    font-size: 12px;
    color: #FAA00C;
}

.txt2 {
    text-indent: -9999px;
    height: 1px;
}

.modal {
    z-index: 15000;
}

.modal-dialog {
    z-index: 15001;
}

#preventivoSpese {
    position: relative;
    left: 0;
}

.areaRiservata .boxPreventivo {
    padding-bottom: 3em;
}

/*
.corrieriDisponibili{
    background-color:#fff;
    padding:2em;
    display:none;
}*/

/* nel profilo utente se non metto queste regole è tutto un po' scombinato, da rivedere */

/* Questo mancava, serve per metteere il bottone del cestino di fianco all'indirizzo nel processo di checkout */
.box2 .lineaIndirizzo span.delAddr {
    display: block;
    height: 2.5em;
    width: 3em;
    float: left;
    margin: 0.5em 0 0.5em 1%;
}

.box2 .lineaIndirizzo span.content {
    display: block;
    float: left;
    height: 2.5em;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0.5em 0 0.5em 25%;
}

/** se non metto questo le condizioni di vendita non sono a finaco al checkbox (ho aggiunto anche classe checkbox-inline al check) **/
label.condizioni_vendita {
    display: inline-block !important;
}

/* tecnica honepot */
.hp {
    height: 1px;
    text-indent: -9000px;
}

.coupon #note {
    width: 95%;
    margin: auto;
    height: 120px;
}

.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0); /* Black fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.gmapCont {
    width: 90%;
    height: 90%;
    position: fixed;
    top: 5%;
    left: 5%;
    border: 1px solid #000;
    background-color: #fff;
    z-index: 10; /* Sit on top */
    text-align: center;
    color: #000;
    padding: 0.5em;
}

.gmapCont .gmap {
    width: 100%;
    height: 95%;
}

#iubenda-cs-banner {
    bottom: 0 !important;
    left: 0 !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
    background-color: #666;
}

.iubenda-cs-content {
    display: block;
    margin: 0 auto;
    padding: 0 20px;
    width: auto;
    font-size: 1em;
    background: #666;
    color: #ddd;
}

.iubenda-cs-rationale {
    position: relative;
    margin: 0 auto;
    padding: 0 2em;
}

.iubenda-banner-content > p {
    line-height: 1.35em;
}

.iubenda-cs-close-btn {
    margin: 0;
    color: #ddd;
    text-decoration: none;
    font-size: 1em;
    position: absolute;
    top: 0;
    right: 0.5em;
    border: none;
}

.iubenda-cs-cookie-policy-lnk {
    text-decoration: underline;
    color: #ddd;
    font-size: 1em;
    font-weight: bold;
}

.iubenda-cs-content, .iubenda-banner-content > p {
    font-family: inherit;
    font-size: 0.9em;
    color: #ddd;
    margin: 0.5em 0;
}

@media (max-width: 767px) {
    .iubenda-cs-content {
        margin: 0.25em 0;
        line-height: 1.2em;
        padding: 0 2px
    }

    .iubenda-cs-rationale {
        font-size: 10px;
        padding: 0 1.5em 0 0.5em;
    }
}

.activeEdificio {
    color: black !important;
}

h1 {
    color: white;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
    background-color: #ecbe3a;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #ecbe3a;
}

.nav .col-lg-8 {
    padding-right: 0px !important;
}

.activeLang {
    color: #ecbe3a !important;
}

.tutte-le-case {
    color: #3e1b00;
    margin-top: 3rem;
    padding: 15px;
    font-weight: 400;
}

.blocco-case {
    background-color: #f6f5f3;
}

@media (max-width: 1024px) {
    .nav-show .enquiry {
        display: none;
    }
}

.nav .right.book.enquiry {
    margin-left: 1px;
    background-color: #f6f5f3;
}

.nav .right.book.enquiry p {
    color: #3e1b00 !important;
}

.nav .right.book.enquiry small {
    color: #b5590b;
}

.nav .right.book.enquiry:hover {
    background-color: #ecbe3a;
    transition: 0.5s;
}

.map .cmap .shad {
    z-index: 1 !important;
}

#reguestSk {
    /*position:relative;*/
}

#reguestSk * {
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: "Montserrat", sans-serif !important;
    color: #3e1b00 !important;
    text-align: left !important;
}

#reguestSk #reguest-request-widget input[type="text"],
#reguestSk #reguest-request-widget input[type="email"],
#reguestSk #reguest-request-widget select {
    height: 30px !important;
    padding: 5px !important;
}

#reguestSk .rg-form-calendar {
    width: 100%;
}

#reguestSk #reguest-request-widget input[type="text"],
#reguestSk #reguest-request-widget select,
#reguestSk .rg-form-meal-type,
#reguestSk .rg-form-email-address,
#reguestSk .rg-form-notes {
    width: 100% !important;
}

#reguestSk #reguest-request-widget textarea {
    width: 100% !important;
    height: 200px;
}

#reguestSk .rg-form-room-category,
#reguestSk .rg-form-adults-count,
#reguestSk .rg-form-children-count,
#reguestSk .rg-form-gender,
#reguestSk .rg-form-first-name,
#reguestSk .rg-form-last-name {
    width: 32.9% !important;
}

#reguestSk #reguest-request-widget button.rg-button {
    height: 30px !important;
}

#reguestSk .rg-form-row,
#reguestSk #reguest-request-widget button.rg-button {
    margin-bottom: 20px !important;
}

#reguestSk #reguest-request-widget .rg-form-row > div.rg-checkbox-container label {
    padding-left: 20px;
}


#reguestSk .rg-privacy-info-text {
    color: #3e1b00 !important;
    font-style: italic !important;
}

#reguestSk .rg-privacy-info-text {
    padding-left: 0px !important;
}

.flatpickr-month,
.flatpickr-weekdays,
span.flatpickr-weekday {
    background-color: #f6f5f3 !important;
    background: #f6f5f3 !important;
}

.cur-month, .numInput.cur-year {
    color: black !important;
}

#reguest-request-widget .rg-form-row > div.rg-checkbox-container + div:hover {
    color: #ecbe3a !important;
}

#reguestSk .rg-required-fields-info,
#reguestSk .rg-error {
    color: red !important;
}

#reguestSk h3 {
    display: none;
}

#reguestSk label {
    font-weight: normal !important;
}

#reguest-request-widget .rg-form-row > div.rg-checkbox-container label input {
    width: 15px !important;
    height: 20px !important;
}

#reguestSk #reguest-request-widget button.rg-button.rg-send-action {
    height: auto !important;
}

#reguest-request-widget {
    max-width: 100% !important;
}

#reguestSk .rg-form-meal-type option[value="1"],
#reguestSk .rg-form-meal-type option[value="2"],
#reguestSk .rg-form-meal-type option[value="4"] {
    display: none;
}

@media (max-width: 767px) {
    #reguestSk .rg-form-room-category,
    #reguestSk .rg-form-adults-count,
    #reguestSk .rg-form-children-count,
    #reguestSk .rg-form-gender,
    #reguestSk .rg-form-first-name,
    #reguestSk .rg-form-last-name {
        width: 100% !important;
    }
}

#myModal {
    background-color: rgba(40, 17, 0, 0.8) /*rgba(52, 52, 52, 0.85);*/;
}

#myModal .modal-dialog {
    width: 80%;
}

#myModal .modal-body {
    padding: 40px !important;
}

#myModal .modal-content {
    background-color: white;
    font-family: "Montserrat", sans-serif;
    opacity: 1;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#myModal .modal-content h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#myModal .modal-content a {
    color: #281100;
}

#myModal .modal-content h5 {
    color: #281100;
}

#myModal .modal-header {
    border-bottom: none;
}

.guardaSimiliSk{
    text-align: center;
    padding-top:0 !important;
}

@media (max-width: 767px) {
    #popsub {
        background-size: 900px;
    }

    #myModal .modal-dialog {
        width: auto;
    }
}



