/* .bookingmobile,
.booking {
	display: none !important;
} */


.bookingmobile,
.bookingmobilemodal{
    display: none;
}
@media only screen and (max-width: 767px)  {
    .booking-button {
        display: none;
    }    
    .booking {
        display: none;
    }
    .bookingmobile {
        background: #fff;
        border-bottom: 1px solid #f0eeea;
        padding: 0 0;
        display: block;
    }
    .bookingmobilebutton {
        border: #03336D;
        background: #03336D;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
        border-radius: 50%;
        width: 76px;
        height: 76px;
        padding-top: 14px;
        margin: -10px auto;
        position: relative;
        z-index: 12;
    }
	.bookingmobilebutton img {
		max-width: 71%;
		margin-top: 4px;
	}
    .bookingmobilemodal {
        position: fixed;
        z-index: 100;
        background-color: #0690CE;
        display: none;
        top: 0;
        left: 0;
        width: 100vw;
        height:  100vh;
        padding: 15px;
        color:#fff;
        overflow-y: auto;
    }
    .bookingmobilemodal-title {
        color: #FFFFFF;
        font-size: 32px;
        margin-top: 30px;
        background-image:url(../img/calendario.png);
        background-repeat: no-repeat;
        background-position: right 8px;
        background-size: 23px;
    }
    .bookingmobilemodal-code {
        display: block;
        text-align: center;
        border-top: 1px solid #F0EEEA;
        border-bottom: 1px solid #F0EEEA;
        padding: 10px 0;
        clear: both;
    }
    .bookingmobilemodal-code span{
        cursor: pointer;
    }
    .bookingmobilemodal-link {
        border-radius: 3px;
        background-color: #03336D;
        color: #fff;
        font-size: 20px;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        padding: 8px 10px;
        font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
        margin: 30px 0;
		clear:both;
    }   
    .bookingmobilemodal-link-prenotazioni {
        color: #fff;
        font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
        font-size: 14px;
        text-align: center;
        display: block;
    }
    .bookingmobilemodal-close{
        background-image:url(../img/close.png);
        width: 22px;
        height: 23px;
        position: absolute;
        right: 14px;
        cursor: pointer;
    }
    .bookingmobilemodal-code input {
        display: none;
        width: 100%;
        background: #fff;
        padding: 5px;
        border: 0;
        margin: 5px 0 0 0;
    }
    .bookingmobilemodal-checkin, .bookingmobilemodal-checkout {
        width: 50%;
        float: left;
        /* border-top: 1px solid #F0EEEA; */
        padding: 10px;
        margin-top: 30px;
        border-bottom: 1px solid #F0EEEA;
    }

    .bookingmobilemodal-checkin {
        border-right: 1px solid #F0EEEA;
    }

    .bookingmobilemodal-checkin span, .bookingmobilemodal-checkout span {
        text-align: center;
        display: block;
    }

    .bookingmobilemodal-adulti {
        border-right: 1px solid #F0EEEA;
    }

    .bookingmobilemodal-camere, .bookingmobilemodal-adulti, .bookingmobilemodal-bambini {
        width: 50%;
        float: left;
        text-align: center;
        padding: 10px;
    }
    .bookingmobilemodal-data select,
    .bookingmobilemodal-etabambini select{
        -webkit-appearance: none;
        font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
        font-size: 44px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        display: block;
        background: transparent;
        border: 0;
        text-align-last: center;
        height: 70px !important; 
    }
    .bookingmobilemodal-data select option,
    .bookingmobilemodal-etabambini select option{
        font-size: 18px;
        font-weight: normal;
        color: #000;
    }
    .bookingmobilemodal-data .giorno {
        font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
        font-size: 11px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        margin-top:10px;
    }

    .bookingmobilemodal-data .giorno2 {
        font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
        font-size: 44px;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }

    .bookingmobilemodal-data .data {
        font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
    }
    .bookingmobilemodal-data{
        position: relative;
    }
    .bookingmobilemodal-checkin input, .bookingmobilemodal-checkout input{
        display: none;
    }
    .bookingmobilemodal-etabambini{
        width: 100%;
        float:left;
        border-top: 1px solid #F0EEEA; 
        text-align: center;
        padding: 10px;
        display: none;
    }
    /* .bookingmobilemodal-etabambini2{
        border-left: 1px solid #F0EEEA;
        border-right: 1px solid #F0EEEA;        
    } */
    .picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
        background: #0690CE;
    }
    .picker__day--highlighted {
        border-color: #0690CE;
    }
    .picker__day--today:before{  
        border-top: 0.5em solid #0690CE;
    }
    .range0 {
        background: #0690CE !important;
        color: #fff !important;
        opacity: .5;
    }
    .picker--opened .picker__holder {
        background: transparent;
    }
    .boookingmobile-opaco{
        opacity: .6;
    }
    
    a.bookingmobilemodal-best {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        text-align: center;
        color: #0690CE;
        font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
        font-size: 22px;
        padding: 15px;
    }
    .bookingmobile.fixed {
        position: fixed;
        bottom: 0;
        z-index: 47;
        width: 100%;
        border-top: 1px solid #f0eeea;
    }
    .box-link-prenota {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
}


