/* CSS Document */
#errors{
	color:transparent;	
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.HEf{
	float: right;
}

.ENf{
	float: left;
}

.RUf{
	float: left;
}

.HE{
	float: right;
	direction: rtl;
	text-align: right;
}

.EN{
	float: left;
	direction: ltr;
	text-align: left;
}

.RU{
	float: left;
	direction: ltr;
	text-align: left;
}


.HEdr{
	direction: rtl;
}

.ENdr{
	direction: ltr;
}

.RUdr{
	direction: ltr;
}
.noText{
	color: transparent;
	overflow:hidden;
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select:none; 
	user-select:none;
	-o-user-select:none;
}

* { margin: 0; padding: 0; }
a img{border:none}
img
{  border-style: none;
}
textarea { resize:none; }
textarea:focus, input:focus{
    outline: 0;
}

img.a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}
img.c{
	position: absolute;
	width: auto;
	height: 100%;
	z-index: 1;
}

/*
a{
	text-decoration: none;
	color: #fff;
}
a:hover{
	text-decoration: underline;
	color: #29323c;
}
*/

*:focus {
    outline: 0;
}
body, html {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	overflow-x: hidden;
	background: url("images/pixel.gif") no-repeat top right fixed; 
	/*$("body,html").css("background-image","url('images/bg2.jpg')");*/
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	font-family: 'Rubik', sans-serif;
	background-color: #fff;
	/*background-color:rgba(235,235,235,0.3);*/
}
/* slogan */
.ml1 {
  font-weight: 900;
}

.ml1 .letter {
  display: inline-block;
}

.ml2 {
  position: relative;
  font-weight: 900;
}

.ml2 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml2 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml3 {
  position: relative;
  font-weight: 900;
}
.ml3 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}
.ml3 .letter {
  transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
}

/* slogan end */
header{
	position: fixed;
	width:100%;
	height: 80px;
	right:0px;
	top:0px;
	z-index:20;
	background-color: #fff;
	border: none;
	border-bottom: 2px solid #00a651;
}
#headerHolder{
	position: absolute;
	width:640px;
	height: 80px;
	right:0px;
	top:0px;
	z-index: 4;
}
#hamburger{
	position: absolute;
	width: 50px;
	height: 50px;
	right: 45px;
	top: 15px;
	z-index:25;
	outline: 1
	
}
#logo{
	position: absolute;
	width: 200px;
	height: 66px;
	left: 220px;
	top: 10px;
	z-index:15;
	outline: 1
	
}

#MainDiv{
	position: absolute;
	width:640px;
	min-height: 850px;
	height: auto;
	right:0px;
	top: 0px;
	z-index:5;
	overflow-x: hidden;
}

.page{
	position: relative;
	width: 100%;
	min-height: 200px;
	float: left;
	margin: 0;
	overflow-x: hidden;
}



#langHolder{
	position: absolute;
	width:auto;
	height: 32px;
	left: 15px;
	top: 15px;
	z-index:20;
	/*overflow: auto;*/
}

.langItem{
	position: relative;
	float: left;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin: 0;
	margin-right: 8px;
}
.langOff{
	opacity: 1;
}

.langOn{
	opacity: 0.2;
}

.arr{
	font-weight: 700;
	color: #00a651;
}
#topMenu{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	background-color:rgba(255,255,255,0.95);
	z-index:10;
	display: none;
	margin: 0;
	margin-top: 80px;
}
#topMenuS{
	position: absolute;
	width: 100%;
	height: 80px;
	right: 0px;
	top: 0px;
	z-index: 5;
}
#topMenu ul {
	width: 100%;
    list-style: none;
    float: left;
	margin: 0 auto;
}

#topMenu ul li {
	width: 100%;
	height: 80px;
	list-style: none;
	float: left;
	margin: 0 auto;
	border-bottom: 1px solid #00a651;
}
.mn2{
	display: none;
	background-color:rgba(241,241,241,0.8);
}
.mn3{
	display: none;
	background-color:rgba(241,241,241,0.8);
}
.submenu{
	top: 81px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(119,119,119,0.5);
	-moz-box-shadow: 0px 5px 10px 0px rgba(119,119,119,0.5);
	box-shadow: 0px 5px 10px 0px rgba(119,119,119,0.5);
	background-color: #fff;
	border: 1px solid #00a651;
}

#subMenu1 ul, #subMenu2 ul, #subMenu3 ul {
	width: 100%;
	list-style: none;
	float: left;
	margin: 0 auto;
}

#subMenu1 ul li, #subMenu2 ul li, #subMenu3 ul li {
	width: 100%;
	list-style: none;
	float: left;
	margin: 0 auto;
}

