#modal , #modal10, #modal11 {
	visibility:hidden;
	width:500px;
	height:auto;
	padding:8px;
	background:#0F4DB6;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	position:fixed !important;
	top:25% !important;
	left:45% !important;
	margin-top:-94px !important;
	margin-left:-180px !important;
	z-index:101;
}

#content , #content10, #content11 {
	width:500px;
	height:auto;
	background:white;
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,0.25);
	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}

.reveal-modal-bg  
{
    display: inline-block;
}
.reveal-modal-bg  
{
   
	position: fixed; 
	height: 100%;
	width: 100%;
	background: url('../Images/BodyImg/BG.png');
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 

}

@media only screen and (max-width: 767px) {
        
	#modal , #modal10, #modal11 {
		width:500px;
		height:auto;
		padding:5px;

		margin-left:-150px !important;
		margin-top:-78px;
	}
	
	#content , #content10 , #content11 {
		width:500px;
		height:auto;
   	}
   

}
