/*	--------------------------------------------------
Reveal Modals
-------------------------------------------------- */
	
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background:url(../images/popupBg.png) repeat 0 0;
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}

.reveal-modal {
	color:#000;
	visibility: hidden;
	top:100px; 
	left:50%;
	margin-left:-160px;
	width:320px;
	-webkit-box-shadow:  0px 0px 10px 2px rgba(0, 0, 0, 0.1);        
    box-shadow:  0px 0px 10px 2px rgba(0, 0, 0, 0.1);
	behavior: url(PIE.htc);
	background:#fff !important;
	position: absolute;
	z-index: 101;	
	border-radius: 0.5rem;
}

.reveal-modal-buy {
	margin-left:-300px;
	width:600px;
	background:#fff !important;
}

	
.reveal-modal .close-reveal-modal {
	cursor: pointer;
} 

.reveal-modal p{padding-bottom:20px;}
.reveal-modal h2{
	font-size:18px;
	border:none;
	padding:0 0 20px 0;
	overflow:hidden;
}
.reveal-modal h2 img{
	width:100px;
	float:left;
}

.reveal-modal h2 img.card{
	width:81px;
	height:52px;
}
.reveal-modal h2 span{
	display:block;
	float:left;
	padding:2px 0 0 10px;
	width:60%;
}
.reveal-modal h2.general span{padding-top:2px;}
.reveal-modal h2.general span b,.reveal-modal h2 span.address{font-size:14px;}

.popup-inner{padding:1.5rem;}
.popup-inner .large{font-size:18px;}

.popup-activating {
	text-align:center;
	padding:20px;
	font-size:18px;
	display:none;
}


.popup-activating img{
	margin:0 auto 20px;
	width:40px;
}

.bg-no-click {
	pointer-events: none;
}


.orangeBtn{

	color: #fff;
	background: #f58220; 
	border-radius: 0.5rem;
	font-size:1rem;
    font-weight:600;
    display: flex;
    gap:0.75rem;
    justify-content: center;
    align-content: center;
    padding: 1rem 1.5rem;

}
.orangeBtn:hover{background:#FFA04F; }

.blackBtn{
	color: #fff;
	background: #000; 
	border-radius: 0.5rem;
	font-size:1rem;
    font-weight:600;
    display: flex;
    gap:0.75rem;
    justify-content: center;
    align-content: center;
    padding: 1rem 1.5rem;
}
.blackBtn:hover{background:#5C5C5C;}


.reveal-modal .btn{
	width:100%;
}
/**a.btn{margin-bottom:10px;}**/


@media all and (max-width:600px){
	.reveal-modal-buy {
		left:0;
		margin-left:0;
		width:100%;
	}
}

@media all and (max-width:479px){
	.reveal-modal {
		left:0;
		margin-left:0;
		width:100%;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		-webkit-box-shadow:none;        
		box-shadow:none;
		behavior: url(PIE.htc);
		position: absolute;
		z-index: 101;		
	}
	.blueBtn, a.btn,input.btn{
		font-size:15px;
	}
	.reveal-modal .checkImg1,.reveal-modal .checkImg2{
		right:15px;
		bottom:135px;
		width:75px;
	}
	.reveal-modal .checkImg2{
		right:5px;
	}
}