/*contacts*/

.map_wrapper .img-ind { 
	margin-right: 23px;
}

	.address { margin-top: 1px;}
	.address span {display: inline-block;width: 73px;} 
	.address dt { margin-bottom: 18px; }
		.address span.e-mail {width:auto;}
		.address a {	text-decoration: none;	margin-left: 0px;	font-weight: bold;}
		.address a:hover { text-decoration: underline;}
	.map_wrapper {display: block;padding-bottom: 2px;}
		.map_wrapper .img-bord-1 { margin-bottom: 24px;}

	#map_canvas {
		width: 520px;
		height: 325px;
		margin-top: -2px;
	
		margin-bottom: 8px;
}
	#contact-form {
		position: relative;
		padding-bottom: 10px;
		padding-top: 4px;
	}
	#contact-form .error, #contact-form .empty {
		text-align: right;
		color: red;
		right: 4px;
		top: -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: 57px 0;
		border: 1px solid #dfdfdf;
		background: #ffffff;
		color: #666666;
		font: 12px/16px Arial, sans-serif;
		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: 50px;
	}
	#contact-form label:first-child + label { /* float: right; */}
	#contact-form label.message {padding-bottom: 0;	width: 100%;/* min-height: 0px; */float: none;}
	#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 #dfdfdf;
		background: #ffffff;
		position: relative;
		float: left;
		color: #666666;
		font: 12px/16px Arial, sans-serif;
		border-radius: 0px;
	}
	#contact-form label input {
		height: 43px;
		width: 620px;
		box-shadow: none !important;
		padding: 13px 7px 12px 18px;
		outline: none;
	}
	#contact-form label textarea {
		height: 183px;
		overflow: auto;
		width: 100%;;
		padding: 13px 7px 12px 17px;
		margin: 0px;
		resize: none;
	}
	.form_buttons {	text-align: right;	padding-top: 32px;}
	.form_buttons a {display: inline;}
	.form_buttons a:first-child {margin-top: 24px;}



@media only screen and (max-width: 1025px) {

}

@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%; float: none;}
	#map_canvas {margin-bottom: 20px; width: 420px; height: 420px;}

}
@media only screen and (max-width: 767px) {
	.map_wrapper .img-ind { margin-right: 0; float: none;}
	#map_canvas {width: 100%; height: 300px;}


}
@media only screen and (max-width: 479px) {
	.map_wrapper.img-ind { margin-right: 0;}
}
@media only screen and (max-width: 320px) {
}

