div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}


span.wpcf7-not-valid-tip {
	position: absolute;
	top: 0;
	left: auto;
	right: 25px;
	z-index: 100;
	border: none;
	font: 10px/20px Arial;
	width: auto;
	color:#e02a05;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}


/*------------Form-------------*/
.wpcf7-form {
	padding-top: 7px;
}
.wpcf7-form input{
  	border: 1px solid #e9ebe5;
	width: 446px;
	background: #fff;
  	height: 37px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
  	padding: 11px 16px 7px;
  	margin-bottom: 6px;
	font-family: 'Lato', sans-serif;
	line-height: 13px;
	font-size: 14px;
	font-weight: 400;
}
.wpcf7-form textarea {
	width: 100%;
	border: 1px solid #e9ebe5;
	height: 217px;
	position: relative;
	background: #fff;
	resize: none;
	font-family: 'Lato', sans-serif;
	line-height: 13px;
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	padding: 11px 16px 7px;
}
.wpcf7-form ._placeholder {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	border: 1px solid transparent;
	text-align: left;
	padding: 12px 16px 7px;
	width: 100% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	font-family: 'Lato', sans-serif;
	line-height: 14px;
	color: #c1b2a3;
	font-size: 14px;
	font-weight: 400;
}
.wpcf7-form ._placeholder.hidden {
	display: none;
}
.wpcf7-form ._placeholder.focused {
	opacity: 0.3;
}

.wpcf7-form label {
	position:relative;
	display: block;
	width: 100%;
	cursor: text;
	float: left;
}
.wpcf7-form label.message {
	width: 100%;
	margin-left: 0;
}
.contact-form {
	margin-right: 20px;
}

.wpcf7-form .success-message {
	border: 1px solid #45392e;
	background: #d6a73a;
	display: none;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 80px;
	text-align: center;
	padding: 20px 10px;
	z-index: 999;
    font: 12px/14px Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	transition: 0.5s ease;
	color: #fff;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.wpcf7-form.success .success-message {
	display: block;
	opacity: 1;
}
.success_wrapper {
	position: relative;	
}

.btns {
	padding-top: 24px;
	text-align: right;
}
.btns>.a6 {
	line-height: 18px;
	color: #fff;
	padding: 10px 26px 11px;
	font-family: 'Lato', serif;
	font-weight: 500;
	text-transform: uppercase;
	background: #281400;
	font-size: 17px;
	display: inline-block;
	border:none;
	cursor:pointer;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.btns>.a6:hover {
	background: #FFFFFF;
	color: #281400;
	border: 1px solid #281400;
}

.wpcf7-form .error-message,
.wpcf7-form .empty-message {
 height: 0;
 overflow: hidden;
 font: 10px/20px Arial;
 -webkit-transition: 0.3s ease-in height;
 -moz-transition: 0.3s ease-in height;
 -o-transition: 0.3s ease-in height;
 transition: 0.3s ease-in height;
 position: absolute;
 right: 25px;
 top: 0;
 color: #E02A05;
}
.wpcf7-form .invalid .error-message,
.wpcf7-form .empty .empty-message {
 height: 20px;
}
.wpcf7-form>p{
	overflow:hidden;
	margin-bottom:0;
}



@media only screen and (max-width: 995px) {
	.wpcf7-form label {
		float: none !important;	
		width: 100%;
	}
	.wpcf7-form .success {
		width: 100%;
	}
	.wpcf7-form label.email {
		width: 100%;
		margin: 0;
	}
	.wpcf7-form input {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 767px) {
	.map figure {
		width: 100% !important;
		float: none !important;
		display: block !important;
		margin-right: 0px !important;
	}
	.btns {
		padding-bottom: 0;  
	} 
	.wpcf7-form textarea {
		height: 300px !important; 
	}
	.wpcf7-form {
	 	padding-right: 0;
	}
	.btns {
		text-align: center;
	}
	
  
}
@media only screen and (max-width: 479px) {
  	.wpcf7-form textarea {
		height: 200px !important;  
  	}
}
/*
     FILE ARCHIVED ON 19:55:38 Dec 07, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:48:02 Jan 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.445
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.008
  esindex: 0.01
  cdx.remote: 42.938
  LoadShardBlock: 69.772 (3)
  PetaboxLoader3.datanode: 110.068 (5)
  load_resource: 260.302 (2)
  PetaboxLoader3.resolve: 138.721 (2)
*/