/*contacts*/
	
.address {
	margin-top: 0px;
	font-size: 15px;
	line-height: 23px;
	color: #f74f42;
	font-family: 'Playfair Display', serif;
	font-style: italic;
}
.address + .address {
	margin-top: 17px;
}
.address span {
	display: inline-block;
	width: 36%;
	color: #c0c0c0;
}
.address span.e-mail {
	width: auto;
}
.address .text-3 {
	margin-top: 2px;
	margin-bottom: 20px;
	line-height: 22px;
}
.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: 413px;
	margin-top: 4px;
	margin-bottom: 20px;
}
.wpcf7-form {
	position: relative;
	margin-top: 7px;
}
.wpcf7-form .error, .wpcf7-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;
}
.wpcf7-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;
}
.wpcf7-form label {
	display: inline-block;
	position: relative;
	min-height: 51px;
	width: 100%;
}
.wpcf7-form label.message {
	padding-bottom: 0;
}
.wpcf7-form label input,  .wpcf7-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 #e9e9e9;
	background: #fff;
	position: relative;
	float: left;
	color: #959595;
	outline: none;
	font: 13px/16px Trebuchet MS, sans-serif;
	font-family: 'Droid Sans', sans-serif;
	border-radius: 0;
	outline: none;
	box-shadow: none;
}
.wpcf7-form label input {
	height: 41px;
	margin: 0px 0 0px 0;
	width: 100%;
	padding: 12px 0 11px 16px;
	vertical-align: middle;
}
.wpcf7-form label textarea {
	height: 258px;
	overflow: auto;
	width: 100%;
	padding: 14px 0 10px 16px;
	margin: 0px;
	resize: none;
}
.form_buttons a {
	float: left;
	margin-top: 25px;
	margin-right: 31px;
}
 @media only screen and (max-width: 995px) {
.wpcf7-form label {
	display: block;
	width: 100%;
}
.wpcf7-form label input {
	width: 100%;
}
.wpcf7-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) {
}
.form_buttons p input[type="submit"]{
	border:0px;
	}.wpcf7-not-valid-tip{
		color:#F00;
		font-size:12px;
		}
		.wpcf7-validation-errors {
			color:#F00;
			font-weight:bold;
			}