/****Form****/

#form {
}
#form input, #form textarea {
	color:#c6c6c6 ; 
	padding: 13px 5px 11px 14px;
	outline:none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	height: 42px; 
	width: 100%;
	float:left; 
	border:1px solid #e0e0e0 ;  
	position:relative;  
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	background: #fafafa;
}
#form textarea {
	overflow:auto; 
	width: 100%; 
	height: 200px ;
	resize:none; 
}
#form label {
	position:relative;
	display: inline-block;
	min-height: 57px;
	width: 65%;
	/*width: 100%;*/
	float: left;
	clear: left;
}
#form label.message {
	width: 100%; 
}
#form .error, #form .empty {
	color: #47d4f9;
	display: none;
	font-size: 12px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	top: 12px;
}
#form .error-empty {
	display:none;
	float:left;
}

.btns {
	position:relative;
	/*overflow:hidden;*/
	padding-top: 30px;
	text-align: right;
}
.btns a {
	margin: 0 0 0 28px !important;
	cursor: pointer;

}


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

#form .success {
	display: none;
	position: absolute;
	width: 100%;
	width: 65%;
	border: 1px solid #e0e0e0;
	background: #fff;
	text-align: center;
	/*padding: 20px 10px;*/
	padding-top: 58px;
	height: 158px;
	z-index: 999;
	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 {
		width: 100%;
	}
	#form .success {
		width: 100%;
	}




@media only screen and (max-width: 767px) {
	#form label {
		width: 100%;
	}
	#form .success {
		width: 100%;
	}
  .btns {
		padding-bottom: 0;  
  }
  
  #form textarea {
		height: 300px !important;  
  }
  
}
@media only screen and (max-width: 479px) {

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