/****Form****/

#form {
	padding-top: 2px;

}

#form input {
	font-size:14px;
	color:#4d4a42;
	line-height: 20px;
	 border: 1px solid #3a362c;
 padding: 10px 12px 9px;
  background: #1d1a18;
	width: 100%;
	box-shadow: 0 0  3px #000, inset 0 0 8px 3px #000;
	border-radius: 25px;
	height: 48px;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

#form textarea {
	font-size:14px;
	color:#4d4a42;
	height: 168px;
	overflow: auto;
	 border: 1px solid #3a362c;
 padding: 14px 12px;
  background: #1d1a18;
  box-shadow: 0 0  3px #000, inset 0 0 8px 3px #000;
	border-radius: 25px;
	line-height: 20px;
	width: 100%;
	position: relative;
	resize:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	float:left;
	font-family:  Tahoma, Geneva, sans-serif;
	margin: 0;
	
}
#form label {
	position:relative;
	display: block;
	min-height: 60px;
	width: 461px;
	float: left;
	clear: left;
}




#form .error, #form .empty {
	color: #FF0000;
	display: none;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 8px;
	top: 14px;
	float:left;
}


#form .error-empty {
	display:none;
	float:left;
}

.btns {
	position:relative;
	padding-top: 0px;
	padding-right: 22px;
	text-align: right;

}


.content .btns a.btn {
	margin: 0 0px 0px 50px !important;
	cursor: pointer;
	min-width: 10px;

}

.content .btns a:first-child {
	margin-left: 0 !important;
}

#form .message {
	width: 460px;
	float: right;
}


.message br {
	height: 0;
	line-height: 0;
}

#form .success {
	display: none;
	position: absolute;
	width: 100%;
	 border: 1px solid #3a362c;
  background: #1d1a18;
	text-align: center;
	padding: 20px 10px;
	box-shadow: 0 0  3px #000, inset 0 0 8px 3px #000;
	z-index: 999;border-radius: 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}



.success_wrapper {
	position: relative;	
}

@media only screen and (max-width: 995px) {

#form {
	padding-top: 0;	
}


#form label {
	float: none !important;	
	width: 100%;
}

#form input {
	margin-bottom: 10px;
}

#form label.message {
	width: 100% !important;
	float: none;
}

#form .success {
	width: 100%;
}


#form label.email {
	width: 100%;
	margin: 0;
}

}

@media only screen and (max-width: 767px) {
  .map {
	margin-bottom: 25px;
}
  .btns {
		padding-bottom: 0;  
  }
  
  #form textarea {
		height: 300px !important;  
  }
  
}
@media only screen and (max-width: 479px) {
 
  #form textarea {
		height: 200px !important;  
  }
}