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

.reveal-modal {
	top: 96px;
	left: 50%;
	margin-left: -300px;
	width: 480px;
	background: #FFFFFF;
	position: absolute;
	z-index: 200000;
	padding: 20px;
	-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);
	font:12px Arial;
	color: #000000;
	visibility: hidden;
	}
.reveal-modal h1{
	color: #000000;
	font-size:14px;
	background: #76C043;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	line-height: 35px;
	margin-bottom: 25px;
}
.reveal-modal p {
	font-size:11px;
	text-align: center;
}
#home-modal h2 {
	text-align:center;
	font-size:26px;
	color:#76C043;
	line-height:15px;
	
}
#home-modal p {
	font-size:12px;	
	line-height:20px;
}
#callBack-modal {
		text-align:center;
}

#providers p{
	cursor:pointer;
}

.reveal-modal a:hover{

}		

.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{
	width: 400px;
	margin-left: -240px;
	padding: 20px 40px;
}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 1000px; margin-left: -500px;}

.close-reveal-modal {
	font-size: 22px !important;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
	}
.reveal-modal a {
	font-size:11px;
	text-decoration: none;
	color: #DB1884;
}



.modal-inner {
	background: url(../images/bg/1-modal.jpg) no-repeat left top;
	height: 350px;
	width: 500px;
	position: relative;
}
.modal-inner img {
	height: auto;
	width: 280px;
}
.modal-inner p {
	width: 270px;
	position: absolute;
	top: 130px;
	right: 9px;
	font-size: 16px !important;
	line-height: 22px !important;
	letter-spacing: 0.1pt;
}
.modal-btn-1 {
	position: absolute;
	top: 262px;
	left: 207px;
}
.modal-btn-2 {
	position: absolute;
	top: 308px;
	left: 207px;
	cursor:pointer;
}