/*--------------Form--------------*/
#form {
	padding-top: 4px;
}
#form label {
	text-align: left;
	position:relative;
	display: block;
	float: left;
	width: 100%;
	cursor: text;
}
#form input {
	line-height: 18px;
	font-family: 'Trebuchet MS';
	font-size: 13px;
  	text-align: left;
  	border: 1px solid #d9d9d9;
  	width: 100%;
  	height: 32px;
  	text-transform: none;
  	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
  	color: #b2b2b2;
	padding: 8px 16px 6px;
	margin-bottom: 10px;
}
#form textarea {
	line-height: 18px;
	font-family: 'Trebuchet MS';
	font-size: 13px;
	width: 100%;
	position: relative;
	border: 1px solid #d9d9d9;
	resize: none;
	height: 245px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	color: #b2b2b2;
	padding: 8px 16px 10px;
}
#form ._placeholder {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #b2b2b2;
	border: 1px solid transparent;
	height: 100% !important;
	padding: 6px 14px 10px;
	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;
}
#form ._placeholder.hidden {
	display: none;
}

#form ._placeholder.focused {
	opacity: 0.3;
}
#form .success-message {
	display: none;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 76px;
	text-align: center;
	padding: 20px 10px;
	z-index: 999;
	background: #fff;
	border: 1px solid #d9d9d9;
	color: #b2b2b2; 
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;  
}
#form .error-message, #form .empty-message {
	color: #E02A05;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	top: 10px;
	opacity: 0;
	right: 30px;
	float:left;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
#form label.message {
	width: 100%;
}
#form .invalid .error-message, #form .empty .empty-message {
	opacity: 1;
}
#form.success .success-message {
	display: block;
	opacity: 1;
}
.success_wrapper {
	position: relative;	
}
.btns {
	text-align: left;
}
.div7 {
	display: inline-block;
	min-width: 83px;
	position: relative;
}
.div7:after {
	content: '';
	width: 30px;
	position: absolute;
	height: 1px;
	background: #da382c;
	top: 7px;
	right: 0;
}
.div7+.div7 {
	margin-left: 20px;
}
.btn {
	color: #da382c;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}
.btn:hover {
	color: #b2b2b2;
}

@media only screen and (max-width: 995px) {



}

@media only screen and (max-width: 767px) {

	.map figure {
		width: 100% !important;
		display: block !important;
	}

  
}
@media only screen and (max-width: 479px) {


}