.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1050;
	width: 560px;
	margin: -250px 0 0 -280px;
	overflow: auto;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	bottom: inherit;
	padding-right: 0 !important;
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	outline: 0;
}

.modal-open .modal#nlsignup3 {
	overflow: visible;
}

#nlsignup3 .modal-header {
	padding: 22px;
	background-color: #e8e8e8;
	border-bottom: 1px solid #eee;
}

#nlsignup3 .close {
	opacity: 1;
	position: absolute;
	right: -15px;
	top: -15px;
	background: #000;
	font-size: 26px;
	padding: 2px 9px 6px;
	border-radius: 100%;
	border: solid 5px #fff;
	z-index: 99999;
	color: #fff;
	text-shadow: none;
	box-shadow: 0 0 10px #333;
	margin-top: -2px;
	cursor: pointer;
	-webkit-appearance: none;
	float: right;
	font-weight: bold;
	line-height: 1;
}

@-moz-document url-prefix() {
	#nlsignup3 .close {
		padding: 2px 6px 0px;
	}
}

#nlsignup3 .modal-body {
	position: relative;
	padding: 15px;
	text-align: center;
	padding-bottom: 23px;
	overflow: visible;
}

#nlsignup3 .nlpromoimg {
	max-width: 15%;
	margin-top: -48px;
}

#nlsignup3 .modal-body h3 {
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 5px;
	color: #000;
}

#nlsignup3 .modal-body h4 {
	margin-top: 0;
	color: #f05a29;
	font-size: 18px;
}

#nlsignup3 ul {
	text-align: left;
	width: 504px;
	margin: 15px auto 20px;
	padding-left: 30px;
}

#nlsignup3 ul li {
	margin-bottom: 4px;
	list-style-type: none;
}

#nlsignup3 ul li span {
	margin-left: -21px;
	color: #f05a29;
	margin-right: 4px;
	font-weight: 700;
	font-size: 16px;
}

#nlsignup3 ul li strong {
	color: #000;
}

#nlsignup3 span.input-append {
	display: block;
	text-align: center;
	margin-top: 3px;
}

.modal-body input {
	padding: 2px 5px;
	font-size: 15px;
}

#nlsignup3 form input[type="email"] {
	background-color: #e8e8e8;
	border: none;
	padding-left: 10px;
	height: 34px;
	width: 424px;
	box-shadow: none;
	 border-radius: 0;
}

#nlsignup3 .btn-warning {
	margin-top: 0;
	padding: 10px;
	background-color: #f05a29;
	border: none;
	border-radius: 0;
	text-shadow: 0 -1px 0 #c84b23;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.modal .modal-footer {
	font-size: 13px;
	border-top: 1px solid #eee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 15px;
	text-align: right;
	background: #fff;
}

#nlsignup3 .modal-footer .btn {
	color: #000;
	border: solid 1px #bbb;
	font-size: 12px;
	border-radius: 0;
	background: #fff;
}

#nlsignup3.modal.fade {
	top: -30%;
	height: 0;
}

#nlsignup3.modal.fade.in {
	top: 50%;
	height: auto;
}

button.close:after {
    content: '\00d7';
    font: 32px/100% arial, sans-serif;
}

@media (max-width: 768px) {
	
	div#nlsignup3 {
		position: absolute;
		top: 0 !important;
		bottom: 0 !important;
		margin: 0 !important;
		left: 0 !important;
		right: 0 !important;
		padding: 0 !important;
		z-index: 10000;
		width: auto;
	}
	#nlsignup3 ul {
		width: auto;
	}
	.modal-body {
		max-height: inherit;
		height: auto;
	}
	#nlsignup3 .close {
		top: 12px;
		right: 20px;
		padding: 6px 12px;
		font-size: 2.3em;
		line-height: 1;
	}
	#nlsignup3 form input[type="email"] {
		width: 238px;
	}
	#nlsignup3 .modal-footer .btn {
		font-size: 18px;
		padding: 10px 14px;
	}
	
}

@media (max-width: 360px) {
	
	#nlsignup3 form input[type="email"] {
		width: 186px;
	}
	.modal-body {
		height: 80%;
	}
	
}