.blocker{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	animation: fadeInScale .1s ease-in-out; 
	
	z-index:20003;
	padding:20px;
	box-sizing:border-box;
	background-color:#000;
	background-color:rgba(0,0,0,0.50);
	text-align:center}.blocker:before{
		content:"";
		display:inline-block;
		height:100%;
		vertical-align:middle;
		margin-right:-0.05em}

.blocker.behind{
	background-color:transparent}

.modals{
	

	 
	display:none;
	vertical-align:middle;
	position:relative;
	z-index:20006;
	
	max-width:500px;
	box-sizing:border-box;
	width:90%;background:#fff;
	padding:15px 30px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 0 10px #000;
	-moz-box-shadow:0 0 10px #000;
	-o-box-shadow:0 0 10px #000;
	-ms-box-shadow:0 0 10px #000;
	box-shadow:0 0 10px #000;
	text-align:left}

.modals a.close-modals{
	position:absolute;
	opacity: 0.3;
	top: 8px;
	right:8px;
	display:block;
	width:15px;
	height:15px;
	text-indent:-9999px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	}

.modals a.close-modals:hover{
	opacity: 0.8;
}

