.th3_parallax{
  height: 60%;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	display: flex;
		  align-items: center;
  /*justify-content: center;*/
}

.th3_parallax span{
/*	align-items: center;
  justify-content: center;
  border: 1px solid #ff00ff;*/
  display: flex;
  width: 100%;
  
	
}
.th3_parallax span h1,
.th3_parallax span h2,
.th3_parallax span h3,
.th3_parallax span h4,
.th3_parallax span h5,
.th3_parallax span h6,
.th3_parallax span p,
.th3_parallax span a{
	color: inherit;
	
}


 .th3_parallax .newsletterbox{
  background-color: #d22229;
  color: #fff;
  padding: 60px 30px;
  height: 100%;
  width: 50%;
  margin-left: 40px;
}




 .th3_parallax .newsletterbox select,  .th3_parallax .newsletterbox input{
      -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
  background-color: #fff;
/*  height: 50px;
  width: 100%;*/
  padding:14px 12px 14px 12px;
  margin: 10px;
  /*display: block;*/
  position: relative; 
  /*font-size: 1.2em;*/
  z-index: 2;
  cursor: pointer;
  min-width: 240px;
}



 .th3_parallax .newsletterbox button,   
 .th3_parallax .newsletterbox input[type="submit"]{
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
  background-color: #000!important;
  color: #fff;

  padding:14px 12px 14px 12px;
  margin: 0 10px;
  cursor: pointer;
  position: relative; 
  z-index: 2;
}