.menuSpacer{
	position: relative;
	width: 312px;
	height: 80px;
	margin: 0;
}



/* top banner*/
#topBanner{
	position: relative;
	width:640px;
	height: auto;
	float: left;
	z-index:2;
	/*border: 1px solid #f00;*/
	background-color: #fff;
	margin-top: 80px;
}
#vid1Holder{
	position: relative;
	width: 640px;
	height: 360px;
	float: left;
	z-index: 1;
	overflow: hidden;
}
.vid{
	position: absolute;
	width: 640px;
	height: 360px;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.vidHolder{
	position: absolute;
	width: 640px;
	height: 360px;
	left: 0px;
	top: 0px;
	z-index: 100;
	overflow: hidden;
	/*background-color:rgba(0,0,0,0.4);*/
}
#bulletHolder{
	position: relative;
	width: 330px;
	height: 20px;
	z-index: 101;
	float: left;
	margin: 10px 0px 10px 270px;
}

.bulletItemOff{
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #00a651;
	background-color: #eaf5fa;
	float: left;
}

.bulletItemOn{
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #00a651;
	background-color: #00a651;
	float: left;
}
h1{
	position: relative;
	width: 600px;
	height: auto;
	float: left;
	z-index: 5;
	margin: 80px 20px 20px 20px;
	font-family: 'Abril Fatface', cursive;
	color: #fff;
	text-align: center;
	font-weight: 700;
}


.VidTitle{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 5;
	margin: 0;
	margin-top: 250px;
	margin-bottom: 25px;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

.VidText{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 5;
	margin: 0;
	color: #fff;
	text-align: center;
}

#vidPaging{
	position: relative;
	width: 640px;
	height: 40px;
	float: left;
	z-index: 1;
	overflow: hidden;
}



#bannerBtn{
	position: absolute;
	width: 200px;
	height: 50px;
	left: 220px;
	bottom: 20px;
	z-index: 140;
	background-color: #00a651;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#bannerBtn:hover{
	background-color: #fff;
	color: #00a651;
}


#muteBtn{
	position: absolute;
	width: 50px;
	height: 40px;
	left: 10px;
	top: 110px;
	z-index: 140;
	display: none;
}

#boxHolder{
	position: relative;
	width: 600px;
	height: auto;
	z-index: 105;
	float: left;
	margin: 10px 0px 20px 25px;
}

.boxItem{
	position: relative;
	width: 580px;
	height: 200px;
	background-color: #fff;
	margin: 0;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(119,119,119,0.5);
-moz-box-shadow: 0px 5px 10px 0px rgba(119,119,119,0.5);
box-shadow: 0px 5px 10px 0px rgba(119,119,119,0.5);
cursor: pointer;
}

.boxItemInner{
	position: absolute;
	width: 560px;
	height: 180px;
	left: 10px;
	top: 10px;
	background-color: #fff;
	border: 2px solid #00a651;
}


.boxTitle{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 1;
	text-align: center;
	color: #00a651;
	font-weight: 700;
}

.boxText{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 1;
	text-align: center;
	color: #29323c;
	font-weight: 400;
	margin-top: 10px;
}

.arrowDown{
	position: relative;
	width: 30px;
	height: 30px;
	z-index: 1;
	margin: 0 auto;
}
.arrowPic{
	width: 30px;
	height: 30px;
	margin: 0;
	margin-top: 10px;
}
/* top banner end */
/* parts */ 

#foods{
	min-height: 250px;
	height: auto;
	background-color:rgba(235,235,235,0.3);
}

#packs{
	min-height: 250px;
	height: auto;
	background-color: #fff;
	
}
#service{
	min-height: 1395px;
	height: auto;
	background-color: #fff;
}
#facts{
	height: 960px;
	background-image: url("images/facts.jpg");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position:center center;
}
#news{
	height: 560px;
	background-color: #fff;
}
#subscribe{
	height: 400px;
	background-image: url("images/bg2.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	/*background-attachment: fixed;*/
	background-position:left top;
	/*background-color:rgba(235,235,235,0.3);*/
	overflow: hidden;
}
#clients{
	height: 300px;
	background-color: #fff;
}
#footer{
	height: 650px;
	/*background-image: url("images/facts.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position:left top;*/
	background: url("images/facts.jpg") no-repeat top right; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* parts end */

/* facts */
#FactsHolder{
	position: absolute;
	width: 640px;
	height: 960px;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
#FactsOver {
	position: absolute;
	width: 100%;
	height: 960px;
	right: 0px;
	top: 0px;
	z-index: 2;
	background-color:rgba(0,0,0,0.6);
}
.factItem{
	position: relative;
	width: 640px;
	height: 200px;
	margin: 0;
}
.factDotItem{
	position: relative;
	width: 100px;
	height: 50px;
	margin: 0;
}

