body {
    font-family: 'DM Sans', sans-serif;
    background-color: #f6f5fa;
}
#contact {
    background-color: #f6f5fa;
}

.button{
    /*max-width: 400px;*/
}

#contact-submit, #request-instant-ticket, #open-instant-ticket, #confirm-service{
    margin:20px auto;
    float: none;
    padding: 10px 20px;
}

#confirm-service{
    margin-top: 10px !important;
}

.dd-select, .choice-item, .box-item{ 
    border-radius:10px; 
    border:solid 1px #ccc; 
    position:relative; 
    cursor:pointer;
}
.box-item{
    cursor: default;
}
.open-info{
    cursor: pointer;
}
.dd-desc { 
    color:#aaa; 
    display:block; 
    overflow: hidden; 
    font-weight:normal; 
    line-height: 1.4em; }
.dd-selected{ 
    overflow:hidden; 
    display:block; 
    padding:10px; 
    font-weight:bold;
}
.dd-pointer{ 
    width: 0;
    height: 0;
    position: absolute;
    right: 30px;
    top: calc(50% - 10px);    
}
.dd-pointer-down{ 
    border:solid 5px transparent; 
    border-top:solid 5px #000; 
}
.dd-pointer-up{
    border:solid 5px transparent !important; 
    border-bottom:solid 5px #000 !important; 
    margin-top:-8px;
}
.dd-options{ 
    border:solid 1px #ccc; 
    border-top:none; 
    list-style:none; 
    box-shadow:0px 1px 5px #ddd; 
    display:none; 
    position:absolute; 
    z-index:2000; 
    margin:0; 
    padding:0;
    background:#fff; 
    overflow:auto;
    max-height: 250px;
}
.dd-option{ 
    padding:10px; 
    display:block; 
    border-bottom:solid 1px #ddd; 
    overflow:hidden; 
    text-decoration:none; 
    color:#333; 
    cursor:pointer;
    -webkit-transition: all 0.25s ease-in-out; 
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out; 
}
.dd-options > li:last-child > .dd-option{ 
    border-bottom:none;
}
.dd-option:hover{ 
    background:#f3f3f3; 
    color:#000;
}
.dd-selected-description-truncated { 
    text-overflow: ellipsis; 
    white-space:nowrap; 
}
.dd-option-selected { 
    background:#f6f6f6; 
}
.dd-option-image, .dd-selected-image { 
    vertical-align:middle; 
    float:left; 
    margin-right:5px; 
    width:48px;
    height:48px;
    background-size: contain;
    border-radius: 10px;
}
.dd-option-icon, .dd-selected-icon, .box-item-icon { 
    vertical-align:middle; 
    float:left; 
    margin-right:5px; 
    width:48px;
    height:48px;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    padding-top: 12px;
}
.dd-image-right { 
    float:right; 
    margin-right:15px; 
    margin-left:5px;
}
.dd-container{ 
    position:relative;
}​
.dd-option-text, .dd-selected-text, .box-item-text{ 
    font-weight:bold;
    cursor: pointer;
}
.box-item-text{
    cursor: default;
}

.far, .fas, .fat, .fal, .fab{
    font-family: "Font Awesome 7 Pro" !important; 
}

.datepicker-days{
    background-color: white;
    border: 1px solid;
}

th.prev, th.next, th.datepicker-switch{
    background: #ededed;
}
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover{
    background: #eeeeee;
    opacity: 0.8;
}

.header_banner{
    background: url(/frontend/images/header_bg2.jpg);
    background-position: center;
    background-size: cover;
    filter: grayscale(1.0);
}
.splashscreen{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    /*z-index: 2147483647!important;*/
}

.header_desktop{
    display: none;
    margin:24px;
}

#contact{
    min-height: 100%;
}

.container{
    max-width: 1200px;
}

.col-1{
    width: 100%;
}

.col-7{
/*    width: 14.2857142857%;
    float: left;*/
}

.flex{
    display: flex;
    justify-content: space-around;
}

.calendar{
    border-radius: 10px;
    background-color: white;
    border:1px solid;
}

.week-day{
    font-weight: 600;
    text-align: center;
    min-width: 40px;
}

.week-day.week-end{
    font-weight: bold;
    color: #d32f2f;
}

.month-day.week-end{
    color: #d32f2f;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.weeks-days{
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom:10px;    
}

.calendar-header{
    display: table;
    width: 100%;    
    padding:5px;
    margin-bottom:10px;
}

.calendar-prev-month{
    display: table-cell;
    width: 30px;
    font-size: 20px;
    cursor: pointer;
    color: #333333;
}

.calendar-next-month{
    display: table-cell;
    width: 30px;
    text-align: right;
    font-size: 20px;
    cursor: pointer;
    color: #333333;
}

