/* 
Theme Name:   Targban
Template:     generatepress
*/

/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

.admin-bar #targban-header {
    top: 32px;
}

@font-face {
	font-family: 'TTHovesPro';
	src: url('fonts/TTHovesPro-Lt.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'TTHovesPro';
	src: url('fonts/TTHovesPro-Rg.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'TTHovesPro';
	src: url('fonts/TTHovesPro-XBd.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}


.bx-wrapper {
    z-index: 1;
}

iframe {
    border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    margin-top: 0;
}

body p {
    margin-bottom: 25px;
    margin-top: 0;    
}

body h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
}

body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body .bx-wrapper {
    padding: 0;
    border: none;
}

body {
    overflow-x: hidden;
}

figure {
    margin: 0;
}

body a:hover {
    text-decoration: none;
}

input, textarea, button {
	font-family: 'TTHovesPro';
}

body {
	font-family: 'TTHovesPro';
    font-size: 18px;
    color: #231f20;
    background: #efebe1;
    line-height: 24px;
    min-width: 302px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
	color : inherit;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
    height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

img, a, button, .langs-box .name {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;    
}

.content-box {
    float: left;
    width: 100%;
}

/* *** HEADER *** */

header {
    z-index: 10;
    top: 0;
    left: 0;
    padding: 30px 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.header-box .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h-box-1, .h-box-2 {
   display: flex;
   align-items: center;
}

header .logo {
   display: block;
   width: 131px;
   height: 40px;
   background: url('img/logo.png') center no-repeat;
   margin-top: 9px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

@media only screen and (min-width: 992px) {
	.body-active header .logo {
		width: 90px;
		margin-top: 6px;
		background-size: 91px auto;
	}
}

.btn-hamburger {
   margin-right: 39px;   
   display: block;
   width: 52px;
   height: 52px;

   border-radius: 50%;
   background: url('img/01.png') center no-repeat;
}
@media only screen and (min-width: 992px) {
.body-active .btn-hamburger, .body-active .btn-contact {
	border-color: transparent;
}
}
.btn-contact {
  
   display: block;
   width: 52px;
   height: 52px;

   border-radius: 50%;
   background: url('img/02.png') center no-repeat;
}

.container {
    padding-left: 20px;
    padding-right: 20px;

}

@media (min-width: 1199px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1270px;
    }
}

@media (min-width: 1500px) {
    .container-1 {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.langs-box {
   position: relative;
}

.langs-box ul {
   padding: 0;
   margin: 0;
   display: none;
   list-style: none;
   background: #231f20;
   position: absolute;
   top: 100%;
   padding: 5px 10px;
   left: 0;
}

.langs-box:hover ul {
   display: block;
}

.langs-box a {
   font-size: 14px;
   color: #fff;
   font-weight: bold;
}

.langs-box {
   margin-right: 19px;
}

.langs-box .name {
   position: relative;
   font-size: 14px;
   cursor: pointer;
   color: #fff;
   font-weight: bold;
   padding: 5px 0;
   padding-right: 15px;
   background: url('img/03.png') right center no-repeat;
}

.header-color .btn-hamburger {
   border-color: #224a4a;
   background-image: url('img/01-1.png');
}

.header-color .logo {
   background-image: url('img/logo-1.png');
}

.header-color .btn-contact {
   border-color: #224a4a;   
   background-image: url('img/02-1.png');
}

.header-color .langs-box .name {
   color: #224a4a;
   background-image: url('img/03-1.png');
}
/*
.scrolling_up .btn-hamburger {
   border-color: #fff !important;
   background-image: url('../img/icons/01.png') !important;
}

.scrolling_up .logo {
   background-image: url('../img/logo.png') !important;
}

.scrolling_up .btn-contact {
   border-color: #fff;   
   background-image: url('../img/icons/02.png') !important;
}

.scrolling_up .langs-box .name {
   color: #fff;
   background-image: url('../img/icons/03.png') !important;
}*/

header {
	background: rgba(34,74,74,0);
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.body-active header {
	padding: 10px 0;
	background: rgba(34,74,74,1);
}

@media only screen and (min-width: 992px) {
	.body-active header {
		padding: 5px 0;
	}
}

/* *** HOME *** */

.content-box-1-1 {
   min-height: 100vh;
   display: flex;
   flex-direction: column;
   justify-content: space-between; 
}

.content-box-1 {
   background-size: cover;
   background-position: center center;
}

.title h2 {
   color: #fff;
   font-size: 72px;
   margin: 0;
   line-height: normal;
}

.title {
   margin-bottom: 30px;
}

.content-box-1 .title {
   width: calc(70% - 30px);
}

.content-box-1-bottom {
   display: flex;
   justify-content: flex-end;
}

.content-box-1 .text {
   width: 372px;
   color: #fff;
   padding-right: 40px;
   border-top: 2px solid #fff;
   padding-top: 30px;
}

.padding-1 {
   padding: 180px 0;   
}

.content-box-2 .row {
   align-items: center;
}

.text p:last-child {
   margin-bottom: 0;
}

.text a {
   color: #224a4a;
   text-decoration: underline;
}

.row60 {
   margin: 0 -30px;
}

.row60 > div {
   padding: 0 30px;
}

.content-box-3 {
   background: #231f20;
}

.box-1 {
   color: #fff;
   font-size: 28px;
   line-height: normal;
}

.box-1 span {
   color: #b2dbb7;
   font-size: 70px;
}

.box-1 div {
   display: inline-block;
   text-align: right;
}

.box-1 .width-1 {
   width: 245px;   
}

.box-1 .width-2 {
   width: 285px;   
}

.box-1 div span {
   margin: 0 15px;
   display: inline-block;
}

.content-box-3-1 .row-box {
   display: flex;
}

.content-box-3-1 .col-box {
   width: 50%;
}

.box-1 {
   margin-bottom: 20px;
}

.boxes-1 .box-1:last-child {
   margin-bottom: 0;
}

.content-box-3-2 {
   height: 180px;
   color: #b2dbb7;
   font-size: 150px;
   line-height: 1;
}

.content-box-3-2 span {
	margin-right: 120px;
}

.box-2 .txt span span {
	margin: 0;
}

.content-box-3-3 {
   padding-bottom: 100px;
   margin-top: -30px;
}

.mr-1 {
   margin-bottom: 180px;
}

.content-box-4-1 {
   background: url('img/04.png') center no-repeat;
   height: 877px;
}

.content-box-4-1 .description {
   width: 370px;
   padding-top: 190px;
}

.mr-2 {
   margin-bottom: 75px;
}

.content-box-4-2 .title h2 {
   color: #b2dbb7;
}

.content-box-4-2 .title {
   text-align: center;
}

.content-box-4-2 .text {
   text-align: center;
   width: 370px;
   max-width: 100%;
   margin: 0 auto;
}

.title-1 h2 {
   color: #2f2c2c;
   font-size: 48px;
   line-height: normal;
   margin: 0;
}

.title-1 {
   margin-bottom: 40px;
}

.content-box-4-3 .title-1 {
   text-align: center;
}

.box-2 {
   display: flex;
}

.box-2-col {
   height: 120px;
   position: relative;
   flex-shrink: 0;
}

.box-2 .txt {
   position: absolute;
   bottom: 0;
   right: 0;
   padding: 14px 20px;
   text-align: right;
   font-size: 18px;
   color: #b2dbb7;
}

.bg-3 .txt {
   color: #224a4a;
}

.box-2 .txt span {
   margin: 0 5px 0 0;
   font-weight: bold;
   font-size: 36px;
}

.bg-1 {
   background: #224a4a;
}

.bg-2 {
   background: #449090;
}

.bg-3 {
   background: #b2dbb7;
}

.content-box-5-top .title {
   width: calc(50% - 30px);
}

.content-box-5 .title h2 {
   color: #b2dbb7;   
}

.content-box-5-bottom {
   display: flex;
   justify-content: flex-end;
}

.content-box-5 .text {
   width: calc(50% - 30px);
}

.content-box-6 .title {
   width: calc(55% - 30px);
}

.content-box-6 {
   overflow: hidden;
}

.content-box-6 .title h2 {
   color: #cfcebb;
}

.carousel .swiper-container {
   overflow: visible;
}

.carousel {
   position: relative;
   padding-top: 10px;
   z-index: 1;
}

.carousel:after {
   position: absolute;
   top:0;
   right: 100%;
   height: 100%;
   width: 10000px;
   background: #efebe1;
   content: "";
   z-index: 10;
}

.c-box .date {
   font-size: 72px;
   line-height: normal;
   margin-top: -29px;
   margin-bottom: 5px;
}

/* *** BREADCRUMB *** */

.breadcrumb-box {
    float: left;
    width: 100%;
    color: #1c2f5a;
    font-size: 12px;
    margin: 10px 0 0 0;
}

.breadcrumb-box ul {
    padding: 0 !important;
}

.breadcrumb-box li {
    float: left;
    margin-right: 20px;
    list-style: none;
}

.breadcrumb-box a {
    color: #1c2f5a;
}

.breadcrumb-box a:hover {
    color: #000;    
}

/* *** FOOTER *** */

footer h3 {
   font-size: 30px;
}

footer {
   background: #231f20;
   padding-top: 130px;
   color: #efebe1;
}

footer a {
   color: #efebe1;
}

footer a:hover {
   color: #efebe1;
   opacity: 0.85;
}

.footer-bottom {
   font-size: 14px;
   align-items: center;
   padding: 46px 0 23px 0;
   display: flex;
   justify-content: space-between;
}

.footer-top .row-box {
   display: flex;
   margin: 0 -30px;
}

.footer-top .row-box > div {
   padding: 0 30px;
   width: 50%;
}

.footer-top .description {
   width: 375px;
   float: right;
}

.footer-top .description .txt {
   padding: 20px 0;
}

.social-box a {
   display: inline-block;
   margin-left: 7px;
   margin-top: -1px;
   vertical-align: middle;
}

.fb {
   width: 10px;
   height: 18px;
   background: url('img/04-1.png');
}

.instagram {
   width: 20px;
   height: 20px;
   background: url('img/05.png');
}

.linkedin {
   width: 25px;
   height: 22px;
   background: url('img/linkedin.png');
}

.f-box-1 {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
}

.f-box-1 .txt-1 {
   padding-top: 15px;
}

.f-box-1 .f-logo {
   margin-bottom: 0;
}

.f-menu ul {
   padding: 0;
   margin: 0;
   list-style: none;
   display: flex;
}

.f-menu ul li {
   margin-right: 55px;
}

.footer-top .row-box .col-box:first-child {
   display: flex;
   justify-content: space-between;
   flex-direction: column; 
}

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;

}

.select .chosen-container {
    width: 100% !important;
}

.select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.select .chosen-search {
    display: none;
}

.select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 10px;
    height: 29px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #000;
    font-size: 14px;  
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    width: 32px;
    /*background: url('../img/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #000;
}

.select .chosen-container .chosen-results li:hover {
    background: #ec008d;
    color: #fff;
}

/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    z-index: 101;
    width: 100%;
    padding: 10px 15px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    display: none;
}

.header-rsp .logo-rsp {
    margin-top: 10px;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    width: 150px;
    max-height: 100%;
}

.hamburger {
    position: absolute;
    top: 8px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #BC1620;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;    
}

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    display: none;      
}

.menu-rsp  .opacity-rsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.menu-rsp nav {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu-rsp > nav > ul:first-child {
    box-shadow: 0 0 10px rgb(255 255 255 / 50%);
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #EDE5D9;
    padding: 0;
}

.menu-rsp nav li {
    position: relative;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    height: auto;
    border-top: 1px solid transparent;
}

.menu-rsp nav > ul > li:first-child {
    border-top: none;
}

.menu-rsp nav a {
    line-height: normal;    
    height: auto;
    color: #67797C;
    font-size: 15px;
    font-weight: bold;
    float: left;  
    width: 100%;
    padding: 15px 15px 14px 15px;
}

.menu-rsp nav a:hover {
    background-color: #BC1620;
    color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
    padding-right: 53px;
}

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid transparent;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 52px;
    cursor: pointer;
}

.menu-rsp nav ul ul {
    display: none;
    color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
    border-color: #fff;
}

.menu-rsp nav ul ul {
    background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
    background: #fff;
}

.menu-rsp nav ul ul a {
    padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
    padding-left: 45px;
}

/* *** BANANAS *** */

.content-box-1 .width-3 {
   width: 585px;
}

.padding-2 {
   padding: 140px 0;
}

.mr-3 {
   margin-bottom: 120px;
}

.pr-0 {
   padding-right: 0 !important;
}

/* *** FRUITS *** */

.bg-4 {
   background: #cee4d1;
}

.bg-4 .txt, .bg-5 .txt, .bg-6 .txt, .bg-7 .txt {
   color: #224a4a; 
}

.bg-5 {
   background: #cad6cc;
}

.bg-6 {
   background: #dedddb;
}

.bg-7 {
   background: #cfceba;
}

.box-2-1 .txt span {
   font-size: 24px;
}

/* *** VEGETABLES *** */

.mask-logo {
   position: relative;
}

.mask-logo:after {
   display: block;
   content:"";
   position: absolute;
   top: 0;
   background: url('img/logo-3.png') center no-repeat;
   left: 0;
   width: 100%;
   height: 100%;
}

.logos {
   margin: 0 -20px;   
}

.logos ul {
   display: flex;
   justify-content: space-between;
   padding: 0;
   align-items: center;
   margin: 0;
   list-style: none;
   flex-wrap: wrap;
}

.logos a:hover {
   opacity: 0.85;
}

.logos figure {
   padding: 0 20px;
   margin-top: 30px;
}

.content-box-1-1 .title-1 h2 {
   color: #fff;
}

.content-box-1-bottom.box-left {
   justify-content: flex-start;
}

.align-items-top {
   align-items: flex-start !important;
}

.boxes-3 {
   display: flex;
}

.boxes-3 .col-box {
   width: 33.3333%;
   flex-shrink: 0;
}

.box-3 {
   position: relative;
   display: block;
}

.box-3:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	display: block;
	content: "";
	background:rgba(0,0,0,0.3);
	    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.box-3:hover:after {
	background:rgba(0,0,0,0.1);
}

.box-3 .txt {
   position: absolute;
   bottom: 0;
	z-index: 2;
   right: 0;
   color: #fff;
   font-size: 36px;
   padding: 25px 30px;
   font-weight: bold;
}

.box-3 img {
   width: 100%;
   display: block;
}

.width-5 {
   width: 570px !important;
   max-width: 100%;
}

.boxes-4 .row-box {
   display: flex;
   justify-content: space-between;
}

.boxes-4  {
   margin: 0 -15px;
}

.box-4 {
   font-size: 16px;
   font-weight: bold;
   text-transform: uppercase;
   text-align: center;
   margin-bottom: 30px;
}

.boxes-4 {
   margin-bottom: -40px;
}

.box-4 .txt {
   padding-top: 20px;
}

.boxes-4 .col-box {
   padding: 0 15px;
	width: 16.6666%;
}

/* *** KONTAKT *** */

.c-content-box-1 {
   display: flex;
}

.c-content-box-1 .col-left {
   width: 430px;
   padding-right: 60px;
}

.c-content-box-1 .col-right {
   width: calc(100% - 430px);
}

.font-16 {
   font-size: 16px;
}

.form-box .row {
   margin: 0 -10px;
}

.form-box .row > div {
   padding: 0 10px;
}

.input-box {
   margin-bottom: 20px;
}

.input-box input, .input-box textarea {
   height: 50px;
   padding: 0 25px;
   display: block;
   width: 100%;
   color: #231f20;
   font-size: 16px;
   border-radius: 25px;
   background: #fff;
   border: 1px solid #cfcebb;
   padding-top: 2px;
}

.input-box textarea {
   height: 200px;
   resize: none;
   overflow: auto;
   padding: 15px 25px;
}

::-webkit-input-placeholder { /* Edge */
   color: #231f20;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #231f20;
}

::placeholder {
   color: #231f20;
}

.btn-1, input[type=submit] {
   height: 50px;
   padding: 0 25px;
   display: block;
   display: inline-block;
   color: #fff;
   font-size: 16px;
   background: #224a4a;
   border-radius: 25px;
   padding-top: 1px;
   border: 1px solid #224a4a;
   padding-top: 2px;
}

.btn-1:hover, input[type=submit]:hover {
   background: #224a4a;
   opacity: 0.9;
}

.checkbox-box {
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 20px;
}

.checkbox-box label {
   margin: 0;
   font-size: 12px;
   color: #231f20;
}

.checkbox-box label a{
   color: #224a4a;
}

.checkbox-box label a:hover{
   color: #224a4a;
   opacity: 0.9;
}

.icheckbox {
   position: relative;
   width: 16px;
   flex-shrink: 0;
   height: 16px;
   border-radius: 50%;
   margin: -2px 9px 0 0;
   background: #fff;
   border: 1px solid #224a4a;
   float: left;
   top: 5px;
}

.icheckbox.checked:after {
   position: absolute;
   top: 3px;
   background: #224a4a;
   content: "";
   width: 8px;
   height: 8px;   
   display: block;
   border-radius: 50%;
   left: 3px;
}

.form-button {
   display: flex;
   justify-content: center;
}

.mr-0 {
   margin-bottom: 0 !important;
}

.height-2 .content-box-1-1 {
   min-height: 640px;
}

/* *** DOWNLOAD *** */

.c-box-1 {
   padding: 20px 0;
   border-bottom: 1px solid #d7d3ca;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.c-box-1 .txt {
   font-size: 48px;
   line-height: normal;
   width: 780px;
   padding-right: 20px;
}

.btn-1-1 {
   line-height: 47px;
}

.c-box-1 .btn-1-1 {
   flex-shrink: 0;
}

.btn-1:hover {
   color: #fff;
}

.btn-1-1 span {
   padding-right: 20px;
   background: url('img/13.png') right 4px no-repeat;
}

.c-boxes-1 .c-box-1:first-child {
	 padding-top: 0;
}

.content-box-4.padding-1 {
	padding-bottom: 0 !important;
}

/* *** MENU *** */

.menu-box {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 465px;
	height: 100vh;
	padding: 132px 0 50px 116px;
	background: #224a4a;
	box-sizing: border-box;
}

.menu-box .container {
	padding: 0;
	height: 100%;
	display: block;
}

.open-menu header .btn-hamburger {
	background-image: url('img/21.png');
}


.menu-content {
	display: flex;
	padding: 0 25px 0 0;
	height: 100%;
	overflow: auto;
	justify-content: space-between;
	flex-direction: column;
}

.m-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.m-menu a {
	line-height: normal;
	color: #ffffff;
	font-size: 30px;
}

.m-menu a:hover {
	color: #b2dbb7;
}

.m-menu ul li {
	margin-bottom: 15px;
}

.m-menu ul ul {
	padding-top: 15px;
}

.m-menu ul li:last-child {
	margin-bottom: 0;
}

.m-menu ul ul a {
	font-size: 24px;
}

.m-menu ul ul {
	padding-left: 22px;
}

header .logo, header .btn-hamburger  {
	z-index: 10;
	position: relative;
}

.m-box .txt {
	font-size: 16px;
	color: #fff;
	margin: 40px 0;
}

.m-box .txt a {
	color: #b2dbb7;
}

.m-box .txt a:hover {
	color: #b2dbb7;
	opacity: 0.85;
}

.m-social-box {
	font-size: 16px;
	color: #b2dbb7;
}

.m-social-box a {
    display: inline-block;
    margin-left: 7px;
    margin-top: -1px;
    vertical-align: middle;
}

.m-social-box a:hover {
	opacity: 0.85;
}

.m-fb {
   width: 10px;
   height: 18px;
   background: url('img/14.png');
}

.m-instagram {
   width: 20px;
   height: 20px;
   background: url('img/15.png');
}

.m-linkedin {
   width: 25px;
	margin-top: -1px;
   height: 22px;
   background: url('img/linkedin-green.png');
}

.cc-contact-box {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	display: none;
	background: #b2dbb7;
	width: 465px;
	height: 100vh;
	overflow: auto;
	padding: 132px 10px 50px 10px;
}

.cc-contact-box h3 {
	font-size: 30px;
	margin-bottom: 25px;
}

.btn-contact {
	z-index: 2;
	position: relative;
}

.cc-contact-box .container {
	display: block;
}

.cc-form-box .input-box {
	margin-bottom: 10px;
}

.cc-form-box .checkbox-box {
	justify-content: flex-start;
}

.content-box-3 {
	overflow: hidden;
}

.cc-form-box .input-box input {
	border-color: #fff;
}

.open-contact .btn-contact {
	border-color: #224a4a;
	background-image: url('img/22.png');
}

.animate__animated {
	opacity: 0;
}

.box-1 div span span {
	margin: 0;
}

.aa-video-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
   overflow: hidden;
}

.aa-video-content .container {
	z-index: 2;
}

.aa-video-box video {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    visibility: visible;
    opacity: 1;
    width: 1905px;
    height: 100%;
    object-fit: cover;
}

.aa-mask-1 .aa-video-box:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: rgba(34,74,74,0.2);
}

.aa-mask-2 .aa-video-box:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: rgba(0,22,19,0.2);
}

.aa-mask-3 .aa-video-box:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: rgba(0,14,12,0.1);
}

.aa-mask-4 .aa-video-box:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: rgba(0,72,62,0.3);
}

.aa-mask-5 .aa-video-box:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: rgba(0,0,0,0.2);
}

.aa-mask-6 .aa-video-box:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: rgba(0,14,12,0.1);
}

