/* newsletter module as popup */
.newsletter-popup {
  position:fixed;
  left:0;
  top:0;
  right:0;
  bottom:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
.newsletter-module, .newsletter-module h3 {
	color: #333333!important;
}
.content-popup .window-holder {
	position:fixed;
	left:50%;
	top:55%;
	opacity:0;
	display:none;
	z-index:9999;
}
.content-popup .window-holder .popup-close {
   cursor: pointer;
   position: absolute;
   top: 7px;
   right: 10px;
}
.content-popup .window-holder .popup-close a:hover {
	color:#333333;
}
.content-popup .window-holder.active {
	position:fixed;
	left:50%;
	top:50%;
	opacity:1;
	transition:all 400ms ease-in-out;
}
.content-popup .window-holder .newsletter-module {
	position:relative;
	margin-top:-33%;
	margin-left:-50%;
	width:790px;
	padding:20px 19px 10px;
	background:#ffffff;
	border-radius:3px;
	transition:width 250ms;
}
@media screen and (max-width:867px){ .content-popup .window-holder .newsletter-module {width:700px;} }

@media screen and (max-width:767px){ .content-popup .window-holder .newsletter-module {width:550px;} }

@media screen and (max-width:359px){ .content-popup .window-holder .newsletter-module {width:150px;} }

.content-popup .window-holder h3 {
	font-size:32px;
	text-align:center;
	margin-bottom:30px;
}
