@charset "utf-8";

/* --------------------------------------- */
/* --------------------------------------- */
/* REVEAL MODAL					           */																			
/* --------------------------------------- */
/* --------------------------------------- */

.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background:url(../images/extra/modal-bkg.png);
	background-repeat:repeat;
	
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}

.reveal-modal {

	visibility: hidden;
	top: 120px; 
	margin-left:auto;
    margin-right:auto;
	width:100%;
	padding-left:32px;
	padding-right:32px;
	position: absolute;
	z-index: 101;
}


.reveal-modal .close-reveal-modal {
	cursor: pointer;
} 


