/*contacts*/
	.address dt {
		font-size: 20px; 
		line-height: 22px; 
		padding-top: 17px; 
		letter-spacing: -1px; 
		padding-bottom: 8px;
		font-family: 'Contrail One', cursive; 
		color: #4a4a4a;
	}
	.address dl { margin-top: 0px;}

	.address span {	display: inline-block;	width: 69px;} 
		.address span.e-mail {width:auto;}


	.address a {
		text-decoration: underline;
		color: #4a4a4a;
	}
		.address a:hover {text-decoration: none;}

	.map_wrapper {display: block;}

	.address {
		float: left;
		margin: 2px 73px 0 0;
	}

	#map_canvas {width: 100%; height: 295px;margin-top: 2px;}



/*---------form---------*/
	#contact-form {	position: relative;	padding-top: 0px;}
	#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: 49px 0;
		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;
		border: 1px solid #ebebeb;
		background: #ffffff;
		font-family: 'Arial', sans-serif;
		font-size: 13px;
		line-height: 15px;
		color: #a4a4a4;
	}
	#contact-form label {
		display: inline-block;
		position: relative;
		min-height: 46px;
		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 #ebebeb;
		background: #ffffff;
		position: relative;
		float: left;
		outline: none;
		font-family: 'Arial', sans-serif;
		font-size: 13px;
		line-height: 15px;
		color: #a4a4a4;
		border-radius: 0px;
	}
	#contact-form label input {
		height: 36px;
		margin: 0px 0 0px 0;
		width: 100%;
		box-shadow: none !important;
		padding: 9px 9px 9px 8px;
	}
	#contact-form label textarea {
		height: 256px;
		overflow: auto;
		width: 100%;
		padding: 10px 9px 9px 8px;
		margin: 0px;
		resize: none;
	}
	.form_buttons .btn {
		margin-right: 19px;
		margin-top: 24px;
	}

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

}
