<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}
*/

.spaceh10 {
    width: 100%;
    height: 10px;
}
.spaceh20 {
    width: 100%;
    height: 20px;
}
.spaceh30 {
    width: 100%;
    height: 30px;
}
.spaceh40 {
    width: 100%;
    height: 40px;
}
.spaceh50 {
    width: 100%;
    height: 50px;
}
.spaceh60 {
    width: 100%;
    height: 60px;
}
.nopadding {
    margin: 0;
    padding: 0;
}
.section-no-padding-bottom {
    padding: 35px 0 0;
}
.form-control {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 0;
}
.text-green {
    color: #347700;
}
.myheader {
    background-size: cover;
    background-position: center bottom;
    image-rendering: -webkit-optimize-contrast;
    border-bottom: 2px #FFBF00 solid;
}
@media(max-width:991px) {
    .mobile100 {
        width: 95% !important;
        margin: 0 auto;
    }
}
@media(max-width:991px) {
    .mobilecenter {
        text-align: center;
    }
}
@media(min-width:992px) {
    .myheader {
        height: auto;
        padding: 0;
    }
}
@media(max-width:767px) {
    .myheader {
        height: auto;
    }
}
.homeheader {
    background-image: url(../img/h-home.jpg);
    background-repeat: no-repeat;
}
.companyheader {
    background-image: url(../img/h-company.jpg);
    background-repeat: no-repeat;
}
.manuheader {
    background-image: url(../img/h-manufacturing.jpg);
    background-repeat: no-repeat;
}
.productheader {
    background-image: url(../img/h-products.jpg);
    background-repeat: no-repeat;
}
.qualityheader {
    background-image: url(../img/h-quality.jpg);
    background-repeat: no-repeat;
}
.orderheader {
    background-image: url(../img/h-order.jpg);
    background-repeat: no-repeat;
}
.contactheader {
    background-image: url(../img/h-contact.jpg);
    background-repeat: no-repeat;
}
.myheader_shadow {
    position: absolute;
    z-index: 2;
    background-image: url(../img/nav-shadow.png);
    background-repeat: repeat-x;
    top: 0;
    left: 0;
    height: 86px;
    width: 100%;
    pointer-events: none;
}
@media(max-width:767px) {
    .myheader_shadow {
        display: none;
    }
}
nav,
.navbar {
    padding: 0px;
    padding-right: 32px;
}
.nav-mobile-container {
    background: #FFF;
}
@media(min-width:1200px) {
    nav,
    .navbar {
        margin: 0;
        padding: 32px;
        z-index: 3;
    }
}
.navbar-nav &gt; li &gt; a {
    color: #CDCDBF;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding-bottom: 0;
    margin-right: 10px;
    letter-spacing: 0.5px;
}
.navbar-nav &gt; li &gt; a:hover,
.navbar-nav &gt; li.active &gt; a {
    background: none;
    color: #347700;
}
.nav-lang {
    z-index: 999999;
}
.nav-lang &gt; li &gt; a:hover,
.nav-lang &gt; li.active &gt; a {
    background: none;
    color: #347700;
}
@media(min-width:1200px) {
    .nav-lang {
        z-index:auto;
    }
    .navbar-nav &gt; li &gt; a:hover,
    .navbar-nav &gt; li.active &gt; a {
        background: none;
        color: #FFF;
    }
    .nav-lang &gt; li &gt; a:hover,
    .nav-lang &gt; li.active &gt; a {
        background: none;
        color: #FFF;
    }
}
.navbar-toggle {
    background-color: #CDCDBF;
    margin-right: -13px;
    position: relative;
}
.icon-bar {
    color: #347700;
    background-color: #347700;
}
.nav-lang &gt; li &gt; a {
    position: relative;
    display: inline;
    padding: 10px 5px;
    color: #CDCDBF;
}
.nav-lang &gt; li {
    display: inline;
}
@media (min-width: 768px) {
    .navbar-nav &gt; li &gt; a {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar {
        margin-left: 20px
    }
}
@media (max-width: 1199px) {
    .navbar-nav &gt; li &gt; a:hover {
        background: none;
        color: #347700;
    }
}

.navbar-toggle {
    border-radius: 0;
    padding: 10px;
}
.navbar-toggle .icon-bar {
    width: 16px;
}
/*Collapse Nav Btn to Left*/

.navbar-toggle {
    float: none !important;
}
@media (max-width: 1200px) {
    .navbar-nav {
        margin: 7.5px -30px;
    }
}

/*Navbar Breakpoint*/

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        border-radius: 0;
        padding: 10px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav&gt;li {
        float: none;
    }
    .navbar-nav&gt;li&gt;a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.logo_main {
    padding: 20px;
    margin-left: 55px;
    z-index: 9999;
}
@media(max-width:991px) {
    .logo_main {
        padding: 0;
        margin-left: 0;
        /*margin: 0 auto;*/
        height: auto;
        width: auto;
        position: relative;
    }
}
@media(max-width:480px) {
    .logo_main {
        padding: 0;
        margin-left: 0;
        width: auto;
        height: auto;
        position: relative;
    }
}
.head-text {
    width: 100%;
    position: relative;
    /*    background-color: rgba(12,119,14,0.8);*/
    top: 0;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    letter-spacing: 1px;
}
@media(max-width:320px) {
    .head-text {
        top: 26px;
    }
}
@media(max-width:529px) {
    .head-text {
        top: 23px;
    }
}
@media(min-width:530px) {
    .head-text {
        margin-top: 118px;
    }
}
@media(min-width:768px) {
    .head-text {
        margin-top: 100px;
        margin-bottom: -7px;
        font-size: 1.5em;
    }
}
@media(min-width:992px) {
    .head-text {
        margin-top: 45px;
        margin-bottom: 20px;
        margin-bottom: 20px;
    }
}
@media(min-width:1200px) {
    .head-text {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
.home_foreground {
    position: relative;
    top: -121px;
    text-align: right;
    margin-right: 46px;
    z-index: 4;
    height: 0;
}
@media(max-width:1199px) {
    .home_foreground {
        width: 323px;
        top: -140px;
        margin: 0 0 0 auto;
        margin-right: 21px;
    }
    .home_foreground_img {
        width: 100%;
    }
}
@media(max-width:991px) {
    .home_foreground {
        width: 35%;
        margin-right: 0;
        top: -115px;
        margin: 0 0 0 auto;
    }
    .home_foreground_img {
        width: 100%;
    }
}
@media(max-width:767px) {
    .home_foreground {
        width: 185px;
        top: 30px;
        margin: 0 auto;
        /* margin-right: 35px; */
        position: relative;
    }
    .home_foreground_img-xs {
        margin-top: -18px;
        margin-bottom: 30px;
    }
}
@media(max-width:320px) {
    .homevdo {
        width: 290;
        height: 163;
    }
}
@media(min-width:430px) {
    .homevdo {
        width: 320;
        height: 180;
    }
}
@media(min-width:749px) {
    .homevdo {
        width: 400;
        height: 225;
    }
}
@media(min-width:768px) {
    .homevdo {
        width: 720;
        height: 405;
    }
}
@media(min-width:992px) {
    .homevdo {
        width: 720;
        height: 405;
    }
}
@media(min-width:1200px) {
    .homevdo {
        width: 720;
        height: 405;
    }
}
.main-text {
    font-family: 'Tahoma', sans-serif;
    font-size: 14px;
    color: #144A01;
}
.home-text {
    margin-top: 10%;
    font-size: 16px;
}
.bg-content {
    background-image: url(../img/bg-content.png);
    background-position: top;
    background-repeat: repeat-x;
}
@media(max-width:767px) {
    .home-content {
        padding-top: 10%;
    }
}
.home-bottom-img {
    padding-right: 4px;
    padding-bottom: 4px;
    box-sizing: padding-box;
}
.home-bottom-text {
    border-right: 1px #2A770E solid;
    padding-left: 20px;
    /*    margin-right: -1px;*/
    color: #2A770E;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}
.home-bottom-text:last-child {
    border-right: none;
}
.home-bottom-text&gt;a {
    color: #2A770E;
    font-weight: bold;
    text-decoration: none;
}
.home-bottom-text&gt;a:hover {
    color: #FFF;
    text-decoration: none;
}
.home-bottom-box {
    background: #99C67D;
    padding: 13px;
    padding-bottom: 85px;
}
@media(max-width:767px) {
    .home-bottom-box {
        padding-bottom: 35px;
    }
    .home-bottom-text {
        border-right: none;
    }
}
footer {
    margin: 0;
    background: #347700;
    padding: 38px;
}
.circle {
    background: #FFF;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    font-size: 28px;
    margin-bottom: 10px;
}
.icon-background {
    color: #FFF;
}
.text-footer {
    color: #FFF;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
}
.sidemenu {
    padding-left: 0;
    list-style: none;
}
.sidemenu&gt;li {
    margin-bottom: 5px;
    margin-left: -1.3em;
    /*    text-indent: -.7em;*/
}
.sidemenu&gt;li:before {
    content: "â€¢ ";
    color: #347700;
}
.sidemenu&gt;li&gt;a {
    color: #347700;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-decoration: none;
    margin-left: 6px;
}
.sidemenu&gt;li&gt;a:hover {
    text-decoration: none;
    color: #347700;
}
.sidemenuhead {
    padding-left: 19px;
    margin: 20px 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #347700;
}
@media(max-width:991px) {
    .sidemenuhead {
        margin: 0 0 20px;
    }
}
.content-container {
    padding: 0 5%;
}
.bottommenu-wrap {
    /*
    background-image: linear-gradient(to bottom, white, white 50%, #95C685 50%, #95C685);
    background-size: cover;
    background-repeat: no-repeat;
*/
    width: 100%;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
}
.bottommenu-col {
    text-align: center;
    margin-bottom: 20px;
}
.bottommenu-col&gt;a&gt;h4 {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #347700;
    margin-top: 15px;
    text-align: center;
}
.bottommenu-col&gt;a,
.bottommenu-col&gt;a&gt;h4 {
    text-decoration: none;
}
.bottommenu-col&gt;a&gt;h4:hover {
    color: #347700;
    text-decoration: none;
}
.bottommenu-img {
    width: 130px;
    height: 130px;
    border-radius: 65px;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    margin: 0 auto;
}
@media(min-width:992px) and (max-width:1199px) {
    .bottommenu-img {
        width: 120px;
        height: 120px;
        border-radius: 60px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
    }
}
.submit-btn {
    padding: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #347700;
    text-align: center;
    margin-top: 10px
}
.submit-btn:hover,
.submit-btn:focus {
    text-decoration: none;
    color: #95C685;
}
.slide-wrap {
    text-align: left;
}
@media(min-width:300px) and (max-width:480px) {
    .slide-wrap {
        width: 280px;
    }
}
@media(min-width:481px) {
    .slide-wrap {
        width: 400px;
    }
}
@media(min-width:600px) {
    .slide-wrap {
        width: 540px;
    }
}
.slick-prev,
.slick-next {
    width: 62px;
    height: 62px;
    z-index: 99999999999;
}
.slick-next:before {
    content: url(../img/arrow-right.png);
}
.slick-prev:before {
    content: url(../img/arrow-left.png);
}
.slick-prev {
    left: -35px;
}
.slick-next {
    right: -35px;
}
.slick-prev:before,
.slick-next:before {
    opacity: 1;
}
@media(min-width:0) and (max-width:480px) {
    .slick-prev,
    .slick-next {
        width: 30px;
        height: 30px;
    }
    .slick-next:before {
        content: url(../img/arrow-right-sm.png);
    }
    .slick-prev:before {
        content: url(../img/arrow-left-sm.png);
    }
    .slick-prev {
        left: -19px;
    }
    .slick-next {
        right: -19px;
    }
}
</pre></body></html>