.factNum{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 25px;
	text-align: center;
	direction: ltr;
	color: #fff;
	font-weight: 700;
	font-size: 140px;
	line-height: 110px;
}

.factText{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 155px;
	text-align: center;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}

/* facts end */

h2{
	position: relative;
	width: 100%;
	height: 120px;
	float: left;
	z-index: 2;
	padding: 0;
	margin: 0;
	background-color: #fff;
	line-height: 120px;
	font-weight: 700;
	text-align: center;
	color: #29323c;
}

/* subscribe */
#subsribeSideHolder {
	position: relative;
	width: 640px;
	height: 400px;
	margin: 0px;
	overflow: hidden;
	z-index: 2;
}



#subemail{
	position: absolute;
	width: 400px;
	height: 50px;
	top: 275px;
	background-color: #fff;
	border: 2px solid #00a651;
	text-indent: 25px;
	font-size: 22px;
	z-index: 25;
}

#subBtn{
	position: absolute;
	width: 200px;
	height: 50px;
	top: 275px;
	line-height: 50px;
	text-align: center;
	background-color: #00a651;
	border: 2px solid #00a651;
	z-index: 25;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

#subBtn:hover{
	background-color: #c3d8d3;
	color: #00a651;
}

#subTitle{
	position: absolute;
	width: 640px;
	height: 50px;
	top: 275px;
	z-index: 25;
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
	color: #00a651;
}

/* subscribe end */
#clientsHolder{
	position: absolute;
	width: 600px;
	height: 75px;
	left: 20px;
	top: 140px;
	z-index: 1;
}
.clienLogo{
	position: relative;
	width: auto;
	height: 75px;
	float: left;
	margin: 0;
}
/* clients */
    .swiper-container {
      width: 100%;
      height: 100%;
    }

    .swiper-container1 {
      width: 100%;
      height: 100%;
    }
    .swiper-container2 {
      width: 100%;
      height: 100%;
    }
    .swiper-container3 {
      width: 100%;
      height: 100%;
    }





    .swiper-slide {
/*      text-align: center;
      font-size: 18px;*/
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
/* clients end */

/* food categories */
.CatHolder{
	position: relative;
	width: 600px;
	height: auto;
	min-height: 300px;
	float: left;
	margin: 0;
	margin-top: 30px;
	margin-left: 20px;
	/*border: 1px solid #f00;*/
	z-index: 14;
}
.catItem{
	position: relative;
	width: 120px;
	height: 210px;
	margin: 0;
	margin-bottom: 0px; 
	/*border: 1px solid #f00;*/
}
.cutPicOuter{
	position: relative;
	width: 120px;
	height: 120px;
	float: left;
	background-color: #fff;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
-webkit-box-shadow: 0px 3px 10px 0px rgba(26,26,26,0.3);
-moz-box-shadow: 0px 3px 10px 0px rgba(26,26,26,0.3);
box-shadow: 0px 3px 10px 0px rgba(26,26,26,0.3);
	z-index: 2;
}

.cutPicInner{
	position: relative;
	width: 100px;
	height: 100px;
	float: left;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
	margin: 8px;
	border: 2px solid #00a651;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;	
	z-index: 3;
}

/*.cutPicInner{
	position: relative;
	width: 170px;
	height: 170px;
	float: left;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;	
	z-index: 3;
}*/
.catText{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 140px;
	text-align: center;
	color: #000;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}
.catPicHover{
	position: absolute;
	width: 100px;
	height: 100px;
	left: 10px;
	top: 10px;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
	border: 2px solid #00a651;
	background-color:rgba(0,0,0,0.3);
	/*box-shadow: inset 0 0 0 10px #fff;*/
	opacity: 0;
}
.catClick:hover .catPicHover{
	opacity: 1;
	
}
.catClick:hover .catText{
	color: #00a651;
}
.catClick{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 4;
	transition:all 0.3s ease;
}
/* food categories end */


/* services */
.servItem{
	position: relative;
	width: 600px;
	height: 440px;
	margin: 0;
	margin-bottom: 25px;
	border: 1px solid #00a651;
	background-color: #00a651;
}
.servPic{
	position: absolute;
	width: 596px;
	height: 370px;
	left: 2px;
	top: 2px;
	overflow: hidden;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;	
	z-index: 3;
}

.servIcon{
	position: absolute;
	width: 60px;
	height: 70px;
	top: 370px;
	overflow: hidden;
	display: inline-block;
	z-index: 3;
}
.servText{
	position: absolute;
	width: 290px;
	height: 70px;
	top: 370px;
	color: #fff;
	font-weight: 700;
	line-height: 70px;
	text-decoration: none;
	text-transform: capitalize;
}
/* service end */
/* footer */


#footerHolder {
	position: absolute;
	width: 100%;
	height: 650px;
	right: 0px;
	top: 0px;
	z-index: 2;
	background-color:rgba(0,0,0,0.6);
}

#footerCopyright {
	position: absolute;
	width: 100%;
	height: 60px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	background-color:rgba(0,0,0,0.6);
	text-align: center;
	line-height: 60px;
	color: #79797a;
	font-weight: 400;
}
.footerIcon{
	position: relative;
	float: right;
	width: 40px;
	height: 40px;
	margin: 0;
	margin-top: 5px;
}

