.popup{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding-top:10%;
	z-index:9999;
	background:rgba(0,0,0,0.5);
}


@media(max-width:900px){
	.popup .content{
		position:relative;
		margin:0px auto;
		margin-top:20%;
		width:80%;
		padding:25px;
		background:#FFFFFF;
		z-index:9999;
	}
}
@media(min-width:900px){
	.popup .content{
		position:relative;
		margin:0px auto;
		width:750px;
		padding:50px;
		background:#FFFFFF;
		z-index:9999;
	}
}

.popup .closeBtn{
	position:absolute;
	top:20px;
	right:20px;
	width:15px;
	height:15px;
	background:url("../images/close-btn.png") center no-repeat;
	background-size:cover;
}

.popup .closeBtn2{
	position:absolute;
	top:45px;
	right:45px;
	width:45px;
	height:45px;
	background:url("../images/close-btn2.png") center no-repeat;
	background-size:cover;
	z-index:99999;
}