/*==================== Layout ====================*/
.booking-form * + .row {
  margin-top: 30px;
}
.booking-form .row + .row {
  margin-top: 26px;
}
.booking-form * + .btn {
  margin-top: 41px;
}
/*==================== Styles ====================*/
.booking-form {
  position: relative;
  width: 100%;
  color: #ffffff;
}
.booking-form h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4.9px;
  text-transform: uppercase;
  color: #ffffff;
}
.booking-form input {
	height: 51px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	background: none;
	padding: 11px 23px 13px;
	border: 2px solid rgba(255,204,0,0.3);
	border-radius: 51px;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.booking-form a[data-type='submit'] {
  margin-bottom: -32px;
  position: relative;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  color: #c32139;
  padding: 25px 84px 25px;
  background: #ffffff;
  border: none;
  border-radius: 70px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 479px) {
  .booking-form a[data-type='submit'] {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .booking-form a[data-type='submit'] {
    line-height: 16px;
  }
}
@media (max-width: 479px) {
  .booking-form a[data-type='submit'] {
    letter-spacing: 2px;
  }
}
@media (max-width: 479px) {
  .booking-form a[data-type='submit'] {
    padding: 25px 34px 25px;
  }
}
.booking-form a[data-type='submit'] .top-layer {
  display: block;
  position: relative;
}
.booking-form a[data-type='submit'] .substrate {
  position: absolute;
  left: 0;
  right: 50%;
  margin-right: 27px;
  top: 0;
  bottom: 0;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  background: #f2f2f2;
  z-index: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.booking-form a[data-type='submit'] .substrate:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  border: 35px solid transparent;
  border-left-color: #f2f2f2;
  border-bottom-color: #f2f2f2;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.booking-form a[data-type='submit']:hover {
  background: #c32139;
  color: #ffffff;
}
.booking-form a[data-type='submit']:hover .substrate {
  background: #c32139;
}
.booking-form a[data-type='submit']:hover .substrate:after {
  border-left-color: #c32139;
  border-bottom-color: #c32139;
}
.booking-form *::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.booking-form *:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.booking-form *::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.booking-form *:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.tmInput,
.tmSelect {
  position: relative;
}
.tmSelect {
  display: block;
}
.tmSelect input {
  padding-right: 50px;
  color: #ffffff;
}
.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: #c32139;
}
.success-message {
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  bottom: 70px;
  background: #ffffff;
  color: #333333;
  text-align: left;
  font-size: 14px;
  line-height: 15px;
  padding: 20px;
}
/* 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: #f2f2f2;
  -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: #c32139;
}
