.fieldpopupnewsletter {display: none;}
.fieldpopup .fancybox-skin .fancybox-close {top:5px; right:5px; background-color: transparent; line-height: 20px; z-index:8}
.fieldpopup .fancybox-skin .fancybox-close:after {
	font-family: "oswald";
	content: "X";
	font-size: 16px;
        color:#fff;
}
#newsletter_block_popup {
	position: absolute;
        left:0;
        right:0;
	bottom:0;
	margin: 0;
}
#newsletter_block_popup .block_content{
}
.fieldpopup .inputNew {margin-left:175px; width:410px; height: 35px; background-color: rgba(255,255,255,0.6);border:0; line-height: 35px; margin-bottom: 5px; text-align: center; color:#2a2a2a; font-family: "helvetica-lt";font-size:15px; text-transform: uppercase; }
.popup_text {
	font-family: "helvetica-lt";
        font-size:15px;
	color:#666;
	text-align: center;
	padding-bottom: 20px;
	}
.fieldpopupnewsletter{
       background-repeat:no-repeat;     
       max-height:390px!important;
        }
.newsletter_block_popup-bottom{text-align:right;margin:50px 10px 0 0;}
#uniform-newsletter_popup_dont_show_again{display:inline-block;}
.newsletter_block_popup-bottom label{color:#fff;display:inline-block}
.button_unique {
	background-color: transparent;
	border:none;
	font-family: "helvetica-lt";
        font-size: 18px;
	text-align: center;
	display: block;
	width: 100%;
	padding-top: 30px;
	cursor: pointer;}
.send-response {
	text-align: center;
	font: bold 14px "Open Sans",sans-serif;
	color:#990000;
	padding-bottom: 5px;
}
.fancybox-close-overlay {
	width: 28px;
	height: 28px;
	position: absolute;
	cursor: pointer;
	top:5px;
	right:5px;
	z-index:9;
}
.title_popup{
    font-family:"oswald";
    font-size:34px;
    color:#fff;
    text-align:center;
    text-transform: uppercase;
    padding-top:100px;
    font-weight: bold
}
.button_unique span{
    padding:10px 35px;
    background:transparent;
    border:1px solid #fff;
    display:inline-block;
    color:#fff;
    text-transform: uppercase;
    font-family:"oswald";
    font-size:16px;
    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;
}
.button_unique span:hover{
    background:#eb5f06;;
    border-color:#eb5f06;
     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;
}
@media(max-width:360px){
    .fieldpopup .inputNew{width:300px;}
    .title_popup{width:300px!important;}
}