/*blue bug fix .OK*/
*{
	outline: none !important;
}
.btn:focus {
	outline: 0 !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
[type="button"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/*chrome blurry - bug fix .OK*/
img{
	image-rendering: -webkit-optimize-contrast;
}

/* DEFAULT .FALSE
-------------------------------------------------- */
a{
	font-family: helvetica-neue-lt-pro;
	color:#0d1a26;
	text-decoration:none;
	outline:none;
}
a:hover{
    color:#007853;
	text-decoration:none;
}
a:focus{
	color:inherit;
	text-decoration:inherit;
}
h4{
	font-family: helvetica-neue-lt-pro;
	font-size: 42px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: -0.84px;
	text-align: left;
	color: #000;
}
h5{
	font-family: helvetica-neue-lt-pro;
	font-size: 30px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: -0.84px;
	text-align: left;
	color: #000;
}
p{
	font-family: helvetica-neue-lt-pro;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.53;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}


/* BODY .FALSE
-------------------------------------------------- */
body{ 
	font-family: helvetica-neue-lt-pro;
    font-weight: 400;
	font-size:14px;
	color:#0d1a26;
	padding-top:inherit;
}
body.white-navbar {
	padding-top:80px !important; /*navbar-custom -> height*/
}


/* HEADER .FALSE
-------------------------------------------------- */
/*transition*/
header .navbar-custom,
header .navbar-custom .navbar-brand,
body.white-navbar header .navbar-custom .navbar-brand svg path,
header .navbar-custom.sticky .navbar-nav > .nav-item > .nav-link
{
	transition: all 0.7s;
}
/*navbar-custom*/
header .navbar-custom {
	min-height: 80px;
	padding-top:0;
	padding-bottom:0;
	background:#fff !important;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}
/*navbar-brand*/
header .navbar-custom .navbar-brand {
	z-index:1;
	margin:0;
	padding:0;
}
header .navbar-custom .navbar-brand svg{
	max-width:120px;
}
/*navbar-toggler*/
header .navbar-toggler {
	border:none;
	padding-right:40px;
	padding-left:0;
	height:30px;
}
header .navbar-toggler span {
	display: block;
	margin-top:6px;
	width: 22px;
	height: 2px;
	background-color: #000;
	-webkit-animation-timing-function: cubic-bezier(0.5, 10, 0.6, 0.1);
	animation-timing-function: cubic-bezier(0.5, 10, 0.6, 0.1);
	box-shadow: 1px 1px 4px darken(#9b59b6, 4%);
	transition: all 0.25s ease-out;
}
header .navbar-toggler span:nth-of-type(1){
	margin-top:0;
}
header .navbar-toggler span:nth-of-type(2){
	margin-right:7px;
	width: 15px;
}
header .navbar-toggler span:nth-of-type(3){
}
header .navbar-toggler:not(.collapsed) span,
body.white-navbar header .navbar-toggler span{
	background-color: #000;
}
header .navbar-toggler:not(.collapsed) span:nth-of-type(1){
	 transform: rotate(45deg);
}
header .navbar-toggler:not(.collapsed) span:nth-of-type(2){
	display:none;
}
header .navbar-toggler:not(.collapsed) span:nth-of-type(3){
	margin-top: -2px;
	transform: rotate(-45deg);
}
/*nav-item*/
header .navbar-custom .navbar-nav > .nav-item{
	margin-left:34px;
}
header .navbar-custom .navbar-nav > .nav-item:first-child{
	margin-left:0;
}
/*nav-link*/
header .navbar-custom .navbar-nav > .nav-item > .nav-link{
	padding:28px 0 28px 0;
	font-family: helvetica-neue-lt-pro;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: left;
	color: #1a1a1a;
}
header .navbar-custom .navbar-nav > .nav-item.active  > .nav-link{
	color: #000;
}
header .navbar-custom .navbar-nav > .nav-item:hover > .nav-link,
body.hover header .navbar-custom .navbar-nav > .nav-item:hover > .nav-link,
header .navbar-custom.sticky .navbar-nav > .nav-item.active > .nav-link,
header .navbar-custom.sticky .navbar-nav > .nav-item:hover > .nav-link,
body.white-navbar header .navbar-custom .navbar-nav > .nav-item.active > .nav-link,
body.white-navbar header .navbar-custom .navbar-nav > .nav-item:hover > .nav-link,
body.white-navbar header .navbar-custom.sticky .navbar-nav > .nav-item:hover > .nav-link{
	color: #007853;
}
/*dropdown-toggle*/
.navbar-nav .dropdown-toggle::after{
	display:none;
}
/*dropdown*/
.navbar-nav .dropdown-menu{
	min-width:250px !important;
    padding: 29px 23px 16px 30px;
    margin-top: 0;
    background-color: #fafafa;
    background-clip: inherit !important;
	border-radius: 0;
	border-top:none;
	border-left: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
.navbar-nav .dropdown-menu::before{
	position:absolute;
	top:0;
	left:-1px;
	right:-1px;
	display: inline-block;
	content: "";
	height: 4px;
	background-color: #007853;
}
.navbar-nav .dropdown-menu.dropdown-menu-right::before{
	left:inherit;
	right:0;
}
.navbar-nav .dropdown-menu .nav-link{
	padding:0;
	margin-bottom:15px;
	opacity: 0.35;
	font-family: helvetica-neue-lt-pro;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.18;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
.navbar-nav .dropdown-menu .nav-link:hover{
	opacity: 1;
}
/*dropdown multi col 2*/
.navbar-nav .dropdown-menu.multi-col-2{
	float:left;
	width:400px;
	padding-right:0;
}
.navbar-nav .dropdown-menu.multi-col-2 li{
	float:left;
	width:50%;
	padding-right:15px;
}
/*sticky*/
header .navbar-custom.sticky{
	/*
	-webkit-box-shadow: 0px 0px 16px -5px rgb(0 0 0 / 75%);
	-moz-box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 16px -5px rgb(0 0 0 / 75%);
	*/
}
/*header-top*/
header .header-top{
	min-height: 44px;
	background:#fff;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
}
header .header-top a{
	margin-left:25px;
	font-family: helvetica-neue-lt-pro;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	text-align: center;
	color: #007853;
}
header .header-top a:first-child{
	margin-left:0;
}
header .header-top a:hover{
	color: #000;
}
header .header-top a.search-button:hover svg path:last-child{
	fill: #000 !important;
}
/*header language*/
header .language{
	display:inline-block;
	margin:6px 0 0 8px;
}
header .language li{
	float:left;
}
header .language li:before{
	float:left;
	content: "-";
	margin:0 4px 0 4px;
}
header .language li:first-child:before{
	display:none;
}
header .language li a,
header .language li:before{
	font-family: helvetica-neue-lt-pro;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	text-align: left;
	color: #007853;
}
header .language li.active a{
	color: #000;
}
/*modal language+currency*/
.modal.sidebar h4.title{
	margin:7px 0 0 0;
	font-family: helvetica-neue-lt-pro;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 1.04px;
	text-align: left;
	color: #007853;
}
.modal.sidebar h5{
	font-family: helvetica-neue-lt-pro;
	font-size: 13px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.46;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
.modal.sidebar .language,
.modal.sidebar .currency{
	margin:60px 0px 0 0px;
}
.modal.sidebar .currency{
	margin-bottom:40px;
}
.modal.sidebar .language ul,
.modal.sidebar .currency ul{
	margin-top:22px;
}
.modal.sidebar .language ul > li,
.modal.sidebar .currency ul > li{
	margin-top:15px;
}
.modal.sidebar .language ul > li:first-child,
.modal.sidebar .currency ul > li:first-child{
	margin-bottom:0;
}
.modal.sidebar .language ul > li a,
.modal.sidebar .currency ul > li a{
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox!important;
    display: flex!important;
	font-family: helvetica-neue-lt-pro;
	font-size: 14px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -0.28px;
	text-align: left;
	color: #b4b4b4;
}
.modal.sidebar .language ul > li a.active,
.modal.sidebar .language ul > li a:hover,
.modal.sidebar .currency ul > li a.active,
.modal.sidebar .currency ul > li a:hover{
	color: #000000;
}
.modal.sidebar .language ul > li a img,
.modal.sidebar .currency ul > li a figure{
	opacity:0.4;
}
.modal.sidebar .currency ul > li a figure{
	display:inline-block;
	margin:0;
	width: 48px;
	height: 48px;
	border: solid 1px #d8dbd4;
	background-color: #ffffff;
	text-align:center;
	line-height:48px;
	border-radius:48px;
}
.modal.sidebar .language ul > li a.active img,
.modal.sidebar .language ul > li a:hover img,
.modal.sidebar .currency ul > li a.active figure,
.modal.sidebar .currency ul > li a:hover figure{
	opacity:1;
}
.modal.sidebar .language ul > li a span,
.modal.sidebar .currency ul > li a span{
	margin-left:16px;
}
/*header search modal*/
#searchModal{
	padding:0 !important;
}
#searchModal .modal-dialog{
	width: 100% !important;
	max-width:inherit !important;
	margin: 0 !important;
	padding: 0 !important;
}
#searchModal .modal-content{
	min-height: 330px;
	background-color: #fffdf8;
	border:none;
	border-radius:0;
	border-top: solid 4px #007853;
	border-bottom: solid 1px #e8e8e8;
	background-color: #fafafa;
}
#searchModal .modal-body{
	padding:0 !important;
}
#searchModal button.close {
    z-index: 9999;
    position: fixed;
    top: 20px;
    right: 26px;
    background: none;
    float: inherit;
    font-size: inherit;
}
#searchModal .custom{
	position:relative;
	max-width:730px;
	margin:0 auto;
}
#searchModal .custom .search-input {
	height: 48px;
	padding-right: 50px;
	border: solid 1px #76bc21;
}
#searchModal .custom .search-input:focus {
	border-color: #007853 !important;
}
#searchModal form.custom .form-group {
	position:relative;
}
#searchModal form.custom input[type=submit] {
	display:inherit !important;
    position: absolute;
    width: 22px;
    height: 23px;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%3E%3Cg%3E%3Cpath%20style%3D%22fill%3Anone%22%20d%3D%22M0%200h22v23H0z%22%2F%3E%3Cpath%20d%3D%22M16.774%2016.365a9.712%209.712%200%201%200-1.1%201l5.19%205.192.072.073%201.051-1.053zm-1.952-.218a8.161%208.161%200%200%201-5.084%201.785h-.03a8.223%208.223%200%201%201%205.928-2.527l-.378.393z%22%20transform%3D%22translate(.012%20.016)%22%20style%3D%22fill%3A%23007853%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
	background-repeat: no-repeat, repeat;
	background-size: 22px 23px;
    color: transparent;
	background-color: transparent !important;
    outline: none;
    border: none;
}


