* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	padding: 20px 15%;
	background-color:#FFF
}
form {
	font-family: 'Quicksand', sans-serif;
	margin: 0 auto;
	background-color:#fff;
	padding:5px;
	float: left;
	width: 330px;

}
form header {
  margin: 0 0 20px 0; 
}
form header div {
  font-size: 90%;
  color: #999;
}
h2 {
  margin: 0 0 5px 0;
  color:#9C9BA0;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.2em;
}
h3 {
  margin: 0 0 5px 0;
  color:#9C9BA0;
	font-family: 'Quicksand', sans-serif;
	font-size: .9em;
}
.direcc p {
	margin: 0 0 5px 0;
	color:#9C9BA0;
	font-family: 'Quicksand', sans-serif;
	font-size: 0.8em;
	line-height: 1.5;
	}
	
.direcc a {
	margin: 0 0 5px 0;
	color:#333;
	font-family: 'Quicksand', sans-serif;
	font-size: 1em;
	}
form header h2 {
  margin: 0 0 5px 0;
  color:#9C9BA0;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.2em;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
	width: 25%;
  float: left;
  padding-right: 10px;
  color:#9C9BA0;
	font-family: 'Quicksand', sans-serif;
	font-size: .9em;
}
form > div > div,
form > div > fieldset > div {
	width: 75%;
	float: right;
	/* [disabled]height: 80px; */
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  width: 50%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
  }
}
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: right;
  }
}


/* Form style */

#contact p.info{
  display: inline;
}

#contact label {
    display: inline-block;
    float: left;
    height: 26px;
    width: 155px;

}

#contact label input{
    display: inline-block;
    float: left;
    height: 18px;
}

#contact input, select {
    width: 215px;
    margin: 0;
	padding: 7px 4px 5px 4px;
    margin-bottom: 10px;
}


#contact select {
	width: 225px;
}

#contact textarea{
	/* [disabled]width: 685px; */
	margin-bottom: 5px;
}

#contact.quote textarea{
 width: 460px;
}

#contact input:focus, textarea:focus, select:focus {

}

#contact input.submit {
	margin-top: 5px;
    float: right;
	line-height: 14px;
    font-weight: normal;
    width: auto;
	padding: 16px;
    cursor: pointer;
    border: 1px solid #aaa;
    background: #aaa;
    color: #fff;
	margin-top: 5px;
    float: right;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}



#contact input[type="submit"][disabled] {
    background: #888;
    cursor: default;
}

#contact fieldset {
}

#contact label.radio {
    display: block;
    width: 100%;
	margin: 0px 0 0px 0;

}


#contact #verifyImage{
  width: auto;
  margin: -10px 20px 0 0px;
  float: left;
}

#contact #verify{
  width: auto;
  margin: -10px 20px 0 0;
 float: left;
}
.contactForm p{
  margin-bottom: 8px;
}
.verifyText{
  margin-top: 5px;
  margin-bottom:40px;
}


#contact span.required {
    font-size: 13px;
} /* Select the colour of the * if the field is required. */

#message {
    margin: 10px 0;
    padding: 0;
}

.error_message {
    display: block;
    line-height: 22px;
    border: 1px solid #d90000;
    background: #ffd7d7 url(../images/icons/error.png) no-repeat 18px 12px;
    padding: 14px 15px;
  padding-left: 55px;
    color: #000;
}

ul.error_messages {
    margin: 0 0 0 0px;
    padding: 0;
}

ul.error_messages li {
   
    line-height: 22px;

}

.loader {
    padding: 0 10px;
}

#contact #success_page {
    display: block;
    line-height: 22px;
    border: 1px solid #6dd900;
    background: #c8f7a8 url(../images/icons/success.png) no-repeat 15px 12px;
    padding: 14px 15px;
    padding-left: 55px;
    color: #000;
}


#contact #success_page p, #contact #success_page h2{
  color: #000;
}

acronym {
    border-bottom: 1px dotted #ccc;
}

input[type="checkbox"] {
    width: 20px !important;
    margin: 4px 0 0;
    margin-top: 1px \9;
    float: left;
    *margin-top: 0;
    line-height: normal;
    cursor: pointer;
}

input[type="radio"] {
    width: 20px !important;
}

.button {
  font: 14px 'CabinSemiBold', sans-serif;
  line-height: 14px;
  font-weight: normal;
  display: inline-block;
  cursor: pointer;
  position: relative;

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.button.normal {
 padding: 20px;
}

.button.small {
 padding: 10px;
 font-size: 12px;
}

.button.dark {
 color: #fff;
 background-color: #aaa;
}
