.curtain {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index:9999;
	top:0;
	left:0;
}
.subscribe_popup {
	width: 440px;
	height: 440px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -220px 0 0 -220px;
	background: url(images/sub_background.svg) no-repeat center;
}
.subscribe_popup form {
	margin: 18px 0 0;
}
.subscribe_popup ::-webkit-input-placeholder {
   color: #000;
   opacity: 1;
   font-style: normal;
   font-size: 12px;
   text-align: center;
}

.subscribe_popup :-moz-placeholder { /* Firefox 18- */
   color: #000;
   opacity: 1;
   font-style: normal;
   font-size: 12px;
   text-align: center;
}

.subscribe_popup ::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
   opacity: 1;
   font-style: normal;
   font-size: 12px;
   text-align: center;
}

.subscribe_popup :-ms-input-placeholder {
   color: #000;
   opacity: 1;
   font-style: normal;
   font-size: 12px;
   text-align: center;
}
.subscribe_popup h1 {
	background: url(images/sub_logo.svg) no-repeat center;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 185px;
	height: 45px;
	margin: 160px auto 0;
}
.subscribe_popup input {
	background: none;
	border: none;
	border-bottom: 1px solid #000;
	text-align: center;
	width: 145px;
	margin: 0 auto 3px;
	line-height: 23px;
	height: 21px;
    -webkit-appearance: none;
    border-radius: 0;
    outline: none
}
.subscribe_popup input[type="submit"]{
	font-family: 'Franchise-Bold', Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
	font-size: 30px;
	line-height: 36px;
	height: 36px;
	border: none;
}
.subscribe_popup p {
	width: 285px;
	border-top: 1px solid #000;
	margin: 15px auto 0;
	text-align: center;
	padding: 10px 0 0;
}
.close-sub {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin: 0 0 0 -10px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/close_sub.svg) no-repeat center;
}
@media all and (max-width: 640px) {
	.subscribe_popup h1 {
		background-size: 150px;
		margin: 100px auto 0;
	}
	.subscribe_popup {
		background-size: 310px;
		width: 310px;
		height: 310px;
		margin: -155px 0 0 -155px;
	}
	.subscribe_popup p {
		width: 200px;
		margin: 10px auto 0;
		padding: 8px 0 0;
	}
	.subscribe_popup form {
		margin: 5px 0 0;
	}
	.subscribe_popup input {
		width: 120px;
		height: 18px;
		line-height: 20px;
		margin: 10px auto 0;
	}
	.subscribe_popup input[type="submit"]{
		margin: 0 auto;

	}
	.close-sub {
		width: 14px;
		height: 14px;
		bottom: 20px;
		margin: 0 0 0 -7px;
	}
}