/* FOOTER .FALSE
-------------------------------------------------- */
footer{
	padding-top: 105px;
	background:#fafafa;
	border-top:1px solid #e8e8e8;
	color:#1a1a1a;
}
footer p{
	margin-bottom: 44px;
	font-family: helvetica-neue-lt-pro;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.63;
	letter-spacing: normal;
	text-align: left;
	color: #1a1a1a;
}
/*footer-nav .FALSE*/
footer ul.footer-nav{
	margin-bottom:0;
}
footer ul.footer-nav li a{
	float:left;
	width:50%;
	margin-bottom:18px;
	font-family: helvetica-neue-lt-pro;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: normal;
	text-align: left;
	color: #1a1a1a;
}
footer ul.footer-nav li a:hover{
	color: #007853;
}
/*social*/
footer .social ul{
	float:left;
	margin-bottom:0;
}
footer .social ul li{
	float:left;
	margin-left: 15px;
}
footer .social ul li:first-child{
	margin-left: 0;
}
footer .social ul li a{
	display:inline-block;
	padding: 13px 34px 14px;
	border-radius: 24px;
	border: solid 1px #1a1a1a;
}
footer .social ul li a svg{
	width:100%;
}
footer .social ul li a
footer .social ul li a svg g,
footer .social ul li a svg path{
	transition:all .4s;
}
/*footer-bottom .OK*/
.footer-bottom{
	margin-top:110px;
	padding-top:38px;
	padding-bottom:38px;
	background-color: #fff;
	border-top:1px solid #e8e8e8;
	color:#1a1a1a;
}
.footer-bottom a,
.footer-bottom .copyright{
	font-family: helvetica-neue-lt-pro;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: normal;
	text-align: left;
	color: #1a1a1a;
}
.footer-bottom a:hover{
	color: #007853;
}
.footer-bottom .bottom-nav li{
	margin-right:30px;
}
.footer-bottom .bottom-nav li:last-child{
	margin-right:0;
}


/* FORM
-------------------------------------------------- */
/*custom .form-group .FALSE*/
.custom .form-group {
	margin-bottom: 20px;	
}
.custom .form-control {
	background-clip: padding-box;
	transition:none;
	height:48px;
	padding: 0 21px;
	background-color: #ffffff;
	border-radius: 33px;
	border: solid 1px #e8e8e8;
	font-family: helvetica-neue-lt-pro;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	color: #818181;
}
.custom .form-control:focus {
	color:#000 !important;
	box-shadow:none !important;
	border-color: #76bc21 !important;
}
.custom textarea.form-control {
	padding: 16px 14px;
	min-height: 84px;
	border:1px solid #e8e8e8;
	border-radius: 22px;
}
.custom select.form-control {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: solid 1px #e8e8e8;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.4%22%20height%3D%226.1%22%20viewBox%3D%220%200%209.4%206.1%22%3E%3Cpath%20data-name%3D%22Path%204569%22%20d%3D%22M6.7%208.1%202%203.4%203.4%202l3.3%203.3L10%202l1.4%201.4z%22%20transform%3D%22translate(-2%20-2)%22%20style%3D%22fill%3A%2376bc21%22%2F%3E%3C%2Fsvg%3E%0A');
	background-repeat: no-repeat, repeat;
	background-position: right 16px top 50%, 0 0;
	background-size: 9.4px 6.1px;
}
.custom .form-control::-webkit-input-placeholder {
  color: #818181;
}
.custom .form-control::-moz-placeholder {
  color: #818181;
}
.custom .form-control:-ms-input-placeholder {
  color: #818181;
}
.custom .form-control::-ms-input-placeholder {
  color: #818181;
}
.custom .form-control::placeholder {
  color: #818181;
}
/*custom radio and checkbox .FALSE*/
.custom .form-check,
.custom .custom-control{
	line-height: 1.5rem;
}
.custom .form-check.form-check-inline{
    margin-right: 33px;
}
.custom .form-check .form-check-label,
.custom .form-check .form-check-label a,
.custom .custom-control .custom-control-label,
.custom .custom-control .custom-control-label a{
	font-family: helvetica-neue-lt-pro;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5rem;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
}
.custom .form-check .form-check-label a,
.custom .custom-control .custom-control-label a{
	text-decoration:underline;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007853;
    background-color: #007853;
}
.custom .form-check .form-check-label a:hover,
.custom .custom-control .custom-control-label a:hover{
	color: #333;	
}
.custom .form-check.policy .form-check-label,
.custom .custom-control.policy .form-check-label{
	font-weight: normal;
}
/*input-group .FALSE*/
.custom .input-group-text {
	min-width: 86px;
	-ms-flex-pack: center;
    justify-content: center;
	font-family: helvetica-neue-lt-pro;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #000;
	border: solid 1px #e8e8e8;
	background-color: #f8f8f8;
    border-radius: 12px;
}
/*file .FALSE*/
.custom .form-file{
	margin-top:34px;
}
.custom .form-file input[type=file]{
	display:none;
}
.custom .form-file label{
	position:relative;
	margin-bottom:0;
	min-width: 187px;
	height: 56px;
	padding-left:11px;
	padding-right:68px;
	background-color: #ededed;
	font-family: helvetica-neue-lt-pro;
	font-size: 15px;
	font-weight: 600;
	line-height: 56px;
	text-align: left;
	color: #000000;
	cursor:pointer;
}
.custom .form-file label:hover{
	background-color: #000;
	color: #fff;
}
.custom .form-file label::before{
	content:"";
	position:absolute;
	right:19px;
	top:16px;
	width:22px;
	height:24px;
	background-color: #000;
	mask: url(../images/svg/attachmnet.svg) no-repeat center / contain;
	-webkit-mask: url(../images/svg/attachmnet.svg) no-repeat center / contain;
}
.custom .form-file label:hover::before{
	background-color: #fff;
}
.custom .form-file span{
	margin-top:20px;
	display:block;
	font-family: helvetica-neue-lt-pro;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.47;
	color: #000000;
}


/* BUTTONS .FALSE
-------------------------------------------------- */
.btn{
	display:inline-block;
	padding:0;
	font-family: helvetica-neue-lt-pro;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	transition: all .3s;
	border-radius: 24px;
}
.btn.focus, 
.btn:focus{
	box-shadow:none;
}
.btn:hover{
}
.btn.btn-lg{
	min-width:144px;
	height: 48px;
	line-height:48px; /*vertical center*/
}
/*.btn-light .FALSE*/
.btn-light{
	color: #000;
	border: solid 1px #e8e8e8;
	background:#ffffff;
}
.btn-light:hover{
	color: #ffffff;
	border: solid 1px #000;
	background:#000;
}
/*.btn-dark .FALSE*/
.btn.btn-dark{
	background:#000;
	border: solid 1px #000;
	color: #fff;
}
.btn.btn-dark:hover{
	background:#fff;
	border: solid 1px #000;
	color: #000;
}
/*.btn-outline-dark .FALSE*/
.btn-outline-dark{
	border: solid 1px #000;
	color: #000;
}
.btn-outline-dark:hover{
    background-color: #000;
    color: #fff;
}
/*.btn-orange .FALSE*/
.btn.btn-primary{
	position:relative;
	background:url(../images/btn-animate-bg.png) center center no-repeat #007853;
	border: none;
	color: #fff;
	transition: background 1s ease-out;
}
.btn.btn-primary:hover{
	background-position:-50% center;
	color:#fff;
	border:none;
	transition: background 2s ease-out;
}
/*.btn-outline-primary .FALSE*/
.btn-outline-primary{
	border: solid 1px #007853;
	color: #0d1a26;
}
.btn-outline-primary:hover{
    background-color: #007853;
    color: #fff;
}


/* BANNER .FALSE
-------------------------------------------------- */
body .banner{
	background:none;
}
body .banner h1{
	display:none;
}
body:not(.products) .banner{
	position:relative;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
body:not(.products) .banner.white{
	border-bottom:1px solid #e8e8e8;
}
body:not(.products) .banner::before {
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	max-width: 990px;
	opacity: 0.8;
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000);
}
body:not(.products) .banner.white::before {
	display:none;
}
body:not(.products) .banner .row {
	position:relative;
	z-index:2;
	height: 420px;
    -ms-flex-align: center!important;
    align-items: center!important;
}
body:not(.products) .banner h1 {
	display:inherit !important;
	max-width:520px;
	margin:0;
	font-family: helvetica-neue-lt-pro;
	font-size: 36px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -0.72px;
	text-align: left;
	color: #fff;
}
body:not(.products) .banner.white h1 {
	color: #1a1a1a;
}
body:not(.products) .banner .nav-breadcrumb{
	display:none;
}


/* BREADCRUMB .FALSE
-------------------------------------------------- */
.nav-breadcrumb{
	margin-bottom:0;
}
.nav-breadcrumb .breadcrumb{
	padding:0;
	margin: 31px 0 27px 0;
	background-color: transparent !important;
}
.nav-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item{	
	padding-left:11px;
}
.nav-breadcrumb .breadcrumb .breadcrumb-item,
.nav-breadcrumb .breadcrumb .breadcrumb-item > a{
	font-family: helvetica-neue-lt-pro;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #b5b5b5;
}
.nav-breadcrumb .breadcrumb .breadcrumb-item.active,
.nav-breadcrumb .breadcrumb .breadcrumb-item:hover,
.nav-breadcrumb .breadcrumb .breadcrumb-item > a:hover{
	color: #000;
}
.breadcrumb-item+.breadcrumb-item::before {
	color: #b5b5b5;
	padding-right:11px;
}


