.newsletter_popup{
	position: absolute;
	bottom: calc(50% - 150px);
    right: calc(50% - 230px);
    top: auto;
    left: auto;
	z-index: 999999;
    border-style: solid;
	-webkit-box-shadow: 0 0 10px 1px #333;
    -moz-box-shadow: 0 0 10px 1px #333;
    box-shadow: 0 0 10px 1px #333;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: initial;
    padding: 25px;
}

#newsletter_popup header{
	letter-spacing: 0;
    margin-bottom: 15px;
	font-weight: bold;
    font-stretch: normal;
    font-size: 18px;
    line-height: 26px
}

#newsletter_popup > p{
	font-size: 1em;
}

#newsletter_popup input[type='text']{
    padding: 10px 15px 10px 10px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none !important;
    height: 40px;
    line-height: 20px;
    margin: 10px auto;
	color: #333;
}

#newsletter_popup .privacy{
	margin-bottom: 10px;
}
/*
#newsletter_popup .privacy, #newsletter_popup  a{
	color: #FFF;
}
*/
#newsletter_popup .azione{
	display: none;
}

#newsletter_privacy{
	margin-left: 0px;
}

#newsletter_popup .submit{
	display: inline-block;
    padding: 8px 15px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    font-family: 'Open Sans',sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 0px solid #3194cd !important;
	margin-top: 5px;
}

#newsletter_popup #newsletter_response.ok{
	background-color: #FFF;
}