/*contacts*/

	.address span {
		display: inline-block;
		width: 66px;
		color:#000;
	} 
		.address span.e-mail {
			width:auto;
		}
		.address a {
			text-decoration: none;
			font-weight: normal;
		}
			.address a:hover {
				text-decoration: underline;
			}
	.map_wrapper {
		display: block;
	}
		dl.address {
			margin-top: 14px;
			padding-bottom: 12px;
		}
		dl.address dt {font-family: Arial; font-size: 14px; line-height: 21px; color: #000; }
		dl.address dd {color: #000; }

	#map_canvas {
		width: 100%;
		height: 518px;
	}
	#contact-form {
		position: relative;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	#contact-form .error, #contact-form .empty {
		text-align: right;
		color: red;
		right: 10px;
		top: 5px;
		display: none;
		overflow: hidden;
		position: absolute;
		font-size: 11px;
	}
	#contact-form .success {
		width: 100%;
		top: 0px;
		left: 0;
		z-index: 99;
		text-align: center;
		padding: 56px 0;
		color: #b49e7a;
		font: 12px/18px Arial, sans-serif;
		background: #ffffff;
		border: 1px solid #d4d4d4;
		position: absolute;
		display: none;
	}
	#contact-form label {
		display: inline-block;
		position: relative;
		min-height: 50px;
		width: 100%;
	}
	#contact-form label.message {
		padding-bottom: 0;
	}
	#contact-form textarea {
		overflow: auto;
		width: 100%;
		height: 247px;
		resize: none;
		margin: 0 0 0 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;
		border: 1px solid #c7c7c7;
		border-right: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
		background: #ffffff;
		position: relative;
		float: left;
		border-radius:0px;
		color: #b49e7a;
		font: 12px/18px Arial, sans-serif;
		width: 100%;
	}
	#contact-form label input {
		height:36px;
		box-shadow: none !important;
		padding: 8px 9px 7px 13px;
		outline: none;
	}
	#contact-form label textarea {
		height: 372px;
		overflow: auto;
		padding: 8px 9px 7px 13px;
		margin: 0px;
		resize: none;
	}
	.form_buttons {
		text-align: right;
	}
	.form_buttons a {margin-left: -1px; margin-top: 24px;}

@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%;}
}
@media only screen and (max-width: 767px) {


}
@media only screen and (max-width: 480px) {
	#map_canvas {height: 250px;}
}
@media only screen and (max-width: 320px) {

}

