html {padding:0px; margin: 0px;}
body {
		padding: 0px;
		margin: 0px;
		font-family: 'Open Sans', sans-serif;

		background: url('../img/header-background.png');
		background-position: 0px 60px;
			background-repeat: repeat-x;
	}
	/* main page */
	div.main-wrapper {
		width: 1052px;
		max-width: 1052px;
		display: block;
		margin: 0px auto;
		border: 0px solid red;
	}
	/* menu */
	div.menu-wrapper {
		width: 100%;
		background: #000;
		height: 60px;
		border-bottom: 5px solid #138c35;
                margin-top: -16px;
	}
		div.menu-wrapper .menu{
			line-height: 60px;
			vertical-align: middle;
			color: #fff;
			width: 1052px;
			display: block;
			margin: 0px auto;
		}

		div.menu-wrapper .menu ul.menu_ul{
			width: 100%;
		}
		div.menu-wrapper .menu ul.menu_ul li {
			list-style: none;
			/* display: inline-block;*/
			min-width: 90px;
			float: left;
			text-align: center;
			position: relative;
		}
			.menu ul.menu_ul li a {
				text-align: center;
				text-transform: uppercase;
				margin: 0 10px 0 10px;
				padding-left: 5px;
				padding-right: 5px;
				font-weight: 600;
				font-size: 14px;
				text-decoration: none;
				color: #fff;
				display: block;
			}
		.menu ul.menu_ul li:hover{
			background: #138c35;
		}
		/* Submenu */
			.menu_ul ul {
				position:absolute;
				left:-9999px;
				top:-9999px;
				z-index: 99999;
				list-style-type:none;
				width: 240px;
				border-top: 5px solid #138c35;
			}
			.menu_ul li:hover { position: relative; background:#000; }
			.menu_ul li:hover ul {
				left: 0px;
				top: 60px;
				background: #000;
				padding:0px;
			}

			.menu_ul li:hover ul li a {
				/*padding:5px;*/
				display:block;
				width: 230px;
				height: 30px;
				margin: 0px !important;
				line-height: 30px;
				text-indent: 5px;
				background-color: #000;
				text-align: left;
				font-size: 14px;
			}
			.menu_ul li:hover ul li a:hover {
				background: #138c35;
				/* margin: 0 10px 0 10px;*/
			}
				/* Submenu 2*/
			.menu_ul ul ul.sub2{
				position:absolute;
				left:-9999px;
				top:-9999px;
				z-index: 999999999;
				list-style-type:none;
				width: 240px;
				border-top: 5px solid #138c35;
			}
			.menu_ul li:hover { position: relative; background:#000; }
			.menu_ul li:hover ul li:hover ul.sub2{
				left: 240px;
				top: -5px;
				background: #000;
				padding:0px;
			}

			.menu_ul li:hover ul li:hover ul.sub2 li a {
				/*padding:5px;*/
				display:block;
				width: 230px;
				height: 30px;
				margin: 0px !important;
				line-height: 30px;
				text-indent: 5px;
				background-color: #000;
				text-align: left;
				font-size: 14px;
			}
			.menu_ul li:hover ul li:hover ul.sub2 li a:hover {
				background: #138c35;
				/* margin: 0 10px 0 10px;*/
			}


/* header wrapper */
div.header-wrapper {}
	div.header-wrapper .logo-wrapper {
		height: 150px;
		width: 100%;
		vertical-align: middle;
	}
		.logo-wrapper img {
			display: block;
			padding-top: 40px;
		}
/* slider wrapper */
div.slider-wrapper {
	min-height: 199px;
	width: 100%;

}
	div.slider-wrapper .slider-page {
		background: #000;
		height: 191px;
	}
#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 380px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 1052px;
  height: 380px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}
	#slider ul li div.title{
		display: block;
		width: 530px;
		height: 40px;
		line-height: 40px;
		text-align: left;
		background-color: #138c35;
		position: absolute;
		bottom: 90px;
		left: 50px;
	}
		#slider ul li div.title h3{
			display: block;
			width: 530px;
			height: 40px;
			margin: 0px;
			height: 0px;
			margin-left: 15px;

			line-height: 40px;
			color: #fff;
			font-weight: 600;
			font-family: 'Open Sans', sans-serif;
		}
	#slider ul li div.description{
		display: block;
		width: 530px;
		height: 60px !important;
		line-height: 30px;
		position: absolute;
		padding: 0px;
		margin: 0px;
		bottom: 30px;
		left: 50px;
		background: #fff;
		color: #000;
	}
	#slider ul li div.description p{
		display: block;
		height: 40px;
		width: 500px;
		padding: 10px 15px 0 15px;

		text-align: left;
		color: #000 !important;
		font-size: 14px;
		line-height: 16px;
		height: 60px;
		margin: 0px;
		position: relative;
		z-index: 99999;
	}
