/*contacts*/

	.adress span {display: inline-block;} 
	.adress dt { margin-bottom: 0px; color: #83868A;}
		.adress span.e-mail {width:auto; color: #83868A;}
		.adress a {	text-decoration: none;font-weight: normal;color: #2593cc;}
			.adress a:hover {text-decoration: underline;}
	.map_wrapper {display: block;}
		dl.adress {	margin-top: 14px;}
dl.adress.addy-space {margin-top: -14px;}
#contact_name_label { font-size:15px; font-weight:bold;}

	#map_canvas {
		width: 100%;
		height: 288px;
		margin-top: 3px;
	}
	#contact-form {
		position: relative;
		padding-bottom: 10px;
		padding-top: 2px;
	}
	#contact-form .error, #contact-form .empty {
		text-align: right;
		color: red;
		right: 10px;
		top: 2px;
		display: none;
		overflow: hidden;
		position: absolute;
		font-size: 15px;
	}
	#contact-form .success {
		width: 100%;
		top: 0px;
		left: 0;
		z-index: 99;
		text-align: center;
		padding: 69px 0;
		color: #83868a;
		border: 1px solid #bfbfbf;
		background: #ffffff;
		position: absolute;
		display: none;
		font: 14px/18px Arial, sans-serif;
		font-family: 'Ubuntu', sans-serif;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
	}
	#contact-form label {
		display: inline-block;
		position: relative;
		height: 60px;
		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 #bfbfbf;
		background: #ffffff;
		position: relative;
		float: left;
		border-radius:0px;
		color: #83868a;
		font: 14px/18px Arial, sans-serif;
		font-family: 'calibri light', 'Ubuntu', sans-serif;
	}
	#contact-form label input {
		height: 43px;
		width: 301px;
		box-shadow: none !important;
		padding: 12px 9px 13px 10px;
		outline: none;
	}
	#contact-form label textarea {
		height: 232px;
		overflow: auto;
		width: 100%;;
		padding: 15px 9px 15px 10px;
		margin: 0px;
		resize: none;
	}
	.form_buttons {	text-align: left; padding-left:20px; margin-top: 170px; }
	.form_buttons a {margin-right: 31px;margin-top: 28px;}
	.contact_form { padding-top: 190px; }

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


}
@media only screen and (max-width: 480px) {

}
@media only screen and (max-width: 320px) {

}

