/*contacts*/

	.adress span {
		display: inline-block;
		width: 82px;
	} 
		.adress span.e-mail {
			width:auto;
		}
		.adress a {
			text-decoration: none;
			color: #ff3a3a;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 12px;
			line-height: 24px;
			padding-left: 19px;
		}
			.adress a:hover {
				text-decoration: none;
				color: #000;
			}
	.map_wrapper {
		display: block;
	}
		dl.adress {
			margin-top: 27px;
			font:14px/22px Arial, Helvetica, sans-serif;
		}

	#map_canvas {
		width: 100%;
		height: 290px;
	}
	#contact-form {
		position: relative;
		padding-bottom: 10px;
	}
	#contact-form .error, #contact-form .empty {
		text-align: right;
		color: red;
		right: 10px;
		top: 5px;
		font-size: 10px;
		line-height: 1.25em;
		display: none;
		font-family: Arial, Helvetica, sans-serif;
		overflow: hidden;
		position: absolute;
	}
	#contact-form .success {
		width: 100%;
		top: 0px;
		left: 0;
		z-index: 99;
		text-align: center;
		padding: 40px 0;
		color: #333333;
		background: none repeat scroll 0 0 #FFFFFF;
		border: 1px solid #333333;
		display: none;
		position: absolute;
	}
	#contact-form label {
		display: inline-block;
		position: relative;
		min-height: 45px;
	}
	#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;
		color: #8c8c8c;
		border: 1px solid #d8d8d8;
		background: #ffffff;
		position: relative;
		float: left;
		border-radius:0px;
	}
	#contact-form label input {
		height:37px;
		margin: 0px 0 8px 0;
		width: 350px;
		line-height: 16px;
		font-size: 14px;
		box-shadow: none !important;
		padding: 10px 9px 9px 12px;
		font-family: Arial, Helvetica, sans-serif;
		background: #fff;
		outline: none;
	}
	#contact-form label textarea {
		min-height: 252px;
		overflow: auto;
		width: 510px;
		font-size: 14px;
		padding: 10px 9px 9px 10px;
		font-family: Arial, Helvetica, sans-serif;
		background: #fff;
		margin: 0px;
		resize: none;
	}
	.form_buttons {
		text-align: right;
		padding-top: 28px;
	}
	.form_buttons .button {
		padding: 1px 17px 1px;
		margin-left: 6px;
	}
		.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) {

}

