.borderradius2 {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.font-merri {
  font-family: 'Merri';
}
.anim {
  transition: all 0.125s linear;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
}
.hoverable {
  transition: all 0.125s linear;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
}
.hoverable:hover,
.hoverable:focus {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}
.noshadow {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.text-center {
  text-align: center;
}
.booking {
  /* background: #2d6a16;   */
  width: 100%;
  z-index: 4;
}
@media (min-width: 768px) {
  .booking .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .booking .col-sm-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.booking .bar {
  color: #fff;
  height: 80px;
  box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.35);
}
.booking .bar .inner {
  padding: 18px 20px;
}
.booking .adtext {
  padding-top: 10px;
}
.booking .adtext span {
  display: block;
  font-style: italic;
  line-height: 1.15em;
  font-family: 'Merri';
}
@media (max-width: 1080px) and (min-width: 768px) {
  .booking .adtext span {
    margin-top: 5px;
    font-size: 13px;
  }
  .booking .adtext span:first-child {
    font-size: 16px;
  }
}
.booking input,
.booking select {
  background: #fff;
  border: 0;
  color: #000;
  cursor: pointer;
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 12px;
  width: 100%;
  -webkit-appearance: initial;
  -moz-appearance: initial;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  transition: all 0.125s linear;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
}
.booking input:hover,
.booking select:hover,
.booking input:focus,
.booking select:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.booking input::-webkit-input-placeholder,
.booking select::-webkit-input-placeholder {
  color: #000;
}
.booking input:-moz-placeholder,
.booking select:-moz-placeholder {
  color: #000;
}
.booking input::-moz-placeholder,
.booking select::-moz-placeholder {
  color: #000;
}
.booking input:-ms-input-placeholder,
.booking select:-ms-input-placeholder {
  color: #000;
}
.booking .adtext .opener {
  display: none;
}
.booking .booking-button {
  background: #64A60B;
  color: #fff;
  display: block;
  height: 44px;
  letter-spacing: -0.02em;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  transition: all 0.125s linear;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
}
.booking .booking-button:hover,
.booking .booking-button:focus {
  background: #aedea8;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
@media (max-width: 768px) {
  .booking {
    bottom: auto;
    height: auto;
    top: 75px;
  }
  .booking .bar {
    height: auto;
  }
  .booking .bar .inner {
    padding: 10px;
  }
  .booking .col-xs-12 {
    padding: 5px 10px;
  }
  .booking.solid .bar .col-xs-12 {
    display: none;
  }
  .booking.solid .bar .col-xs-12.adtext {
    display: block;
    padding-right: 60px;
    position: relative;
  }
  .booking.solid .bar .col-xs-12.adtext .opener {
    background: #95c514;
    display: block;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 36px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
  }
  .booking.solid.open .bar .col-xs-12 {
    display: block;
  }
  .booking.multiple .adtext .opener {
    padding: 0 10px;
    width: auto !important;
  }
}
