/* CSS Document */
body{padding:0; margin:0; font:11px/20px; font-weight:normal; FONT-FAMILY: Helvetica; background-color: #FFF;}
div, p, h1, h2, h3, h4, h5, h6, h7 ul, img{padding:0px; margin:0px;}

ul{list-style-type:none;}

/* TOP PANEL */

#body{
	width:100%; margin:0 auto; padding:0 0 0px 0; }
#mainPan { width:100%; position:relative; margin:0 auto; height:100%;}
#topPan{ width:100%; position:relative; margin: 0 auto; height:550px; background:url(images/top-back.gif) 0 0 repeat-x;}
#topPan-inner{ width:850px; position:relative; margin: 0 auto; height:550px;}
#logoPan{ width:850px; height:120px; position:relative; margin: 0 auto; background:url(images/top-border.gif) 0 0 no-repeat;}
#logo{ width:250px; position:relative; float:left; margin-top:20px; margin-left: 30px;}
#cont{width: 250px; position: relative; float: right; font-size: 14px; text-align: right; color: #323232; line-height: 1.7em; margin-top: 50px;}
#navigation{ width:850px; position:relative; margin-top: 10px; height:80px; z-index: 999999;}
.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* Menu */
.menu {	
	height: 60px;
	width: 100%;

	background: #4c4e5a;
	background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 40px;
}

/* Links */

