	
	.lephat-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 9998;
		display: none;
		top: 0;
		left: 0; 
		}	
	.lephat-modal {
		visibility: hidden;
		top: 100px; 
		left: 45%;
		margin-left: -270px;
		width: 720px;
		position: absolute;
		z-index: 9999;
	
		}
		
.lephat-modal p {
	margin: 0px;
}

	@media screen and (min-width: 0px) and (max-width: 720px) {

	.lephat-modal {
		visibility: hidden;
		top: 40px; 
		width: 98%;
    left: 3px;
	margin-left: 0px;
	
		position: absolute;
		z-index: 9999;
	
		}

}


	.lephat-modal.small 		{ width: 200px; margin-left: -140px;}
	.lephat-modal.medium 		{ width: 400px; margin-left: -240px;}
	.lephat-modal.large 		{ width: 600px; margin-left: -340px;}
	.lephat-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.lephat-modal .close-lephat-modal {

		} 
	.big-link { display:block; margin-top: 100px; text-align: center; font-size: 70px; color: #06f; }
