@import url('reset.css');
/*@import url('media.css');*/

body {
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	text-align:justify;
	height:100%;
	/*max-height:768px;*/
	line-height:1.5em;
	letter-spacing:0.01em;
	background:#fff;
	
}


a{ 
	text-decoration:none; 
	color:#000;
	/*text-shadow: 1px 1px 1px #fff;*/
	-webkit-transition: all .3s .1s;
    -moz-transition: all .3s .1s;
     -o-transition: all .3s .1s;
        transition: all .3s .1s;
	}
	
a:hover{ 
	text-decoration:none; 
	color:#666666;
	/*text-shadow: 1px 1px 1px #fff;	opacity:0.9;	
	opacity:1;*/

	-webkit-transition: all .3s .1s;
    -moz-transition: all .3s .1s;
     -o-transition: all .3s .1s;
        transition: all .3s .1s;
	}

	


.clr{clear:both}

/*--------------------------------header--------------------------------------*/

#wrapper{ max-width:1000px; margin:0 auto;}

@media (max-width:888px){
#wrapper{margin:0 15px;}
}

.titlebg {
	background:url(../lz_images/title_bg.png)
}


/*----------------------------------content-------------------------------------*/

#content{max-width:1030px; margin:0 auto;  padding:20px 20px; text-align:left; }

.outerbg{background:url(../lz_images/bg.jpg);width: 100%; height:600px}

.innerbg{max-width:1200px; margin:0 auto; /*position:relative;*/ background:#FFF; max-height:600px}

@media (max-width:768px){
#content {padding:15px}
.outerbg{height:auto;}
}

.rectbox{ border-radius: 25px;background: #0b4ea2; float:right; padding:5px; color:#FFF; font-size:15px; height:25px; font-family:"Century Gothic"; margin-right:95px;} 

.squarebox{background: #0b4ea2;padding: 5px; width:100%;color:#FFF; min-height:30px} 

.button  {
	background-color: #F90;
	color:white;
	font-size:smaller;
	padding:5px;
	border-radius:5px;
	width:100px;
	float:right;
	display:block;
	text-align:center;
	}
	
.button:hover{
	text-decoration:none; 
	background-color:#999;
	color:#fff;
}

.title {
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#115e80;	
}

.title2 {
	font-size:14px;
	color:#000;	
	text-transform:uppercase;
	text-align:center;
}



hr.style1 { 
 	border-top: 1px dashed #8c8b8b;
}

hr.style2 { 
 	border-top: 1px solid #999;
	margin-top:-10px;
}

hr.style3 { 
 	border-top: 1px solid #CCC;
}

.square {
    width: 20px;
    height: 20px;
    background: #999;
    color: #FFF;
    text-align: center;
    margin: 5px;
	float:right;
}

.bgslider {
    background:url(../lz_images/bg_slider.png);
	height:60px;
	padding:10px 0 10px 0;
	left:0;
	right:0;
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}

.txtslider{ 
	padding:5px;
	color:#0b4ea2;
	font-weight:bold;
	}

.headline {
    font: bold 22px "Century Schoolbook", Georgia, Times, serif;
	color: #333;
	line-height: 90%;
	margin: .2em 0 .4em 0;
	letter-spacing: -2px;
}

.headline2 {
	font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: normal;
    font-size: 1.75em;
	letter-spacing: .2em;
	line-height: 1.1em;
	margin:0px;
	text-align: center;
	text-transform: uppercase;
}
	
.bor {
    border: 1px solid rgba(186, 189, 204, 0.8);
	padding: 5px;
	font-weight:bold;
}

.pad {
	 padding-top:60px;
}

.mar {
	margin-top:50px;
}
.mar2 {
	margin-top:53px;
}

@media (max-width:991px){ 
	.pad {padding-top:70px;}
	.mar {margin-top:40px;}
	.mar2 {margin-top:43px;}
}

.flyer {background:url(../lz_images/flyer.png); height:43px; color:#000}

.icon{width:25px;/* float:left; margin-left:20px;*/ margin:0 auto;}
.info{width:250px; float:right;}

	
/*------------------------------footer-----------------------------------*/


#footer{font-size:10px; background:#2a8da3; color:#fff; width:100%; text-align:center; position:relative;}

/*-------------------------------type setting-----------------------------------*/

h1{font-size:30px; color:#088503; font-weight:600;}
h2{font-size:15px; color:#979393; font-weight:600;}
h3{font-size:14px; font-weight:600; color:#fff; text-align:center; line-height:15px; }
h4{font-size:16px; line-height:30px; margin-bottom:10px; font-weight:600; color:#b4b4b4; }

h5{font-size:30px; color:#000; line-height:25px;}
h6{font-size:15px; color:#006699; line-height:35px; font-weight:600;}

h7{font-size:21px; color:#000; text-align:center}
h8{font-size:16px; line-height:20px; margin-bottom:10px; font-weight:500; color:#000; }

#box{color:#000; text-align:center; background:#D3D3D3; width:100%; text-align:center; position:relative;}

#box .inner{max-width:900px; margin:0 auto; position:relative; padding:40px 0}


.space{padding:0 40px;}
@media (max-width:768px){
.space{padding:0;}
}

.mobile{display:none;}
.dekstop{display:block;}

@media (max-width:768px){

.mobile{display:block;}
.dekstop{display:none;}
}

.mob{display:none;}
.deks{display:block;}

@media (max-width:990px){

.mob{display:block;}
.deks{display:none;}
}

.mobi{display:none;}
.dekst{display:block;}

@media (max-width:1215px){

.mobi{display:block;}
.dekst{display:none;}
}

.Vline3 {
	border-left:1px double #CCC; 
	padding-left:30px; 

}

@media (max-width:767px){
.Vline3 {
	padding-left:0; 
	border-left:0 #FFF; 
	padding-right:0; 
}
}
