#agg-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #111110;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 10000;
}
#agg-loading {
	position: fixed;
	display: block;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	padding: 5px;
	font-size: 60px;
	text-align: center;
	color: #fff;
	background-color: transparent;
	box-sizing: initial;
	z-index: 10003;
}
#agg-loading * {
	display: block;
}
body.agg-has-overlay,
body.agg-has-subscribe-form {
	overflow: hidden !important;
}

.agg-subscribe-form {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0 10px;
	background: rgba(0,0,0,0.85);
	overflow-x: auto;
	z-index: 99999;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.agg-subscribe-form > .wrapper {
	position: relative;
	top: 0;
	max-width: 768px;
	margin: 30px auto;
	padding: 24px;
	background: #EEF1F0;
	border: 1px solid #B2B2B2;
}
.agg-subscribe-form > .wrapper > .content {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