/* SECOND MENU SCROLLER .FALSE
-------------------------------------------------- */
.nav-second{
    background-color:inherit;
	border-bottom: 1px solid #e8e8e8;
	/*navbar scroller*/
	position: relative;
	height:48px;
	z-index: 2;
	overflow-y: hidden;
}
.nav-second .nav {
	/*navbar scroller*/
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: 0;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.nav-second .nav .nav-item .nav-link,
.nav-second .nav .nav-item.active .nav-link {
	position:relative;
    margin-right: 20px;
    padding: 16px 0;
	font-family: helvetica-neue-lt-pro;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	text-align: left;
	color: #818181;
}
.nav-second .nav .nav-item .nav-link:hover,
.nav-second .nav .nav-item.active .nav-link {
	color: #76bc21;
}
/*.nav-second .nav .nav-item .nav-link:hover:before,*/
.nav-second .nav .nav-item.active .nav-link:before {
	content:"";
	display:block;
	width: 100%;
	position:absolute;
	top:0;
	left:0;
	border-bottom:4px solid #76bc21;
}
.nav-second .nav .nav-item:last-child .nav-link{
    margin-right: 0;
}
.nav-second .nav .nav-item .nav-link.logout-link svg{
    margin-top:-3px;
	margin-left:6px;
}
.nav-second .nav .nav-item .nav-link.logout-link:hover svg path{
    fill:#000000;
}


/* WRAPPER .FALSE
-------------------------------------------------- */
main > .wrapper{
	margin-top:52px;
	margin-bottom:80px;
}


/* GALLERY CAROUSEL
-------------------------------------------------- */
.carousel.gallery{
	background-color: #fff; 
}
.carousel.gallery::before {
    z-index: 1;
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 235px;
    opacity: 0.9;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.carousel.gallery .carousel-item {
    /*max-height: 460px;*/
}
.carousel.gallery .caption {
    z-index: 3;
    position: absolute;
    bottom: 30px;
	left:30px;
	font-family: helvetica-neue-lt-pro;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}
.carousel.gallery .carousel-control-next,
.carousel.gallery .carousel-control-prev{
	display:inherit;
	opacity: 1;
	top: inherit;
	width:40px;
}
.carousel.gallery .carousel-control-next{
	right: 20px;
	bottom: 20px;
}
.carousel.gallery .carousel-control-next svg,
.carousel.gallery .carousel-control-prev svg{
	width:40px;
	height:40px;
}
.carousel.gallery .carousel-control-next svg path,
.carousel.gallery .carousel-control-prev svg path{
	stroke:#007853;
}
.carousel.gallery .carousel-control-next:hover svg rect,
.carousel.gallery .carousel-control-prev:hover svg rect{
	fill:#007853;
}
.carousel.gallery .carousel-control-next:hover svg path,
.carousel.gallery .carousel-control-prev:hover svg path{
	stroke:#fff;
}
.carousel.gallery .carousel-control-prev{
	left: inherit;
	right: 70px;
	bottom: 20px;
}


/* GENERAL TEXT .FALSE
-------------------------------------------------- */
main .content .text{
	font-family: helvetica-neue-lt-pro;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.53;
	letter-spacing: normal;
	text-align: left;
	color: #1a1a1a;
}
main .content .text .carousel.gallery{
	margin-top:46px;
}
main .content .text .exp2{
	margin-top:46px;
}
main .content .text h1{
	margin-bottom:45px;
	font-family: helvetica-neue-lt-pro;
	font-size: 55px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -1.82px;
	text-align: left;
	color: #000;
}
main .content .text h2{
	margin-bottom:28px;
	font-family: helvetica-neue-lt-pro;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	font-style: italic;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: #007853;
}
main .content .text h2.green.light{
	color: #76bc21;
}
main .content .text h3{
	margin-bottom:15px;
	font-family: helvetica-neue-lt-pro;
	font-size: 36px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -1.19px;
	text-align: left;
	color: #000;
}
main .content .text h4{
	margin-bottom:15px;
	font-family: helvetica-neue-lt-pro;
	font-size: 28px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -1.19px;
	text-align: left;
	color: #000;
}
main .content .text h5{
	margin-bottom:15px;
	font-family: helvetica-neue-lt-pro;
	font-size: 20px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -1.19px;
	text-align: left;
	color: #000;
}
main .content .text ul{
	list-style:outside;
}
main .content .text ul li{
	margin-left:20px;
}
main .content .text table{
	width:100%;
	border: solid 1px #e6e6e6;
}
main .content .text table tr{
    border-bottom: 1px solid #e6e6e6;
}
main .content .text table tr td,
main .content .text table tr th{
	padding:14px 32px;
    border-right: 1px solid #e6e6e6;
	font-family: helvetica-neue-lt-pro;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
}
main .content .text table thead{
	background-color: #f8f8f8;
}
main .content .text table thead tr th{
	padding-top:16px;
	padding-bottom:16px;
	font-weight: 600;
}


/* BOX .OK
-------------------------------------------------- */
.box{
	min-height: 276px;
	padding: 15px 20px;
	border: solid 1px #007853;
	background-color: #edfaf6;
	font-family: helvetica-neue-lt-pro;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.53;
	letter-spacing: normal;
	text-align: left;
	color: #007853;
}
.box.green{
	border-color: #007853;
	background-color: #edfaf6;
	color: #007853;
}
.box.green.light{
	border-color: #76bc21;
	background-color: #f9fff2;
	color: #76bc21;
}
.box.green.light{
	border-color: #76bc21;1
	background-color: #f9fff2;
	color: #76bc21;
}


/* MB .OK
-------------------------------------------------- */
.mb-60{
	margin-bottom:60px;
}


/* SCROLLBAR .FALSE
-------------------------------------------------- */
.scroll{
	overflow-y: hidden;
    overflow-x: auto;
	scrollbar-color: #fff rgba(153,153,153,1);
	scrollbar-width: thin;
}
.scroll::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
.scroll::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}
.scroll::-webkit-scrollbar-thumb {
	background: #999;
	border: 10px none #ffffff;
	border-radius: 61px;
}
.scroll::-webkit-scrollbar-thumb:hover {
 	background: #999;
}
.scroll::-webkit-scrollbar-thumb:active {
	background: #999;
}
.scroll::-webkit-scrollbar-track {
	background: #e6e6e6;
	border: 6px none #ffffff;
	border-radius: 30px;
}
.scroll::-webkit-scrollbar-track:hover {
	background: #e6e6e6;
}
.scroll::-webkit-scrollbar-track:active {
	background: #e6e6e6;
}
.scroll::-webkit-scrollbar-corner {
	background: transparent;
}

/* LIST GROUP
-------------------------------------------------- */
.list-group-item {
    padding-top:16px;
    padding-bottom:16px;
    border: 1px solid #e8e8e8;
	font-family: helvetica-neue-lt-pro;
	font-size: 14px;
	line-height: 1.23;
	color: #000000;	
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #000000;
    background-color: #fafafa;
}
.list-group-item.list-group-red{
	font-size:14px;
	color: #007853;
	border:none;
	padding-bottom:0;
}
.list-group .list-group-header{
	font-weight:600;
}


/* HOME .OK
-------------------------------------------------- */
/* home carousel .OK*/
/*carousel-caption .OK*/
#homeCarousel .caption {
	z-index:99;
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	bottom:initial;
	width:100%;
    padding-left: 0;
    padding-right: 0;
	padding-bottom:0;
}
#homeCarousel .caption .col-12 {
	max-height:320px;
	overflow:hidden;
}
#homeCarousel .caption .col-12 .title{
	margin: 0 0 40px;
	max-height: 124px;
	overflow:hidden;
	font-family: helvetica-neue-lt-pro;
	font-size: 48px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.15;
	letter-spacing: -1.32px;
	text-align: left;
	color: #1a1a1a;
}
#homeCarousel .caption .col-12 .info{
	margin: 0 27px 40px 1px;
	max-height: 69px;
	overflow:hidden;
	font-family: helvetica-neue-lt-pro;
	font-size: 17px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.41;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
