#sp-bottom2 h3 {
	width:100%;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
	padding-bottom:20px;
}
#sp-bottom2 .newsletter_txt {
	width:100%;
	color:#fff;
	line-height:25px;
	font-size:16px;
	padding-bottom:20px;
}
#sp-bottom2 input[type="text"] {
	padding: 0;
    margin: 0;
    width: calc(100% - 96px);
	height:42px;
	display:block;
	float:left;
	border:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background:none;
	background-color:#fff;
    color: #000;
    font-size: 14px;
	font-family: Lato, sans-serif;
	font-weight:normal;
   	padding-left:12px;
	line-height:42px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	vertical-align:top;
}
#sp-bottom2 input[type="submit"] {
	padding: 0;
	margin: 0;
	width: 96px;
	height: 42px;
	display:block;
	float:left;
	border: none;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #639e04;
	color: #fff;
	font-size: 14px;
	font-family: Lato, sans-serif;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: top;
	text-transform:uppercase;
}
#sp-bottom2 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
#sp-bottom2 ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
#sp-bottom2 :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
#sp-bottom2 :-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.newsletter_clear{
	clear:both;
}