@media only screen and (max-width: 1199px){
	body .aa-video-box video {
		 margin: auto;
		 position: absolute;
		 transform: none;
		 visibility: visible;
		 opacity: 1;
		 top: 0;
		 left: 0;
		 width: 100%;
		 height: 100%;
		 object-fit: cover;
	}
}

.aa-video-content {
	position: relative;
}

.carousel-1 .swiper-button-next:after, .carousel-1 .swiper-button-prev:after {
	display: none;
}

.carousel-1 .swiper-button-next, .carousel-1 .swiper-button-prev {
	color: #fff;
	width: 52px;
	height: 52px;
	background: rgba(255,255,255,0.2) url(img/19.png) center no-repeat;
	/* border: 2px solid #fff; */
	border-radius: 50%;
	top: 35%;
	transition: background-color 0.3s ease, filter 0.3s ease;
}

.carousel-1:hover .swiper-button-next,
.carousel-1:hover .swiper-button-prev {
	background: rgba(34,74,74,0.85) url(img/19.png) center no-repeat;
}

.carousel-1 .swiper-button-next {
 transform:scale(-1,1);
-webkit-transform:scale(-1,1);
 -moz-transform:scale(-1,1);
-o-transform:scale(-1,1)
}

.contact-mask-box {
	position: fixed;
	top: 0;
	right: 465px;
	width: calc(100% - 465px);
	height: 100vh;
	background: transaprent;
}


