.contact-form {
  width: 86.8%;
  background: #fdfdf7;
  margin: 0 auto;
  padding: 40px 0 ;
  *zoom: 1;
}
.shadow{
  -moz-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.5);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.5);
}
#ajax-message{
  background-color:rgba(227,15,15,0.1);
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  line-height:18px;
  padding:20px;
  color:rgb(227,15,15);
  text-align:center;
  margin:32px 0 0 5%;
  display:none;
  float:left;
  width:54%;
}
.contact-form:before, .contact-form:after {
  content: "";
  display: table;
}
.contact-form:after {
  clear: both;
}
.contact-form fieldset {
  width: 42%;
  float: left;
  margin-left: 5%;
  display:block;
}
.contact-form fieldset.full-form {
  width: 94%;
  float: left;
  margin-left: 0;
  display:block;
}
.contact-form fieldset label {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #323232;
  margin: 10px;
  display: block;
  width: 97%;
  text-align: left;
}
.contact-form fieldset span {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #323232;
  margin: 10px 0;
  display: block;
  width: 97%;
  text-align: left;
}
.contact-form fieldset input {
  font-size: 18px;
  color: #323232;
  border-color: #bdbcbd;
  border-width: 1px;
  border-style: solid;
  background: #ffffff;
  width: 95%;
  height: 38px;
  text-indent: 10px;
}
.contact-form fieldset textarea {
  font-size: 18px;
  line-height: 24px;
  color: #323232;
  border-color: #bdbcbd;
  border-width: 1px;
  border-style: solid;
  background: #ffffff;
  width: 100%;
  text-indent: 10px;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  height: 195px;
}
.contact-form fieldset input[type="submit"] {
  border-style: solid;
  border-width: 1px;
  border-color: #ffcf47;
  height: 58px;
  width: 250px;
  font-family: 'verbblack';
  background-image: -moz-linear-gradient(48% 0%, #ff9900 0%, #ffcc00 100%);
  background-image: -webkit-gradient(linear, 48% 0%, 48% 120%, color-stop(0, #ff9900), color-stop(1, #ffcc00));
  background-image: -webkit-linear-gradient(#ff9900 0%, #ffcc00 100%);
  background-image: -o-linear-gradient(#ff9900 0%, #ffcc00 100%);
  background-image: -ms-linear-gradient(#ff9900 0%, #ffcc00 100%);
  background-image: linear-gradient(#ff9900 0%, #ffcc00 100%);
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 58px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  float: right;
  margin-top: 32px;
}
.contact-form fieldset input[type="submit"]:hover {
  background-image: -moz-linear-gradient(-6% -174% -90deg, #ffc533 0%, #ffc533 100%);
  background-image: -webkit-gradient(linear, -6% -174%, -6% -49%, color-stop(0, #ffc533), color-stop(1, #ffc533));
  background-image: -webkit-linear-gradient(-90deg, #ffc533 0%, #ffc533 100%);
  background-image: -o-linear-gradient(-90deg, #ffc533 0%, #ffc533 100%);
  background-image: -ms-linear-gradient(-90deg, #ffc533 0%, #ffc533 100%);
  background-image: linear-gradient(-90deg, #ffc533 0%, #ffc533 100%);
}
#thanks h1.color {
  color: #12d0c0;
}
#thanks p {
  font-size: 16px;
  color: #323232;
  line-height: 32px;
  margin: 25px auto;
}
#thanks .thanks-txt {
  display: inline;
  float: left;
  width: 47.023809523809526%;
  margin: 0 1.488095238095238%;
  float: none;
  display: block;
  margin: 0 auto 20px;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(102, 102, 102, 0.118);
}
#thanks .thanks-txt figure {
  margin: -39px auto 0;
  background-color: #fdfdf7;
  padding: 0 12.26%;
  width: 100px;
  height:100px;
}
#thanks .thanks-txt p {
  font-style: italic;
  width: 80%;
}
#thanks a {
  font-family: 'verbblack';
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #323232;
}
.bottom-shadow {
  background: url(../img/bottom-shadow.png) no-repeat;
  background-position: center top;
	   -moz-background-size: 86.8%;           /* Gecko 1.9.2 (Firefox 3.6) */
		 -o-background-size: 86.8%;           /* Opera 9.5 */
	-webkit-background-size: 86.8%;           /* Safari 3.0 */
			background-size: 86.8%;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */

	   -moz-border-image: url(../img/bottom-shadow.png) 86.8%;    /* Gecko 1.9.1 (Firefox 3.5) */

	background-size: 86.8%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bottom-shadow.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bottom-shadow.png', sizingMethod='scale')";
  width: 100%;
  height: 16px;
}
.no-shadow{
	width:100%;
	height:16px;
}
.direct-contact {
  width: 86.8%;
  margin: 0 auto;
  padding: 80px 0 40px;
  *zoom: 1;
}
.direct-contact:before, .direct-contact:after {
  content: "";
  display: table;
}
.direct-contact:after {
  clear: both;
}
.direct-contact #mapframe {
  width: 290px;
  height: 290px;
  float:left;
}

.direct-contact #mapframe img{
	width:100%;
	height:auto;
}
.direct-contact .contact-title {
  display: inline;
  float: left;
  width: 57%;
  margin: 0;
  float: right;
}
.direct-contact .contact-info {
  display: inline;
  float: left;
  width: 60.3896103896104%;
  margin: 0;
  float: right;
}
address {
  width: 75%;
  margin: 0 auto;
  *zoom: 1;
}
address:before, address:after {
  content: "";
  display: table;
}
address:after {
  clear: both;
}
address ul {
  margin: 0 25px;
  float: left;
  text-align: left;
}
address ul li {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
address ul li a {
  color: #666666;
  text-decoration: none;
}
.user-pic img{
  width:100%;
  height:100%;
}