/*contacts*/

	.adress span {
		display: inline-block;
		width: 86px;
	} 
		.adress span.e-mail {
			width:auto;
		}
		.adress a {
			text-decoration: none;
			color: #e85c41;
			padding-left: 1px;
		}
			.adress a:hover {
				text-decoration: underline;
			}
	.map_wrapper {
		display: block;
	}
		dl.adress {
			margin-top: 17px;
		}
		dl.adress dt {margin-bottom: 18px;}

	#map_canvas {
		width: 100%;
		height: 319px;
	}
	#contact-form {
		position: relative;
		padding-bottom: 10px;
	
		padding-top: 6px;
}
	#contact-form .error, #contact-form .empty {
		text-align: right;
		color: red;
		right: 10px;
		top: 5px;
		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: 32px 0;
		color: #7e7e7e;
		border: 1px solid #d2d0d0;
		background: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		line-height: 18px;
		display: none;
		position: absolute;
		-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: 56px;
	}
	#contact-form label.message {
		padding-bottom: 0;
	}
	#contact-form textarea {
		overflow: auto;
		width: 100%;
		height: 100px;
		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;
		color: #7e7e7e;
		border: 1px solid #d2d0d0;
		background: #ffffff;
		position: relative;
		float: left;
		border-radius:0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		line-height: 18px;
	}
	#contact-form label input {
		height:37px;
		width: 300px;
		box-shadow: none !important;
		padding: 10px 8px 9px 20px;
		background: #fff;
		outline: none;
	}
	#contact-form label textarea {
		height: 307px;
		overflow: auto;
		width: 540px;
		padding: 9px 9px 9px 20px;
		background: #fff;
		margin: 0px;
		resize: none;
	}
	.form_buttons {
		text-align: left;
		padding-top: 4px;
	}
	.form_buttons .button {
		padding: 1px 17px 1px;
		margin-left: 6px;
	}

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

}

