/*contacts*/

	.adress span {
		display: inline-block;
		width: 82px;
	} 
		.adress span.e-mail {
			width:auto;
		}
		.adress a {
			text-decoration: underline;
			color: #db4369;
		}
			.adress a:hover {
				text-decoration: none;
				color: #000;
			}
	.map_wrapper {
		display: block;
	}
		dl.adress {
			margin-top: 15px;
		}

	#map_canvas {
		width: 100%;
		height: 322px;
	
		margin-top: 22px;
}
	#contact-form {
		position: relative;
		padding-bottom: 10px;
		padding-top: 21px;
}
	#contact-form .error, #contact-form .empty {
		text-align: right;
		color: red;
		right: 10px;
		top: 5px;
		font-size: 11px;
		display: none;
		overflow: hidden;
		position: absolute;
	}
	#contact-form .message .error, #contact-form .message .empty { top: 240px;}
	#contact-form .success {
		width: 100%;
		top: 0px;
		left: 0;
		z-index: 99;
		text-align: center;
		padding: 70px 0;
		font: 14px/18px Arial, sans-serif;
		color: #828282;
		background: none repeat scroll 0 0 #f7f5f2;
		border: 1px solid #e3e3e3;
		display: none;
		position: absolute;
	}
	#contact-form label {
		display: inline-block;
		position: relative;
		min-height: 59px;
		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;
		font: 14px/18px Arial, sans-serif;
		color: #828282;
		border: 1px solid #e3e3e3;
		background: #f7f5f2;
		position: relative;
		float: left;
		border-radius:0px;
	}
	#contact-form label input {
		height: 39px;
		margin: 0px 0 8px 0;
		width: 221px;
		box-shadow: none !important;
		padding: 9px 9px 12px 19px;
		outline: none;
	}
	#contact-form label textarea {
		height: 240px;
		overflow: auto;
		width: 460px;
		padding: 8px 9px 13px 19px;
		margin: 0px;
		resize: none;
	}
	.form_buttons {
		text-align: right;
		padding-top: 6px;
	}
	.form_buttons .button {
		padding: 1px 17px 1px;
		margin-left: 6px;
	}
		.form_buttons a + a { margin-left: 10px;}
		.form_buttons a:hover { 
			color: #fff;
			background: #6d6d6d;
			text-decoration: none;
		}

@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) {

}