.footerText{
	position: relative;
	width: auto;
	white-space: nowrap;
	height: 50px;
	float: right;
	z-index: 20;
	padding: 0;
	margin: 0;
	
	font-size: 30px;
	line-height: 50px;
	font-weight: 300;
	text-align: right;
	direction: rtl;
	color: #29323c;
	text-decoration: none;
}

.footerLine{
	position: relative;
	width: 1px;
	height: 50px;
	float: right;
	z-index: 20;
	padding: 0;
	margin: 0;
	background-color: #5e2e8f;
	margin-left: 15px;
	margin-right: 15px;
}

h3{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2;
	padding: 0;
	margin: 0;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h4{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2;
	padding: 0;
	margin: 0;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 20px;
}

#footerContent {
	position: absolute;
	width: 600px;
	height: 650px;
	left: 20px;
	top: 0px;
	z-index: 2;
}
.footerItem{
	position: relative;
	width: 600px;
	height: 200px;
	margin: 0;
	margin-top: 35px;
}

#map {
	width: 250px;  /* The width is the width of the web page */
	height: 300px;  /* The height is 400 pixels */
   }
.wrapperCnt{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	float: left;
	margin-bottom: 15px;
}

.bredCumsWrapper{
	position: relative;
	width: 100%;
	height: 50px;
	margin: 0;
	float: left;
	margin-bottom: 15px;
	border-bottom: 2px solid #00a651;
	background-color:rgba(0,0,0,0.9);
}

.bredLink a{
	color: #fff;
	text-decoration: none;
}

.bredLink a:hover{
	color: #fff;
	text-decoration: underline;
}

a.bredLink{
	color: #fff;
	text-decoration: none;
}

a.bredLink:hover{
	color: #fff;
	text-decoration: underline;
}
.cutName a{
	color: #29323c;
	text-decoration: none;
}

.cutName a:hover{
	color: #00a651;
	text-decoration: underline;
}

a.cutName{
	color: #29323c;
	text-decoration: none;
}

a.cutName:hover{
	color: #00a651;
	text-decoration: underline;
}


/* footer end */

/* iiner */
.pageInner{
	position: relative;
	width: 580px;
	min-height: 200px;
	float: left;
	margin: 0;
	margin-left: 30px;
	margin-bottom: 40px;
	margin-top: 40px;
	overflow-x: hidden;
	
}

.innerBanner{
	position: relative;
	width:640px;
	height: 165px;
	float: left;
	z-index:2;
	/*border: 1px solid #f00;*/
	background-color: #fff;
	margin-top: 80px;
	overflow: hidden;
}

.pagesBanner{
	position: relative;
	width:640px;
	height: 165px;
	float: left;
	z-index:2;
	/*border: 1px solid #f00;*/
	background-color: #fff;
	margin-top: 80px;
	overflow: hidden;
}

#breadCumbs{
	position: relative;
	width: auto;
	height: 30px;
	white-space: nowrap;
	color: #fff;
	line-height: 30px;
	font-weight: 400;
	text-decoration: none;
	margin-top: 10px;
	/*text-transform: lowercase;*/
}



.green{
	color: #00a651;
}
.white{
	color: #29323c;
}

#PagesContent h2{
	position: relative;
	width: 100%;
	height: 100px;
	float: left;
	z-index: 2;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	line-height: 120px;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	overflow-x: hidden;
	overflow-y: hidden;
	
}


#MainContent h1{
	position: relative;
	width: 100%;
	height: 100px;
	float: left;
	z-index: 2;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	line-height: 120px;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #29323c;
	overflow-x: hidden;
	overflow-y: hidden;
	
}
#MainContent  h2{
	position: relative;
	width: 100%;
	height: 80px;
	float: left;
	z-index: 2;
	padding: 0;
	margin: 0;
	/*background-color: #fff;*/
	line-height: 80px;
	font-weight: 700;
	text-align: center;
	color: #29323c;
}


