
ul.steps {
    list-style: outside none none;
    padding: 0;
    text-align: center;
    padding-top: 80px;
}

ul.steps li {
    display: inline-block;
    padding: 8px 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
}

ul.steps li.current a:hover {
    text-decoration: underline;
}

ul.steps li a {
    color: #432528;
    padding: 6px 12px;
}

ul.steps li.current a {
    background: rgba(0, 0, 0, 0.2);
}

.confirm {
    display: none;
    color: #00c953;
}

ul.steps li.success .confirm {
    display: inline-block;
    color: ;
}

ul.steps li.success a {

}

.success .unchecked {
    display: none;
}

ul.steps li.success:hover {

}

ul.steps li.success:hover a {
}

ul.steps li.arrow {
    font-weight: normal;
    padding: 6px;
    color: #333;
    width: 20px;
}

ul.steps li.arrow:hover {
    background: transparent;
}

.homepage .booking-row {
    margin-top: 260px;
}

.booking-row {
    text-align: center;
}

.discount-booking .booking-row {
    min-height: 500px;
}

.booking-row > div {
    height: 300px;
}

.dates-interval {
    width: 50%;
    float: left;
}


#jambo_booking_dates_date_type {
    border-radius: 0;
    float: left;
    height: auto;
}

#jambo_booking_dates_date_type label {
    float: left;
    color: #432528;
}

#jambo_booking_dates_date_type input {
    float: left;
    clear: left;
    margin-right: 10px;
    height: 25px;
}

.date-details {
    width: 50%;
    float: left;
    display: none;
    color: #432528;
    font-weight: bold;
    padding: 0 10px;
}

.date-input {
    text-align: center;
}

.interval-details .date-input {
    width: 50%;
}

.interval-details label {
    width: 50%;
    float: left;
}

#jambo_booking_dates_da,
#jambo_booking_dates_a {
    float: left;
}

@media(max-width: 1024px) {

    ul.steps {
        padding-top: 180px;
    }

    ul.steps li {
        font-size: 12px;
    }

    ul.steps li.arrow {
        display: none;
    }
}