/*contacts*/

	.address span {
		display: inline-block;
		width: 82px;
	} 
		.address span.e-mail {
			width:auto;
		}
		.address a {
			text-decoration: none;
			font-weight: normal;
			color: #b3d62f;
		
			margin-left: 23px;
}
			.address a:hover {
				text-decoration: underline;
			}
	.map_wrapper {
		display: block;
	}
		.map_wrapper .shadow-block {padding-left: 24px; min-height: 654px;}
		.map_wrapper .shadow-block > div {padding-bottom: 7px;}
		dl.address {
			margin-top: 15px;
			padding-bottom: 4px;
		}
		dl.address dt { color: #acacac; font-weight: bold; margin-bottom: 24px;}

	#map_canvas {
		width: 100%;
		height: 364px;
		margin-bottom: 22px;
	
		margin-top: 8px;
}
	.cont-form .shadow-block {padding-left: 25px; /* padding-right: 26px; */}
	#contact-form {
		position: relative;
		padding-bottom: 10px;
	
		margin-top: 7px;
}
	#contact-form .error, #contact-form .empty {
		text-align: right;
		color: red;
		right: 2px;
		top: auto;
		bottom: 1px;
		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: 64px 0;
		border: 1px solid #dbdbdb;
		background: #fafafa;
		float: left;
		border-radius:0px;
		font: 14px/16px Arial, sans-serif;
		color: #acacac;
		position: absolute;
		display: none;
		-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: 60px;
		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 #dbdbdb;
		background: #fafafa;
		position: relative;
		float: left;
		border-radius:0px;
		font: 14px/18px Arial, sans-serif;
		color: #acacac;
		width: 100%;
	}
	#contact-form label input {
		height: 40px;
		box-shadow: none !important;
		padding: 11px 9px 11px 11px;
		outline: none;
	}
	#contact-form label textarea {
		height: 187px;
		overflow: auto;
		padding: 12px 9px 6px 11px;
		margin: 0px;
		resize: none;
	}
	.form_buttons {
		text-align: right;
	}
	.form_buttons a {margin-left: 7px; margin-top: 26px;padding: 12px 21px 11px;}

@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%;}
	.form_buttons a {padding: 12px 15px 11px;}
	.block-1.b2 { padding: 48px 18px 32px 0px}
}
@media only screen and (max-width: 767px) {
	.form_buttons a {padding: 12px 21px 11px;}

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

}

