@charset "utf-8";
#contact table{
	width: 48%;
	margin: 0 1%;
	float: left;
}
#contact th{
	width: 100%;
	text-align: left;
	font-size: 14px;
	margin: 30px 0 5px;
	float: left;
	clear: left;
}
#contact td{
	width: 100%;
	float: left;
	clear: left;
}
#contact input[type="text"]{
	width: 100% !important;
	height: 45px;
	padding: 10px;
	border: none;
	box-sizing: border-box;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
#contact textarea{
	width: 100% !important;
	height: 250px !important;
	padding: 10px;
	border: none;
	box-sizing: border-box;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
#contact input[type="submit"],#thankyou a{
    display: block;
    width: 210px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    margin: 40px auto;
    color: #FFF;
    background: #CC8801;
    text-align: center;
    font-size: 14px;
	border: none;
    transition: all .3s;
    -webkit-transition: all .3s;
}
#contact input[type="submit"]:hover{
	background: #B89866;
}
 @media only screen and (max-width: 767px) {
	 #contact table{
		 width: 100%;
		 margin: 0;
		 float: none;
	 
 }


