/*contacts*/

	.adress dt { font-weight: bold; margin-bottom: 18px;}
	.adress span {
		display: inline-block;
		width: 91px;
	} 
		.adress span.e-mail {
			width:auto;
		}
		.adress a {
			text-decoration: none;
			color: #a0a0a0;
			font-weight: normal;
			padding-left: 5px;
		}
			.adress a:hover {
				text-decoration: underline;
			}
	.map_wrapper {
		display: block;
	}
		dl.adress {
			margin-top: 25px;
		}

	#map_canvas {
		width: 349px;
		height: 320px;
	}
	#contact-form {
		position: relative;
		padding-bottom: 10px;
		padding-top: 4px;
	}
	#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: 44px 0;
		color: #333333;
		background: none repeat scroll 0 0 #f2f2f1;
		border: 1px solid #e4e4e0;
		display: none;
		position: absolute;
	}
	#contact-form label {
		display: inline-block;
		position: relative;
		min-height: 43px;
	}
	#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;
		border: 1px solid #e4e4e0;
		background: #f2f2f1;
		position: relative;
		/*float: left;*/
		border-radius:0px;
		color: #a0a0a0;
		font: 13px/18px Trebuchet MS, sans-serif;
	}
	#contact-form label input {
		height:33px;
		margin: 0px 0 8px 0;
		width: 300px;
		box-shadow: none !important;
		padding: 7px 9px 7px 12px;
		outline: none;
	}
	#contact-form label textarea {
	min-height: 120px;
	overflow: auto;
	width: 300px;
	padding: 7px 9px 9px 14px;
	margin: 0px;
	resize: none;
	height: 120px;
	}
	.form_buttons {
		text-align: right;
		padding-top: 10px;
	}

@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) {

}
