/* CSS Document */



.zz_custom_overlay{

	display: none;

	position: fixed;

	top: 0%;

	left: 0%;

	width: 100%;

	height: 100%;

	background-color: #000000;

	z-index:10000001;

	-moz-opacity: 0.65;

	opacity:.65;

	filter: alpha(opacity=65);

}

.zz_custom_ol_content {

	display: none;

	position: fixed;

	top: 0px;

	left: 0px;

	width:610px;

	height:610px;

	z-index:10000002;

	overflow: none;

	font-family: verdana, sans-serif;

	font-size:18pt;

	color:#000000;

	border:5px solid #DEE0E2;

	margin-top: 0px;

	background-color:white;

	text-align:center;

	text-decoration:none;

}

.closebtn{

	color: #fff;

	cursor: pointer;

	font-size: 14px;

	left: 95%;

	margin-top: -25px;

	position: absolute;

	width: 50px;

}

.closebtn span{

	background-color: #f00;

    border-radius: 14px;

    width: 28px;

    padding: 4px;

    float: right;

}



.zz_custom_ol_content{

	top: 98.5px; left: 192px; display: none;

}







@media(max-width:767px) {

.zz_custom_ol_content{

	width:300px !important;

	height:300px !important;

}

.zz_custom_ol_content{

top: 98.5px !important; left: 25px !important;

}



}