/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
    font-family: 'Lato', sans-serif;
    color: #222222;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.layouts-title {
	font-size: 26px;
	margin:15px 0px;
}

.layouts ul li {
	margin-bottom:5px;
}

.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}

.layouts ul li a:hover {
	background:#000;
	color:#fff;
}

/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}

.row {
    max-width: 1220px;
    padding-left: 20px;
    padding-right: 20px;
}
.row.row-md {
    max-width: 1020px;
}
.row.row-mds {
    max-width: 820px;
}
.row.row-xs {
    max-width: 560px;
}
.row.row-sm {
    max-width: 610px;
}

/* -- main styles -- */

.nopad {
	padding:0px;
}

.nopadleft {
	padding-left:0px;
}

.nopadright {
	padding-right:0px;
}

strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

em {
	font-style: italic;
}

.clear {
	clear:both;
}

.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    margin-bottom: 15px;
}


.invi {
	visibility: hidden;
	opacity: 0;
}

/*   hamburger   */

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
	margin: 0;
	padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
	float: right;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    float: right;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	border-radius: 2px;
    position: absolute;
    width: 20px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #222222;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger-inner:before {
    top: -6px;
}

.hamburger-inner:after {
    bottom: -6px;
}

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}

/* page transitions */

.page-fades-in {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}
.page-fades-in.close {
    opacity: 0;
    visibility: hidden;
}
.page-fades-out {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.page-fades-out.close {
    opacity: 1;
    visibility: visible; 
}

/* header */

.body-wrapper {
    position: relative;
    overflow: hidden;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 500;
    padding: 24px 0;
}

.header-right {
    float: right;
}

.nav {
    float: left;
}
.nav > ul > li {
    float: left;
    margin-right: 44px;
    position: relative;
}
.nav > ul > li > a {
    color: #222222;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 9px 0;
    transition: 0.2s;
}
.nav > ul > li.current-menu-item > a,
.nav > ul > li > a:hover {
    opacity: 0.6;
}
.nav > ul > li.menu-item-has-children > a {
    padding-right: 20px;
    position: relative;
}
.nav > ul > li.menu-item-has-children > a:after {
    content: '';
    position: absolute;
    background: url(./arrow-down-black.svg) no-repeat center right / 100% 100%;
    width: 11px;
    height: 7px;
    right: 0px;
    top: 17px;
    transition: 0.2s;
}
.nav > ul > li.menu-item-has-children:hover > a:after {
    transform: rotate(180deg);
}
.nav > ul > li.menu-item-has-children:hover > a {
    opacity: 0.6;
}
.nav ul li ul {
    position: absolute;
    opacity: 0;
    padding-top: 10px;
    visibility: hidden;
    margin: 0;
    top: 100%;
    padding-bottom: 20px;
    left: 0;
    transition: 0.2s;
}
.nav ul li ul:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5000px;
    right: -5000px;
    width: calc(100% + 10000px);
    background: #fff;
    /* border-bottom: 1px solid rgba(34, 34, 34, 0.1); */
}
.nav ul li:hover ul {
    opacity: 1;
    visibility: visible;
}
.nav ul li ul li {
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}
.nav ul li ul li:last-child {
    margin-bottom: 0px;
}
.nav ul li ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    transition: 0.2s;
    white-space: nowrap;
}
.nav ul li ul li a:hover {
    opacity: 0.6;
}

/* home intro */

.main-wrapper {
    padding-top: 165px;
    position: relative;
    overflow: hidden;
    transition: background 1s;
}

.text-block {
    margin-bottom: 34px;
}

.text-block h3 {
    font-family: 'MarselisPro', sans-serif;
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 22px;
}

.text-block h4 {
    font-family: 'MarselisPro', sans-serif;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 22px;
}

.text-block h3:last-child {
    margin-bottom: 0;
}

.text-block p {
    font-size: 17px;
    line-height: 1.76;
    margin-bottom: 22px;
}

.text-block p:last-child {
    margin-bottom: 0;
}
.text-block p a {
    text-decoration: underline;
    color: #222222;
}
.text-block p a:hover {
    text-decoration: none;
}

