﻿#booking_form textarea {
    resize: none;
    height: 100px;
}
.form_c_b_c {
    padding: 10px!important
}
#booking_form input, #booking_form select, #booking_form textarea {
    border: 1px solid #bdbdbd;
    background: #fff;
    box-shadow: inset 1px 2px 3px #e6e6e6;
}
.b-t-t {
    font-size: 28px!important;
padding: 0 0 10px 0px;
text-transform: uppercase;
color: #548C2B!important;
margin-top: 0!important;
}
#booking_form label {
  color: #348FE2;
  font-size: 16px;
}
#booking_form label.error {
  font-size: 12px!important;
  color: red!important;
}
#null-seat-number {
  padding: 30px 0;
  margin-top: 20px;
}
#null-seat-number > * {
  font-size: 18px
}
.info-tour #info-business {
  margin-bottom: 10px
}
.info-tour #info-business a:hover {
    color: initial!important;
}
.booking-tour-ac {
     background: #F37934;
    padding: 10px 40px!important;
    color: #fff!important;
    font-size: 20px!important;
    font-weight: bold!important;
    border-radius: 7px!important;
    border-bottom: 4px solid #C74E0C!important;
}