/*	--------------------------------------------------
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 {
	visibility: hidden;
	top:100px; 
	left:50%;
	margin-left:-160px;
	width:320px;
	color:#fff;		
	-webkit-box-shadow:  0px 0px 10px 2px rgba(0, 0, 0, 0.5);        
    box-shadow:  0px 0px 10px 2px rgba(0, 0, 0, 0.5);
	behavior: url(PIE.htc);
	background:url(../images/popupInnerBg.png) repeat 0 0;
	position: absolute;
	z-index: 101;	
}
	
.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:20px;}
.popup-inner .large{font-size:18px;}

.orangeBtn{
	border:none;
	font-size:22px;
	color:#000;
	text-align:center;
	padding:10px 0;
	background: #FA8C2F; 
	position:relative;
	display:block;
	width:100%;
	cursor:pointer;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.orangeBtn:hover{background:#FFA04F; }

.blackBtn{
	border:none;
	font-size:22px;
	color:#fff;
	text-align:center;
	padding:10px 0;
	background: #555; 
	position:relative;
	display:block;
	width:100%;
	cursor:pointer;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.blackBtn:hover{background:#5C5C5C;}

.reveal-modal .btn{
	width:100%;
}
a.btn{margin-bottom:20px;}





.demo-modal {
	visibility: hidden;
	top:100px; 
	left:50%;
	margin-left:-160px;
	width:320px;
	color:#000;		
	-webkit-box-shadow:  0px 0px 10px 2px rgba(0, 0, 0, 0.5);        
    box-shadow:  0px 0px 10px 2px rgba(0, 0, 0, 0.5);
	behavior: url(PIE.htc);
	background:#fff;
	position: absolute;
	z-index: 101;	
}

.demo-modal .popup-inner p a{
	color:#000;
	font-weight:bold;
}


.demo-modal ul.popup-egiftcards {
	margin: 0 0 20px 30px;
	list-style:disc;
}

.demo-modal ul.popup-egiftcards li{
	margin: 0 0 3px 0;
}

.demo-modal ul.popup-egiftcards li a{
	color:#000;
}


.demo-modal .popup-demo-header {
	font-size:14px;
	color:#FFF;
	text-align:center;
	padding:10px;
	background:#f58220;
    font-family: 'OpenSansBold';
}


.demo-modal .orangeBtn {
	color:#fff;
	background: #f58220;
}
.demo-modal .blackBtn {
	background: #222;
}


@media all and (max-width:479px){
	.reveal-modal {
		left:0;
		margin-left:0;
		width:100%;
		color:#fff;		
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		-webkit-box-shadow:none;        
		box-shadow:none;
		behavior: url(PIE.htc);
		background:url(../images/popupInnerBg.png) repeat 0 0;
		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;
	}
	
	.reveal-modal {
		left:0;
		margin-left:0;
		width:100%;
		color:#000;		
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		-webkit-box-shadow:none;        
		box-shadow:none;
		behavior: url(PIE.htc);
		background:#fff;
		position: absolute;
		z-index: 101;		
	}
	
	
	
}