.text-block ul {
    margin-top: 46px;
}
.text-block ul li {
    padding-left: 100px;
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 40px;
    position: relative;
}
.text-block ul li:last-child {
    margin-bottom: 0px;
}
.instruction-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
}
.about-feature-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 70px;
    text-align: center;
}
.about-feature-img img {
    max-width: 100%;
}

.btn-black,
.btn-black:focus,
.btn-black:active {
    display: inline-block;
    min-width: 170px;
    background: #222222;
    color: #fff;
    border: 1px solid #222222;
    border-radius: 2px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    padding: 7px 30px;
    transition: 0.2s;
}
.btn-black:hover {
    background: transparent;
    color: #222222;
    border: 1px solid #222222;
}
.btn-black-border,
.btn-black-border:focus,
.btn-black-border:active {
    display: inline-block;
    min-width: 170px;
    background: transparent;
    color: #222222;
    border: 1px solid #222222;
    border-radius: 2px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    padding: 7px 30px;
    transition: 0.2s;
}
.btn-black-border:hover {
    background: #222222;
    color: #fff;
}

.home-carousel-image-left-hold {
    padding-right: 35px;
    padding-top: 0px;
}

.home-carousel-image-left-holder {
    position: relative;
}

.home-carousel-image-left {
    padding-bottom: 138%;
    background-size: cover !important;
    position: relative;
    z-index: 2;
}
.home-carousel-image-right-hold {
    padding-left: 0px;
    padding-top: 180px;
}

.home-carousel-image-right-holder {
    position: relative;
}
.home-carousel-image-right {
    padding-bottom: 138%;
    background-size: cover !important;
    position: relative;
    z-index: 2;
}

.home-carousel-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    transition: 0.6s 0s;
}

.owl-item.active .home-carousel-item {
    opacity: 1;
    transition: 0.3s 0.3s;
}

.home-carousel-left {
    padding-right: 25px;
}
.home-carousel-right {
    padding-left: 100px;
}


.home-carousel-image-left-text {
    font-family: 'MarselisPro', sans-serif;
    font-size: 62px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: -40px;
    left: 0;
    transform: translateX(-29%);
    z-index: -10;
}
.home-carousel-image-right-text-1 {
    font-family: 'MarselisPro', sans-serif;
    font-size: 50px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 40px;
    right: 0;
    transform: translateX(21%);
    z-index: -10;
}
.home-carousel-image-right-text-2 {
    font-family: 'MarselisPro', sans-serif;
    font-size: 42px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: -34px;
    right: 0;
    z-index: -10;
}

.home-carousel-image-text-effect {
    -webkit-text-stroke-width: 1px;
    color: #222222;
    -webkit-text-stroke-color: #222222;
    -webkit-text-fill-color: rgba(255,255,255,0);
    z-index: 400;
}

.home-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.owl-carousel.home-carousel button.owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #222222;
    border-radius: 50%;
    margin: 5px;
    transition: 0.2s;
}

.owl-carousel.home-carousel button.owl-dot.active span {
    background: #222222;
}

.owl-carousel.home-carousel .owl-stage-outer {
    padding-bottom: 120px;
}

