/*contacts*/

	.address span {	display: inline-block;	width: 76px;} 
		.address span.e-mail {width:auto;}

	.address a {
		text-decoration: underline;
		color: #ff703b;
	}
		.address a:hover {text-decoration: none;}

	.map_wrapper {display: block;}

	.address {
		float: left;
		margin: 14px 55px 0 0;
	}
	.address dt {font-family: 'Open Sans', sans-serif;font-size: 14px;line-height: 21px; font-weight: 600;text-transform: uppercase; color: #4f4740; padding-bottom: 8px;}

	#map_canvas {width: 100%; height: 359px;margin-top: 6px;}


/*---------form---------*/
	#contact-form {	position: relative;padding-top: 5px;}
	#contact-form .error, #contact-form .empty {
		text-align: right;
		color: red;
		right: 10px;
		top: 5px;
		font-size: 10px;
		line-height: 1.25em;
		display: none;
		overflow: hidden;
		position: absolute;
	}
	#contact-form .success {
		width: 100%;
		top: 0px;
		left: 0;
		z-index: 99;
		text-align: center;
		padding: 40px 0;
		color: #333333;
		background: none repeat scroll 0 0 #FFFFFF;
		border: 1px solid #eeeae3;
		display: none;
		position: absolute;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		color: #907e6e;
	}
	#contact-form label {
		display: inline-block;
		position: relative;
		min-height: 42px;
		width: 100%;
	}
	#contact-form label.message {padding-bottom: 0;}

	#contact-form label input,
	#contact-form label textarea {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		color: #907e6e;
		border: 1px solid #eeeae3;
		background: #ffffff;
		position: relative;
		float: left;
		outline: none;
		font-family: 'Arial', sans-serif;
		font-size: 14px;
		line-height: 18px;
		border-radius: 0px;
	}
	#contact-form label input {
		height:32px;
		margin: 0px 0 0px 0;
		width: 100%;
		box-shadow: none !important;
		padding: 6px 9px 6px 8px;
	}
	#contact-form label textarea {
		height: 330px;
		overflow: auto;
		width: 100%;
		padding: 6px 9px 9px 9px;
		margin: 0px;
		resize: none;
	}
	.form_buttons .btn {
		float: left;
		margin-top: 26px;
		margin-right: 36px;
	}

@media only screen and (max-width: 995px) {
	
	#contact-form label {display: block; width: 100%;}
	#contact-form label input {	width: 100%;}
	#contact-form label textarea {	width: 100%;}

	#map_canvas {
		width: 100%;
	}
	.address + .address {margin-right: 0;}
}
@media only screen and (max-width: 767px) {
	.address {margin-right: 15px;}


}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 320px) {

}

