/****Form****/

#form1 {
	padding-top: 2px;
}
/*#form1 .left_part{
	position: relative;
	display: inline-block;
	float: left;
	width: 35.5%;
	margin-right: 6.2%;
	padding-left: 34px;
}
#form1 .right_part{
	position: relative;
	display: inline-block;
	width: 54%;
}
*/
input, textarea { outline:none; }
input:active, textarea:active { outline:none; }
:focus { outline:none; }

#form1 input {
	width: 100%;
	height: 36px;
	float:left;
	background: #4e4e4e;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	color: #a7a7a7;
    font: 12px/18px 'Droid Sans', sans-serif;
	border: 1px solid #4e4e4e;
    padding: 9px 15px 10px;
}

#form1 textarea {
	width: 100%;
	height: 83px;
	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: #a7a7a7;
    font: 12px/18px 'Droid Sans', sans-serif;
	border: 1px solid #4e4e4e;
	background: #4e4e4e;
    padding: 9px 15px 10px;
}

#form1 ._placeholder {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #a7a7a7;
    font: 12px/18px 'Droid Sans', sans-serif;
	border: 1px solid transparent;
	height: 36px !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;
	 padding: 9px 15px 10px;
}

#form1 ._placeholder.hidden {
	display: none;
}

#form1 ._placeholder.focused {
	opacity: 0.3;
}

#form1 .message ._placeholder {
	height: 100% !important;
}
#form1 label {
	position:relative;
	display: block;
	min-height: 36px;
	float: left;
	/*clear: left;*/
	width: 100%;
	margin-bottom: 10px;
}

#form1 label.message {
	width: 100%;
	margin-left: 0;
	margin-bottom: 20px;
}

#form1 .error-message, #form1 .empty-message {
	color: #f00;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	top: 5px;
	opacity: 0;
	right: 10px;
	float:left;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

/*#form .message .error-message, #form .message .empty-message {
	bottom: -16px;
}*/

#form1 .invalid .error-message, #form1 .empty .empty-message {
	opacity: 1;
}

.btns {
	position: relative;
	display: inline-block;
	float: right;
	text-align: right;
	margin-top: 0;
	margin-bottom: 12px;

}
.btns .btn:hover span{
	margin: 0 7px;
}

.btns a {
	margin: 0 0 0 12px;

}

.phone {
	position: relative;
}

.message br {
	height: 0;
	line-height: 0;
}

#form1 .success-message {
	display: none;
	opacity: 0;
	position: absolute;
	border: 1px solid #4e4e4e;
   	background-color: #4e4e4e;
   	color: #a7a7a7;
   	font-weight: bold;
	width: 100%;
	/*height: 98px;*/
	text-align: center;
	padding: 30px 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;
}

#form1.success .success-message {
	display: block;
	opacity: 1;
}

.success_wrapper {
	position: relative;	
}

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

#form1 {
}


#form1 label {
	float: none !important;	
	width: 100%;
	margin-left: 0 !important;
}

#form1 input {
	margin-bottom: 10px;
}
#form1 textarea {
	margin-bottom: 14px;
}

#form1 .success-message {
	width: 100%;
}

.btns {
	padding-right: 0;
}
#form1 label {
	margin-bottom: 14px;
}
#form1 label.email {
	width: 100%;
	margin: 0 0 14px;
}

.map figure {
	float: left !important;
	margin-right: 0px !important;
}

}

@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;  
  }
  
  #form1 textarea {
		height: 300px !important; 
  }

   #form1 {
 	padding-right: 0;
 }
  
}
@media only screen and (max-width: 479px) {

  #form1 textarea {
		height: 200px !important;  
  }
}