a {
    color: #fd940d;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}
            
#mare{
    /*background:linear-gradient(#30a7f1,#dbf2ff);*/
    background:url('../../images/mare.png');
    background-size: contain;
    background-repeat: repeat-x;
}

#spiaggia {
    /*background:linear-gradient(#fdf6cb,#e8c597);*/
    background:url('../../images/spiaggia.png');
    background-size: contain;
    background-repeat: repeat;
}

#pineta {
    /*background: linear-gradient(#a7eb60,#3d7023);*/
    background:url('../../images/pineta.png');
    background-size: contain;
    background-repeat: repeat;
}

.ombrellone:hover {
    cursor: pointer;
}

#tabella_settimane {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

#tabella_settimane th, td {
    border: 1px solid #ddd;
    padding: 2px;
    text-align: center;
}

#tabella_settimane th {
    background-color: #f2f2f2;
}

.form-hidden {
    background: none;
    border: none;
    padding: 0px;
    font-size: 1.2rem;
    font-weight: bold;
}

.passerella {
    width: 20px;
    height: 100%;
    /*background: #ffffff;*/
    background:url('../../images/passerella.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.ombrellone_ok {
    background:url('../../images/ombrellone_ok.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.ombrellone_ko {
    background:url('../../images/ombrellone_ko.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.ombrellone_ok.gazebo {
    background:url('../../images/gazebo_ok.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.ombrellone_ko.gazebo {
    background:url('../../images/gazebo_ko.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.special_img {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 25px;
}

#form_prezzi {
    width: 100%; 
    padding: 8px 8px; 
    background-color: rgb(250,255,255);
    -webkit-box-shadow: 0px 4px 20px rgba(32,79,94,0.05); 
    box-shadow: 0px 4px 20px rgba(32,79,94,0.05); 
    border-radius: 10px 90px 90px 10px;
}

.form_label {
    margin-bottom: 5px; 
    text-transform: uppercase; 
    font-size: 12px; 
    letter-spacing: 2px; 
    font-weight: 500; 
    border-radius: 60px; 
    color: rgb(32,79,94); 
    white-space: nowrap;
}

.form_input {
    position: relative; 
    font-size: 15px; 
    color: rgb(32,79,94); 
    padding: 0 20px; 
    height: 60px; 
    width: 100%; 
    border: solid 1px rgb(213,241,241); 
    border-radius: 5px; 
    background-color: rgb(234,251,251);
}

.btn_submit_icon {
    float: right; 
    cursor: pointer; 
    border: none; 
    border-radius: 50%; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-pack: center;
    -ms-flex-pack: center; 
    justify-content: center; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center; 
    width: 90px; 
    height: 90px; 
    background-color: rgb(35,188,236); 
    font-size: 12px; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    font-weight: 500; 
    border-radius: 60px; 
    color: rgb(250,255,255); 
    white-space: nowrap; 
    -webkit-transition: 0.4s cubic-bezier(0,0,0.3642,1); 
    transition: 0.4s cubic-bezier(0,0,0.3642,1);
}

input[type="checkbox"] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    padding: 5px;
    background: #fff;
    border: 1px solid #ababab;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}

.checkboxtext {
    display: inline;
    margin-left: 10px;
    text-transform: uppercase; 
    font-size: 12px; 
    letter-spacing: 2px; 
    font-weight: 500; 
    border-radius: 60px; 
    color: rgb(32,79,94); 
    white-space: nowrap;
}

#mobile_hand_notify {
    display: none; 
    position: absolute; 
    top: 0; 
    left: 50%; 
    transform: translate(-50%, -25%);
}

.promo {
    border-radius: 15px;
    background-color: rgb(35, 188, 236);
    padding: 40px;
    color: rgb(250, 255, 255);
    font-style: italic;
    font-size: 18px;
    line-height: 160%;
}

.promo_opening {
    border-radius: 5px;
    background-color: rgb(35, 188, 236);
    padding: 10px;
    color: rgb(250, 255, 255);
    font-size: 20px;
    line-height: 160%;
    text-align: center;
}

#lang_container {
    position: absolute;
    right: 5%;
    top: 5%;
}
.set_lang {
    margin-right: 10px;
}
#lang_container img {
    width: 24px;
    height: 24px;
}

#footer_ul {
    width:100%;
    height:20px;
    text-align:center;
}
.footer_li {
    display:inline-block;
    *display:inline; /*IE7*/
    *zoom:1; /*IE7*/
    margin-right:10px;
}
.footer_li a {
    text-decoration: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (max-width:321px)  { /* smartphones, iPhone, portrait 480x320 phones */ }
@media (max-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (max-width:641px)  { 
    .hide-mobile {
        display: none;
    }
    #mobile_hand_notify {
        display: block;
    }
    /*.checkboxtext-acconto {
        white-space: pre-wrap;
        display: block;
        margin-left: -5px;
        margin-top: 10px;
        letter-spacing: 0px;
        font-size: 6px;
    }
    .form_label-acconto {
        white-space: pre-wrap;
        letter-spacing: 0px;
        font-size: 6px;
    }*/
    input[type="checkbox"] {
        -ms-transform: scale(1.5); /* IE */
        -moz-transform: scale(1.5); /* FF */
        -webkit-transform: scale(1.5); /* Safari and Chrome */
        -o-transform: scale(1.5); /* Opera */
        transform: scale(1.5);
    }
    #form_prezzi {
        border-radius: 10px 10px 45px 10px;
    }
    .btn_submit_icon {
        width: 80%;
        margin-top: 30px;
        margin-left: 10%;
        margin-right: 10%;
    }
    #lang_container {
        position: absolute;
        right: 2%;
        top: 2%;
    }
    .form_div {
        width: 100%;
    }
    .form_div label {
        font-size: 12px;
    }
    .form_div_checkbox {
        margin-left: 10px;
        margin-top: 20px;
    }
    .form_label-acconto, .checkboxtext-acconto  {
        font-size: 12px;
    }
    .footer_li {
        display: block;
        margin-right: 10px;
        float: left;
    }
}
@media (max-width:961px)  { 
    .hide-mobile {
        display: none;
    }
    #mobile_hand_notify {
        display: block;
    }
    /*.checkboxtext-acconto {
        white-space: pre-wrap;
        display: block;
        margin-left: -5px;
        margin-top: 10px;
        letter-spacing: 0px;
        font-size: 7px;
    }
    .form_label-acconto {
        white-space: pre-wrap;
        letter-spacing: 0px;
        font-size: 7px;
        margin-left: -5px;
    }*/
    input[type="checkbox"] {
        -ms-transform: scale(1.5); /* IE */
        -moz-transform: scale(1.5); /* FF */
        -webkit-transform: scale(1.5); /* Safari and Chrome */
        -o-transform: scale(1.5); /* Opera */
        transform: scale(1.5);
    }
    #form_prezzi {
        border-radius: 10px 10px 45px 10px;
    }
    .btn_submit_icon {
        width: 80%;
        margin-top: 30px;
        margin-left: 10%;
        margin-right: 10%;
    }
    #lang_container {
        position: absolute;
        right: 2%;
        top: 2%;
    }
    .form_div {
        width: 100%;
    }
    .form_div label {
        font-size: 12px;
    }
    .form_div_checkbox {
        margin-left: 10px;
        margin-top: 20px;
    }
    .form_label-acconto, .checkboxtext-acconto  {
        font-size: 12px;
    }
    .footer_li {
        display: block;
        margin-right: 10px;
        float: left;
    }
}