input[type="search"] {
  -webkit-appearance: none;
  outline: none; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  display: none; }

.error {
  background: #faeda2;
  border: none;
  padding: 10px;
  border-radius: 5px;
  color: #b91701; }

.errorlist {
  padding: 0px;
  list-style: none;
  margin: 0px; }
  .errorlist > li {
    background: none;
    border: none;
    font-style: italic;
    color: #bd3434;
    margin: 5px 0px; }

form fieldset {
  padding: 25px;
  border-radius: 3px;
  border: 1px solid #BBBBBB; }
form ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  form ul ul li {
    clear: none;
    margin: 0 0 5px 0; }
form li {
  clear: left;
  margin: 0 0 20px 0;
  position: relative; }

label {
  display: block;
  margin: 0 0 10px 0;
  color: #333333; }

input,
textarea {
  border-radius: 3px; }
  input[placeholder] + label,
  textarea[placeholder] + label {
    position: absolute;
    right: 20px;
    top: 50%;
    color: #aaa;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="url"],
textarea {
  border: 1px solid #bbbbbb;
  padding: 10px;
  width: 100%;
  box-sizing: border-box; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #98C6F2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset, 0 0 6px rgba(54, 137, 219, 0.4); }

form ul li.twocol, form ul li.threecol, form ul li.fourcol {
  clear: none; }
  form ul li.twocol.clear, form ul li.threecol.clear, form ul li.fourcol.clear {
    clear: left; }

#modal {
  position: absolute;
  z-index: 3001; }

#booking {
  display: block;
  width: 100%;
  background: #EAEAEA;
  padding: 40px;
  clear: left;
  box-sizing: border-box;
  border: none;
  border-radius: 0; }
  @media screen and (max-width: 600px) {
    #booking {
      padding: 10px; } }
  #booking ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #booking ul li {
      padding: 0;
      margin: 0 0; }
      #booking ul li.twocol {
        float: left;
        box-sizing: border-box;
        width: 50%;
        margin-right: 0%;
        margin-bottom: 0%;
        padding: 0; }
        #booking ul li.twocol:nth-of-type(2n) {
          margin-right: 0%; }
        @media screen and (max-width: 600px) {
          #booking ul li.twocol {
            float: none;
            box-sizing: border-box;
            width: 100%;
            margin-right: 0%;
            margin-bottom: 0%;
            padding: 0; }
            #booking ul li.twocol:nth-of-type(1n) {
              margin-right: 0%; } }
      #booking ul li p {
        margin-bottom: 5px; }
      #booking ul li input {
        display: inline-block;
        width: 100%;
        padding: 10px 20px;
        margin: 0px 10px 10px 0px;
        border: none;
        background: white;
        box-sizing: border-box;
        border-right: 5px solid #eaeaea; }
        #booking ul li input#id_email_2 {
          display: none; }
        #booking ul li input.button {
          float: right;
          display: inline-block;
          border: 1px solid #a18f80;
          border-radius: 0;
          bottom: 0;
          margin: 0 5px;
          padding: 16px 35px;
          max-width: 200px;
          text-transform: uppercase;
          background: none;
          text-align: center;
          color: #a18f80;
          -webkit-transition: background 0.3s ease, box-shadow 0.3s ease;
          transition: background 0.3s ease, box-shadow 0.3s ease;
          -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease; }
          #booking ul li input.button:hover {
            box-shadow: none; }
      #booking ul li textarea {
        box-sizing: border-box;
        width: 100%;
        height: 100px;
        border: none;
        background: white;
        padding: 10px 20px;
        box-sizing: border-box; }