.prodCutList{
	position: relative;
	width: 332px;
	height: auto;
	min-height: 240px;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 25px;
	border: 2px solid #00a651;
	color: #29323c;
}

.prodPageHolder{
	position: relative;
	width: 600px;
	height: auto;
	margin: 0;	
}

.boxInnerItem{
	position: relative;
	width: 270px;
	/*height: 600px;*/
	background-color: #fff;
	margin: 0;
	margin-bottom: 60px;
	margin-left: 15px;
	margin-right: 15px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(119,119,119,0.5);
-moz-box-shadow: 0px 5px 10px 0px rgba(119,119,119,0.5);
box-shadow: 0px 5px 10px 0px rgba(119,119,119,0.5);
cursor: pointer;
}
.boxItemInner2{
	position: absolute;
	width: 240px;
	height: 240px;
	left: 11px;
	top: 8px;
	background-color: #fff;
}

.boxInnerPic{
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	z-index: 1;
	text-align: center;
	border: 2px solid #00a651;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;	
	transition: background-size 2s ease;
}
.boxInnerPic:hover{
	background-size: 125% auto;	
}
.boxInnerTitle{
	position: relative;
	width: 90%;
	height: auto;
	float: left;
	z-index: 1;
	color: #29323c;
	font-weight: 400;
	text-align: center;
	margin: 0;
	margin-top: 15px;
	padding: 15px;
	background-color: #F1F3F2;
}

.boxInnerTitle2{
	position: relative;
	width: 90%;
	height: auto;
	float: left;
	z-index: 1;
	color: #29323c;
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding: 15px;
}

.boxInnerTech{
	position: relative;
	width: 90%;
	height: auto;
	float: left;
	z-index: 1;
	color: #29323c;
	font-weight: 400;
	margin: 0;
	margin-top: 10px;
	padding: 5px 15px;
	background-color: #F1F3F2;
}

.boxCatID{
	position: absolute;
	width: auto;
	height: auto;
	white-space: nowrap;
	right: 0px;
	top: 25px;
	z-index: 10;
	color: #fff;
	background-color: #00a651;
	font-weight: 700;
	font-size: 26px;
	line-height: 26px;
	text-align: center;
	padding: 15px;
	direction: ltr;
}

.sideHolder{
	position: relative;
	width: 100%;
	height: 60px;
	margin: 0;
	float: left;
	color: #fff;
	background-color: #00a651;
	font-weight: 700;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
}


.wrapper{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	float: left;
}
.prodCountText{
	position: relative;
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin: 0;
	font-weight: 400;
	color: #29323c;
	cursor: pointer;
}

.prodCountText:after {
  display:block;
  content: '';
  border-bottom: solid 2px #00a651;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.prodCountText:hover:after { transform: scaleX(1); }

/*
@keyframes mymove1 {
  50% {background-color:rgba(200,201,202,0.7);}
}
@keyframes mymove2 {
  50% {background-color:rgba(0,166,81,0.7);}
}*/

/*
.prodCountText:after {
  display:block;
  content: '';
  border-bottom: solid 2px #00a651;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.prodCountText:hover:after { transform: scaleX(1); }
*/
/*.prodCountText.fromLeft:after{  transform-origin:  0% 50%; }*/
/*.prodCountText:hover:after, .prodCountText:hover:before { transform: scaleX(1); }*/



.greyBG{
	background-color:rgba(200,201,202,0.3);
	border-bottom: 2px solid transparent;
	transition: background-color 0.5s ease;
	transition: border-bottom 0.5s ease;
}

.greenBG{
	background-color:rgba(0,166,81,0.3);
	border-bottom: 2px solid transparent;
	transition: background-color 0.5s ease;
	transition: border-bottom 0.5s ease;
}
.greyBG:hover{
	background-color:rgba(200,201,202,0.7);
	border-bottom: 2px solid #00a651;
}

.greenBG:hover{
	background-color:rgba(0,166,81,0.7);
	border-bottom: 2px solid #00a651;
}



.greyBG2{
	background-color:rgba(200,201,202,1);
	border-bottom: 2px solid transparent;
	transition: background-color 0.5s ease;
	transition: border-bottom 0.5s ease;
}

.greenBG2{
	background-color:rgba(0,166,81,1);
	border-bottom: 2px solid transparent;
	transition: background-color 0.5s ease;
	transition: border-bottom 0.5s ease;
}

.prodBoxBtn{
	position: absolute;
	width: 180px;
	height: 40px;
	left: 45px;
	bottom: -20px;
	z-index: 140;
	background-color: #00a651;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(119,119,119,0.5);
-moz-box-shadow: 0px 5px 10px 0px rgba(119,119,119,0.5);
box-shadow: 0px 5px 10px 0px rgba(119,119,119,0.5);
}

.prodBoxBtn:hover{
	background-color: #fff;
	color: #00a651;
	border: 2px solid #00a651;
}

/* inner end */

/* machine*/
#machCatID{
	position: absolute;
	width: auto;
	height: auto;
	white-space: nowrap;
	top: 25px;
	z-index: 10;
	color: #fff;
	background-color: #00a651;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	padding: 15px 45px;
	direction: ltr;
}