.bookingcnt {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0f8fce;
    padding: 25px;
    z-index: 50;
}

.booking {
    box-shadow: 0 2px 6px 0 rgba(90,90,90,0.5);
    background: #fff;
    position: relative;
    z-index: 10;
    /* margin-top: -31px; */
    margin-bottom: 0;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 16px;
    line-height: 1;
}

/* .booking .cell {
    width: 16.66666% !important;
    float: left !important;
} */

.booking > div {
    position: relative;
}

.booking .cell {
    border-right: 1px solid #F0EEEA !important;
} 

.booking .error:after {
    background: #d40000;
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    height: 3px;
    margin-top:-3px;
}
.booking-link-prenotazioni {
    color: #fff;
    position: absolute;
    margin-top:7px;
	font-size:12px;
}
.booking-link-code {
    color: #007E89;
    position: absolute;
    margin-top:35px;
    cursor: pointer;
}
.booking-code{
    display: none;
}
.booking .booking-code {
    position: absolute;
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
    padding: 11px;
    font-size: 12px;
}
a.booking-link {
    background: #03336D;
    color: #fff;
    padding: 12px 25px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    transition: .5s all;
}
a.booking-link:hover {
    background: #03336D;
}
.booking input,
.booking select{
    -webkit-appearance:none;;
    padding: 16px 15px;
    color: #000 !important;
    border:0;
    /* border-right:1px solid #F0EEEA; */
    background: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    outline: none;
    margin: 0;
    cursor: pointer;
    height: auto;
}
.booking ::placeholder{
    color: #000;
}
input[name=checkin], input[name=checkout]{
    background-image:url(../img/cal.png);     
    background-repeat: no-repeat;
    background-position: 90% center;
}
.booking select{
    background-image:url(../img/select.png);     
    background-repeat: no-repeat;
    background-position: 90% center;
}
.booking .camera {
    padding: 25px 10px;
    color: #000;
    border-right: 1px solid #F0EEEA;
}
.booking select[disabled] {
    opacity: .2;
}
.cameracnt{
    display: none;
}
.etabambino{
    display: none;
}

.ui-datepicker,
.ui-datepicker-material-header {
  font-family: 'Roboto';
}
body .range0 span {
    border-radius: 50% !important;
    background-color: #0a7e89 !important;
    color: #fff !important;
}
.ui-datepicker-material-header {
  display: block;
  background-color: #284B72;
  color: white;
  text-align: center;
  width: 325px;
}
.ui-datepicker-material-header .ui-datepicker-material-day {
  background-color: #1F3A58;
  padding: 10px;
  font-size: 1rem;
}
.ui-datepicker-material-header .ui-datepicker-material-date {
  padding: 20px;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-month,
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-day-num,
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-year {
  padding: 5px;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-month {
  font-size: 2rem;
  text-transform: uppercase;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-day-num {
  font-size: 4.5rem;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-year {
  font-size: 1.8rem;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.4);
}

.ui-datepicker {
  padding: 0;
  border: none;
  box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  width: 325px;
}

.ui-corner-all {
  border-radius: 0;
}

.ui-widget-header {
  border: 0;
}

.ui-datepicker-header {
  text-align: center;
  background: white;
  padding-bottom: 15px;
  font-weight: 300;
}
.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next,
.ui-datepicker-header .ui-datepicker-title {
  border: none;
  outline: none;
  margin: 5px;
}

.ui-datepicker-prev.ui-state-hover,
.ui-datepicker-next.ui-state-hover {
  border: none;
  outline: none;
  background: #fff;
}

.ui-datepicker-calendar .ui-state-default {
  background: none;
  border: none;
  text-align: center;
  height: 33px;
  width: 33px;
  line-height: 25px;
}
.ui-datepicker-calendar .ui-state-highlight {
  color: #284B72;
}
.ui-datepicker-calendar .ui-state-active {
  border-radius: 50%;
  background-color: #0a7e89;
  color: #fff;
}
.ui-datepicker-calendar thead th {
  color: #999999;
  font-weight: 200;
}

.ui-datepicker-buttonpane {
  border: none;
}
.ui-datepicker-buttonpane .ui-state-default {
  background: white;
  border: none;
}
.ui-datepicker-buttonpane .ui-datepicker-close,
.ui-datepicker-buttonpane .ui-datepicker-current {
  background: white;
  color: #284B72;
  text-transform: uppercase;
  border: none;
  opacity: 1;
  font-weight: 200;
  outline: none;
}
.ui-datepicker-buttonpane .ui-datepicker-close:hover,
.ui-datepicker-buttonpane .ui-datepicker-current:hover {
  background: #fff;
}
.ui-datepicker .ui-datepicker-prev span{
    background-image: url(../img/left-arrow.png);
    background-position: center;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next span{
    background-image: url(../img/right-arrow.png);
    background-position: center;
    cursor: pointer;
}    

.booking .camera{
    padding: 12px 10px;
}

.cameracnt{
    margin-bottom: 7px;
    margin-top: 7px;
}

a.booking-link-prenotazioni:hover {
    color: #fff;
}
