/*==================== Layout ====================*/
.booking-form * + div {
  margin-top: 12px; }
.booking-form * + a {
  margin-top: 51px; }
.booking-form * + p {
  margin-top: 35px; }
.booking-form * + small {
  margin-top: 15px; }

/*==================== Styles ====================*/
.booking-form {
  position: relative;
  width: 100%; }
  .booking-form label {
    display: inline-block;
    font-size: 20px;
    line-height: 26px; }
    .booking-form label span {
      color: #5F4C0B; }
  .booking-form * + label {
    margin-top: 11px; }
  .booking-form input {
    height: 50px;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    background: #fff;
    font-weight: 300;
    padding: 14px 23px 13px;
    border: none;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .booking-form a[data-type='submit'] {
    position: relative;
    display: block;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    padding: 20px 0;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: #5F4C0B;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.21); }
    .booking-form a[data-type='submit']:hover {
      background: #232829; }
  .booking-form *::-webkit-input-placeholder {
    color: #fff;
    opacity: 1; }
  .booking-form *:-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .booking-form *::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .booking-form *:-ms-input-placeholder {
    color: #fff;
    opacity: 1; }
  .booking-form small {
    display: block;
    font-size: 12px;
    line-height: 20px; }
    .booking-form small span {
      color: #5F4C0B;
      display: inline-block;
      margin-top: 3px;
      margin-right: 8px;
      font-size: 20px;
      line-height: 20px; }

.tmInput, .tmSelect {
  position: relative; }

.tmSelect {
  display: block; }
  .tmSelect input {
    padding-right: 50px;
    color: #a7adc0; }
  .tmSelect:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
    line-height: 20px;
    pointer-events: none; }

.controlHolder {
  position: relative; }

/* Messages */
.error-message {
  position: absolute;
  top: 3px;
  left: 24px;
  font-weight: normal;
  text-align: left;
  width: 100%;
  font-size: 10px;
  line-height: 10px;
  z-index: 4;
  color: #eb0000; }

.success-message {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #ffffff;
  border: 1px solid #5F4C0B;
  color: #159700 !important;
  text-align: left;
  font-size: 14px;
  line-height: 15px;
  padding: 20px;
  padding-bottom: 217px; }
  @media (max-width: 1199px) {
    .success-message {
      padding-bottom: 225px; } }

/* transformSelect CSS */
.tmSelect {
  clear: both;
  width: 100%;
  margin: 0px; }
  .tmSelect li {
    position: relative;
    list-style: none; }
  .tmSelect span, .tmSelect input[type=text] {
    position: relative;
    cursor: pointer;
    display: block;
    left: 0;
    top: 0;
    margin: 0; }
  .tmSelect.auto {
    cursor: pointer;
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 20px; }
    .tmSelect.auto span {
      background: transparent; }
    .tmSelect.auto ul {
      margin: 1px 0 0;
      width: 100%;
      background: #F9F9F9; }
    .tmSelect.auto > li:first-child > span {
      padding: 7px 12px;
      width: 35px;
      height: 100%; }
  .tmSelect ul, .tmSelect .transformSelectDropdown {
    width: 100%;
    position: absolute;
    top: 100%;
    padding: 0;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 35px;
    overflow: hidden;
    z-index: 10; }
    .tmSelect ul span, .tmSelect .transformSelectDropdown span {
      border: 0;
      color: #000;
      padding: 5px 13px; }
      .tmSelect ul span:hover, .tmSelect .transformSelectDropdown span:hover {
        background: #333; }
