/****Form****/

#form {
	padding-top: 5px;
}

#form input {
	width: 100%;
	height: 41px;
	float:left;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	color: #bab9b9;
    font: normal 14px/18px Arial, sans-serif;
	border: 1px solid #eaeaea;
    padding: 8px 9px;
}

#form textarea {
	width: 100%;
	height: 242px;
	position: relative;
	resize:none;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	float:left;
	margin: 0;
	color: #bab9b9;
    font: normal 14px/18px Arial, sans-serif;
	border: 1px solid #eaeaea;
    padding: 10px 14px;
}

#form ._placeholder {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #bab9b9;
    font: normal 14px/18px Arial, sans-serif;
	border: 1px solid transparent;
    padding: 11px 14px;
	height: 39px !important;
	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;
	cursor: text !important;
	display: block;
}

#form ._placeholder.hidden {
	display: none;
}

#form ._placeholder.focused {
	opacity: 0.3;
}

.map_c {
	position: relative;
	overflow: hidden;
	margin: 4px 0 24px;
	width: 100%;
	height: 347px;
}
.map+h4 {font-weight: 400;}

#form .message ._placeholder {
	height: 100% !important;
}
#form label {
	position:relative;
	display: block;
	min-height: 39px;
	float: left;
	clear: left;
	width: 420px;
	margin-bottom: 8px;
}

#form label.message {
	width: 100%;
	margin-left: 0;
}

#form .error-message, #form .empty-message {
	color: #f15f43;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	top: 14px;
	opacity: 0;
	right: 9px;
	float:left;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

#form .invalid .error-message, #form .empty .empty-message {
	opacity: 1;
}

.btn_holder {
	position: relative;
	float: right;
}

.btn_holder a {
	margin-top: 33px!important;
	padding: 0 30px;
	line-height: 45px;
	font-size: 14px;
}

.address {
	margin-top: 16px;
	font: normal 14px/24px Arial, sans-serif;
	color: #bab9b9;
}
.address a {color:#009dde; margin-top: -5px; text-decoration: underline;}
.address span, .address b {float: left;}
.address a:hover {text-decoration: none; color: #363f45;}
dl dd {line-height: 24px; text-align: right;}

dl { width: 186px; }


.phone {
	position: relative;
}

.message br {
	height: 0;
	line-height: 0;
}

#form .success-message {
	display: none;
	opacity: 0;
	position: absolute;
	background: #fff;
	width: 420px;
	border: 1px solid #eaeaea;
	height: 92px;
	text-align: center;
	padding: 38px 10px;
	z-index: 999;
	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.success .success-message {
	display: block;
	opacity: 1;
}

.success_wrapper {
	position: relative;	
}

@media only screen and (max-width: 995px) {


	#form label {
		float: none !important;	
		width: 100%;
		margin-left: 0 !important;
	}
	
	#form input {
		margin-bottom: 10px;
	}
	
	
	#form .success-message {
		width: 100%;
	}
	
	#form label.email {
		width: 100%;
		margin: 0;
	}
	

	
	 #form label.message {width: 100%;}
	  .btn_holder {margin-right: 0;}
	
	}

@media only screen and (max-width: 767px) {
  
 	#form textarea {
		width: 100%;
  	}
  
}

@media only screen and (max-width: 479px) {

  #form textarea {
		height: 200px !important;  
  }

}