#bookingexpert {
    background: #4D9D2C;
    overflow: hidden;
    margin-top: 90px;
  }

#bookingexpert img{
  display: none;
}

.fixed {position: fixed; top: -90px; z-index: 999; width: 100%;}
.pt-500 {padding-top: 235px!important;}

#searchbox {
    position: relative;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

#searchbox option {
    background: #fff;
    color: #393939;
}

#searchbox .searchboxTitle {
    text-transform: uppercase;
    background: #4D9D2C;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
}

#searchbox form {
    padding: 0 3vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#searchbox div {
    float: left;
    margin: 10px 10px 0 0;
    overflow: hidden;
}

#searchbox label {
    display: block;
    line-height: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

#searchbox input, #searchbox select {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 5px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 0px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#searchbox .searchboxPlaces select, #searchbox .searchboxHotels select {
    width: 150px;
    background-position-x: 129px;
}

#searchbox input[name="checkin"], #searchbox input[name="checkout"]{
    width: 135px!important;
    background-image: url(/sp/calendar.png);
    background-repeat: no-repeat;
    background-position: 110px 6px!important;
}

#searchbox input[name="coupon"]{
    width: 100px!important;
}

#searchbox input[type="submit"]{
    margin-top: 35px!important;
}

#searchbox input[type="submit"] {
    display: block;
    float: left;
    width: 140px;
    height: 30px;
    line-height: 30px;
    margin: 30px 0 0 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background: #4D9D2C;
    color: #fff;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
}

#searchbox input[type="submit"]:hover {
  background: #6EB84E;
}

#searchbox .searchboxCredits {
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    margin: 13px 0 15px 20px;
    overflow: hidden;
}

#searchbox .searchboxAdd, #searchbox .searchboxArea {
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
}

#searchbox .searchboxAdd {
    top: 6px;
}

#searchbox .searchboxArea {
    top: 27px;
}

#ui-datepicker-div {
    font-size: 11px !important;
    z-index: 1000 !important;
    background-color: #fff;
    max-width: 300px;
    padding: 20px;
}

/* --- responsive --- */


  
@media screen and (min-width: 1201px){
  .prenota-ora-mobile{
      display: none;
    }
  }
  
@media screen and (max-width: 1200px){
  #bookingexpert {
      display: none;
    }
    .prenota-ora-mobile{
        position: fixed!important;
        bottom: 0;
        width: 103%;
        z-index: 999;
    }
    body.page{
        margin-bottom: 100px;
    }
  }

@media screen and (max-width: 1262px){
  #bookingexpert {
      top: -90px!important;
    }
    #searchbox .searchboxTitle {
        display: block;
    }

    #searchbox form {
        display: block;
    }
  }

@media screen and (max-width: 1140px){
  #bookingexpert {
    width: 100%!important;
  }
  .full-width{
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 980px){
  #bookingexpert {
    width: 100%!important;
  }
  .full-width{
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 755px){
  #bookingexpert {
      top: -258px!important;
    }
  }

@media (max-width:600px) {
    #bookingexpert{
      position: static;
      margin-top: 90px;
    }

    .full-width{
      margin-left: 0;
      margin-right: 0;
    }

    #searchbox form {
        float: none;
        padding: 10px 20px 20px 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #bbb;
        }

    #searchbox div {
        float: none;
        margin: 10px 0 0 0;
    }

    #searchbox .searchboxCredits {
        float: none;
        text-align: center;
        margin: 10px auto;
    }

    #searchbox .searchboxAdd, #searchbox .searchboxArea {
        position: relative;
        top: auto;
        right: auto;
        color: #fff;
        margin: 10px 0 0 0;
    }

    #searchbox .searchboxAdd:before, #searchbox .searchboxArea:before {
        display: block;
        float: left;
        width: 16px;
        height: 16px;
        font-weight: 400;
        text-align: center;
        color: #fff;
        margin: 0 7px 0 20px;
        border-radius: 3px;
    }

    #searchbox .searchboxAdd:before {
        content: '+';
        line-height: 16px;
        font-size: 20px;
        background: #444;
    }

    #searchbox .searchboxArea:before {
        content: '-';
        line-height: 11px;
        font-size: 28px;
        background: #888;
    }
}
