.oc-nl-popup-main-wrapper {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background: rgba(0, 0, 0, .8);
	display: none
}
.oc-nl-popup-main-wrapper.show {
	display: block
}
.oc-nl-popup-main-wrapper .oc-nl-popup-template {
	margin: auto;
	margin-top: 80px;
	opacity: 1;
	width:100%;
	max-width: 600px;
	background: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	border-top: 8px solid #0fb1f5;	
}
.oc-nl-popup-main-wrapper .oc-nl-popup-wrapper {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}
.oc-nl-popup-main-wrapper .oc-nl-popup-wrapper .oc-nl-popup-content {
	padding-top: 30px !important;
	padding-bottom: 30px !important
}
.oc-nl-popup-main-wrapper .oc-nl-popup-wrapper .oc-nl-popup-content h3 {
	color: #000 !important;
	font-size: 18px !important;
	margin-bottom: 0 !important;
	line-height: normal !important;
	font-weight: bold;
    margin-top: 20px;
}
.oc-nl-popup-main-wrapper .oc-nl-popup-wrapper .oc-nl-popup-content h2 {
	color: #fff !important;
	font-size: 23px !important;
	line-height: normal !important;
	margin-bottom: 10px
}
.oc-nl-popup-main-wrapper .oc-nl-popup-wrapper .oc-nl-popup-content .oc-nl-email-popup-heading {
	
	color: #000;
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 7px !important
}
.oc-nl-popup-main-wrapper .oc-nl-popup-wrapper .oc-nl-popup-content .oc-nl-email-popup-subheading {	
	color: #000;
	background-color: rgba(0, 0, 0, 0)
}
.oc-nl-popup-main-wrapper .oc-nl-popup-wrapper .oc-nl-popup-content .oc-nl-email-popup-subheading img {
	margin: auto !important
}
.oc-nl-popup-main-wrapper .oc-nl-popup-wrapper .oc-nl-popup-content .popup_img {
	margin-bottom: 10px
}
.oc-nl-popup-main-wrapper .oc-nl-popup-wrapper .oc-nl-popup-content .oc-nl-email-form-holder {
	width: 487px !important;
	margin: auto !important;
}
.oc-nl-popup-main-wrapper .oc-nl-popup-wrapper .oc-nl-popup-content .oc-nl-email-form-holder form {
	position: relative;
    margin: auto;
    float: none;
    display: inline-block;
}
.oc-nl-popup-main-wrapper .oc-nl-popup-wrapper .oc-nl-popup-content .oc-nl-email-form-holder form p {
	margin: 0
}

.oc-nl-popup-main-wrapper .oc-nl-popup-wrapper .oc-nl-popup-content .oc-nl-email-form-holder .tpa-emailform-email-tp {
	float: left !important;
	width: 320px !important;
	text-align: left;
	padding-left: 6px;
	height: 40px;
	
	border: 1px solid #5a5a5a;
	border-right: 0
}
.oc-nl-popup-main-wrapper .oc-nl-popup-wrapper .oc-nl-popup-content .oc-nl-email-form-holder .oc-nl-email-popup-button-large {
	float: right !important;
	width: 167px !important;
	height: 40px;
	text-align: center !important;
	line-height: 40px !important;
	padding-top: 0 !important;
	position: absolute;
	top: 0;
	right: 0
}
.oc-nl-popup-main-wrapper .oc-nl-popup-wrapper .oc-nl-popup-content .oc-nl-email-form-holder .oc-nl-email-popup-button-large {
	float: right !important;
	width: 167px !important;
	height: 40px;
	text-align: center !important;
	line-height: 40px !important;
	padding-top: 0 !important;
	font-size: 16px;
	background-color: #453995;
	border-radius: 0;
	border-color: #453995
}
.oc-nl-popup-main-wrapper .oc-nl-popup-close {
	margin-left: 0 !important;
	margin-right: -15px !important;
	background: #0fb1f5 !important;
	border-radius: 50% !important;
	border: 2px solid #0fb1f5 !important;
	padding: 6px;
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	margin-top: -20px;
	float: right;
	display: inline-block;
	cursor: pointer;
	line-height: 15px;
	position: relative;
}
.oc-nl-popup-main-wrapper .oc-nl-popup-close:after,
.oc-nl-popup-main-wrapper .oc-nl-popup-close:before{
    background: #fff;
    content: "";
    height: 3px;
    width: 22px;
    display:block;
    top: 12px;
    position: absolute;
}
.oc-nl-popup-main-wrapper .oc-nl-popup-close:after{
    transform: rotate(-45deg);
    right: 3px;
}
.oc-nl-popup-main-wrapper .oc-nl-popup-close:before{
    transform: rotate(45deg);
    left: 3px;
}
    
.oc-nl-popup-main-wrapper .oc-nl-popup-close img {
	width: 100%
}
.oc-nl-email-form-holder input{
    float:left
}

.oc-nl-email-form-holder{
    padding-top:15px;    
}

.oc-nl-email-form-holder input[type=email], .oc-nl-email-form-holder input[type=text]{
    width:320px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 12px;
    border:2px solid #000; 
    height: 48px;
    font-size: 16px;
}

.oc-nl-email-form-holder input[type=submit]{
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #000;
    padding: 16px;
    font-size: 16px;
    height: 48px;
	color: #fff !important;
    line-height: 1;
}
.oc-nl-email-form-holder .subscribe_form_fields{
    text-align: center;
}
.oc-nl-email-form-holder .subscribe_form_fields:after {
    content: "";
    clear: both;
    display: block;
}
.oc-nl-email-form-holder .email_sub_policy{
    font-size:13px;
    padding-top: 15px;
}
