

#form-call-back {
	
}
#form-contact {
	
}

#open-contact {
  background:#b18e32;
  position: absolute;
  top: 0;
  right:0;
  margin-top: 330px;
  z-index:9999;
  width:40px;
  height:160px;
}
#open-contact img {
  width:100%;
  height:100%;
}
#open-contact.fixed {
  position: fixed;
  top: 0;
}
.error {
	color:#F00;
	font-weight:bold;
}

.valid {
	color:#b18d2f;
	font-weight:bold;
}

.form-wrapper .field-list .field {
    position: relative;
    margin: 0 0 10px;
}

.form-wrapper h3 {
	margin-top: 0px;
}

.social-links.header {	
	text-align: left;
	margin-bottom: 30px;
	float: left;
	width: auto;
}
ul#mobile-nav-header {
	display:none;
}
	
@media only screen and (max-width: 640px) {
	.social-links.header {
		display:none;
	}
	ul#mobile-nav-header {
		margin: 0px;
		padding: 0px;
		float: left;
		margin-bottom: 20px;
		display:block;
	}
	li.toggle.show {
		list-style:none;
	}
	li.toggle.show a {
        border: 1px solid #e4e4e4;
        border-radius: 3px;
        font-size: 18px;
        padding: 8px;
        line-height: 15px;
        display: block;
    }
	#topNav #mobileNav li.toggle.left {
		float: left;
	}
	#page {
		margin: -30px 0px;
	}
	#open-contact {
	  margin-top: 255px;
	  width:20px;
	  height:80px;
	}
}