.menu-mask-box {
	position: fixed;
	top: 0;
	left: 465px;
	width: calc(100% - 465px);
	height: 100vh;
	background: transaprent;
}

.text-1-1 a {
	text-decoration: none;
	    color: #231f20;
}

/* *** BRANDS SECTION *** */

.content-box-brands {
	background: #efebe1;
	padding: 100px 0 50px 0 !important;
}

.content-box-brands .brands-title {
	margin-bottom: 50px;
}

.content-box-brands .brands-title h2 {
	font-size: 72px;
	color: #224a4a;
	margin: 0;
	line-height: normal;
}

.brands-grid {
	max-width: 100%;
}

.brands-grid .row {
	margin: 0 -15px;
}

.brands-grid .row > div {
	padding: 0 15px;
	margin-bottom: 30px;
}

.brand-logo-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	height: 120px;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.brand-logo-wrapper:hover {
	transform: translateY(-5px);
	opacity: 0.85;
}

.brand-logo {
	max-width: 100%;
	max-height: 80px;
	width: auto;
	height: auto;
	object-fit: contain;
}

/* *** PARTNERS SECTION *** */

.content-box-partners {
	background: #efebe1;
	padding: 100px 0 50px 0 !important;
}

.content-box-partners .partners-title {
	margin-bottom: 50px;
}

