/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
	.reveal-modal-bg { 
		position: fixed; 
		width: 100%;
		height:100%;

		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 150px !important; 
		width: 100%;
		background:#eeeeee;
		position: absolute;
		z-index: 101;
		border-top:1px solid #999999;
		border-bottom:1px solid #999999;
		}
		