a.control_prev, a.control_next {
  position: absolute;
  top: 170px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 999;
  display: block;
  width: auto;
  height: auto;
  background: none;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.4;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}


/* slider end */
div.page-wrapper {}
	div.page-wrapper .page-content{
		width: 900px;
		margin: 0px auto;
	}
	div.page-content p{
		margin: 0px;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: 400;
	}
	div.page-content a {
		color: #000;
		text-decoration: none;
	}
	div.page-content a:hover {
		text-decoration: underline;
	}
div.page-wrapper .main-info {
	background: #f7f7f7;
	height: auto;
	padding: 20px 0;
	margin-bottom: 40px;
}
	.main-info .contact-button {
		width: 170px;
		height: 50px;
		line-height: 50px;
		vertical-align: middle;
		background: #18bd47;
		border-radius: 5px;
		border: 1px solid #148f36;
		float: left;
		margin: 35px;

		font-size: 22px;
		font-weight: 600;
		text-align: center;
		text-transform: uppercase;
		color: #fff;

		/* gradient background */
		background: -webkit-linear-gradient(#19be48, #148e36); /* For Safari 5.1 to 6.*/
		background: -webkit-linear-gradient(#19be48, #148e36); /* For Safari 5.1 to 6.*/
		background: -o-linear-gradient(#19be48, #148e36); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#19be48, #148e36); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#19be48, #148e36); /* Standard syntax */
		filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#19be48', endColorstr='#148e36'); /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#19be48', endColorstr='#148e36')"; /* IE8 */
	}
		.contact-button a {
			color: #fff;
			text-decoration: none;
			display: block;
		}

	.main-info span {
		display: block;
		float: left;
	}
	.main-info span.title {
		display: block;
		text-align: center;
		margin: 0px auto;
		margin-top: 30px;
		font-size: 24px;
		font-weight: 600;
		color: #898989;
		width: 100%;
	}
	.main-info span.description {
		color: #898989;
	}

div.page-wrapper .product-info {
	border-bottom: 1px solid #e2e3e5;
	padding-bottom: 30px;
}
	.product-info .item {
		float: left;
		width: 300px;
		border: 0px solid red;
		margin-right: 20px;
		margin-left: 20px;
		position: relative;
	}
	.product-info .item div.item-title.abs{
		position: absolute;
		top: 10px;
		display: block;
		height: 60px;
		vertical-align: middle;
		line-height: 60px;
		text-indent: 20px;
		width: 300px;

		color: #fff;
		font-weight: 600;
		font-size: 18px;

		text-transform: uppercase;
		background: rgba(0,0,0, 0.5);
	}
	.product-info .item img{
		width: 100%;
		height: 180px;
		display: block;
		margin-bottom: 20px;

		-webkit-box-shadow: 0px 19px 17px -10px rgba(50, 50, 50, 0.76);
		-moz-box-shadow:    0px 19px 17px -10px rgba(50, 50, 50, 0.76);
		box-shadow:         0px 19px 17px -10px rgba(50, 50, 50, 0.76);
	}
	.product-info .item span{
		display: block;
		min-height: 95px;
		color: #898989;
		font-size: 14px;
	}
		.product-info .item a.link{
			background: url('../img/plus-ico.png') no-repeat center right;
			display: block;
			float: right;
			height: 20px;
			padding-right: 25px;
			margin-top: 5px;
			vertical-align: middle;

			text-decoration: none;
			font-weight: 600;
			color: #148e36;
		}
			.item a.link:hover {text-decoration: underline;}
div.page-wrapper .product-preview {
	border-bottom: 1px solid #e2e3e5;
	padding-bottom: 30px;
}
	.product-preview h2{
		font-weight: 600;
		color: #7d7d7d;
	}
	.product-preview .item{
		float: left;
		width: 250px;
		margin-right: 10px;

		border: 0px solid red;
	}
		.product-preview .item a {
			display: block;
			text-decoration: none;
		}
		.product-preview .item:hover {
			display: block;
			/*background: red !important;*/
		}
			.product-preview .item a:hover {
				display: block;
				background: red !important;
		}
	.product-preview .item img{
		display: block;
		width: 100%;
		height: 140px;
	}
	.product-preview .item span {
		display: block;
		background: #f7f7f7;
		padding: 5px;
		color: #4b4b4b;
		min-height: 185px;
		margin-bottom: 10px;
	}
		.product-preview .item span h3 {
			font-weight: 400;
			color: #000;
		}
div.page-wrapper .partners-preview {
	padding-bottom: 30px;
}
	.partners-preview img {
			float: left;
		display: block;
		margin-right: 50px;
		margin-left: 50px;
	}
	.partners-preview img.first {
		margin-top: 25px;
	}
	.partners-preview h2{
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	.partners-preview span {
		color: #898989;
		font-size: 16px;
		margin-left: 15px;
	}
/* footer wrapper */
div.footer-wrapper {
	display: block;
	width: 100%;
	min-height: 400px;
	height: auto;
	background: url('../img/footer-background.png');
}
	div.footer-wrapper .footer {
		width: 1052px;
		display: block;
		margin: 0px auto;
		color: #fff;
	}
	div.footer .item {
		float: left;
		display: block;
		min-width: 200px;
		margin-right: 40px;

	}
	div.footer .item a {
		color: #fff;
		text-decoration: none;
	}
	div.footer .item a:hover {
		text-decoration: underline;
	}
		.item.first{
			width: 400px;
		}
		.item.second{
			width: 410px;
		}
		.item.third{
			width: 250px;
		}
	div.footer .item span {
		font-size: 16px;
	}
	div.footer .item h4 {
		font-weight: 400;
		font-size: 22px;
		margin-bottom: 10px	;
		border-bottom: 1px solid #e2e3e5;
	}
		.item h4 strong {
			font-weight: 400;
		}
		div.footer .item.third {
			width: 500px;
		}
		div.footer .item.third span {
			display: block;
			float: left;
		}
		div.footer .item.third span.first {margin-right: 95px;}
	div.footer .footer-menu {
		border-top: 3px solid #138c35;
		margin-top: 20px;
		padding-top: 20px;
	}
	div.footer-menu a {
		color: #fff;
		text-decoration: none;
	}
		div.footer-menu a:hover {
			text-decoration: underline;
		}
	div.footer .footer-copy {
		font-size: 14px;
		margin-top: 20px;
	}
	div.footer .footer-copy a {
		color: #fff;
		text-decoration: underline;
		font-weight: 600;
	}

	/* Page Gallery */
	div.page-gallery {
		border: 0px solid red;
		width: 815px;
		margin: 0px auto;
		display: block;
		margin-bottom: 20px;
	}
	div.page-gallery .gallery-item {
		float: left;
		display: block;
		height: 100px;
		width: 120px;
		margin: 5px !important;
		cursor: pointer;
	}
		.gallery-item img {
			width: 120px;
			height: 100px;
			border: 0px solid #138c35;
		}

	/*  LIGHTBOX  */
	div.lightbox-wrapper {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
		background: rgba(0,0,0,0.5);
	}
	.lightbox-wrapper .lightbox{
		display: block;
		position: relative;
		z-index: 3;
		max-width: 600px;
		min-height: 400px;
		height: auto;
		margin: 0px auto;
		margin-top: 2%;
		border: 2px solid #fff;
	}
	.lightbox img {
		width: 600px;
		height: auto;
		max-height: 800px;
	}
	.lightbox .desc {
		margin: 0px auto;
		position: relative;
		z-index: 3;
		background: #fff;
	}
	.lightbox .left-arrow {
		border: 1px solid red;
		display: block;
		position: absolute;
		z-index: 5;
		left: 0px;
		height: 100%;
		width: 30%;
	}
	.lightbox .right-arrow {
		border: 1px solid red;
		display: block;
		position: absolute;
		z-index: 5;
		right: 0px;
		height: 100%;
		width: 30%;
	}

/* helpers */
.clr {
	clear: both;
}
strong.green {
	color: #138c35;
}

img {
	border: 0px;
}
