@charset "utf-8";
/* CSS Document */

html,body{
	font-family:Cabin;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
		
	
}
.container {
	width:100%;
	min-width:640px;
	overflow:hidden;
	background-color:#fff;
	padding-bottom:80px;
	
}
.container-recipes {
	width:100%;
	min-width:640px;
	overflow:hidden;
	background-color:#e0e0e0;
	padding-bottom:80px;
	

}

#logo {
	width:33%;
	padding-top:10px;
	text-align:center;
	float:left;
	
}
#menu {
	width:33%;
	padding-top:25px;
	float:left;
	text-align:left;
	cursor:pointer;
}
#language {
	width:33%;
	padding-top:30px;
	float:left;
	text-align:right;
}
.list_lang{display: none;}
.wrapper {
	
	padding-left:20px;
	padding-right:20px;	
}
.header {
	width:100%;
	background-color:#ebebeb;
	border-bottom:#d3d3d3 solid 8px;
	height:82px;
	min-width:640px;

	
}
.breadcrumbs {
	width:100%;
	background-color:#66b737;
	border-bottom:#4e981b solid 8px;
	min-height:30px;
	height:auto;
	min-width:640px;
	font-size:30px;
	color:#FFF;

	
}
.breadcrumbs .link{
padding-top:15px;	
	
}
.breadcrumbs .link a{
    color:#FFF;
	text-decoration:none;
}
.content {
	width:100%;
	min-width:640px;
	margin-bottom:62px;
	padding-top:0px;
	
	
}

.content-text {
		font-size:26px;
	font-family:Cabin;
	color:#555555;
	text-align:start;
	
}
/* Add .content-text-nursery,.content-text-finisher by Pakinaik 21/04/2020 */
.content-text-parent ,.content-text-hatchery , .content-text-broiler ,.content-text-bqm,.content-text-furtherprocess,.content-text-nursery,.content-text-finisher  {
		font-size:26px;
	font-family:Cabin;
	color:#555555;
	text-align:start;
	
}

.content-text-catching,.content-text-slaughter {
		font-size:26px;
	font-family:Cabin;
	color:#FFF;
	text-align:start;
	min-height:200px;
	padding-bottom:50px;
	
}

.content-text-gray {
		font-size:26px;
	font-family:Cabin;
	color:#898989;
	text-align:start;
	
	display:block;
	
}
.footer {
	padding-top:0px;
	margin-top:0px;
	min-width:640px;
	width:100%;
	background-color:#e2e2e2;
	border-bottom:#cbcbcb solid 8px;
	height:52px;
	position:fixed;
	bottom:0px;
	z-index:999;
}

.footer ul li{
	font-family:Cabin;
	font-size:23px;
	color:#56511c;
	height:37px;
	display:inline-block;
	margin-top:15px;
	text-align:center;
	width:24%;
	cursor:pointer;
}
.footer ul{
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}	

.footer ul li:hover{
	border-bottom:#8bc53f solid 8px;	
	cursor:pointer;
}

.footer .active{
	color:#8bc43f;
	height:37px;
	margin-top:15px;
	border-bottom:#8bc53f solid 8px;
	cursor:pointer;
}

.responsive_header{
	width:100%;
	height:auto;
	max-width: 800px;	
	margin-left: auto;
    margin-right: auto;
    display: block;
}

.responsive{
	/* width:100%; */
	height:auto;
	max-width: 300px;	
	margin-left: auto;
    margin-right: auto;
    display: block;
}

.border_green {

		border-bottom:#61a738 solid 8px;
		text-align: center;
}
h1 {
  display: block;
  font-size: 52px;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  color:#FFF;
  margin-bottom:20px;
  padding-top:20px;
}
.h1_white {
	  display: block;
  font-size: 52px;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  color:#FFF;
  padding-bottom:20px;
  padding-top:20px;
  font-family:Cabin;
	
}



h2 {

  font-size: 42px;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight:bold;
  color:#56511c;
  margin-bottom:10px;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  display:block;
  text-align:center;
}

.white {
	
color:#FFF;	
}
	


h3 {
font-family:Cabin;
  font-size: 26px;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight:bold;
  color:#71c043;
  padding-bottom:30px;
  padding-top: 30px;
  display:block;

}

.h3_white {
font-family:Cabin;
  font-size: 26px;
  padding-top:50px;
  padding-bottom:20px;
  font-weight:bold;
  color:#fff;
  display:block;

}


.greeb_b{
	color:#71c043;
	font-weight:bold;
}
hr {
border:0px;
border-bottom:3px solid  #8bc53f;
width:80px;	
}



/* navigation */



nav {
vertical-align: baseline;
width:100%;
min-width:640px;
background-color:#66b737;
min-height:64px;
}


nav.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
	padding-top:5px;
	border-bottom:#4e981b solid 8px;
 
}