.machinePicOpt{
	position: relative;
	width: 200px;
	height: auto;
	min-height: 200px;
	margin: 0;
	margin-top: 0px;
}

.machMenuMob{
	position: relative;
	width: 200px;
	height: auto;
	margin: 0;
}
.machineMenuOn{
	position: relative;
	float: left;
	width: 100%;
	height: 60px;
	line-height: 62px;
	margin: 0;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	background-color: #00a651;
	margin-bottom: 10px;
	text-decoration: none;
}

.machineMenu{
	position: relative;
	float: left;
	width: 100%;
	height: 60px;
	line-height: 62px;
	margin: 0;
	font-weight: 700;
	color: #29323c;
	cursor: pointer;
	margin-bottom: 10px;
	text-decoration: none;
}

.machinePicOptM{
	position: relative;
	width: 600px;
	height: auto;
	min-height: 200px;
	margin: 0;
	margin-top: 0px;
}

.machineMenuOnM{
	position: relative;
	float: left;
	width: 198px;
	height: 60px;
	line-height: 62px;
	margin: 0;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	background-color: #00a651;
	margin-bottom: 10px;
	text-decoration: none;
	border: 1px solid #fff;
}

.machineMenuM{
	position: relative;
	float: left;
	width: 198px;
	height: 60px;
	line-height: 62px;
	margin: 0;
	font-weight: 700;
	color: #29323c;
	cursor: pointer;
	margin-bottom: 10px;
	text-decoration: none;
	border: 1px solid #fff;
}


.machineMenu:after {
  display:block;
  content: '';
  border-bottom: solid 2px #00a651;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.machineMenu:hover:after { transform: scaleX(1); }

.btnIcon{
	position: absolute;
	width: 35px;
	height: 30px;
	top: 17px;
	z-index: 5;
}

.machBtnText{
	position: absolute;
	width: 280px;
	height: 60px;
	top: 0px;
	line-height: 62px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
#machTopPart{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
}

.machineGallery{
	position: relative;
	width: 600px;
	height: 285px;
	margin: 0;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.machineGalleryHolder{
	position: absolute;
	width: 600px;
	height: 285px;
	left: 0px;
	top: 0px;
}

.arrowRight{
	position: absolute;
	width: 23px;
	height: 38px;
	right: 18px;
	top: 121px;
	z-index: 25;
}

.arrowLeft{
	position: absolute;
	width: 23px;
	height: 38px;
	left: 18px;
	top: 121px;
	z-index: 25;
}


.arrowRightM{
	position: relative;
	width: 23px;
	height: 38px;
	margin: 0;
	margin-top: 121px;
	z-index: 25;
}

.arrowLeftM{
	position: relative;
	width: 23px;
	height: 38px;
	margin: 0;
	margin-top: 121px;
	z-index: 25;
}

.machinePicHolder{
	position: absolute;
	width: 500px;
	height: 281px;
	left: 50px;
	top: 0px;
  	border: solid 2px #00a651; 
	z-index: 5;
	overflow: hidden;
}

.machinePic{
	position: absolute;
	width: 500px;
	height: 281px;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position:center center;
	transition: background-size 2s ease;
}

.machinePic:hover{
	background-size: auto 125%;	
}

.vidPic{
	position: absolute;
	width: 500px;
	height: 281px;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.vidPlay{
	position: absolute;
	width: 500px;
	height: 281px;
	left: 0px;
	top: 0px;
	z-index: 10;
	background-image: url("images/play_off.png");
	background-repeat: no-repeat;
	background-position:center center;
	transition: background-image 0.5s ease;
}

.vidPlay:hover{
	background-image: url("images/play_on.png");
}

.machineMoreHolder{
	position: relative;
	width: 600px;
	height: 420px;
	z-index: 5;
	overflow: hidden;
	margin: 0 auto;
}

#machTopPart h1{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2;
	padding: 0;
	margin: 0;
	margin-bottom: 45px;
	margin-top: 25px;
	line-height: 40px;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #29323c;
	text-align: center;
	
}

.popupDiv{
	position: absolute;
	width: 640px;
	height: auto;
	left: 0px;
	top: 100px;
	z-index: 5;
	display: none;
}

#popupPic{
	position: absolute;
	width: 500px;
	height: 500px;
	left: 0px;
	top: 150px;
	z-index: 5;
	display: none;
	overflow: hidden;
}

#popupSample{
	position: absolute;
	width: 500px;
	height: 500px;
	left: 0px;
	top: 150px;
	z-index: 5;
	display: none;
}

