/*contacts*/
	
	.address {margin-top: 0px; font-family: 'Droid Sans', sans-serif;}
	.address + .address { margin-top: 17px;}
	.address span {	display: inline-block;	width: 25%;} 
		.address span.e-mail {width:auto;}

	.map_wrapper {display: block;}
		.map_wrapper h3 { padding-top: 0; }

		.page-contacts dl.address dt {
			padding-bottom: 18px;	
			text-align: left;
			font-weight: normal;
			text-transform: uppercase;
		}

	#map_canvas {
		width: 100%;
		height: 371px; 
		margin-top: 4px;
		margin-bottom: 20px;
}

	#contact-form {	position: relative; 	margin-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;
		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: 56px 0;
		outline: none;
		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 #3e3938;
		background: #1c1b1a;
		color: #6e6c68;
		font: 12px/15px Trebuchet MS, sans-serif;
		font-family: 'Droid Sans', sans-serif;
	}
	#contact-form label {
		display: inline-block;
		position: relative;
		min-height: 51px;
		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 #3e3938;
		background: #1c1b1a;
		position: relative;
		float: left;
		color: #6e6c68;
		outline: none;
		font: 12px/15px Trebuchet MS, sans-serif;
		font-family: 'Droid Sans', sans-serif;
		border-radius: 0;
		outline: none;
		box-shadow: none;
	}
	#contact-form label input {
		height: 41px; 
		margin: 0px 0 0px 0;
		width: 100%;
		padding: 14px 0 10px 16px;
		vertical-align: middle;
}
	#contact-form label textarea {
		height: 218px;
		overflow: auto;
		width: 100%;
		padding: 14px 0 10px 16px;
		margin: 0px;
		resize: none;
	}
	.form_buttons a {
		float: left;
		margin-top: 27px;
		margin-right: 20px;
	}

@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) {

}

