/*contacts*/

	.address span {
		display: inline-block;
		width: 96px;
	} 
		.address span.e-mail {
			width:auto;
		}
		.address a {
			text-decoration: none;
		}
			.address a:hover {
				text-decoration: underline;
			}
	.map_wrapper {
		display: block;
	}
		dl.address {
			margin-top: 21px;
			font-weight: bold;
		}
		dl.address dt {
			margin-bottom: 18px;
			font-family: Trebuchet MS, serif;
			font-size: 13px;
			line-height: 18px;
			color: #ca6642;
			font-weight: bold;
		}

	#map_canvas {
		width: 100%;
		height: 233px;
		margin-top: 10px;
	}
	#contact-form {
		position: relative;
		padding-bottom: 4px;
		padding-top: 5px;
}
	#contact-form .error, #contact-form .empty {
		text-align: right;
		color: red;
		right: 5px;
		top: 0px;
		display: none;
		overflow: hidden;
		position: absolute;
		font-size: 10px;
	}
	#contact-form .success {
		width: 100%;
		top: 0px;
		left: 0;
		z-index: 99;
		text-align: center;
		padding: 42px 0;
		color: #97adcc;
		border: none;
		border-radius:0px;
		font-family: Trebuchet MS, sans-serif;
		font-size: 13px;
		line-height: 18px;
		font-weight: bold;
		background: #d3d9e5;
		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;
	}
	#contact-form label {
		display: inline-block;
		position: relative;
		min-height: 41px;
	}
	#contact-form label.message {
		padding-bottom: 0;
		width: 100%;
	}
	#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;
		color: #97adcc;
		border: none;
		position: relative;
		float: left;
		border-radius:0px;
		font-family: Trebuchet MS, sans-serif;
		font-size: 13px;
		line-height: 18px;
		font-weight: bold;
		background: #d3d9e5;
	}
	#contact-form label input {
		height:31px;
		width: 275px;
		box-shadow: none !important;
		padding: 7px 8px 8px 14px;
		outline: none;
	}
	#contact-form label textarea {
		height: 238px;
		overflow: auto;
		width: 100%;
		padding: 6px 8px 9px 14px;
		margin: 0px;
		resize: none;
	}
	.form_buttons {
		text-align: right;
		margin-top: -4px;
	}
	.form_buttons .button {
		padding: 1px 17px 1px;
		margin-left: 6px;
	}

@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%;}
}
@media only screen and (max-width: 767px) {


}
@media only screen and (max-width: 480px) {

}
@media only screen and (max-width: 320px) {

}