#popupVid{
	position: absolute;
	width: 500px;
	height: 281px;
	left: 0px;
	top: 150px;
	z-index: 5;
	display: none;
}
#popVid{
	position: absolute;
	width: 500px;
	height: 281px;
	left: 0px;
	top: 0px;
	z-index: 5;
}
.popUpClose{
	position: absolute;
	width: 38px;
	height: 38px;
	right: 50px;
	top: 30px;
	z-index: 6;
}


.arrowPPRight{
	position: absolute;
	width: 23px;
	height: 38px;
	right: 10px;
	top: 231px;
	z-index: 5;
}

.arrowPPLeft{
	position: absolute;
	width: 23px;
	height: 38px;
	left: 10px;
	top: 231px;
	z-index: 5;
}

.arrowPVRight{
	position: absolute;
	width: 23px;
	height: 38px;
	right: 10px;
	top: 231px;
	z-index: 5;
}

.arrowPVLeft{
	position: absolute;
	width: 23px;
	height: 38px;
	left: 10px;
	top: 231px;
	z-index: 5;
}

.TextTab{
	position: relative;
	width: 270px;
	height: 60px;
	margin: 0;
	background-color: #fff;
	line-height: 62px;
	font-weight: 700;
	color: #29323c;
	text-align: center;
	border: 1px solid #eeeeee;
	text-decoration: none;
	/*text-transform: uppercase;*/
}

.TextTabOn{
	position: relative;
	width: 270px;
	height: 60px;
	margin: 0;
	background-color: #fbfbfb;
	line-height: 62px;
	font-weight: 700;
	color: #29323c;
	text-align: center;
	/*-webkit-box-shadow: -2px -2px 7px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: -2px -2px 7px 0px rgba(0,0,0,0.25);
	box-shadow: -2px -2px 7px 0px rgba(0,0,0,0.25);*/
	-webkit-box-shadow: -4px -4px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: -4px -4px 5px 0px rgba(0,0,0,0.35);
box-shadow: -4px -4px 5px 0px rgba(0,0,0,0.35);
	text-decoration: none;
	border: none;
	border-bottom: 2px solid #fbfbfb;
	/*text-transform: uppercase;*/
}
.topLine{
	position: absolute;
	width: 0%;
	height: 4px;
	left: 0px;
	top: 0px;
	z-index: 10;
	background-color: #00a651;
}

.machTextHolder{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 350px;
	background-color: #fbfbfb;
	margin: 0;
	margin-bottom: 50px;
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
}




.techWrapper{
	position: relative;
	width: 100%;
	height: 60px;
	margin: 0;
	margin-bottom: 10px;
}

.techName{
	position: relative;
	width: 280px;
	height: 60px;
	color: #29323c;
	margin: 0px 10px;

}
.techText{
	position: relative;
	width: 550px;
	height: 60px;
	background-color: #fff;
	color: #29323c;
	font-weight: 400;
}
/* machine end */


.regText{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 2;
	padding: 0;
	margin: 0;
	
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	text-align: center;
	direction: ltr;
	color: #29323c;
	margin-top: 10px;
}


.regTextA{
	position: relative;
	width: 90%;
	height: auto;
	float: right;
	z-index: 2;
	padding: 0;
	margin: 0;
	
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #29323c;
	margin-bottom: 15px;
}


.nis{
	font-size: 75%;
	font-weight: 900;
}


::-webkit-input-placeholder { 
    color:    #000;
   opacity:  0.5;
}
:-moz-placeholder { 
   color:    #000;
   opacity:  0.5;
}
::-moz-placeholder { 
   color:    #000;
   opacity:  0.5;
}
:-ms-input-placeholder { 
   color:    #000;
   opacity:  0.5;
}

#popupBG{
	position:fixed;
	width:100%;
	height:980px;
	top:0px;
	left:0px;
	z-index:50;
	background-color:rgba(0,0,0,0.95);
	display:none;
}

#popupOver{
	position:fixed;
	width:100%;
	height:980px;
	top:0px;
	left:0px;
	z-index:50;
	background-color:rgba(0,0,0,0.95);
	display:none;
}
#the-canvas {
	position: relative;
	width: 600px;
	float: left;
	margin-left: 150px;
}

.theContent{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	margin-bottom: 15px;
	display: table-cell;
    vertical-align: middle;
}