/*carousel-indicators .OK*/
#homeCarousel .controls{
	position:absolute;
	width:100%;
	bottom:37px;
	z-index:150;
}
#homeCarousel .carousel-indicators{
	position:relative;
	bottom:inherit;
	float:left;
	padding:0;
    margin: 0;
}
#homeCarousel .carousel-indicators li{
	margin-left:16px;
	margin-right:0;
	width: 15px;
	height: 15px;
	border:none;
	border-radius: 30px;
	background:none;
	border: solid 1px #007853;
	opacity: 1;
}
#homeCarousel .carousel-indicators li.active{
	background:#007853;
}
/*main-innovation .OK*/
.main-innovation{
	position:relative;
	margin-top: 28px;
	background-image: url(../images/home/innovation-bg.jpg);
    background-repeat: no-repeat !important;
    background-size: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.main-innovation::before {
    z-index: 1;
    position: absolute;
	bottom:0;
	left:0;
	right:0;
    content: "";
    height: 230px;
    opacity: 0.9;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.main-innovation .row{
	position:relative;
	z-index:2;
	min-height: 300px;
}
.main-innovation h4{
	margin-bottom:20px;
	text-align:center;
}
.main-innovation p{
	margin-bottom:40px;
	color: #fff;
	text-align:center;
}
.main-innovation .btn{
	min-width: 151px;
}
/*main-customers .OK*/
.main-customers{
	margin-top:70px;
}
.main-customers h4{
	margin-bottom:10px;
	text-align:center;
}
.main-customers p{
	margin-bottom:70px;
	text-align:center;
}
.main-customers .title{
	margin-bottom:18px;
	font-family: helvetica-neue-lt-pro;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #007853;
}
.main-customers .info{
	margin-bottom:36px;
	min-height:150px;
	overflow:hidden;
	font-family: helvetica-neue-lt-pro;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.56;
	letter-spacing: normal;
	text-align: center;
	color: #1a1a1a;
}
.main-customers .discover{
	font-family: helvetica-neue-lt-pro;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: normal;
	text-align: center;
	color: #1a1a1a;
}
.main-customers .discover:hover{
	color: #007853;
}
/*main-applications .OK*/
.main-applications{
	margin-top:90px;
}
.main-applications h4{
	margin-bottom:60px;
	text-align:center;
}
.main-applications .record{
	position:relative;
    display: block;
	text-align:center;
}
.main-applications .record figure{
	margin-bottom:32px;
}
.main-applications .record .title{
	margin-bottom:18px;
	font-family: helvetica-neue-lt-pro;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: normal;
	text-align: center;
	color: #1a1a1a;
}
.main-applications .record .info{
	margin: 0 auto 24px auto;
	max-width:340px;
	text-align:center;
}
.main-applications .record .discover{
	font-family: helvetica-neue-lt-pro;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: normal;
	text-align: center;
	color: #1a1a1a;
}
.main-applications .slider .slick-prev{
	top:124px;
	left:-52px;
	width:23.95px;
	height:45.9px;
	background:url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.95%22%20height%3D%2245.9%22%20viewBox%3D%220%200%2023.95%2045.9%22%3E%3Cpath%20data-name%3D%22Path%205606%22%20d%3D%22M24.07%2022.656%202.121.707A1%201%200%200%200%20.707%202.121l21.242%2021.242L.707%2044.607a1%201%200%201%200%201.414%201.414l21.949-21.95a1%201%200%200%200%200-1.415z%22%20transform%3D%22rotate(180%2012.181%2023.157)%22%20style%3D%22fill%3A%2376bc21%22%2F%3E%3C%2Fsvg%3E') no-repeat;	
	-webkit-transform:none;
	-ms-transform:none;
	transform:none;
}
.main-applications .slider .slick-next{
	top:124px;
	right:-52px;
	width:23.95px;
	height:45.9px;
	background:url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.95%22%20height%3D%2245.9%22%20viewBox%3D%220%200%2023.95%2045.9%22%3E%3Cpath%20data-name%3D%22Path%205605%22%20d%3D%22M24.07%2022.656%202.121.707A1%201%200%200%200%20.707%202.121l21.242%2021.242L.707%2044.607a1%201%200%201%200%201.414%201.414l21.949-21.95a1%201%200%200%200%200-1.415z%22%20transform%3D%22translate(-.414%20-.414)%22%20style%3D%22fill%3A%2376bc21%22%2F%3E%3C%2Fsvg%3E%0A') no-repeat;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none;
}
.main-applications .slider .slick-prev:before,
.main-applications .slider .slick-next:before{
	display:none;
}
body.home .slider .slick-dots{
	display:none !important;
}
/*main-ingredient .OK*/
.main-ingredient{
	position:relative;
	margin-top:86px;
	background-image: url(../images/home/ingredient-bg.jpg?v=1.02);
    background-repeat: no-repeat !important;
    background-size: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.main-ingredient .container{
	position:relative;
	z-index:2;
}
.main-ingredient .container > .row{
	min-height: 400px;
}
.main-ingredient .container .wrap{
	width:100%;
}
.main-ingredient h4{
	margin-bottom:18px;
	text-align:center;
}
.main-ingredient p{
	margin-bottom:50px;
	text-align:center;
}
.main-ingredient .custom select.form-control {
	color: #1a1a1a;
	border: solid 1px #76bc21;
}
.main-ingredient .custom select.form-control:focus{
	border-color: #007853 !important;
}
/*main-news .OK*/
.main-news{
	margin-top:62px;
	margin-bottom:114px;
	text-align:center;
}
.main-news h4{
	margin-bottom:50px;
	text-align:center;
}
.main-news .all-news{
	margin:15px auto 0 auto;
}


/* NEWS .OK
-------------------------------------------------- */
body.news .banner::before{
	/*display:none !important;*/
}
body.news .banner h1{
	/*color: #1a1a1a !important;*/
	margin-bottom:24px;
}
body.news .banner p{
	color: #fff;
	margin-bottom:0;
}
body.news .record{
	margin-bottom:60px;
}
/*news record .OK*/
.news-record-list .record{
	position:relative;
    display: block;
}
.news-record-list .record figure{
	margin-bottom:32px;
}
.news-record-list .record .title{
	margin-bottom:24px;
	font-family: helvetica-neue-lt-pro;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #1a1a1a;
}
.news-record-list .record .info{
	display:none;
	margin-bottom:24px;
	text-align: center;
}
.news-record-list .record .readmore{
	display:block;
	font-family: helvetica-neue-lt-pro;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: normal;
	text-align: center;
	color: #1a1a1a;
}
.news-record-list .record:hover .readmore{
	color: #007853;
}


/* NEWS DETAIL .OK
-------------------------------------------------- */
body.news.detail .banner{
	display:none !important;
}
body.news.detail .content h1{
	margin-bottom: 28px;
	font-family: helvetica-neue-lt-pro;
	font-size: 33px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	color: #1a1a1a;
}
body.news.detail .content .news-date{
	margin-bottom: 15px;
	font-family: helvetica-neue-lt-pro;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: right;
	color: #1a1a1a;
}
body.news.detail .content .related-news h4{
	margin: 100px 0 52px 0;
	font-family: helvetica-neue-lt-pro;
	font-size: 42px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: -0.84px;
	text-align: center;
	color: #1a1a1a;
}


/* RECORD LIST .FALSE
-------------------------------------------------- */
.record-list .record{
	position:relative;
    display: block;
    margin-bottom: 40px;
}
.record-list .record figure{
	margin:0;
	overflow:hidden;
}
.record-list .record figure img{
	image-rendering: -webkit-optimize-contrast; /*chrome blurry - bug fix*/
}
.record-list .record .title{
	display: block;
}


/* PRODUCTS .OK
-------------------------------------------------- */
/*search*/
.products-search{
	position:relative;
	background-color: #fafafa;
}
.products-search .wrap{
	height: 489px;
}
.products-search .container{
	position:relative;
	z-index:2;
}
.products-search h4{
	margin-bottom:18px;
	text-align: left;
}
.products-search p{
	margin-bottom:80px;
	text-align: left;
}
.products-search .custom select.form-control {
	color: #1a1a1a;
	border: solid 1px #76bc21;
}
.products-search .custom select.form-control:focus{
	border-color: #007853 !important;
}
/*detail*/
.products-detail h1.title{
	margin-bottom:27px;
	font-family: helvetica-neue-lt-pro;
	font-size: 42px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: -0.84px;
	text-align: left;
	color: #007853;
}
main > .wrapper.products-detail {
    margin-top: 30px;
	margin-bottom:110px;
}
main > .wrapper.products-detail .brochure {
	margin:10px 0;
	text-align:center;
}
.products .tell-us{
	text-align:center;
}
.products .tell-us .btn{
	padding-left:20px;
	padding-right:20px;
}
/*record*/
.products-detail .record-list .record {
	margin-bottom:90px;
}
.products-detail .record-list .record,
.products-detail .record-list .record h5{
	font-family: helvetica-neue-lt-pro;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.53;
	letter-spacing: normal;
	text-align: left;
	color: #1a1a1a;
}
.products-detail .record-list .record .title{
	margin-bottom:14px;
	font-family: helvetica-neue-lt-pro;
	font-size: 22px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.18;
	letter-spacing: normal;
	text-align: left;
	color: #1a1a1a;
}
.products-detail .record-list .record .attribute h5{
	margin:0;
	font-weight: bold !important;
	color: #007853 !important;
}
.products-detail .record-list .record .attribute h5:nth-child(2){
	margin:16px 0 0 0;
	font-weight: bold !important;
	color: #76bc21 !important;
}
.products-detail .record-list .description h5{
	margin:16px 0 0 0;
	margin-bottom:0;
	font-weight: bold !important;
	color: #b4bd00 !important;
}
/*selectpicker*/
.custom .selectpicker{
	opacity:0;
}
.custom .bootstrap-select{
	width:100% !important;
}
.custom .bootstrap-select .dropdown-toggle:focus,
.custom .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
	outline:none !important;
}
.custom .select-multiple{
	line-height:48px !important;
	color: #1a1a1a !important;
	border: solid 1px #76bc21 !important;
}
.custom .select-multiple.dropdown-toggle::after {
    display: inline-block;
    content: "";
	border:none !important;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.4%22%20height%3D%226.1%22%20viewBox%3D%220%200%209.4%206.1%22%3E%3Cpath%20data-name%3D%22Path%204569%22%20d%3D%22M6.7%208.1%202%203.4%203.4%202l3.3%203.3L10%202l1.4%201.4z%22%20transform%3D%22translate(-2%20-2)%22%20style%3D%22fill%3A%2376bc21%22%2F%3E%3C%2Fsvg%3E%0A');
	background-repeat: no-repeat;
	width: 9.4px;
	height:6.1px;
}


/* APPLICATIONS .OK
-------------------------------------------------- */
body.applications .nav-second .nav .nav-item.active .nav-link:before{
	border-color: #007853;
}
body.applications .nav-second .nav .nav-item .nav-link:hover,
body.applications .nav-second .nav .nav-item.active .nav-link{
    color: #007853;
}
body.applications .text h2{
	margin-bottom:26px;
	line-height: 1.38;
}
body.applications .carousel.gallery{
	margin-top:72px;
}
body.applications .carousel.gallery::before{
	display:none;
}


/* CONTACT .FALSE
-------------------------------------------------- */
/*banner*/
body.contact .banner h1 {
	font-size: 55px;
	line-height: 1.09;
	letter-spacing: -1.1px;
}
/*contact form*/
.contact .contact-form p.info{
	margin-bottom: 30px;
	font-family: helvetica-neue-lt-pro;
    font-size: 26px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: -0.84px;
	text-align:center;
    color: #000;
}
.contact .contact-form .policy{
	text-align:center;
	margin-top: 30px;
	margin-bottom: 38px;
}
.contact .contact-form .policy{
	margin-top: 30px;
	margin-bottom: 38px;
}
.contact .contact-form .policy label,
.contact .contact-form .policy a{
	font-family: helvetica-neue-lt-pro;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	color: #818181;
}
.contact .contact-form .policy a{
	font-weight: 500;
	text-decoration:underline;
}
.contact .contact-form .policy a:hover{
	text-decoration:none;
}
.contact .contact-form .btn{
	margin: 0 auto;
    display: block;
}
/*contact list*/
.contact main .content .contact-list{
	margin-bottom: -60px;
}
.contact main .content .contact-list h2{
	margin-top: 100px;
	font-family: helvetica-neue-lt-pro;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: center;
	color: #007853;
}
.contact main .content .contact-list h2{
	margin-top: 100px;
	margin-bottom: 60px;
	font-family: helvetica-neue-lt-pro;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: center;
	color: #007853;
}
.contact main .content .contact-list .record{
	margin-bottom: 80px;
}
.contact main .content .contact-list .record .title{
	margin-bottom: 28px;
	font-family: helvetica-neue-lt-pro;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.53;
	letter-spacing: normal;
	text-align: left;
	font-weight: 500;
	color: #1a1a1a;
}
.contact main .content .contact-list .record .address{
	margin-bottom: 0;
	font-family: helvetica-neue-lt-pro;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.53;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
.contact main .content .contact-list .record .pin{
	display:inline-block;
	font-family: helvetica-neue-lt-pro;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: normal;
	text-align: left;
	color: #1a1a1a;
}
.contact main .content .contact-list .record .pin:hover{
	color: #007853;
}


/* CATEGORY+SEARCH .FALSE
-------------------------------------------------- */
.category h1,
.products.search h1{
	margin: 0 0 29px 0;
	font-family: helvetica-neue-lt-pro;
	font-size: 55px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -1.82px;
	text-align: left;
	color: #000;
}
.category .filter,
.products.search .filter{
	margin-top:22px;
}
.category .filter .form-group,
.products.search .filter .form-group{
	float:right;
	margin:0;
	padding:0 0 0 24px;
}
.category .filter select.form-control,
.products.search .filter select.form-control{
	margin:0;
	padding: 0 20px 0 0;
	min-width: auto;
	height:auto;
	font-size: 15px;
	line-height: 1.47;
	border:none;
	background-position: right 0 top 50%, 0 0;
}


/* MODAL  .FALSE
-------------------------------------------------- */
.modal-backdrop.show {
    opacity: .8;
}
/*modal as left/right sidebar .FALSE */
.modal.left .modal-body,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 400px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		 -o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modal.left .modal-body,
.modal.right .modal-body {
	padding-left:30px;
	padding-right:30px;
}
/*Left*/
.modal.left.fade .modal-dialog{
	left: -400px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, left 0.3s ease-out;
			transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.show .modal-dialog{
	left: 0;
}  
/*Right*/
.modal.right.fade .modal-dialog {
	right: -400px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
			transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
	right: 0;
}
/*model sidebar style*/
.modal.sidebar .modal-content{
	border-radius: 0;
	border: none;
	background-color: #fafafa;
}
.modal.sidebar button.close{
	z-index:9999;
	position:fixed;
	top:20px;
	right:26px;
	background:none;
	float:inherit;
	font-size:inherit;
}

/* HISTORY .FALSE
-------------------------------------------------- */
.history .exp2{
	font-size: 14px;
	font-style: italic;
	text-align: center;
	margin: 0 100px;
}
/*timeline*/
.timeline {
	margin:67px 0 57px 0;
    position: relative;
    overflow: hidden;
}
.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    border-right: 1px solid #76bc21;
    height: 100%;
    display: block;
}
.timeline-row {
	z-index:9;
    position: relative;
    padding-left: 50%;
    margin-bottom: 114px;
	line-height:0;
}
.timeline-row:after{
	content:"";
	display:inline-block;
}
.timeline-row:last-child{
	margin-bottom:0;
}
/*content*/
.timeline-row .timeline-content {
    position: absolute;
    right: 50%;
    top: 35px;
    text-align: right;
    margin-right: 35px;
}
.timeline-row .timeline-content .time {
	margin-bottom:20px;
	font-family: helvetica-neue-lt-pro;
	font-size: 66px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -2.18px;
	color: #76bc21;
}
.timeline-row .timeline-content .info{
	font-family: helvetica-neue-lt-pro;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.53;
	letter-spacing: normal;
	text-align: left;
	color: #1a1a1a;
}
/*thumbnail*/
.timeline-row .timeline-thumbnail{
    position: relative;
    display: flex;
	/*
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
	*/
}
.timeline-row .timeline-thumbnail:before {
	z-index:24;
    content: "";
    position: absolute;
    top: 62px;
    right: -49px;
	width: 30px;
	height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
    background: #fff;
    border: solid 2px #76bc21;
}
.timeline-row:nth-child(even) .timeline-thumbnail:before {
    left: -51px;
    right: initial;
}
.timeline-row .timeline-thumbnail:after {
	z-index:24;
    content: "";
    position: absolute;
    top: 69px;
    right: -42px;
	width: 16px;
	height: 16px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
    background: #76bc21;
    border: solid 2px #76bc21;
}
.timeline-row:nth-child(even) .timeline-thumbnail:after {
    left: -44px;
    right: initial;
}
.timeline-row:nth-child(even) .timeline-thumbnail{
    margin-left: 35px;
    text-align: left;
}
.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}
.timeline-row:nth-child(odd) .timeline-content {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 35px;
}
.timeline-row:nth-child(odd) .timeline-thumbnail{
    margin-right: 35px;
}


/* TREND INSIGHT
-------------------------------------------------- */
/*second menu*/
.trend-insight .nav-second .nav .nav-item:nth-child(1) .nav-link:hover,
.trend-insight .nav-second .nav .nav-ite:nth-child(1)m.active .nav-link {
    color: #00b2e3 !important;
}
.trend-insight .nav-second .nav .nav-item.active .nav-link:nth-child(1):before {
    border-color: #76bc21 !important;
}
.trend-insight .nav-second .nav .nav-item:nth-child(2) .nav-link:hover,
.trend-insight .nav-second .nav .nav-item.active:nth-child(2) .nav-link {
    color: #007853 !important;
}
.trend-insight .nav-second .nav .nav-item:nth-child(2).active .nav-link:before {
    border-color: #007853 !important;
}
.trend-insight .nav-second .nav .nav-item:nth-child(3) .nav-link:hover,
.trend-insight .nav-second .nav .nav-item:nth-child(3).active .nav-link {
    color: #ff6c0e !important;
}
.trend-insight .nav-second .nav .nav-item:nth-child(3).active .nav-link:before {
    border-color: #ff6c0e !important;
}
/*radial-progress*/
svg.radial-progress circle.complete { stroke-dasharray: 219.91148575129; }
svg.radial-progress text { text-anchor: middle; }
/*page-1*/
/*block-1*/
.trend-insight .page-1 h2{
	color: #00b2e3 !important;
}
.trend-insight .page-1.block-1 .img-fluid{
	width:460px;
}
.trend-insight .page-1.block-1 em{
	font-size:12px;
}
/*block-2*/
.trend-insight .page-1.block-2{
	margin-top:80px ;
}
.trend-insight .page-1.block-2 .img-fluid{
	width:460px;
	display:block;
	margin:0 auto;
}
/*block-3*/
.trend-insight .page-1.block-3{
	margin-top:40px !important;
}
.trend-insight .page-1.block-3 .country-flag{
	padding: 12px;
	border: solid 1px #e8e8e8;
	background-color: #fafafa;
}
.trend-insight .page-1.block-3 .country-flag .flag-1{
	padding: 14px 17px;
	border: solid 1px #e8e8e8;
	background-color: #fff;
}
.trend-insight .page-1.block-3 .country-flag .flag-1 ul{
	display:inline-block;
	width:114px;
	min-width: 114px;
	list-style:none;
	margin:0;
}
.trend-insight .page-1.block-3 .country-flag .flag-1 ul > li{
	float:left;
	margin:0;
}
.trend-insight .page-1.block-3 .country-flag .flag-1 ul > li:nth-child(1){
	margin-right:14px;
	margin-bottom:14px;
}
.trend-insight .page-1.block-3 .country-flag .flag-1 ul > li:nth-child(2){
	margin-bottom:14px;
}
.trend-insight .page-1.block-3 .country-flag .flag-1 ul > li:nth-child(3){
	margin-right:14px;
}
.trend-insight .page-1.block-3 .country-flag .flag-1 .info{
	display:inline-block;
	width:auto;
	font-size: 15px;
	line-height: 1.13;
	color: #1a1a1a;
}
.trend-insight .page-1.block-3 .country-flag .flag-1 .info .title{
	margin-bottom:10px;
}
.trend-insight .page-1.block-3 .country-flag .flag-2,
.trend-insight .page-1.block-3 .country-flag .flag-3{
	margin-top:14px;
	padding: 17px;
	width:50%;
	border: solid 1px #e8e8e8;
	background-color: #fff;
}
.trend-insight .page-1.block-3 .country-flag .flag-3{
	margin-left:14px;
}
.trend-insight .page-1.block-3 .country-flag .flag-2 .title,
.trend-insight .page-1.block-3 .country-flag .flag-3 .title{
	margin-bottom:7px;
	font-size: 15px;
	line-height: 1.13;
	color: #1a1a1a;
}
.trend-insight .page-1.block-3 .country-flag .flag-2 .title svg,
.trend-insight .page-1.block-3 .country-flag .flag-3 .title svg{
	margin-right:9px;
}
.trend-insight .page-1.block-3 .country-flag .flag-2 .info,
.trend-insight .page-1.block-3 .country-flag .flag-3 .info{
	font-size: 15px;
	line-height: 1.33;
	color: #1a1a1a;
}
.trend-insight .page-1.block-3 .country-flag .flag-right h2{
	margin-bottom:15px;
	max-width: 476px;
	line-height: 1.38;
}
/*block-4*/
.trend-insight .page-1.block-4{
	margin-top:53px !important;
}
.trend-insight .page-1.block-4 .radial-graphic{
	margin-top:64px !important;
}
.trend-insight .page-1.block-4 .radial-graphic svg text{
	font-weight: 300;
	letter-spacing: -0.60px;
}
.trend-insight .page-1.block-4 .radial-graphic-info .text-1{
	margin-bottom:14px;
	font-style: italic;
	line-height: 1.29;
	color: #00b2e3;
}
.trend-insight .page-1.block-4 .radial-graphic-info .text-2{
	font-size: 14px;
	font-style: italic;
	line-height: 1.86;
	color: #1a1a1a;
}
/*block-5*/
.trend-insight .page-1.block-5{
	margin-top:53px !important;
}
.trend-insight .page-1.block-5 .meta-top{
	padding:24px 24px 26px 24px;
	border: solid 1px #e8e8e8;
	background-color: #fff;
	text-align:center;
}
.trend-insight .page-1.block-5 .meta-left{
	padding:22px 60px;
	border-left: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
}
.trend-insight .page-1.block-5 .meta-right{
	padding:22px 60px;
	border-left: solid 1px #e8e8e8;
	border-right: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
}
.trend-insight .page-1.block-5 .meta-left .title,
.trend-insight .page-1.block-5 .meta-right .title{
	margin-bottom: 45px;
	font-weight: 500;
}
.trend-insight .page-1.block-5 .record{
	margin-bottom: 25px;
}
.trend-insight .page-1.block-5 .radial-graphic{
	width:100%;
	max-width:135px;
}
.trend-insight .page-1.block-5 .radial-graphic-info{
	padding-left:22px;
	width:100%;
	max-width: 256px;
	font-size: 15px;
	line-height: 1.33;
}
/*block-6*/
.trend-insight .page-1.block-6{
	margin-top:37px !important;
}
.trend-insight .page-1.block-6 .consumers{
	padding: 66px 44px;
	border: solid 1px #e8e8e8;
	background-color: #fafafa;
}
.trend-insight .page-1.block-6 .consumers ul{
	display:inline-block;
	width:100%;
	margin:0 0 25px 0;
	list-style:none;
}
.trend-insight .page-1.block-6 .consumers ul > li{
	float:left;
	margin-left:26px;
}
.trend-insight .page-1.block-6 .consumers ul > li:first-child{
	margin-left:0;
}
.trend-insight .page-1.block-6 .consumers .text-1{
	width:100%;
	max-width: 400px;
	margin-bottom:28px;
	font-size: 15px;
	line-height: 1.33;
	color: #1a1a1a;
}
.trend-insight .page-1.block-6 .consumers .text-2{
	font-size: 14px;
	line-height: 1.86;
	color: #00b2e3;
}
.trend-insight .page-1.block-6 .consumers-graphic{
	padding: 0 35px 0 44px;
	border: solid 1px #e8e8e8;
	background-color: #fafafa;
}
.trend-insight .page-1.block-6 .consumers-graphic .radial-graphic {
    width: 100%;
    max-width: 135px;
}
.trend-insight .page-1.block-6 .consumers-graphic .radial-graphic-info {
	padding-left: 22px;
	font-size: 15px;
	line-height: 1.33;
}
.trend-insight .page-1.block-6 .consumers-graphic .radial-graphic-info .text-1{
	margin-bottom: 22px;
	font-size: 15px;
	line-height: 1.33;
}
.trend-insight .page-1.block-6 .consumers-graphic .radial-graphic-info .text-2{
	font-size: 14px;
	line-height: 1.86;
	color: #00b2e3;
}
/*block-7*/
.trend-insight .page-1.block-7{
	margin-top:76px;
}
.trend-insight .page-1.block-7 .title{
	position:relative;
}
.trend-insight .page-1.block-7 h2{
	margin-bottom:60px;
}
.trend-insight .page-1.block-7 h2 span{
	margin-left: 20px;
	font-size: 18px;
	font-style: italic;
	line-height: 1.64;
	letter-spacing: normal;
	text-align: left;
	color: #818181;
}
.trend-insight .page-1.block-7 .years{
	position:absolute;
	top:6px;
	right:15px;
}
.trend-insight .page-1.block-7 .years ul{
	display:inline-block;
	width:100%;
	margin:0 0 25px 0;
	list-style:none;
}
.trend-insight .page-1.block-7 .years ul > li{
	position:relative;
	float:left;
	margin-left:26px;
	padding-left:27px;
	font-size: 14px;
	line-height: 1.14;
	color: #1a1a1a;
}
.trend-insight .page-1.block-7 .years ul > li:first-child{
	margin-left:0;
}
.trend-insight .page-1.block-7 .years ul > li:before{
	content:"";
	display:inline-block;
	position:absolute;
	top:-2px;
	left:0;
	width: 17px;
	height: 17px;
	border-radius:17px;
	background-color: #76bc21;
}
.trend-insight .page-1.block-7 .years ul > li:first-child:before{
	background-color: #007853;
}
.trend-insight .page-1.block-7 .sugar-claims .sub-title{
	margin-top: 16px;
	font-family: helvetica-neue-lt-pro;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.86;
	letter-spacing: normal;
	text-align: center;
	color: #1a1a1a;
}
/*block-8*/
.trend-insight .page-1.block-8{
	margin-top:52px;
}
.trend-insight .page-1.block-8 .info{
	font-size: 13px;
	font-style: italic;
	line-height: 1.38;
	color: #1a1a1a;
}
/*page-2*/
.trend-insight .page-2 h2{
	color: #007853 !important;
}
/*block-2*/
.trend-insight .page-2.block-2{
	margin-top:62px;
}
/*block-3*/
.trend-insight .page-2.block-3{
	margin-top:50px;
}
.trend-insight .page-2.block-3 h2{
	margin-bottom: 46px;
	color: #000 !important;
	line-height: 1.38;
}
/*block-4*/
.trend-insight .page-2.block-4{
	margin-top:106px !important;
}
.trend-insight .page-2.block-4 .radial-graphic svg text{
	font-weight: 300;
	letter-spacing: -0.60px;
}
.trend-insight .page-2.block-4 .radial-graphic-info{
	font-size: 17px;
	font-style: italic;
	line-height: 1.29;
	color: #76bc21;
}
/*block-5*/
.trend-insight .page-2.block-5{
	margin-top:104px;
}
.trend-insight .page-2.block-5 .title{
	position:relative;
}
.trend-insight .page-2.block-5 h2{
	margin-bottom:46px;
}
.trend-insight .page-2.block-5 h2 span{
	margin-left: 20px;
	font-size: 18px;
	font-style: italic;
	line-height: 1.64;
	letter-spacing: normal;
	text-align: left;
	color: #818181;
}
/*block-6*/
.trend-insight .page-2.block-6{
	margin-top:46px;
}
.trend-insight .page-2.block-6 .info{
	font-size: 13px;
	font-style: italic;
	line-height: 1.38;
	color: #1a1a1a;
}
/*page-3*/
.trend-insight .page-3 h2{
	color: #ff6c0e !important;
}
/*block-1*/
.trend-insight .page-3.block-1 .no-artificial-list{
	margin-top:38px;
}
.trend-insight .page-3.block-1 .no-artificial-list ul{
	display:inline-block;
	width:100%;
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;
}
.trend-insight .page-3.block-1 .no-artificial-list ul > li{
	position:relative;
	margin-left:0 !important;
	padding:10px 0 0 28px ;
	float:left;
	width:50%;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	text-align: left;
	color: #1a1a1a;
}
.trend-insight .page-3.block-1 .no-artificial-list ul > li:first-child{
	margin-left:0;
}
.trend-insight .page-3.block-1 .no-artificial-list ul > li:before{
	content:"";
	display:inline-block;
	position:absolute;
	top:9px;
	left:2px;
	width: 17px;
	height: 17px;
	border-radius:17px;
	background-color: #76bc21;
}
.trend-insight .page-3.block-1 .no-artificial-list ul > li:nth-child(1):before{
	background-color: #ff6c0e;
}
.trend-insight .page-3.block-1 .no-artificial-list ul > li:nth-child(2):before{
	background-color: #9e28b5;
}
.trend-insight .page-3.block-1 .no-artificial-list ul > li:nth-child(3):before{
	background-color: #00b2e3;
}
.trend-insight .page-3.block-1 .no-artificial-list ul > li:nth-child(4):before{
	background-color: #ffb600;
}
.trend-insight .page-3.block-1 .no-artificial-list ul > li:nth-child(5):before{
	background-color: #db0032;
}
.trend-insight .page-3.block-1 .no-artificial-list ul > li:nth-child(6):before{
	background-color: #76bc21;
}
/*block-2*/
.trend-insight .page-3.block-2{
	margin-top:60px;
}
.trend-insight .page-3 h2{
	margin-bottom: 25px;
	line-height: 1.38 !important;
}
.trend-insight .page-3.block-2 .number-oval-list{
	text-align:center;
	margin-bottom:-35px;
}
.trend-insight .page-3.block-2 .number-oval-list svg{
	margin-bottom: 10px;
}
.trend-insight .page-3.block-2 .number-oval-list span{
	display:block;
	margin-bottom: 33px;
	font-family: helvetica-neue-lt-pro;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #1a1a1a;
}
/*block-3*/
.trend-insight .page-3.block-3{
	margin-top:69px;
}
.trend-insight .page-3.block-3 .info{
	color: #ff6c0e;
	margin-bottom:27px;
}
.trend-insight .page-3.block-3 .clean-label-list{
	list-style:none;
	margin:0;
}
.trend-insight .page-3.block-3 .clean-label-list li{
	margin:0 0 8px 0;
}
.trend-insight .page-3.block-3 .clean-label-list .percent{
	margin-left:30px;
	font-family: helvetica-neue-lt-pro;
	font-size: 33px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.61;
	letter-spacing: normal;
	text-align: left;
	color: #1a1a1a;
}
.trend-insight .page-3.block-3 .clean-label-list .text{
	margin-left:30px;
	font-family: helvetica-neue-lt-pro;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: left;
	color: #1a1a1a;
}
/*block-4*/
.trend-insight .page-3.block-4{
	margin-top:78px;
}
/*block-5*/
.trend-insight .page-3.block-5{
	margin-top:78px;
}
.trend-insight .page-3.block-5 .graphic-left,
.trend-insight .page-3.block-5 .graphic-right{
    padding: 33px 48px 25px 48px;
    border: solid 1px #e8e8e8;
    background-color: #fff;
}
.trend-insight .page-3.block-5 .graphic-left h3,
.trend-insight .page-3.block-5 .graphic-right h3{
	min-height: 54px;
	margin-bottom: 28px;
	font-size: 24px;
	line-height: 1.08;
	letter-spacing: normal;
	text-align: left;
	color: #1a1a1a;
}
.trend-insight .page-3.block-5 .vertical-graphic{
	display:inline-block;
	width:100%;
}
.trend-insight .page-3.block-5 .vertical-graphic .graphic-text-wrapper{
	margin-left:20px;
	max-width:255px;
}
.trend-insight .page-3.block-5 .vertical-graphic .graphic-text-1{
	margin-top:170px;
	margin-bottom:10px;
	font-family: helvetica-neue-lt-pro;
	font-size: 66px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	color: #1a1a1a;
}
.trend-insight .page-3.block-5 .vertical-graphic .graphic-text-2{
	margin-bottom:42px;
	font-family: helvetica-neue-lt-pro;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.53;
	letter-spacing: normal;
	text-align: left;
	color: #1a1a1a;
}
.trend-insight .page-3.block-5 .vertical-graphic .graphic-text-3{
	font-family: helvetica-neue-lt-pro;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.53;
	letter-spacing: normal;
	text-align: left;
	color: #ff6c0e;
}
.trend-insight .page-3.block-5 .vertical-graphic .graphic-text-3 .color-1{
	color: #ff6c0e;
}
.trend-insight .page-3.block-5 .vertical-graphic .graphic-text-3 .color-2{
	color: #db0032;
}
.trend-insight .page-3.block-5 .vertical-graphic .graphic-text-3 .color-3{
	color: #ffb600;
}
.trend-insight .page-3.block-5 .vertical-graphic .graphic-text-3 .color-4{
	color: #00b2e3;
}
.trend-insight .page-3.block-5 .vertical-graphic .graphic-text-3 .color-5{
	color: #9e28b5;
}



/* WP .FALSE
-------------------------------------------------- */
/*wp btn*/
.wp-btn {
    display: block;
    z-index: 200;
    position:fixed;
	right:20px;
	bottom:20px;
    cursor: pointer;
    overflow: hidden;
    border: 0px;
}
.popover{
	z-index:999 !important;
}
.wp-popover{
	position:fixed !important;
}


/* ANIMATE .OK
-------------------------------------------------- */
:root {
  --animate-delay-0: 0.2s !important;
}
.animate__animated.animate__delay-01s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-delay: var(--animate-delay-0);
  animation-delay: var(--animate-delay-0);
}
.animate__animated.animate__delay-02s {
  -webkit-animation-delay: calc(0.2s * 2);
  animation-delay: calc(0.2s * 2);
  -webkit-animation-delay: calc(var(--animate-delay-0) * 2);
  animation-delay: calc(var(--animate-delay-0) * 2);
}
.animate__animated.animate__delay-03s {
  -webkit-animation-delay: calc(0.2s * 3);
  animation-delay: calc(0.2s * 3);
  -webkit-animation-delay: calc(var(--animate-delay-0) * 3);
  animation-delay: calc(var(--animate-delay-0) * 3);
}
.animate__animated.animate__delay-04s {
  -webkit-animation-delay: calc(0.2s * 4);
  animation-delay: calc(0.2s * 4);
  -webkit-animation-delay: calc(var(--animate-delay-0) * 4);
  animation-delay: calc(var(--animate-delay-0) * 4);
}
.animate__animated.animate__delay-05s {
  -webkit-animation-delay: calc(0.2s * 5);
  animation-delay: calc(0.2s * 5);
  -webkit-animation-delay: calc(var(--animate-delay-0) * 5);
  animation-delay: calc(var(--animate-delay-0) * 5);
}


/* COOKIE .OK
-------------------------------------------------- */
.trustarc-banner{
	z-index:999;			
}
.truste-cookie-link{
	padding: 0 !important;
	margin: 0 !important;
	display: block;
	font-size:16px !important;
	line-height:1.63 !important;	
}


/*RESPONSIVE*/
/* Medium devices(md) (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	/*body .OK*/
	body {
		padding-top:65px;
	}
	body.opened {
		overflow-y:hidden;
	}
	/*header .OK*/
	header{
		z-index:1030;
		position:fixed;
		top:0;
		left:0;
		right:0;
	}
	header.sticky{
		-webkit-box-shadow: 0px 0px 16px -5px rgb(0 0 0 / 75%);
		-moz-box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 16px -5px rgb(0 0 0 / 75%);
	}
	/*header-top .OK*/
	header .header-top{
		display:none;
	}
	/*navbar .FALSE*/
	body header .navbar-custom{
		min-height:64px !important;
		border-top:none;
	}
	body.opened header .navbar-custom {
		max-height:none !important;
	}
	header .navbar-custom.sticky {
		min-height:auto !important;
	}
	body.opened header .navbar-custom.sticky, 
	body.opened header .navbar-custom {
		background:#fff !important;
		-webkit-box-shadow:none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	/*navbar-brand .OK*/
	header .navbar-custom .navbar-brand{
		margin:5px 0 6px 0 !important;
	}
	header .navbar-custom .navbar-brand svg{
		width: 102px;
		height: auto;
	}
	/*navbar-collapse.OK*/
	header .navbar-custom .navbar-collapse{
		overflow-y: auto;
		width:100%;
		margin-right: -16px;
		margin-left:-16px;
	}
	/*navbar-nav .FALSE*/
	header .navbar-custom .navbar-nav{
		margin-top: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		border-top:1px solid #e2e2e2;
	}
	header .navbar-custom .navbar-nav > .nav-item {
		border-top:none;
		padding-left:0;
		padding-right:0;
		margin-right: 0;
		margin-left:0;
		position:relative;
	}
	header .navbar-custom .navbar-nav > .nav-item:first-child {
		margin-left: 0;
	}
	header .navbar-custom .navbar-nav > .nav-item > .nav-link{
		font-family: helvetica-neue-lt-pro;
		font-size: 21px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.23;
		padding: 16px 15px 16px 15px !important;;
		position:inherit !important;
	}
	header .navbar-custom .navbar-nav > .nav-item:hover > .nav-link,
	header .navbar-custom .navbar-nav > .nav-item:active > .nav-link 
	{
		color: #000 !important;
	}
	header .navbar-custom .navbar-nav .dropdown-menu {
    	background-color: transparent !important;
		padding: 0 15px 0 15px;
		width: 100%;
		border:none;
	}
	header .navbar-custom .navbar-nav .dropdown-menu::before{
		display:none;
	}
	header .navbar-custom .navbar-nav .dropdown-menu .nav-link {
		margin:0;
		padding: 14px 0 !important;
		font-family: helvetica-neue-lt-pro;
		font-size: 17px !important;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.18 !important;
		letter-spacing: normal;
		text-align: left;
		color: #1a1a1a;
	}
	header .navbar-custom .navbar-nav > .nav-item:not(.dropdown):hover > .nav-link::before,
	header .navbar-custom .navbar-nav > .nav-item:not(.dropdown).active > .nav-link::before{
		display:none !important;
	}
	header .navbar-custom .navbar-nav > .nav-item.dropdown > .nav-link::before{
		position:absolute;
		top:25px !important;
		right:20px !important;
		left:inherit !important;
		width: 15.4px !important;
		height: 8.8px !important;
		margin:0;
		padding:0;
		vertical-align:inherit;
		content: "";
		border: none !important;
		background-color: #000;
		-webkit-mask: url(../images/svg/navbar-down.svg) no-repeat 50% 50%;
		mask: url(../images/svg/navbar-down.svg) no-repeat 50% 50%;
	}
	header .navbar-custom .navbar-nav > .nav-item.dropdown.show > .nav-link::before{
		-webkit-mask: url(../images/svg/navbar-up.svg) no-repeat 50% 50%;
		mask: url(../images/svg/navbar-up.svg) no-repeat 50% 50%;
	}
	/*navbar-collapse-bottom*/
	header .navbar-custom .navbar-collapse-bottom{
		background:#fff;
		position:absolute;
		left:15px; 
		right:15px;
		bottom:0;
	}
	/*language*/
	header .navbar-custom .navbar-collapse-bottom .cargill-button{
		float:right;
		margin-bottom:30px;
	}
	/**/
	/*FOOTER. OK*/
	footer {
		padding-top: 40px;
	}
	footer .block-1 svg{
		width:152px;
		height:auto;
		margin-bottom:38px;
	}
	footer .block-2 {
		margin-bottom:54px;
	}
	footer p {
		margin-bottom: 38px;
	}
	footer ul.footer-nav li a {
		margin-bottom: 30px;
	}
	/*footer-bottom. OK*/
	.footer-bottom {
		margin-top: 25px;
		padding-top: 28px;
		padding-bottom: 28px;
	}
	.footer-bottom .copyright {
		text-align:left;
	}
	.footer-bottom .bottom-nav li {
		margin-top: 10px;
	}
	/*HOME*/
	/*home carousel .OK*/
	#homeCarousel::after {
		display:none;
	}
	#homeCarousel .caption {
		position: relative;
		top:initial;
		height: 310px;
		transform: none;
		text-align: center;
	}
	#homeCarousel .caption .col-12 .title {
		margin: 30px 0 30px 0;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 42px;
		font-weight: 300;
		line-height: 1.20;
		letter-spacing: -0.84px;
		text-align: center;
		color: #1a1a1a;
	}
	#homeCarousel .carousel-indicators {
		float:none; 
	}
	#homeCarousel .carousel-indicators li:first-child{
		margin-left:0;
	}
	#homeCarousel .carousel-indicators li{
		margin-left:16px;
		width: 16px;
		height: 16px;	
		background:none;
		border: solid 1px #007853;
	}
	#homeCarousel .carousel-indicators li.active{
		background:#007853;
	}
	/*main-innovation .OK*/
	.main-innovation{
		margin-top:0;
	}
	/*main-customers .OK*/
	.main-customers{
		margin-top:62px;
		margin-bottom:-45px;
	}
	.main-customers p {
		margin-bottom: 48px;
	}
	.main-customers .record {
		margin-bottom: 30px;
	}
	.main-customers .info {
		margin-bottom: 20px !important;
		min-height: inherit !important;
	}
	/*main-applications .OK*/
	.main-applications {
		margin-top: 120px;
	}
	.main-applications h4 {
		margin-bottom: 30px;
	}
	.main-applications .record .hover {
		min-height:200px;
	}
	.main-applications .record .info {
		margin: 0 auto 24px auto;
		max-width: none;
		overflow:hidden;
	}
	body.home .slider .slick-prev,
	body.home .slider .slick-next{
		display:none !important;
	}
	body.home .slider .slick-dots{
		display:block !important;
	}
	body.home .slider .slick-dots li{
		margin: 0 0 0 16px;
		width: 16px;
		height: 16px;
		background: none ;
		border: solid 1px #007853;
		border-radius: 30px;
	}
	body.home .slider .slick-dots li:first-child{
		margin-left: 0;
	}
	body.home .slider .slick-dots li.slick-active{
		background:#007853;
	}
	body.home .slick-dots li button,
	body.home .slick-dots li button:before{
		display:none !important;
	}
	/*main-ingredient .OK*/
	.main-ingredient {
		background:none;
		margin-top: 100px;
	}
	.main-ingredient figure{
		margin-bottom: 0;
	}
	.main-ingredient p {
		margin-bottom: 32px;
	}
	.main-ingredient .bootstrap-select,
	.products.category .bootstrap-select  {
		margin-bottom: 25px !important;
	}
	/*main-news .OK*/
	.main-news {
		background:none;
		margin-top: 60px;
		margin-bottom: 80px;
	}
	.main-news h4{
		margin-bottom: 36px;
	}
	.main-news .record{
		margin-bottom: 30px;
	}
	.main-news .all-news {
		margin-top: 35px;
	}
	.news-record-list .record figure img{
		border: 1px solid #eee;
	}
	/*second menu scroller .FALSE*/
	.nav-second{
		margin-bottom: 0;
	}
	/* BANNER .OK */
	body:not(.products) .banner .row {
		height: 375px;
	}
	body:not(.products) .banner h1 {
		font-size: 28px;
	}
	body:not(.products) .banner.white h1 {
		max-width:300px;
	}
	body.history .banner {
		background-position:right center !important;
	}
	/*HISTORY .OK*/
	/*timeline*/
    .timeline {
        padding: 0;
		margin-bottom:0;
    }
    .timeline:after {
        border: 0;
    }
    .timeline .timeline-row:nth-child(odd) {
        padding: 0;
		margin-bottom: 50px;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-thumbnail{
        margin: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-thumbnail:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-thumbnail:after {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) {
        padding: 0;
		margin-bottom: 40px;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .timeline .timeline-row:nth-child(even) .timeline-thumbnail{
        margin: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-thumbnail:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) .timeline-thumbnail:after {
        display: none;
    }
	.timeline-row .timeline-content .time{
		margin-bottom:5px;
	}
	.history .exp2 {
		margin-left: 0;
		margin-right: 0;
	}
	/* carousel gallery .OK */
	.carousel.gallery::before {
		display:none;
	}
	.carousel.gallery .caption {
		position:relative;
		bottom:inherit;
		left:inherit;
		margin-top: 15px;
		font-size: 18px;
		font-weight: 300;
		line-height: 1.36;
		letter-spacing: -0.56px;
		color: #000;
	}
	/* applications .OK*/
	body.applications .exp2{
		margin-top:26px;
	}
	/*products category .OK*/
	main > .wrapper.products-detail {
		margin-bottom: 90px;
	}
	.products-search .bootstrap-select  {
		margin-bottom: 22px !important;
	}
	.products-search p  {
		margin-bottom: 40px !important;
	}
	.products-detail .record-list .record {
		margin-bottom: 60px;
	}
	.products-detail .record-list .record figure {
		text-align: center;
	}
	.products-detail .brochure {
		margin-bottom:5px !important;
	}
	.products-detail .record-list .record .title {
		margin-top: 15px;
	}
	/*trend-insight .OK*/
	/*page-1*/
	.trend-insight .page-1.block-2,
	.trend-insight .page-1.block-4,
	.trend-insight .page-1.block-6,
	.trend-insight .page-1.block-7{
		margin-top: 45px !important;
	}
	.trend-insight .page-1.block-3 .country-flag .flag-right h2 {
		margin-top: 15px !important;
	}
	.trend-insight .page-1.block-4 .radial-graphic {
		margin-top: 25px !important;
		margin-bottom: 30px !important;
	}
	.trend-insight .page-1.block-5 .meta-left,
	.trend-insight .page-1.block-5 .meta-right {
		border-right: solid 1px #e8e8e8;
		padding-left: 30px;
		padding-right: 30px;
	}
	.trend-insight .page-1.block-5 .meta-left .title,
	.trend-insight .page-1.block-5 .meta-right .title {
		margin-bottom: 25px;
	}
	.trend-insight .page-1.block-6 .consumers {
		padding: 45px 30px;
	}
	.trend-insight .page-1.block-6 .consumers ul > li{
		margin-left:15px;
	}
	.trend-insight .page-1.block-6 .consumers-graphic{
		padding: 45px 30px;
		border-top:none;
	}
	.trend-insight .page-1.block-6 .consumers-graphic .radial-graphic-info {
		max-width: 160px;
	}
	.trend-insight .page-1.block-7 .years {
		position:inherit;
		top: inherit;
		right: inherit;
	}
	.trend-insight .page-1.block-7 h2 {
		margin-bottom: 20px;
	}
	.trend-insight .page-1.block-7 .sugar-claims .sub-title{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.trend-insight .page-1.block-8 {
		margin-top: 10px;
	}
	/*page-2*/
	.trend-insight .page-2.block-2,
	.trend-insight .page-2.block-3,
	.trend-insight .page-2.block-4,
	.trend-insight .page-2.block-5{
		margin-top: 45px !important;
	}
	.trend-insight .page-2.block-1 .img-1{
		margin-top:25px;
		padding-left:0;
		padding-right:0;
	}
	.trend-insight .page-2.block-3 .img-3{
		margin-top:35px;
	}
	.trend-insight .page-2.block-3 h2{
		margin-bottom:28px;
	}
	.trend-insight .page-2.block-4 .radial-graphic-info{
		padding-left:0;
		margin-bottom:25px;
	}
	.trend-insight .page-2.block-5 h2 span{
		display: block;
		margin-left: 0;
		margin-top: 12px;
	}
	/*page-2*/
	.trend-insight .page-3.block-2,
	.trend-insight .page-3.block-3,
	.trend-insight .page-3.block-4,
	.trend-insight .page-3.block-5{
		margin-top: 45px !important;
	}
	.trend-insight .page-3.block-1 .img-1{
		margin-top:25px;
	}
	.trend-insight .page-3.block-1 .no-artificial-list {
		margin-top: 15px;
	}
	.trend-insight .page-3.block-2 .info {
		margin-top: 25px;
	}
	.trend-insight .page-3.block-3 .info {
		margin-top: 35px;
	}
	.trend-insight .page-3.block-5 .graphic-left{
		padding: 30px 25px;
		height:auto !important;
	}
	.trend-insight .page-3.block-5 .graphic-right {
		padding: 30px 25px;
		height:auto !important;
		margin-top:30px;
	}
	.trend-insight .page-3.block-5 .graphic-left svg,
	.trend-insight .page-3.block-5 .graphic-right svg{
		max-width:120px;
		height: auto;
	}
	.trend-insight .page-3.block-5 .vertical-graphic .graphic-text-wrapper {
		margin-left: 15px;
		max-width: 140px;
	}
	.trend-insight .page-3.block-5 .vertical-graphic .graphic-text-1 {
		margin-top: -10px !important;
		margin-bottom: 10px;
	}
	.trend-insight .page-3.block-5 .vertical-graphic.graphic-left .graphic-text-2{
		margin-top:27px;
	}
	.trend-insight .page-3.block-5 .vertical-graphic.graphic-right .graphic-text-2{
		margin-top:34px;
	}
}
/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	h4{
		font-size: 36px;
		font-weight: 300;
		line-height: 1.22;
		letter-spacing: -0.72px;
	}
	/* general text .OK*/
	main .content .text h2{
		font-size: 24px;
	}
	main .content .text .carousel.gallery {
		margin-top: 35px;
	}
	/* contact .OK */
	.contact main .content .contact-list h2 {
		margin-top: 80px;
		margin-bottom: 45px;
		font-size: 28px;
	}
	.contact main .content .contact-list .record {
		margin-bottom: 60px;
	}
	/* news .OK*/
	body.news.detail .content .news-date {
		text-align:center;
	}
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	/*wrapper .FALSE*/
	main > .wrapper {
		margin-top: 33px;
		margin-bottom: 58px;
	}
	/*home*/
	/*main-innovation .OK*/
	.main-innovation{
		background:none;
	}
	.main-innovation::before{
		display:none;
	}
	.main-innovation figure{
		margin:0;
	}
	.main-innovation h4 {
		display:block;
		margin:30px auto;
		max-width:260px;
	}
	.main-innovation p {
		margin-bottom: 40px;
		color: #000000;
	}
	.main-innovation .btn {
		border: solid 1px #76bc21;
		color: #007853;
	}
	/* CATEGORY+SEARCH .FALSE
	-------------------------------------------------- */
	.category h1,
	.products.search h1{
		margin: 0 0 25px 0;
	}
	.category .filter .form-group,
	.products.search .filter .form-group{
		width:100%;
		padding-bottom:25px;
		padding-top:0;
	}
	/* MODAL  .FALSE
	/*modal as left/right sidebar .FALSE */
	.modal.left .modal-body,
	.modal.right .modal-dialog {
		width: 360px;
	}
	/*CONTACT .FALSE*/
	input[name=captcha]{
		width: 140px !important;
	}
}
/*#new add only for desktop screens*/
@media all and (min-width: 992px) {
	/*header.dropdown hover auto open .FALSE*/
	header .dropdown:hover>.dropdown-menu {
		display: block;
	}
	/*hover effect only for desktop screens .FALSE*/
	.navbar .nav-item .dropdown-menu{
		display:inherit !important;
		opacity: 0;
		visibility: hidden;
		transition: visibility 0s, opacity 0.3s linear;
	}
	.navbar .nav-item:hover .dropdown-menu{
		opacity:1;
		visibility:visible;
		top:100%;
	}
}
/* Large(lg) devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	/*navbar .OK*/
	header .navbar-custom .navbar-nav > .nav-item {
		margin-left: 30px;
	}
	header .navbar-custom .navbar-nav > .nav-item:first-child {
		margin-left: 0;
	}
	/*homeCarousel .OK*/
	#homeCarousel .caption .col-12 {
		margin-bottom: 20px;
	}
	#homeCarousel .caption .col-12 .title {
		margin-bottom: 20px;
		max-height: 100px;
		font-size: 36px;
	}
}
/*Extra large(xl) devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
/*#new add 1440px screens*/
@media only screen and (min-width: 1440px) {
	/*container .FALSE*/
	.container {
		max-width: 1360px;
	}
} 
/*#new add full hd screens*/
@media only screen and (min-width: 1920px) {
	/*container .FALSE*/
	.container {
		max-width: 1680px;
	} 
}