/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.3);
		z-index: 1001;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
        background: -ms-linear-gradient(top, rgba(0,0,60,1) 0, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
        background: -o-linear-gradient(top, rgba(0,0,60,1) 0, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
        background: -moz-linear-gradient(top, rgba(0,0,60,1) 0, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,60,1) 0, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
        background: linear-gradient(top, rgba(0,0,60,1) 0, rgba(10,10,120,1) 40%, rgba(50,90,230,1) 100%);
        border:2px solid #002266;
        -moz-box-shadow: 0 0 20px #000;
        -webkit-box-shadow: 0 0 20px #000;
        box-shadow: 0 0 20px #000;
        visibility: hidden;
        /*border: 2px solid #66ccff;
        background: rgba(70, 130, 230, 0.95);*/
        width:650px;
        /*left: 50%;*/
        left: 50px;
        color: #fff;
		/*font-size: 1.5em;*/
		text-shadow: 1px 1px 2px #000000;
        /*margin-left: -325px;*/
        position: absolute;
        top: 20px;
        padding:5px;
        text-align:left;
        -moz-border-radius:6px 6px;
        -webkit-border-radius:6px 6px;
        border-radius:6px;
        z-index: 1100;
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 900px; margin-left: -450px; top: 50px;}
	.reveal-modal.wait 		{ width:100%;height:100%;margin-left: 0;border:none;top:0;left:0; background: radial-gradient(circle, rgba(110, 138, 165, 0.5), rgba(48, 62, 73, 0.5));}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 12px;
		right: 24px;
		color: #c00;
		/*text-shadow: 0 1px 1px #000000;*/
		font-weight: bold;
		cursor: pointer;
		}


.revealr-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.3);
    z-index: 1099;
    display: none;
    top: 0;
    left: 0;
}

.revealr-modal {
	/*visibility: hidden;*/
	display: none;
	position: absolute !important;
	top: 20px !important;
	z-index: 1100;
}

    .revealr-modal.wait {
        width: 100%;
        height: 100%;
        margin-left: 0;
        border: none;
        top: 0;
        left: 0;
        background: radial-gradient(circle, rgba(110, 138, 165, 0.5), rgba(48, 62, 73, 0.5));
    }

	.revealr-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 12px;
		right: 24px;
		color: #c00;
		/*text-shadow: 0 1px 1px #000000;*/
		font-weight: bold;
		cursor: pointer;
		text-decoration: none;
	} 
