.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #000;
	z-index: 1000000;
	display: none;
	top: 0;
	left: 0;
}
.reveal-modal{
	background: #fff;
	background-size:contain;
	visibility: hidden;
	left:0;
	right:0;
	bottom:0;
	position: absolute;
	z-index: 1000001;
	-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);
	margin:0 auto;
	border-radius:15px;
	
	}
.reveal-modal .close-reveal-modal {
	font-size: 30px;
	/*line-height: .5;*/
	position: absolute;
	top: 0;
	right: 15px;
	color: #999;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
}
.reveal-modal .close-reveal-modal:hover{color: #666;}


.reveal-modal8{
	width:400px;
	height:340px;
	top: 30%;
}
.reveal-modal9{
	width:960px;
	height:540px;
	top: 15%;
}
.reveal-modal9 h1{line-height:52px; font-weight:bold; padding-left:25px;}
.reveal-modal9 h1 i{margin-right:8px; font-size:24px; font-weight:400; color:#666;}





@media (max-width:750px) {

}


@media (min-width:751px) {

}

