/*contacts*/
	
	.address dl { margin-top: 9px;}
	.address dl dt { 
		font-family: Arial, sans-serif;
		font-size: 17px;
		line-height: 24px;
		color: #ffffff;
		font-weight: normal;
		margin-bottom: 8px;
	}
	.address span {	display: inline-block;	width: 66px;} 
		.address span.e-mail {width:auto;}
	.address a {text-decoration: none;	}
		.address a:hover {text-decoration: underline;}
	.map_wrapper {display: block;}
	.address {	float: left;margin: 6px 40px 0 0;	}
	#map_canvas {width: 100%; height: 328px;margin-top: 2px;}



/*---------form---------*/
	#contact-form {	position: relative;	padding-top: 4px;}
	#contact-form .error, #contact-form .empty {
		text-align: right;
		color: red;
		right: 10px;
		top: 5px;
		font-size: 10px;
		line-height: 1.25em;
		display: none;
		overflow: hidden;
		position: absolute;
	}
	#contact-form .success {
		width: 100%;
		top: 0px;
		left: 0;
		z-index: 99;
		text-align: center;
		padding: 41px 0;
		color: #697478;
		background: #151515;
		border: 1px solid #282828;
		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: 41px;
		width: 100%;
	}
	#contact-form label.message {padding-bottom: 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 #282828;
		background: #151515;
		position: relative;
		float: left;
		outline: none;
		font-family: 'Arial', sans-serif;
		font-size: 12px;
		line-height: 14px;
		color: #697478;
		border-radius: 0px;
		opacity: 0.8;
	}
	#contact-form label input {
		height: 31px;
		margin: 0px 0 0px 0;
		width: 100%;
		box-shadow: none !important;
		padding: 6px 9px 7px 8px;
	}
	#contact-form label textarea {
		height: 288px;
		overflow: auto;
		width: 100%;
		padding: 8px 9px 9px 8px;
		margin: 0px;
		resize: none;
	}
	.form_buttons .btn {
		float: left;
		margin-top: 21px;
		margin-right: 11px;
		text-transform: uppercase;
	}

@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) {
	.address {margin-right: 15px;}


}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 320px) {

}
