#form {
	color: #929292;
	padding-bottom: 58px;
}
#form input{
  	border: #d9d9d9 1px solid;
  	background: none;
	width: 82%;
	background-color: #fff;
	height: 34px;
	font: 14px/18px 'Open Sans', sans-serif;
	padding: 5px 9px 5px;
	color: #929292;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}
#form input{
	margin-bottom: 15px;
}
#form textarea {
	width: 100%;
	border: #d4d4d4 1px solid;
	background-color: #fff;
	height: 188px;
	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 */
	color: #929292;
    font: 14px/20px Arial, sans-serif;
	padding: 5px 9px 10px;
}
#form ._placeholder{
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
    font: 14px/18px 'Open Sans', sans-serif;
	border: 1px solid transparent;
	height: 100% !important;
	padding: 6px 9px 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;
}
#form label{
	position:relative;
	display: block;
	width: 100%;
	cursor: text;
}
#form label.message {
	width: 100%;
	margin-left: 0;
}
#form .error-message, #form .empty-message {
	color: #ffb351;
	font: 13px/20px Arial, sans-serif;
	width: 226px;
	position: absolute;
	z-index: 999;
	top: 5px;
	display: none;
	right: 5px;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	-webkit-transition: 0.3s ease-in height;
	-moz-transition: 0.3s ease-in height;
	-o-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
}
#form .invalid .error-message, #form .empty .empty-message {
	display: block;
}
.btn{
	text-align: left;
	padding-top: 30px;
}
.btn a{
    font-size: 18px;
    padding: 12px 28px; 
}
.btn1{
	margin-left: 15px;
}
.message br {
	height: 0;
	line-height: 0;
}
#form .success-message {
	border: #d9d9d9 1px solid;
	display: none;
	opacity: 0;
	position: absolute;
	width: 82%;
	height: 132px;
	background-color: #fff;
	text-align: center;
	padding: 55px 0px 0px 0px;
	z-index: 999;
	color: #ffb351;
    font: 13px/20px Arial, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

#form.success .success-message {
	display: block;
	opacity: 1;
}
.success_wrapper {
	position: relative;	
}
#form1 {
  position:relative;
} 
#form1 input {
  border:1px solid #e5e5e5;
  background:#fff;
  color:#969696;
  font-size:14px;
  width:415px;
  padding: 13px 0 13px 44px;
  outline:none;     
  box-shadow:none;
  padding-left: 39px;
  padding-right: 5px;
  top: 20px;
}
#form1 textarea {
  border:1px solid #e5e5e5;
  background:#fff;
  color:#969696;
  font-size:14px;
  padding:5px 0 5px 10px;
  width:415px;
  height:44px;
  overflow:auto;
  outline:none;
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  -o-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}
#form1 label {
  display:inline-block;
  min-height:30px;
}
#form1 .error {   
  display:block;
  overflow:hidden;
  height:0px;
  font-size:12px;
  color:#ffb351;
    
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  -o-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}
#form1 .success {
  width:439px;
  height: 31px;
  border:1px solid #e5e5e5;
  background:#fff;
  padding-top: 15px;
  padding-left: 20px;
  color:#433f62;
  position:absolute;
  z-index:10;
  left:0;
  top:0;
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  -o-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}

#form1 label.invalid .error {
 /* display: block;*/
  height:19px;
  position: absolute;
}
/* Form defaults */
input, select, textarea { 
  font: 18px/24px 'Open Sans', sans-serif;
  vertical-align:middle;
  font-weight:normal;
}
.n-form .p1{
  color: #433f62;
}
.n-form{
  padding:60px 0;
}
.n-form .text{
  padding-top: 0px;
}
.btns{
  margin-left: 18px;
}
.n-form p{
  color: #707070;
}
.n-form .def-btn{
  padding: 11px 27px;
  font: 18px/24px 'Open Sans', sans-serif;
}
@media only screen and (max-width: 995px) {
}

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