.lb-overlay-service
{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	background: rgba(0,0,0,0.95);
}

.lb-overlay-service > div
{
	position: relative;
	border-radius : 5px;
	width: 800px;
	height: 500px;
	margin: -20px auto 0px auto;
	box-shadow: 5px 5px 10px #FFFFFF;
	background:url('../images/main-bg-2.jpg');
	text-align: center;
}

.lb-overlay-service div h2
{
	padding-top: 15px;
	height: 60px;
}


.lb-overlay-service div p
{
   margin : 0px 0px 0px 35px;
   border-radius : 5px;
   font-size: 12pt;
   text-align: justify;
   width: 705px;
   height: 365px;
   padding : 10px;
   overflow : auto;
}

.lb-overlay-service a.lb-close-service
{
	font-family: Open Sans;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	overflow: hidden;
	opacity: 0;
	font-size : 20pt;
	line-height: 23px;
	color : #FFF;
}

.lb-overlay-service:target
{
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}

.lb-overlay-service:target a.lb-close-service
{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}