/* history */
.history{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	min-height: 250px;
	margin: 0;
	display: none;
}
.yearHolder{
	position: relative;
	width: 150px;
	height: 100%;
	min-height: 250px;
}


.lineHolder{
	position: relative;
	width: 100px;
	height: 100%;	
}

.yearText{
	position: relative;
	width: 300px;
	min-height: 200px;
	height: 100%;
	background-color: #e8e8e8;
	margin: 25px 0px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	color: #29323c;
	padding: 0px 50px;
	z-index: 25;
/* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.yearCircle{
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #e8e8e8;
	border-radius: 50%;
	display: inline-block;
	top: 110px;
	z-index: 5;
}

.theYear{
	position: absolute;
	width: 90px;
	height: 50px;
	top: -25px;
	background-color: #fff;
	z-index: 5;
	font-size: 34px;
	line-height: 50px;
	font-weight: 700;
	text-align: center;
	direction: ltr;
	color: #29323c;
	margin: 0px 15px;
}

.yearLineH{
	position: absolute;
	width: 230px;
	height: 3px;
	top: 50%;
	background-color: #e8e8e8;
	z-index: 4;
}
.yearLineV{
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0px;
	background-color: #e8e8e8;
	z-index: 4;
}

/* team */
.theTeam{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px;
	margin-bottom: 25px;
}

.teamItem{
	position: relative;
	width: 340px;
	height: 440px;
	margin: 0px 10px 40px 10px;
	background-color: #242c33;
	color: #fff;
}
.teamItem:hover{
	background-color: #00a651;
}
.teamItem .teamPic{
	position: absolute;
	width: 100%;
	height: 340px;
	left: 0px;
	top: 0px;
	z-index: 8;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;	
	/*transition: background-size 2s ease;*/
}
.teamItem .teamPic:hover{
	background-size: 115% auto;	
}
.teamText{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 340px;
	z-index: 1;
	overflow: hidden;
}
.tname{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 2;
	margin: 10px 0px;
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	text-align: center;	
}

.tjob{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 2;
	margin: 5px 0px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	text-align: center;	
}
/* team end */
.greenSpacer{
	position: relative;
	width: 100%;
	height: 2px;
	/*background-color: #00a651;*/
	border-bottom: 2px #00a651 dashed;
	margin: 0px 0px 25px 0px;
}

/* contacs */
#map_canvas {
	position:relative;
	width: 350px;
	height: 350px;
	z-index:2;
	margin: 0px 10px;
	/*border: 1px #f00 solid;*/
}
.theContent .newsText a{
	color: #00a651;
}

.mapText{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin: 0 auto;
	z-index: 2;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	text-align: center;
	color: #00a651;
	padding-right: 150px;
	
}

.mapText span{
	font-size: 14px;
	color: #242c33;
}

.mapText a{
	color: #00a651;
}

/* contact form */

.inputText{
	position: relative;
	width: 100%;
	height: 45px;
	text-indent:15px;
	font-size: 24px;
	font-weight: 500;
	background-color: #fff;
	color: #282828;
	outline: 1;
	border: 1px solid #00a651;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Rubik', sans-serif;
}

.fieldLabel{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 5;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	color: #282828;
}

.formWrap{
	position: relative;
	width: 85%;
	margin: 0px 25px 25px 25px;
}

.formTitle{
	position: relative;
	width: 90%;
	height: 60px;
	white-space: nowrap;
	z-index: 2;
	padding: 0;
	margin: 0px 25px;
	font-size: 26px;
	line-height: 60px;
	font-weight: 700;
	color: #29323c;
}




#cntBtn{
	position: absolute;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #00a651;
	border: 2px solid #00a651;
	z-index: 25;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

#cntBtn:hover{
	background-color: #c3d8d3;
	color: #00a651;
}

.FormDiv{
	position: relative;
	width: 580px;
	height: auto;
	margin: 0;
	display: block;
}

.ThanksDiv{
	position: relative;
	width: 600px;
	height: auto;
	margin: 0;
	display: none;
}

.formThanks{
	position: relative;
	width: 50%;
	height: 60px;
	z-index: 2;
	padding: 0;
	margin: 50px auto;
	font-size: 26px;
	line-height: 40px;
	font-weight: 700;
	color: #00a651;
	text-align: center;
}

#popupForm{
	position: fixed;
	width: 600px;
	height: 800px;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 25px;
	display: none;
	background-color: #fff;
	border: 2px solid #00a651;
	z-index: 60;
}
.popUpFormClose{
	position: absolute;
	width: 20px;
	height: 20px;
	right: 25px;
	top: 15px;
	z-index: 6;
}
#sendDetails, #sendDetails2, #sendDetails3{
	z-index: -999;
	top: -500;
	left: -500;
}