section.newsletter form#form-nl{
	position: relative;
	margin: 0px auto;
}
section.newsletter form#form-nl ol,section.newsletter form#form-nl ol > li{
	margin:0;
	padding:0;
	list-style:none;
}
section.newsletter form#form-nl ol {
	margin: 0;
}
section.newsletter form#form-nl ol li {
	position: relative;
	padding: 0 10px;
	width: 25%!important;
	float: left;
	clear: none;
}
section.newsletter form#form-nl ol li#NewsletterListHeader {
	display: none;
}
section.newsletter form#form-nl label.field-title {
	display: none;
}
section.newsletter form#form-nl li > span {
	display: block;
}
section.newsletter form#form-nl .txtbox-long {
    font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding: 5px 15px;
	outline: none !important;
	background: rgba(255,255,255,.9);
	border: 1px solid #5a3523;
	width: 100%;
	height: auto;
	margin: 0px;
	transition: background .4s;
}
section.newsletter form#form-nl .txtbox-long:focus {
	background: #fff;
}
section.newsletter form#form-nl .required{
	color:#f00;
}
section.newsletter form#form-nl #NewsletterSubmitHeader{
	text-align: right;
}
section.newsletter form#form-nl #subscriber-submit {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	padding: 5px 15px;
	text-transform: uppercase;
	outline: none !important;
	background: #3f1d0b;
	border: 1px solid #3f1d0b;
	width: 100%;
	height: auto;
	transition: background .4s;
	z-index: 5;
	cursor: pointer;
}
section.newsletter form#form-nl #subscriber-submit:hover {
	background: #5a3523;
}
section.newsletter form#form-nl .clearFix{
	display:none;
}

@media only screen and (max-width : 767px) {
	section.newsletter form#form-nl ol li {
		float: none;
		clear: both;
		width: auto!important;
		padding: 10px 0;
	}
}