/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: white;
		background: rgba(0,0,0,.9);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		color: #fff;
		visibility: hidden;
		top: -70px; 
		/*left: 48%;*/
		margin-left: -200px;
		width: 520px;
		background: #001643 url(../img/modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 30px 30px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);

		text-align: left;
		font-size: 14px;
		line-height: 20px;
		font-family: Arial, Helvetica, sans-serif;
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ color: #fff; width: 450px; margin: 0px auto auto auto; top: 150px; left: 210px; overflow-y: hidden; overflow-x: hidden; height: 210px;}
	.reveal-modal.large 		{ width: 700px; margin-left: -390px; top: -180px; overflow-y: hidden; overflow-x: hidden; height: 550px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 18px;
		right: 11px;
		color: #fff;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		}

	.link{
				color: #fff;
				/*text-decoration: none;*/
			}