/*contacts*/

	.address {width:100%;}
	.address { margin-top: 17px;}
	.address span {display: inline-block;width: 59px;} 
	.address dt { margin-bottom: 20px; font-size: 12px; font-weight: normal;}
		.address a {	text-decoration: none;font-weight: normal;}
			.address a:hover {text-decoration: underline;}
	.map_wrapper {display: block;}
		.map_wrapper .img-bord-1 { margin-bottom: 24px;}

	#map_canvas {
		width: 100%;
		height: 285px;
		margin-top: 11px;
	}
	#contact-form {
		position: relative;
		padding-bottom: 10px;
		padding-top: 9px;
	}
	#contact-form .error, #contact-form .empty {
		text-align: right;
		color: red;
		right: 4px;
		top: -2px;
		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: 73px 0;
		border: 1px solid #c3c3c3;
		background: #ffffff;
		color: #747474;
		font: 12px/20px 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: 65px;
		margin-right: 10px;
	}
	#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;
		border: 1px solid #c3c3c3;
		background: #ffffff;
		position: relative;
		float: left;
		border-radius:0px;
		color: #747474;
		font: 12px/20px Arial, sans-serif;
	}
	#contact-form label input {
		height: 46px;
		width: 301px;
		box-shadow: none !important;
		padding: 12px 9px 12px 20px;
		outline: none;
	}
	#contact-form label textarea {
		height: 267px;
		overflow: auto;
		width: 100%;;
		padding: 12px 9px 12px 20px;
		margin: 0px;
		resize: none;
	}
	.form_buttons {	text-align: left;	}
	.form_buttons a {margin-right: 17px;margin-top: 34px; padding: 7px 17px 9px; border-radius: 2px;width: 98px!important;}

@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) {

}
@media only screen and (max-width: 320px) {

}