.calendar-prev-month:hover, .calendar-next-month:hover{
    opacity: 0.8;
}

.calendar-month{
    display: table-cell;
    text-align: center;
    font-weight: bold;
}
.month-day{
    text-align: center;
    padding:10px 0;
    min-width: 40px;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
}

.month-day.prev-month{    
    background-color: #cccccc;
    color: #666666;
}

.month-day.next-month{
    background-color: #cccccc;
    color: #666666;
}

.month-day.disabled{
    color:#cccccc;
    cursor: not-allowed;
}

.month-day.prev-month.disabled, .month-day.next-month.disabled{
    color: #999999;
    cursor: not-allowed;
}

.month-day:not(.disabled):active, .month-day:not(.disabled):hover, .month-day.selected{
    background: #333333 !important;
    color: #ffffff !important;
}

@media only screen and (min-width: 740px) {     
    .sub-box-item{
        width: 48%;
    }
}

@media only screen and (max-width: 769px){
    .col-o770-2.is-empty {
        display: none;
    }
}

@media only screen and (min-width: 770px) {     
    .col-o770-2{
        width: 50%;
        float: left;
    }
    
    .splashscreen{
        display: none;
    }
    
    .header_desktop{
        display: block;
    }
        
    .choice-item, .service-option-item, .box-item, .hour-multi-item{
        width: 48%;
    }
    
    /*.choice-item.pos-3-0, .box-item.pos-3-0, .sub-box-item.pos-3-0, .hour-multi-item.pos-3-0{
        margin-left:0px;
        margin-right:2%;
    }
    
    .choice-item.pos-3-1, .box-item.pos-3-1, .sub-box-item.pos-3-1, .hour-multi-item.pos-3-1{
        margin-left:2%;
        margin-right:0px;
    }
    
    .choice-item.pos-2-0, .box-item.pos-2-0, .sub-box-item.pos-2-0, .hour-multi-item.pos-2-0{
        margin-left:0px;
        margin-right:2%;
    }
    
    .choice-item.pos-2-1, .box-item.pos-2-1, .sub-box-item.pos-2-1, .hour-multi-item.pos-2-1{
        margin-left:2%;
        margin-right:0px;
    }*/
    
    #contact-submit, #request-instant-ticket, #open-instant-ticket{
        width: 200px;
    }
}

@media only screen and (min-width: 990px) { 
    .col-o990-3{
        width: 33.3333%;
        float: left;
    }
    
    .choice-item, .service-option-item, .box-item, .sub-box-item, .hour-multi-item{
        width: 31.3333%;
    }
    
    .service-option-info{
        min-height: 40px;
    }
    
    /*.choice-item.pos-2-0, .box-item.pos-2-0, .sub-box-item.pos-2-0, .hour-multi-item.pos-2-0{
        margin-left:0px;
        margin-right:2%;
    }
    
    .choice-item.pos-2-1, .box-item.pos-2-1, .sub-box-item.pos-2-1, .hour-multi-item.pos-2-1{
        margin-left:2%;
        margin-right:0px;
    }    
    
    .choice-item.pos-3-0, .box-item.pos-3-0, .sub-box-item.pos-3-0, .hour-multi-item.pos-3-0{
        margin-left:0px;
        margin-right:2%;
        clear: both;
    }
    
    .choice-item.pos-3-1, .box-item.pos-3-1, .sub-box-item.pos-3-1, .hour-multi-item.pos-3-1{
        margin-left:1%;
        margin-right:1%;
    }
    
    .choice-item.pos-3-2, .box-item.pos-3-2, .sub-box-item.pos-3-2, .hour-multi-item.pos-3-2{
        margin-left:2%;
        margin-right:0px;
    }  */  
    
    .hour {
        width: 10.5%;
        margin: 10px 1%;
    }
}

@media only screen and (max-width: 770px) {       
    .col-u771-hidden{
        display: none;
    }    
    
    #login-button, #register-button, #confirm-instant-ticket, #confirm-classic-booking{
        max-width: 100%;
    }
}

@media only screen and (max-width: 990px) { 
    .col-u991-hidden{
        display: none;
    }
}

.availability-yes{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    bottom:3px;
    left:calc(50% - 4px);
}

#login-button, #register-button{
    max-width: 600px;
}

#iubenda-cs-banner {
    /*z-index: 2147483646!important;*/
    background-color: #333333;
    color: #eeeeee;
    font-size: 12px;
}

#iubenda-cs-banner a{
    color: white;
    font-weight: bold;
}

.service-option-item{
    font-size: 13px;
    padding-right: 5px;
}

.service-item.unique{
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.iubenda-cs-content{
    padding: 5px 10px;
}

.big_image .dd-option-image, .big_image .dd-selected-image{
    width: 100% !important;
    height: auto;
}

