

form {
  width: 92%;
 
padding-top:15px;
  padding-bottom:25px;
  margin-left:auto;
  margin-right:auto;
}
#newsletter_form {
	width:100%;
	background-color:#ddd;
	margin-top:25px;
	}

.header {
  font-size: 16px;
  
  letter-spacing: 0.02em;
  font-weight:600;
  
}


.description {
  font-size: 13px;

  line-height: 1.3em;
  margin: -2px 0 15px;
}

#contact_right .description p{ padding-top:10px; padding-bottom:10px;}
.input {
  display: flex;
  align-items: center;
}


.button {
  height: 44px;
  border: none;
}

  
#email {
  width: 74%;
  background: #FDFCFB;
  font-family: inherit;
  color: #737373;
   font-family:'roboto', sans-serif;
   font-weight:400;
   letter-spacing:0.03em;
  text-indent: 4%;
  font-size:13px;
  -webkit-appearance: none;
  -moz-appearance:    none;

  -webkit-border-radius:0; 
 box-sizing: border-box;
 height:46px;

}

.ok_button{
	height:36px;
	padding-top:7px;
	font-family:roboto, sans-serif;
	font-size:15px;
	font-weight:500;
	background:#eee;
	margin-bottom:7px;
	margin-top:0;
	
	}
#submit {
  width: 26%;
  height: 46px;
  background: #eee;
  color: inherit;
 font-family:'p', sans-serif;
 font-weight:400;
  cursor: pointer;
  transition: background .3s ease-in-out;
  margin-top:0;
  font-size:14px;
    -webkit-appearance: none;
  -moz-appearance:    none;

}
  

#submit:hover {
  background: #d1d1d1;
}
  

input:focus {
  outline: 1px solid #e8e8e8;
}


	/************************************** CONTACT FORM ****************************************/
	
	
	.two_columns_50_50 {
    width: 100%;
}
.two_columns_50_50>.column1 {
    width: 45%;
    float: left;
}.two_columns_50_50>.column2 {
    width: 55%;
    float: left;}
	.two_columns_60_40>.column1 {
    width: 45%;
    float: left;
}.two_columns_60_40>.column2 {
    width: 55%;
    float: left;
}.two_columns_50_50>.column1>.column_inner, .two_columns_60_40>.column1>.column_inner {
    padding: 0 10px 0 0;
}
input[type='text'], textarea {
    width: 100%;
    margin: 0 0 17px 0;
    padding: 10px 15px;
    border: 0;
    outline: 0;
    resize: none;
    font-size: 14px;
    font-family: 'p',sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #5d5d5d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
	
	#contact-form {
		text-align:center; width:96%; padding-left:2%;padding-right:2%;} 
		#contact-form button {
			margin-top:0; font-size:15px;
		
			
			}
			
			
		#contact-form-details input[type='text'], textarea { background-color:#FFF;}
			
			
 @media only screen and (max-width: 1200px) {
	#submit {font-size:13px;
	}
	input[type='text'], textarea {

    font-size: 13px;}
@media only screen and (max-width: 767px) {
	
	.header {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight:400;
  
}
.input{
  display: block;}
#email {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance:    none;
appearance:         none;
  -webkit-border-radius:0; 
   margin-bottom:5px;
 height:50px;
}
#submit {
  width: 100%;

  margin-top:0;
  font-size:14px;
    -webkit-appearance: none;
  -moz-appearance:    none;
appearance:         none;
height:50px;
}
.two_columns_50_50>.column1 {
    width: 100%;
 
}.two_columns_50_50>.column2 {
    width: 100%;
    }
	.two_columns_60_40>.column1 {
    width: 100%;
   
}.two_columns_60_40>.column2 {
    width: 100%;

  
	}
.two_columns_50_50>.column1>.column_inner, .two_columns_60_40>.column1>.column_inner {
    padding: 0 0 0 0;
}input[type='text'], textarea {
    width: 94%;
    margin: 0 0 12px 0;
}
}