#PopUp {
	position:absolute;
	margin-left:-302px;
	left:50%;
	width:600px;
	background-color:#fff;
	z-index:10000000001;
	padding:20px;
	text-align:center;
	border:6px solid #444;
	top:30px;
}
/*
#PopUp p {
	padding: 40px 20px 20px;
}
*/
#PopUp .close {
	position:absolute;
	right:10px;
	top:10px;
	width:20px;
	height:20px;
	background-image:url(../images/close.svg);
	background-size:100% auto;
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;

}
#PopUp .close:hover {
	opacity:.7;
}


#PopUpMask {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:#666;
	opacity:.8;
	z-index:10000000000;

}

/*
#PopUp a .action {
	text-align: center;
    text-transform: uppercase;
    color: #666;
    font-size: 16px;
    background: none;
    line-height: 1.5em;
    letter-spacing: 2px;
    padding: 10px 30px;
    border: 3px solid transparent;
    border-right: 3px solid #666;
    margin-top: 30px;
}

#PopUp a .action:hover {
    border-color: #666;
}
*/

#PopUp > .Background {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index:-1;
}

#PopUp .close:hover {
    opacity: .5;
}
#PopUp .close {
    opacity: 1;
}




@media screen and (max-width:767px) {

	#PopUp {
		left:60px;
		right:60px;
		width:auto;
		margin-left:inherit;
	}

}


@media screen and (max-width:512px) {

	#PopUp {
		left:10px;
		right:10px;
	}

}
