.reveal-modal-bg{ 
		position:fixed;
		height:100%;width:100%;
		background:#000;
		background:rgba(0,0,0,.45);
		z-index:9999;
		display:none;
		top:0;
		left:0	
	}

.reveal-modal{ 
				visibility:hidden;
				display:none;
				top:120px;
				left:0;
				right:0px;
				margin:0 auto;
				width:600px;
				position:absolute;
				z-index:111111111;
				padding:30px;
				-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);
				-moz-box-shadow:0 0 10px rgba(0,0,0,.4);
				box-shadow:0 0 10px rgba(0,0,0,.4); 
				background:#f6f6f6 url(../images/formbg.jpg);
				border:14px solid #fff;
			}
			
			
.reveal-modal .close-reveal-modal:not(.button){font-size:22px;font-size:2.2rem;line-height:.5;position:absolute;top:20px;right:20px;color:#aaa;text-shadow:0 -1px 1px rgba(0,0,0,.6);font-weight:700;cursor:pointer}
.reveal-modal.small{width:30%;margin-left:-15%}
.reveal-modal.medium{width:40%;margin-left:-20%}
.reveal-modal.large{width:60%;margin-left:-30%}
.reveal-modal.xlarge{width:70%;margin-left:-35%}
.reveal-modal.expand{width:90%;margin-left:-45%}
.reveal-modal .row{min-width:0;margin-bottom:10px}
.reveal-modal>:first-child{margin-top:0}
.reveal-modal>:last-child{margin-bottom:0}
.reveal-modal h2{color:#97ca00}
.reveal-modal label{color:#000}
.reveal-modal p{margin-bottom:10px}



.reveal-modal1-bg{position:fixed;height:100%;width:100%;background:#000;background:rgba(0,0,0,.45);z-index:40;display:none;top:0;left:0}
.reveal-modal1{visibility:hidden;display:none;top:200px;left:0;right:0;margin:0 auto;width:800px;position:absolute;z-index:111111111;padding:30px 20px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-moz-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px rgba(0,0,0,.4)}
.reveal-modal1 .close-reveal-modal:not(.button){font-size:18px;line-height:.5;position:absolute;top:-44px;right:-10px;color:#fff;font-weight:400;cursor:pointer; padding: 10px 12px 15px; background:#000;}
.reveal-modal1.small{width:30%;margin-left:-15%}
.reveal-modal1.medium{width:40%;margin-left:-20%}
.reveal-modal1.large{width:60%;margin-left:-30%}
.reveal-modal1.xlarge{width:70%;margin-left:-35%}
.reveal-modal1.expand{width:90%;margin-left:-45%}
.reveal-modal1 .row{min-width:0;margin-bottom:10px}
.reveal-modal1>:first-child{margin-top:0}
.reveal-modal1>:last-child{margin-bottom:0}
.reveal-modal1 h2{color:#97ca00}
.reveal-modal1 label{color:#000}
.reveal-modal1 p{margin-bottom:10px}

@media only screen and (max-width: 480px) {
.reveal-modal { width:90% !important; margin:0px auto; left:0px; right:0px;}
.reveal-modal1 { width:90% !important; }



}