.home-intro-hold {
    min-height: calc(100vh - 265px);
    margin-bottom: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-line-wrapper-left {
    padding-right: 25px;
}

.home-expert-line-wrapper-right {
    padding-left: 15%;
}

.home-line-row {
    position: relative;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-line-wrapper-left-image {
    padding-bottom: 138%;
    background-size: cover !important;
}
.home-line-wrapper-right-image {
    padding-bottom: 138%;
    background-size: cover !important;
}

.home-line-wrapper-left-images {
    padding-right: 12%;
}

.home-line-wrapper-right-image-hold {
    margin-top: -180px;
}

.home-line-wrapper-right-text {
    padding-left: 10%;
}

.home-organic-line-wrapper-right {
    padding-left: 9%;
}

.home-green-line-wrapper-right {
    padding-left: 5%;
}


body {
    transition: background 1s;
}
body.bg-1 {
    background: #F3F7F9;
}
body.bg-1.bg-2 {
    background: #F6F1EE;
}
body.bg-1.bg-2.bg-3 {
    background: #F8FDF3;
}
body.bg-white {
    background: #fff !important; 
}
body.bg-organic {
    background: #FAF3EE !important; 
}
body.bg-green {
    background: #F8FDF3 !important; 
}
body.bg-expert {
    background: #F3F7F9 !important; 
}

.home-line-wrapper {
    margin-bottom: 100px;
}

.insta-feed {
    margin-top: 80px;
    margin-bottom: 150px;
}

/* footer */

.footer {
    padding-top: 50px;
    padding-bottom: 100px;
}

.logo-footer {
    margin-bottom: 85px;
}

.footer-left {
    padding-right: 18%;
}

.copyrights {
    font-size: 14px;
    margin-bottom: 15px;
}

.solution {
    font-size: 14px;
}
.solution a {
    color: #222222;
    text-decoration: underline;
}
.solution a:hover {
    text-decoration: none;
}

.footer-right {
    padding-left: 8%;
}

.footer-right-info-hold {
    margin-bottom: 80px;
}

.footer-right-info {
    font-size: 14px;
    line-height: 1.6;
}

.footer-right-info a {
    color: #222222;
    text-decoration: underline;
}
.footer-right-info a:hover {
    text-decoration: none;
}

.footer-right-info a img {
    margin-right: 5px;
}

.footer-right-nav > ul > li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 5px;
}
.footer-right-nav > ul > li:last-child {
    margin-bottom: 0px;
}
.footer-right-nav ul li.link-underline a {
    text-decoration: underline;
}
.footer-right-nav ul li.link-underline a:hover {
    text-decoration: none;
    opacity: 1;
}
.footer-right-nav ul li a {
    color: #222222;
    transition: 0.2s;
}
.footer-right-nav ul li a:hover {
    opacity: 0.6;
}
.footer-right-nav ul li ul {
    margin: 0;
}
.footer-right-nav ul li ul li {
    display: inline-block;
    margin-right: 10px;
}
.footer-right-nav ul li ul li:last-child {
    margin-right: 0px;
}

.mob-trigger {
    float: left;
    padding-top: 12px;
    margin-left: 24px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    outline: none;
}

.mob-nav-hold {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    overflow: auto;
    background: #fff;
    z-index: 490;
    padding: 150px 20px 100px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.mob-nav-hold.close {
    opacity: 1;
    visibility: visible;
}

.mob-nav ul li a {
    color: #222222;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 9px 0;
}
.mob-nav ul li ul {
    /* margin-top: -6px; */
}
.mob-nav ul li ul li a {
    /* padding: 5px 0; */
}

.mob-nav-right {
    padding-top: 39px;
}

.mob-contacts {
    position: absolute;
    left: 20px;
    bottom: 30px;
    font-size: 14px;
    line-height: 1.6;
}

.mob-contacts a {
    color: #222222;
    text-decoration: underline;
}

.mob-socials {
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.mob-socials ul li {
    float: left;
    margin-right: 18px;
}
.mob-socials ul li:last-child {
    margin-right: 0px;
}

.has-leaf i {
    font-size: 7px;
    position: relative;
    top: -6px;
    margin-left: 2px;
}
.has-leaf h3 i {
    font-size: 12px;
    top: -15px;
    right: 5px;
}

.start-invisible {
    opacity: 0.001;
    /* visibility: hidden; */
}

.product-line-other-right img {
    max-height: 760px;
}

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    padding: 15px 0 10px;
    transform: translateY(-100%);
    transition: 0.3s;
}
.header-sticky.scrolling-up {
    transform: translateY(0%);
}

.extra-info {
    position: absolute;
    width: 30%;
    right: 0;
    padding: 20px;
    background: rgba(255,255,255,0.8);
    border-radius: 20px;
}

@media only screen and (max-width: 1100px) {

    .page-title {
        font-size: 48px;
    }
    .footer-left {
        padding-right: 12%;
    }
    .owl-carousel.home-carousel .owl-stage-outer {
        padding-bottom: 90px;
    }
    .home-intro-hold {
        margin-bottom: 100px;
    }
    .text-block {
        margin-bottom: 28px;
    }
    .home-fixed-image img {
        max-height: 80vh;
    }
    .home-line-row {
        margin-bottom: 60px;
    }
    .home-line-wrapper {
        margin-bottom: 60px;
    }
    .logo-footer {
        margin-bottom: 50px;
    }
    .footer-right {
        padding-left: 4%;
    }
    .text-block h3 {
        font-size: 32px;
    }
    .text-block p {
        font-size: 16px;
    }
    .insta-feed {
        margin-top: 60px;
        margin-bottom: 70px;
    }
    .footer {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 1024px) {
    .mob-nav-hold {
        display: none !important;
    }
}

@media only screen and (max-width: 1023px) {
    .footer {
        padding-bottom: 50px;
    }
    .footer-right-info-hold {
        margin-bottom: 50px;
    }
    .footer-right {
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 40px;
    }
    .home-fixed-image img {
        max-height: 50vh;
    }
    .home-intro-hold {
        margin-bottom: 80px;
    }
    .home-carousel-image-right-text-2 {
        font-size: 32px;
        bottom: -26px;
    }
    .home-carousel-image-left-text {
        font-size: 52px;
    }
    .home-carousel-image-right-text-1 {
        font-size: 40px;
    }
    .home-carousel-left {
        padding-right: 0px;
    }
    .text-block p {
        font-size: 15px;
    }
    .text-block h3 {
        font-size: 28px;
    }
    .nav {
        display: none;
    }
    .home-carousel-right {
        padding-left: 70px;
    }
    .main-wrapper {
        padding-top: 130px;
    }
}

@media screen and (max-width:639px) {

    .mob-nav-hold {
        padding: 120px 20px 100px
    }
    .home-carousel-image-left {
        width: calc(100% + 20px);
    }
    .home-carousel-image-left-text,
    .home-carousel-image-right-text-1,
    .home-carousel-image-right-text-2 {
        display: none;
    }
    .home-carousel-image-right-hold {
        padding-top: 100px;
        padding-left: 0px;
    }
    .home-carousel-image-left-hold {
        padding-top: 0px;
        padding-right: 0px;
    }
    .home-carousel-right {
        padding-left: 0px;
    }
    .home-line-wrapper-left-images {
        padding-right: 0;
        margin-bottom: 60px;
    }
    .home-line-row {
        margin-bottom: 30px;
    }
    .btn-black, .btn-black:focus, .btn-black:active {
        min-width: 132px;
        font-size: 14px;
        padding: 5px 20px;
    }
    .btn-black-border, .btn-black-border:focus, .btn-black-border:active {
        min-width: 132px;
        font-size: 14px;
        padding: 5px 20px;
    }
    .home-carousel-left {
        padding-right: 20%;
        margin-bottom: 30px;
    }
    .main-wrapper {
        padding-top: 110px;
    }
    .home-line-wrapper-right-text {
        padding-left: 0%;
    }
    .home-line-wrapper-left {
        padding-right: 20%;
    }
    .home-mob-tube img {
        max-height: 360px;
        margin-bottom: 30px;
    }
    .home-fixed-image {
        display: none !important;
    }
    .home-line-row {
        display: block;
    }
    .text-block p {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .text-block h3 {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .home-carousel-item {
        display: block;
    }
    .mob-trigger {
        padding-top: 5px;
    }
    #lang_sel {
        padding-top: 2px;
    }
    .header {
        padding: 18px 0;
    }
    .logo img {
        max-width: 54px;
    }
    .footer-right-nav ul li ul {
        margin-top: 24px;
    }
    .footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .solution {
        font-size: 12px;
    }
    .copyrights {
        font-size: 12px;
        margin-bottom: 0px;
    }
    .footer-right-nav > ul > li {
        margin-bottom: 0px;
        font-size: 12px;
    }
    .footer-right-info-hold {
        margin-bottom: 12px;
    }
    .footer-right-info {
        font-size: 12px;
        margin-bottom: 24px;
    }
    .footer-left {
        padding-right: 0;
    }

    .extra-info {
        position: relative;
        width: 100%;
        background: none;
        margin: 20px 0;
        clear: both;
        padding: 20px 0;
    }
}

h4.small-h4 {
    font-size: 21px;
}