

a {
  text-decoration: none; font-size:17px;
}
a.terms { font-size:12px; margin: 0 0 0 4px;}
p.cond {padding: 2px 0 7px 33px;}

.info-text {
  text-align: left;
  width: 100%;
}

form {
  padding: 0em 6%;
}

.form-group {
  margin-bottom: 20px;
}

h2.heading {
  font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    color: #f79f30;
    border-bottom: 1px solid #506982;
    padding-bottom: 3px;
    margin-bottom: 20px;
}

.controls {
  text-align: left;
  position: relative;
}
.controls input[type="text"],
.controls input[type="email"],
.controls input[type="number"],
.controls input[type="date"],
.controls input[type="tel"],
/*.controls input[type="pick location"],*/
/*.controls input[type="drop location"],*/
.controls textarea,
.controls button,
.controls select {
  padding: 12px 4px 12px 10px;
  font-size: 14px;
  border: 1px solid #c6c6c6;
  background:#f3f3f2;
  width: 100%;
  margin-bottom: 12px;
  color: #888;
  font-family: 'Lato', 'sans-serif';
  font-size: 16px;
  font-weight: 300;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.controls input[type="text"]:focus, .controls input[type="text"]:hover,
.controls input[type="email"]:focus,
.controls input[type="email"]:hover,
.controls input[type="number"]:focus,
.controls input[type="number"]:hover,
.controls input[type="date"]:focus,
.controls input[type="date"]:hover,
.controls input[type="tel"]:focus,
.controls input[type="tel"]:hover,
/*.controls input[type="pick location"]:focus,
.controls input[type="pick location"]:hover,*/
/*.controls input[type="drop location"]:focus,
.controls input[type="drop location"]:hover,*/
.controls textarea:focus,
.controls textarea:hover,
.controls button:focus,
.controls button:hover,
.controls select:focus,
.controls select:hover {
  outline: none;
  border-color: #9FB1C1;
}
.controls input[type="text"]:focus + label, .controls input[type="text"]:hover + label,
.controls input[type="email"]:focus + label,
.controls input[type="email"]:hover + label,
.controls input[type="number"]:focus + label,
.controls input[type="number"]:hover + label,
.controls input[type="date"]:focus + label,
.controls input[type="date"]:hover + label,
.controls input[type="tel"]:focus + label,
.controls input[type="tel"]:hover + label,
/*.controls input[type="pick location"]:focus + label,
.controls input[type="pick location"]:hover + label,*/
/*.controls input[type="drop location"]:focus + label,
.controls input[type="drop location"]:hover + label,*/

.controls textarea:focus + label,
.controls textarea:hover + label,
.controls button:focus + label,
.controls button:hover + label,
.controls select:focus + label,
.controls select:hover + label {
  color: #bdcc00;
  cursor: text;
}
.controls .fa-sort {
  position: absolute;
  right: 10px;
  top: 52px;
  color: #999;
}
.controls select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.controls label {
  position: relative;
  left: 0px;
  top: 0;
  width: 60%;
  color: #999;
  font-size: 16px;
  display: inline-block;
  padding: 4px 6px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0);
  -moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
  -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
  -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
  transition: color 0.3s, top 0.3s, background-color 0.8s;
  background-color: white;
}
.controls label.active {
  top: -11px;
  color: #555;
  background-color: white;
  width: auto;
}
.controls textarea {
  resize: none;
  height: 200px;
}

button {
  cursor: pointer;
  background-color: #f79f30;
  border: none;
  color: #fff;
  padding: 12px 0;
  float: right;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
}
button:hover {
  background-color: #716d6e;
}


.booking {font-size: 20px !important;
  text-transform: uppercase;
  font-weight: 900;}
  
  
.clear:after {
  content: "";
  display: table;
  clear: both;
}

.grid {
  background: white;
}
.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}

[class*='cols-'] {
  float: left;
  padding-right: 10px;
}
/*.grid [class*='col-']:last-of-type {
  padding-right: 10px;
}*/
.cols-12 {
  width: 100%;
}
.cols-2-3 {
  width: 66.66%;
}

.cols-1-3 {
  width: 33.33%;
}

.cols-1-2 {
  width: 50%;
}

.cols-1-4 {
  width: 25%;
}

@media (max-width: 760px) {
  .cols-1-4-sm, .cols-1-3, .cols-2-3, .cols-12 {
    width: 100%;
  }

  [class*='cols-'] {
    padding-right: 0px;
  }
  form {
    padding: 0em 10% 0 14px;
}
button {font-size: 16px;}
}
.cols-1-8 {
  width: 12.5%;
}