.newsletter form#form-nl{
	position: relative;
	margin: 0px auto;
}
.newsletter form#form-nl ol,.newsletter form#form-nl ol > li{
	margin:0;
	padding:0;
	list-style:none;
}
.newsletter form#form-nl ol {
	margin: 0 -15px;
}
.newsletter form#form-nl ol li {
	position: relative;
	width: 33.333% !important;
	float: left;
	clear: none;
	padding: 0 15px;
	text-align: center;
}
.newsletter form#form-nl ol li#NewsletterSubmitHeader {
	width: auto!important;
	float: none;
	padding-top: 15px;
	clear: both;
	text-align: center;
}
.newsletter form#form-nl label.field-title{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.newsletter form#form-nl li > span{
	display: block;
}
.newsletter form#form-nl .txtbox-long{
	border: none;
	font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	padding: 5px 15px;
	outline: none !important;
	background: rgba(255,255,255,.1);
	width: 100%;
	height: 40px;
	margin: 0px;
	text-align: center;
	transition: all .4s;
}
.newsletter form#form-nl .txtbox-long:focus{
	background: rgba(255,255,255,.5);
	box-shadow: inset 0 0 0 3px #fff;
}
.newsletter form#form-nl .required{
	color:#c00;
}
.newsletter form#form-nl #NewsletterSubmitHeader{
	text-align: left;
}
.newsletter form#form-nl #subscriber-submit{
	font-family: "Oswald", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	padding: 5px 20px;
	outline: none !important;
	background: #9fc612;
	border: 0;
	width: auto;
	display: inline-block;
	margin: 0 auto;
	height: auto;
	transition: all .4s;
	z-index: 5;
	cursor: pointer;
}
.newsletter form#form-nl #subscriber-submit:hover{
	background: #87a80f;
	color: #fff;
}
.newsletter form#form-nl .clearFix{
	display:none;
}
.newsletter .formError {
	left: 0!important;
}


@media only screen and (max-width : 992px) {
	.newsletter form#form-nl {
		margin-top: 20px;
	}
}
@media only screen and (max-width : 480px) {
	.newsletter form#form-nl {
		margin: 10px 0 0;
		float: none;
		min-width: 0;
		width: auto;
	}
	.newsletter form#form-nl ol li {
		width: 100% !important;
		float: none;
	}
}