*{
	margin:0px;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}
*:focus {
    outline: 0;
}
a{
	color:#999;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:none;
}
a:visited{
	color:#999;
	text-decoration:none;
}

#body{
	background-color:#FFF;
}
/*--------------------------------------------------------------------*/
.headings{
	font-size:30px;
	color:#0090ff;
}
.Text{
	color:#0090ff;
}
.section{
	width:100%;
	float:left;
}
.sectionCont{
	width:1000px;
	margin:auto;
}
.section1{
	width:100%;
	float:left;
	background-color:#666666;
}

/*--------------------------------------------------------------------*/
#header{
	width:100%;
	height:400px;
	background-image:url(../image/lentisbackgroundsmall.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#headerPadding{
	width:1000px;
	height:75;
	margin:0 auto;
}
.topbannet{
	width:100%;
	height:10px;
	background-image:url(../image/line.png);
	margin-bottom:15px;
}
#logo{
	width:300px;
	height:75px;
	float:left;
	background-image:url(../image/Logo.png);
	margin-left:50px;
}
#Topbutton{
	width:200px;
	height:75px;
	float:right;
	margin-right:108px;
}
#homePage{
	height:890px;
	background-image:url(../image/lentisbackground.jpg);
}
/*------------------------------------------------------ box image ------------------------------------------------------*/
.Boxx{
	width:250px;
	height:250px;
	margin:35px;
}
#boxImage1,#boxImage2,#boxImage3,#boxImage4,#boxImage5,#boxImage6{
	width:240px;
	height:200px;
	margin:5px;
	overflow:hidden;
	margin-bottom:0px;
}
#boxImage1{
	background-image:url(../image/pic1.jpg);
}
#boxImage2{
	background-image:url(../image/pic2.jpg);
}
#boxImage3{
	background-image:url(../image/pic3.jpg);
}
#boxImage4{
	background-image:url(../image/pic4.jpg);
}
#boxImage5{
	background-image:url(../image/pic5.jpg);
}
#boxImage6{
	background-image:url(../image/pic6.jpg);
}
.shadoeBox{
	width:240px; height:18px; background-image:url(../image/shadow.png); margin-left:5px;
}
#boxSlider1,#boxSlider2,#boxSlider3,#boxSlider4,#boxSlider5,#boxSlider6{
	width:240px;
	height:250px;
	background-image:url(../image/slideImage.png);
}
.boxText{
	width:225px;
	height:25px;
	margin:5px;
	padding:7px;
}
.boxText2{
	width:50px;
	height:25px;
	margin:2px;
	padding:3px;
}
.Boxx2{
	width:200px;
	height:200px;
	background-color:#0090ff;
	margin-right:10px;
}
#boxxImage1,#boxxImage2,#boxxImage3,#boxxImage4,#boxxImage5,#boxxImage6{
	width:190px;
	height:190px;
	margin:5px;
	overflow:hidden;
}
#boxxSlider1,#boxxSlider2,#boxxSlider3,#boxxSlider4,#boxxSlider5,#boxxSlider6{
	width:190px;
	height:190px;
}

#pictureHolder{
	width:600px;
	height:350px;
	margin:0 auto ;
	background-color:#FFFFFF;
}
.fourSection{
	width:1000px;
	margin:0 auto;
	background-color:#039;
}
.block1,.block2,.block3,.block4{
	width:200px;
	height:200px;
	float:left;
	background-color:#999966;
	margin-left:2.5%;
	margin-right:2.5%;
}
#footer{
	width:100%;
	height:100px;
	float:left;
	background-image:url(../image/lentisbackgroundsmall.jpg);
	background-position:center; 
	background-repeat:no-repeat;
	font-weight:bold;
}
.contactsNumbers{
	width:1000px;
	height:50px;
	margin:0 auto;
}
.block{
	width:250px;
	float:left;
}
.smallIcon{
	width:128px;
	height:128px;
	margin:0 auto;
}
.numbers{
	width:250px;
	height:50px;
	margin:0 auto;
	padding-top:20px;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	
}
.googleMapHolder{
	width:1000px;
	height:300px;
	margin:20px auto;
	background-color:#FF9900;
}


.Qtext{
	width:400px;
	float:left;
}



.checkSwitch1Actual{
	display:none;
}
.checkSwitch1 {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
}

.checkSlider1 input {display:none;}

.checkSlider1 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background-color: #ccc;
  color:#2196F3;
  padding-top: 4px;
  padding-left: 30px;
  -webkit-transition: .4s;
  transition: .4s;
}

.checkSlider1:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .checkSlider1 {
  background-color: #2196F3;
  color:#fff;
  padding-left: 4px;
}

input:checked + .checkSlider1:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}