#xipixel-popletter {
	width:100%;
	height:100%;
}
.popnewsletter .module-dialog-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 60px);
	max-width:720px;
}
.popnewsletter button.close {
    background-color: #000;
    position: absolute;
    top: -10px;
    right: -11px;
    width: 30px;
    height: 30px;
    text-align: center;
    opacity: 1;
    z-index: 4;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 22px;
    font-weight: normal;
}
.popnewsletter .modal-content { width:100%; padding:0 !important; margin:0 15px;}
.popnewsletter .modal-header { padding:0;}
.popnewsletter .modal-body {background-position: right;
	background-repeat: no-repeat;}

.newsletter-pop { 
height:100%;
}
.newsletter-wrapper { width:100%; max-width: 25rem;}
.newsletter-wrapper .newsletter-input {
	width: 100%;
	height: 3rem;
	border:3px solid #f2f2f2;
	padding:5px 10px;
	text-align:center;
	font-size:12px;
}
.newsletter-wrapper input.newsletter-input:focus {
	outline: 0 !important;
	border: 3px solid #ddd !important;
}
.submit-newsletter {
font-size: 14px;
background: #000;
color: #fff;
margin-top: 15px;
font-family: "Open Sans", sans-serif !important;
padding: 10px 15px;
text-transform: uppercase;
}
.dont_show_again { font-size:12px; text-transform: uppercase; margin-bottom:0;}
.gdpr-container, .response-msg { display:inline-block; width:100%;}
.gdpr-container #gdpr_consent span { font-size:12px; color:#999}
.newsletter_block_popup-bottom {position: absolute;
right: 0;
background: #fff;
padding: 5px 10px;}
.newsletter-form {
    display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
-js-display: flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
	position:relative;
}
.fancybox-close-overlay {
    width: 11px;
    height: 11px;
    position: absolute;
    cursor: pointer;
    top: 18px;
	right: 38px;
    z-index: 9;
}
.fancybox-close-overlay .xipixel-cross { font-size:24px; font-weight:bold;}
.xipixelnewsletter .fancybox-close {
    position: absolute;
    top: 20px;
    right: 17px;
    width: 36px;
    height: 36px;
    background: none;
}
.xipixel-newsletter .xipixel-mail:before { line-height:1; font-size:11px; padding-right:5px;}
.popup-content {
    padding: 25px 20px;
	height:100%;
    max-width: 360px;
    text-align: center;
}

.popup-content .img-responsive { max-width:200px; margin-bottom:25px;}
.xipixel-newsletter .hidden {display:none}

.mail-response {
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
	position: relative;
	padding: .55rem 1.25rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
-js-display: flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
	font-size: 14px
}
@media (max-width: 768px) {
	.popup-content {
		background-color: rgba(255, 255, 255, 0.8);
	}
	
}
@media (max-width: 619px) {
	.popup-content {
		margin:0 auto;
		width: 100%;
	}
	#xipixel-popletter .modal-body {padding:0;background-size: auto;background-position: center;}
	.popup-content .newsletter-wrapper {max-width: 100%;}
	.popnewsletter .module-dialog-center { width:90%; margin-left:auto; margin-right: auto;}
	.newsletter_block_popup-bottom { position:absolute; left:0;}
}