.menu li a {
	display: block;
	padding: 10px 25px;
	margin: 6px 0;
	line-height: 28px;
	text-decoration: none;
	
	border-left: 1px solid #393942;
	border-right: 1px solid #4f5058;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;

	color: #f3f3f3;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }

.menu li:hover > a { color: #8fde62; }

/* Sub Menu */

.menu ul {
	position: absolute;
	top: 60px;
	left: 0;

	opacity: 0;
	
	background: #1f2024;

	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

.menu li:hover > ul { opacity: 1; }

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
}

.menu ul li a {
	width: 150px;
	padding: 4px 0 4px 40px;
	margin: 0;

	border: none;
	border-bottom: 1px solid #353539;
}

.menu ul li:last-child a { border: none; }

/* Icons */

.menu a.documents { background: url(../img/docs.png) no-repeat 6px center; }
.menu a.messages { background: url(../img/bubble.png) no-repeat 6px center; }
.menu a.signout { background: url(../img/arrow.png) no-repeat 6px center; }
#divi{ width: 850px; position: relative; float: left; height: 500px; margin-top: 30px;}
.divi1{width: 190px; position: relative; float: left; margin-right: 15px; height: 450px; border: 5px solid #009b7e; }
.divi2{width: 190px; position: relative; float: left; height: 450px; border: 5px solid #009b7e; }
#contentPan{ width:100%; position:relative; margin: 0 auto;}
#contentPan1{ width:100%; position:relative; margin: 0 auto;}
#content{ width:850px; margin: 0 auto; background-color:#FFFFFF;}
#content-welcome{ width:850px; position:relative; float:left; padding-bottom:50px; }
#content-divide{ width:850px; position:relative; float:left; margin-bottom:30px; border-top: #e7e7e7 thin solid; padding-top:30px }
.left{ width:400px; position:relative; float:left; border-right: #e7e7e7 thin solid;}
.right{ width:400px; position:relative; float:left; margin-left:49px;}
#headerPan{ width:850px; position:relative; float:left; height:290px;}
.left2{ width:350px; position:relative; float:left; }
.right2{ width:450px; position:relative; float:left; margin-left:49px;}
.line{ width:100%; position:relative; float:left; height:5px; border-top: #e7e7e7 thin solid;}
.product{ width:850px; position:relative; float:left; margin-top:30px; border-bottom: #e7e7e7 thin solid; padding-bottom: 20px;}
.product1{ width:190px; position:relative; float:left; margin-right: 15px; }
.product2{ width:190px; position:relative; float:left; margin-left:15px; margin-right:15px; }
.product3{ width:190px; position:relative; float:left; margin-left: 15px; text-align: center; }
.pro-inner{width: 190px; position: relative; float: left; text-align: center; font-size: 16px; color: #323232; margin-top: 30px; line-height: 1.7em;}
.product5{ width:190px; position:relative; float:left; margin-right: 80px; margin-bottom: 50px; margin-top: 30px; }
.product6{ width:190px; position:relative; float:left; margin-right: 80px; margin-top: 30px; }
.product7{ width:350px; position:relative; float:left; margin-left: 15px;  margin-top: 15px;   }
.product8{ width:580px; position:relative; float:left;  }
#product1{width: 850px; position: relative;  margin: 0 auto;}
#product2{width: 100%; position: relative; float: left; border-top: thin solid #ababab;}


h2{font-family: 'Fira Sans Extra Condensed', sans-serif; font-size:30px; line-height:1.2em; font-weight:normal; color:#323232; background: url(images/headding.gif) 0 0 no-repeat; padding-top:30px; position:relative; float:left; width: 100%;}
#content p{position:relative; float:left; font-family: Helvetica; font-size:16px; line-height:1.7em; color:#323232; margin-top:20px; text-align:justify; padding-bottom:20px; width:100% }
h3{font-family: 'Fira Sans Extra Condensed', sans-serif; font-size:25px; line-height:1.7em;  color:#00997d; position:relative; width:100%; margin-top:30px; text-align: center; font-weight: normal;}
h4{font-family: 'Fira Sans Extra Condensed', sans-serif; font-size:25px; line-height:1.7em;  color:#5e5e5e; position:relative; width:100%; margin-top:30px;  font-weight: normal; }
h5{font-family: 'Fira Sans Extra Condensed', sans-serif; font-size:20px; line-height:1.7em;  color:#323232; position:relative; width:100%;  font-weight: normal;}
h6{font-family: 'Fira Sans Extra Condensed', sans-serif; font-size:25px; line-height:1.7em;  color:#5e5e5e; position:relative; width:100%; margin-top:30px;  font-weight: normal; float: left;}

#content ul{width:95%; display:block; position:relative; margin-top:30px; position:relative; float:left; margin-bottom:30px; list-style:none; }
#content ul li{font-family: Helvetica; font-size:16px; line-height:1.7em; color:#323232; background:url(images/icon4.gif) 0 6px no-repeat; font-weight:normal; text-align:justify; padding-left:30px;}
#content ul span{height:25px; display:block;}

#content ul li a{font-family: Helvetica; font-size:16px; color:#323232; text-decoration:none;}
#content ul li a:hover{ margin-left:5px;}
#navPan{ width:72%; position:relative; float:left; height:80px; margin-left:7%; margin-top:50px;}
#navPan ul{display:block; height:80px; position:relative; margin:0px; padding:0px; background:none; float:right; width:100%;}
#navPan li{  float:left; position:relative; height:60px; width:14%; text-align:left; }
#navPan  li a{ height:35px; display:block; color:#1f1f1f; text-decoration:none;  font-family: 'Port Lligat Slab', serif; padding-top:30px;font-size:20px; font-weight:normal;}
#navPan  li a:hover{height:35px; display:block; color:#b01116; text-decoration:none; font-family: 'Port Lligat Slab', serif;  padding-top:30px; font-size:20px; background:url(images/nav-over.gif) 0 0px no-repeat;}
#navPan  li.active{background:url(images/nav-over.gif) 0 0px no-repeat; color:#FFF;}
#navPan  li.last{float:left; position:relative; width:148px; height:55px; margin:0px; color:#6dc8bd;}

#content-more{  font-family: Helvetica; font-size:20px; font-weight:normal; color:#54893e; position:relative; float:left; margin-top:20px; }
#content-more a{display:block; width:130px; font-family: Helvetica; font-size:22px; font-weight:normal; color:#00997d; text-decoration:none; height:30px; padding-left:50px; text-align:left; background:url(images/icon1.gif) 0 0 no-repeat;  }
#content-more a:hover{ font-size:22px; font-weight:normal; text-decoration: underline; color:#323232  }
.divClear {clear:both;}

.con-left{ width:55%; position:relative; float:left; margin-right:4%; margin-left:3%;}
.con{ width:550px; position:relative; float:left; margin-top:20px; margin-bottom:20px;}
.con-right{ width:35%; position:relative; float:left}
.con-full{ width:92%; position:relative; float:left; margin-left:3%;}
.con-left1{ width:48%; position:relative; float:left; border-right:thin solid #D6D6D6;}
.con-right1{ width:50%; position:relative; float:left}
.con-full1{ width:92%; position:relative; float:left; margin-left:3%; border-bottom:thin solid #D6D6D6; padding-top:20px; }
#con-right1{ width:300px; position:relative; float:left; }
#con-left1{ width:550px; position:relative; float:left; margin-right:50px; margin-bottom:50px}
#con-right1 ul{width:100%; position:relative; float:left; margin-left:0px;}
#con-right1 li{ background:url(images/icon1.gif) 0 4px no-repeat; font-family: Helvetica; font-size:14px; font-weight:normal; COLOR: #FFF; padding:0 0 10px 20px;  line-height:1.6em; text-align:left;}
#con-right1 li a{width:100%; color:#FFF; text-decoration:none; line-height:18px;  font-family: Helvetica; font-size:15px;}
#con-right1 ul li a:hover{text-decoration:underline; line-height:18px; color:#6dc8bd;}
#con-right1 ul li a.active1{text-decoration:underline; line-height:18px; color:#6dc8bd;}

#content-more1{  font-family: Helvetica; font-size:18px; font-weight:normal; color:#7a397f; position:relative; float:left; }
#content-more1 a{display:block; width:110px; font-family: Helvetica; font-size:16px; font-weight:normal; color:#FFF; text-decoration:none; background-color: #6dc8bd;  height:30px; padding-left:20px; padding-top:10px; border-radius: 10px; -moz-border-radius:10px; }
#content-more1 a:hover{ font-size:16px; font-weight:normal; text-decoration: underline;  background-color: #f1822e; }
.divClear {clear:both;}
#content-more2{  font-family: Helvetica; font-size:18px; font-weight:normal; color:#7a397f; position:relative; float: left; margin-left: 30px; margin-top: 50px;   }
#content-more2 a{display:block; width:110px; font-family: Helvetica; font-size:16px; font-weight:normal; color:#FFF; text-decoration:none; background-color: #6dc8bd;  height:30px; padding-left:20px; padding-top:10px; border-radius: 10px; -moz-border-radius:10px; }
#content-more2 a:hover{ font-size:16x; font-weight:normal; text-decoration: underline;  background-color: #f1822e; }
.divClear {clear:both;}
#footer-links{ width:100%; position:relative; margin:auto 0; height:120px;}
#footer-links p{position:relative; float:left; font-family: Helvetica; font-size:17px; line-height:1.7em; color:#FFFFFF; margin-top:30px; text-align:justify; padding-bottom:20px; width:95% }
#footer{ width:100%; position:relative; float:left; margin: 0 auto; height:200px; background:url(images/back.jpg) center bottom no-repeat; padding-top: 50px; }
#footerPan{ width:850px; position:relative; margin: 0 auto; border-top: 5px solid #323232;}
#footleft{ width: 350px; position:relative; float:left; margin-top:10px; font-family: Helvetica; font-size:15px; color:#FFF; margin-left:27px; line-height:1.7em; }
.contactdetail{ width:100%; position:relative; float:left; font-family: Helvetica; font-size:16px; color:#FFFFFF; margin-bottom:10px;}
.contactdetail1{ width:25%; position:relative; float:left; font-weight:bold; font-family: Helvetica; font-size:16px; color:#faa61a}
.contactdetail2{ width:75%; position:relative; float:left; font-weight:normal; font-family: Helvetica; font-size:16px; color:#FFFFFF;}
.foot-link{ width:200px; position:relative; float:left; height:180px;}

#footright{ width:700px; position:relative;  text-align: center;}
.left1{ width:450px; position:relative; float:left;}

#footright ul{width:100%; display:block; position:relative; padding: 0px; text-align: center; }
#footright ul li{font-family: Helvetica; font-size:18px; line-height:1.4em; background:url(images/icon2.gif) 0 6px no-repeat; padding:0 0 0 20px; height:30px; font-weight:normal; float: left; margin-left: 10px;}
#footright ul li a{ font-family: Helvetica; font-size:16px; line-height:1.4em; color:#323232;  text-decoration:none; float: left}
#footright ul li a:hover{ color:#000}
#gallery{ width:95%; position:relative; float:left; margin-left:5%; margin-bottom:50px;}

.social{ width:40px; position:relative; float:left; height:40px;}
.social1{ width:40px; position:relative; float:left; height:40px; margin-left:20px}
.advantages{ width:100%; position:relative; float:left; border-bottom:thin solid #D6D6D6; padding-top:30px;}
.adv1{ width:70%; position:relative; float:left; margin-left:4%}
.adv2{ width:25%; position:relative; float:left}

.img1{float:right; padding-left:10px;}
.img2{float:left; padding-right:30px;}
.img3{float:right; padding-left:30px;}
.color1{ color:#00997d; }
.color5{ color:#00997d; font-size: 20px; }
.color6{ color:#00997d; font-size: 22px; }
.font-weight{font-weight:bold;}
.color2{ color:#54893e; font-weight:bold; }
.colorc{font-family: Helvetica; font-size:18px; line-height:1.7em; color:#323232;}
.colord{font-family: Helvetica; font-size:17px; line-height:1.7em; color:#1f1f1f;}
.colore{ margin-top:50px;}
.colorf{font-family: Helvetica; font-size:20px; line-height:1.7em; color:#e74426;}
.a1 a{ width:110px; height:70px; display:block; background:url(images/partners.jpg) 0 0 no-repeat;} 
.a1 a:hover{ width:110px; height:70px; display:block; background:url(images/partners.jpg) 80 0 no-repeat;}
.pad{ padding-left:5%}
.marg{margin-top:25px;}
.head{font-size:25px; }
.head1{font-size:18px; }

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #42b078;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 300px 0px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 30px;
  width: 100%;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
	padding-top: 20px;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
	padding-top: 20px;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}