.content-box-partners .partners-title h3 {
	font-size: 48px;
	color: #224a4a;
	margin: 0;
	line-height: normal;
}

.partners-grid {
	max-width: 100%;
}

.partners-grid .row {
	margin: 0 -15px;
}

.partners-grid .row > div {
	padding: 0 15px;
	margin-bottom: 30px;
}

.partner-logo-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	height: 120px;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.partner-logo-wrapper:hover {
	transform: translateY(-5px);
	opacity: 0.85;
}

.partner-logo {
	max-width: 100%;
	max-height: 80px;
	width: auto;
	height: auto;
	object-fit: contain;
}

/********************MOBILE**************************/


@media only screen and (max-width: 1500px) {
    .padding-1 {
        padding: 140px 0;
    }
    .padding-2 {
        padding: 140px 0;
    }
}

@media only screen and (max-width: 1300px) {
    .box-1 {
        font-size: 25px;
    }
    .c-box .date {
        font-size: 60px;
    }
    .c-box .date {
        margin-top: -24px;
    }
    .f-menu ul li {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .c-box-1 .txt {
        font-size: 30px;
    }
     .box-4 {
        font-size: 14px;
     }
    .padding-1 {
        padding: 70px 0;
    }
    footer {
        padding-top: 70px;
    }
    .mr-3 {
        margin-bottom: 70px;
    }
    .mr-1 {
        margin-bottom: 70px;
    }
    .content-box-4-1 {
        height: 676px;
        background-size: 1190px auto;
    }
    .content-box-4-1 .description {
        padding-top: 70px;
    }
    .title h2 {
        font-size: 52px;
    }
    .content-box-1-0 {
        padding-top: 135px;
    }
    .box-1 span {
        font-size: 40px;
    }
    .box-1 {
        font-size: 18px;
    }
    .box-1 .width-1 {
        width: 180px;
    }
    .content-box-3-2 {
        font-size: 100px;
    }
    .content-box-3-2 {
        height: 116px;
    }
    .content-box-3-3 {
        margin-top: 0;
        padding-bottom: 60px;
    }
    .title-1 h2 {
        font-size: 40px;
    }
    .c-box .date {
        font-size: 45px;
        margin-top: -20px;
    }
    .f-menu ul li {
        margin-right: 15px;
    }
    .footer-top .row-box {
        margin: 0 -15px;
    }
    .footer-top .row-box > div {
        padding: 0 15px;
    }
    .padding-2 {
        padding: 70px 0;
    }
    .content-box-brands .brands-title h2 {
        font-size: 52px;
    }
    .content-box-brands {
        padding: 70px 0 40px 0 !important;
    }
    .content-box-partners {
        padding: 70px 0 40px 0 !important;
    }
    .content-box-partners .partners-title h3 {
        font-size: 40px;
    }
.carousel-1 .swiper-button-next, .carousel-1 .swiper-button-prev {
	color: #fff;
	top: 32%;
}
}

@media only screen and (min-width: 992px) {
    .menu-rsp {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .c-box-1 .txt {
        font-size: 20px;
    }    
    .box-3 .txt {
        font-size: 20px;
        padding: 15px 20px;
    }
    .boxes-4 .col-box {
        width: 25%;
    }
    .boxes-4 .row-box {
        flex-wrap: wrap;
        justify-content: center;
    }
    .box-2-col {
        height: 90px;
    }
    .footer-top .description {
        width: 270px;
    }
    .f-menu ul {
        flex-wrap: wrap;
    }
    .btn-hamburger {
       border-color: #224a4a;
       background-image: url('img/01-1.png');
    }
    .logo {
       background-image: url('img/logo-1.png');
    }
    .btn-contact {
       border-color: #224a4a;   
       background-image: url('img/02-1.png');
    }
    .langs-box .name {
       color: #224a4a;
       background-image: url('img/03-1.png');
    }
    body .logo {
        background-image: url('img/logo-1.png');
    }
    header {
        background: #fff;
        height: 72px;
    }
    header {
        padding: 10px 0;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .btn-hamburger {
        margin-right: 19px;
    }
    body {
        padding-top: 72px;
    }
    .content-box-1-0 {
        padding-top: 70px;
    }
    .content-box-1-1 {
        min-height: calc(100vh - 72px);
    }
    .row60 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row60 > div {
        padding: 0 15px;
    }
    .box-1 .width-2 {
        width: 172px;
    }
    .box-1 .width-1 {
        width: 116px;
    }
    .box-1 div span {
        font-size: 32px;
        margin: 0 10px;
    }
    .title h2 {
        font-size: 40px;
    }
    .content-box-brands .brands-title h2 {
        font-size: 40px;
    }
    .content-box-partners .partners-title h3 {
        font-size: 36px;
    }
    .title-1 h2 {
        font-size: 30px;
    }
    .box-2 .txt {
        padding: 8px 15px;
    }
    .box-2 .txt {
        font-size: 14px;
    }
    .box-2 .txt span {
        font-size: 26px;
    }
    footer h3 {
        line-height: normal;
        font-size: 21px;
    }
    .c-content-box-1 .col-left {
        width: 40%;
    }
    .c-content-box-1 .col-right {
        width: 60%;
    }
    .height-2 .content-box-1-1 {
       min-height: calc(100vh - 72px);
    }
    header {
        background: #fff !important;
    }
    .menu-box {
        top: 72px;
        height: calc(100vh - 72px);
    }
    .menu-box {
        width: 100%;
        padding: 30px 0 30px 0;
    }
    .menu-box .container {
        padding: 0 20px;
    }
    .m-box .txt {
        margin: 30px 0;
    }
    .menu-box {
        overflow: auto;
    }
    .m-box {
        padding-bottom: 30px;
    }
    .menu-content {
        overflow: visible;
    }
    .open-menu header .btn-hamburger {
    background-image: url(../img/icons/22.png);
}
    .cc-contact-box {
        padding-left: 0;
        padding-right: 0;
        padding: 30px 0;
    }
    .cc-contact-box {
        top: 72px;
        height: calc(100vh - 72px);
    }
    .carousel-1 .swiper-button-next, .carousel-1 .swiper-button-prev {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .contact-mask-box, .menu-mask-box {
        display: none;
    }
.content-box-3-2 span {
	margin-right: 30px;
}
    
    .cc-contact-box {
        width: 100%;
    }
    .cc-contact-box h3 {
        font-size: 20px;
    }
    .c-box-1 {
        display: block;
        text-align: center;
    }
    .m-menu a {
        font-size: 26px;
    }
    .m-menu ul ul a {
        font-size: 18px;
    }
    .c-boxes-1 .c-box-1:first-child {
        padding-top: 0;
    }
    .c-box-1 .txt {
        width: 100%;
        padding-right: 0;
        margin: 0 0 20px 0;
    }
    .height-2 .content-box-1-1 {
       min-height: 1px;
    }    
    .c-content-box-1 {
        display: block;
    }
    .c-content-box-1 .col-left {
        padding: 0 0 50px 0;
        width: 100%;
    }
    .c-content-box-1 .col-right {
        width: 100%;
    }    
    .boxes-4 .col-box {
        width: 50%;
    }
    .box-4 img {
        width: 80px;
    }
    .boxes-3 .col-box {
        width: 100%;
    }
    .boxes-3 {
        flex-wrap: wrap;
    }
    .content-box-1 .text {
        padding-right: 0;
    }
    .box-2 .txt {
        width: 100%;
        text-align: left;
    }
    .c-box figure img {
        width: 100%;
    }
    .content-box-1 .text {
        width: 100%;
    }
    footer h3 {
        padding-bottom: 5px;
    }
    .copyright {
        padding-right: 15px;
    }
    header .logo {
        width: 90px;
        background-size: 100% auto;
    }
    .btn-hamburger, .langs-box {
        margin-right: 15px;
    }
    .content-box-1-1 {
        min-height: 1px;
    }
    .content-box-1 .title {
        width: 100%;
    }
    .padding-1, .padding-2 {
        padding: 45px 0 !important;
    }
    .title h2 {
        font-size: 30px;
    }
    .content-box-2 .row > div {
        margin-top: 35px;
    }
    .content-box-2 .row > div:first-child {
        margin-top: 0;
    }
    .mr-3 {
        margin-bottom: 45px;
    }
    body {
        font-size: 16px;
    }
    .content-box-3-1 .col-box {
        width: 100%;
    }
    .content-box-3-1 .row-box {
        display: block;
    }
    .box-1 .width-1, .box-1 .width-2 {
        width: auto;
    }
    .box-1 {
        text-align: center;
        padding-right: 10px;
    }
    .content-box-3-1 .row-box .col-box:first-child {
        margin-bottom: 20px;
    }
    .content-box-3-2 {
        font-size: 60px;
        height: 69px;
    }
    .content-box-3-3 {
        padding-bottom: 45px;
        margin-top: 5px;
    }
    .mr-1 {
        margin-bottom: 45px;
    }
    .content-box-4-1 .description {
        padding-top: 0;
    }
    .mr-2 {
        margin-bottom: 45px;
    }
    .title-1 {
        margin-bottom: 25px;
    }
    .title-1 h2 {
        font-size: 25px;
    }
    .box-2 {
        display: block;
    }
    .box-2-col {
        width: 100% !important;
    }
    .box-2-col {
        height: 50px;
    }
    .content-box-5-top .title {
        width: 100%;
    }
    .content-box-5 .text, .content-box-6 .title {
        width: 100%;
    }
 
    .content-box-4-1 .description {
        width: 100%;
    }
    .content-box-4-1 {
        height: auto;
        background-size: auto 100%;
    }
    footer {
        padding-top: 45px;
    }
    .footer-top .row-box {
        display: block;
    }
    .footer-top .row-box .col-box {
        width: 100%;
    }
    .footer-top .description {
        width: 100%;
        float: none;
    }
    .f-box-1 {
        display: block;
    }
    .f-box-1 .f-logo {
        margin: 0 0 30px 0;
    }
    .f-menu {
        padding: 20px 0;
    }
    .footer-bottom {
        padding-top: 40px;
    }
    .title {
        margin-bottom: 25px;
    }
    .content-box-1 .text {
        padding-top: 24px;
    }
    .logos ul {
        text-align: center;
        justify-content: center;
    }
    .logos ul li {
        width: 50%;
    }
    .logos {
        margin: 0;
    }
    .content-box-partners .partners-title h3 {
        font-size: 28px;
    }
    .content-box-partners .partners-title {
        margin-bottom: 30px;
    }
    .content-box-partners {
        padding: 45px 0 30px 0 !important;
    }
    .partner-logo-wrapper {
        height: 100px;
        padding: 15px;
    }
    .partner-logo {
        max-height: 70px;
    }
    .content-box-brands .brands-title h2 {
        font-size: 30px;
    }
    .content-box-brands .brands-title {
        margin-bottom: 30px;
    }
    .content-box-brands {
        padding: 45px 0 30px 0 !important;
    }
    .brand-logo-wrapper {
        height: 100px;
        padding: 15px;
    }
    .brand-logo {
        max-height: 70px;
    }
}

@media only screen and (max-width: 576px) {
   
}



/********************VVV*****************************/

.site-content {
	display : block;
}

.dark {
	width: 100vw;
	left: calc(-50vw + 50%);
	position: relative;
	overflow: hidden;
}

.cb {
	box-sizing: content-box;
}

.half-size{
	max-height : 642px;
}

.page-template-page-bananas .kategorie > .col-box:first-child {
	pointer-events : none;
}

.page-template-page-fruits .kategorie > .col-box:nth-child(2) {
	pointer-events : none;
}

.page-template-page-vegetables .kategorie > .col-box:nth-child(3) {
	pointer-events : none;
}

body.error404 {
	border: solid 32px #bef0bf;
	background : #ffffff;
	color : #2a4c4b;
}

body.error404 .container.grid-container {
	height : 100%;
}

body.error404 .container.grid-container > .site-content {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: fit-content;
	min-height : 365px;
    width: calc(100% - 100px);
	max-width: 1270px;
	padding : 32px;
}

body.error404 .container.grid-container > .site-content img {
	position : absolute;
	top : 0;
	right : 0;
	display : block;
	z-index : 1;
}

body.error404 .container.grid-container > .site-content .text404 {
	position : relative;
	z-index : 2;
}

body.error404 h1 {
	font-size : 142px;
}

body.error404 h2 {
	font-size : 30px;
}

html, body {
	height : 100%;
}

@media only screen and (max-width: 767px) {
	.logos ul > li:nth-child(3) img {
		max-height : 90px
	}
	
	.footer-top .f-logo + .txt-1 {
		display : none;
	}
	
}

@media only screen and (max-width: 477px) {
	body.error404 h1 {
		font-size: 26vw;
	}	
	body.error404 h2 {
		font-size: 9vw;
	}
}