nav ul {
	text-align:center;
}

nav li {
	display:inline-block;
	text-align:center;
	min-width:64px;
	width:11%;
/*	height:100%;*/
}
nav li img{
	
	width:30%;
	height:auto;
	min-width:32px;
	min-height:32px;
	
}

a.nav-active img {
background-color:#8bc53f;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}

nav li a:hover img {
background-color:#8bc53f;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}


ul, menu, dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

section {
	padding-top: 120px;
	padding-bottom:50px;

}


.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
img {
	border: none;
	
}
a img {
	cursor:pointer;	
}


.tab {  width:100%; position:relative; top:200px; text-align:center; }
.tab li { display: inline;}
.tab li a { 

padding: 10px; 
float:left; 
text-decoration: none; 
color: #FFF; 
font-weight: bold;
font-family:Cabin;
font-size:26px;
border:0px;
border-bottom:3px solid  #8bc53f; width:30%
}
.tab li.active a { border:0px;
border-bottom:6px solid  #8bc53f; }
.content-tab { 
float: left;     	
padding-left:20px;
padding-right:20px;	}

.footer a,.footer a:hover,.footer a:visited ,.footer a:link{
	text-decoration:none;
	decoration: none; 
	color:#56511c;
}


.menu_recipes ul li{
	font-family:Cabin;
	font-weight:bold;
	font-size:30px;
	color:#a6a596;
	height:37px;
	display:inline-block;
	text-align:center;
	width:49%;
	cursor:pointer;
	padding-top:10px;
	padding-bottom:10px;
}
.menu_recipes ul{
	min-width:640px;
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  background: rgb(236,236,236); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(236,236,236,1) 0%, rgba(212,212,212,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,236,236,1)), color-stop(100%,rgba(212,212,212,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(212,212,212,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(212,212,212,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(212,212,212,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(236,236,236,1) 0%,rgba(212,212,212,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#d4d4d4',GradientType=0 ); /* IE6-9 */

  
}	

.menu_recipes ul li:hover{
	border-bottom:#8bc53f solid 3px;	
	cursor:pointer;
	color:#56511c;
	background-color:#ececec;
}

.menu_recipes .active{
	color:#56511c;
	height:37px;
	border-bottom:#8bc53f solid 3px;
	cursor:pointer;
	background-color:#ececec;
}
.content-recipes{
	width:100%;
	min-width:640px;
	margin-bottom:62px;
	padding-top:0px;

	
}
.box{
	min-width: 640px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	display:block;
	
	
	
}
.flexbox-container {
    display: -webkit-box;      /* 2009 - Chrome, Safari , iOS Safari */
    display: -moz-box;         /* 2009 - Firefox */
    display: -ms-flexbox;      /* early 2012 - IE 10 */
    display: -webkit-flex;     /* 2012 - Chrome */
    display: flex;
	background-color:#FFF;
	margin-top:20px;
	cursor:pointer;
	
	
	
	
}

.flexbox-content{
  margin: auto;
  position: relative;
  top: 0; left: 0; bottom: 0; right: 0;	
	
}
.flexbox-container img {
	width:150%;
	position:relative;
	left:-30px;
}
.flexbox-container > div {
	
	
}


.flexbox-container > div:first-child {
	width:38%;
	overflow:hidden;
}

.flexbox-container > div:last-child {
width: 62%;
z-index:1;
}


.brown {
	color:#56511c;
	
}

/*  ############ LIGHT BOX ##############  */
#lightbox {
	position: absolute;
	top: 0;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	background: #fff;
	z-index: 1001;
	display: none;
}
#lightbox-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 1000;
	display: none;
}

.maps iframe{
    pointer-events: none;
}
.paddingtop150 {
	
	padding-top:150px;
	
}
.h1_brown {
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
	vertical-align:middle;
	display:inline-table;
  font-size: 38px;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  color:#56511c;

 
}
h4 {
font-family:Cabin;
  font-size: 32px;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight:bold;
  color:#71c043;
  padding-bottom:30px;
  padding-top: 30px;
  display:block;
  text-align:center;

}

.cer-title {
	font-family:Cabin;
  font-size: 32px;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight:bold;
  color:#71c043;
}
 #map-canvas {
        height: auto;
		width:85%;
border:2px #71c043 solid;		
      }
	  
.box2col {
		  float:left;
		  width:50%;
		  margin-left:auto;
		  margin-right:auto;
		  min-height:180px;
		  
}
.box2col img{
	min-width:100px;
}
.box2col .text{
	float:left;
	margin-left:20px;
	margin-top:50px;
	font-size:18px;
	font-family:Cabin;
	color:#898989;
}

.center-crop{
background-position: center center;
  background-repeat: no-repeat;
  width:150px;
  height:150px;
  
  
  
  
  

  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 5px 5px 0px 0px rgba(113,192,67,1);
-moz-box-shadow: 5px 5px 0px 0px rgba(113,192,67,1);
box-shadow: 5px 5px 0px 0px rgba(113,192,67,1);
}

.null_150x150{
  width:150px;
  height:150px;
}
.health_banner {

  background-repeat: no-repeat;
  height:600px;
  background-size:cover;
  overflow:hidden;
}
.health_title{
	
	margin-top:30px;
	font-size:32px;
	font-weight:bold;
	font-family:Cabin;
	color:#56511c;
	text-align:start;	
}
.health_box {
	width:50%;
	float:left;
	margin-bottom:50px;
	
}
.health_percen{
	font-size:154px;
	font-family:Cabin;
	color:#71c043;
	text-align:start;	
	line-height:90px;
	padding-top:40px;
}
.health_of_rdi{
	font-size:58px;
	font-weight:bold;
	font-family:Cabin;
	color:#56511c;
	text-align:start;

}
.health_box hr{
	width:90%;
	border:0px;
	border-bottom:1px #898989 solid !important;
	
}
.health_calorie_no{
	font-size:50px;

	font-family:Cabin;
	color:#71c043;
	text-align:start;

}
.health_calorie_text{
	font-size:50px;
	font-family:Cabin;
	color:#56511c;
	text-align:start;

}
.health_baseon{
	font-size:20px;
	font-family:Cabin;
	color:#898989;
	text-align:start;

}
.health_icon{
	width:9%;
	float:left;
	margin-right:1px;
}
.health_icon img{
	width:100%;
	height:auto;
}
.center_auto{
	margin-left:auto;
	margin-right:auto;
	
	
}

.piechart{
	font-size:22px;
	font-family:Cabin;
	color:#56511c;
	
	
}
.pie ul li{
	display:block !important;
	width:100% !important;	
	
}
.health_label_left{
	text-align:center;
	background-color:#71c043;
	display:inline-block;
	width:50%;
	float:left;
	height:32px;
	padding-bottom:5px;
	padding-top:5px;

}
.health_label_right{
	text-align:center;
	background-color:#1f8a70;
	display:inline-block;
	width:50%;
	float:left;
	height:32px;
	padding-bottom:5px;
	padding-top:5px;
	line-height:32px;
}
.label_left{
	
	font-size:32px;
	font-family:Cabin;
	color:#FFF;
	font-weight:bold;
	
}
.label_right{
	font-size:24px;
	font-family:Cabin;
	color:#FFF;	
}  
/* Add by Pakinaik 13/12/2019 */ 
.div_product_name {
	width: 100%;
    min-height: 45px;
    height: auto;
    min-width: 640px;
    color: #FFF;
}
#product_name {
	width:100%;
	height: 39px;
	font-family: Cabin;
	font-size: 38px;
	color:#FFF;
	font-weight:bold;
	position:absolute;
	margin-left:50px;
	margin-top:-130px;
	/* margin-top:-7px; */
	text-shadow: 2px 2px 2px #56511c;
}

#recipes_name2 {
	width:50%;
	height: 39px;
	font-family: Cabin;
	
	font-size: 38px;
	/*color:#56511c;*/
	color:#FFF;
	position:absolute;
	margin-left:50px;
	margin-top:-200px;
	 text-shadow: 2px 2px 2px #56511c;

}

#recipes_name {
	width: 254px;
	height: 39px;
	font-family: Cabin;
	font-size: 38px;
	color:#FFF;
	font-weight:bold;
	position:absolute;
	margin-left:50px;
	margin-top:-100px;
}
ul canvas{
	display:block;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
.topmenu{
	background:url(images/bg_trans.png);
	background-repeat:repeat;
	position:absolute;
	width:100%;
	display:none;
	z-index:1000;
}

.list_lang{
    background:url(images/bg_trans.png);
    background-repeat:repeat;
    position:absolute;
    width:100%;
    display:none;
    z-index:1000;
}

.topmenu_item {
	margin:20px;	
	text-align: center;
}
.topmenu_item a{

	
		font-size:34px;
	font-family:Cabin;
	color:#655720;

	text-decoration:none;
	z-index:10000;
}
.topmenu_item a:hover, .topmenu_item a:active {
color:#88c53f;

}
.accordion {
   margin: 50px;   
   dt, dd {
      padding: 10px;
      border: 1px solid black;
      border-bottom: 0; 
      &:last-of-type {
        border-bottom: 1px solid black; 
      }
      a {
        display: block;
        color: black;
        font-weight: bold;
      }
 
  dd {
     border-top: 0; 
     font-size: 12px;
     &:last-of-type {
       border-top: 1px solid white;
       position: relative;
       top: -1px;
     }
	}
 }
}