.laberPopupnewsletter{
	
}
.laberPopupnewsletter-i{margin:15% auto;position:relative;}
.laberPopupnewsletter-i .close{
	background: #2c7d2e url("../img/icon_close.png") no-repeat scroll center center;
	color: #555555;
	font-size: 20px;
	font-weight: normal;
	height: 40px;
	opacity: 1;
	position: absolute;
	right: 10px;
	text-align: center;
	text-indent: -999em;
	top: 10px;
	width: 40px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 9;
	border-radius: 100%;
}
.labpopupnewsletter{
	position: relative;
	width: 100%;
	padding: 0;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: right 35px bottom 20px;
	/* background-size: 180px; */
}
#newsletter_block_popup{
	bottom: 40px;
    left: 40px;
    position: absolute;
    right: 40px;
    text-align: left;
    top: 40px;
}
#newsletter_block_popup .block_content{
	margin-right: 15%;
	text-align: left;
	padding-top:7%;
}
#newsletter_block_popup .block_content .newsletter_title{}
#newsletter_block_popup .block_content .newsletter_title h3{
	line-height: 1;
	font-size: 24px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 600;
}
#newsletter_block_popup .block_content .laberContent .promo-panel-text {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    padding: 0 20px 8px;
    font-weight: 600;
	text-transform: uppercase;
	color: #333333;
}
#newsletter_block_popup .block_content .laberContent .promo-panel-text .sale-off {
	color: #004116;
	margin: 0 6px;
}

#newsletter_block_popup .block_content .laberContent {
	color: #666666;
    font-size: 16px;
    line-height: 25px;
	margin-bottom:15px;
}
#newsletter_block_popup .block_content .laberContent h4{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
	margin-bottom:5px;
}
#newsletter_block_popup .block_content .laberContent h3{
	font-size: 65px;
	color: #004116;
	font-weight: bold;
	line-height: 1;
	margin-bottom:10px;
}
#newsletter_block_popup .block_content .laberContent p{
    color: #666666;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 25px;
    padding-bottom: 30px;
}
#newsletter_block_popup .block_content .laberContent span {
	color: #333333;
	font-size: 20px;
	font-weight: 400;
}
#newsletter_block_popup .block_content .labAlert {color:#ff0000;font-size:14px;}
#newsletter_block_popup .block_content .inputNew {
	background-color: #fff;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 14px;
	color: #999999;
	border: 1px solid #dddddd;
	width: 100%;
}
#newsletter_block_popup .block_content .send-reqest {
	
    clear: both;
    
	
    cursor: pointer;
    display:block;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
	width: 150px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
#newsletter_block_popup .block_content .send-reqest:hover{
	
}
#newsletter_block_popup .newsletter_block_popup-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}
#newsletter_block_popup .newsletter_block_popup-bottom .subscribe-bottom {
	display: inline;
    float: left;
    line-height: 25px;
    margin-right: 5px;
}
#newsletter_block_popup .newsletter_block_popup-bottom .laber_newsletter_dont_show_again {
	color: #666666;
    font-size: 14px;
    font-style: italic;
    line-height: 25px;
    margin: 0;
}
#laberPopupnewsletter {
    background: rgba(0,0,0,0.7);
}
@media only screen and (min-width : 992px) and (max-width : 1199px){
}
@media only screen and (min-width : 768px) and (max-width : 991px){
}
@media only screen and (max-width : 767px){
}