﻿@charset "utf-8";

body, h1 {
    margin: 0;
    padding: 0;
}

.d-none{
    display:none;
}
.d-block{
    display:block;
}
.catalogue{
    text-align:center;
}
.catalogue tr td:hover{
    cursor:pointer;
}
.active1{
        background-color: rgb(10 101 2);
    color: rgb(255 255 255);
}
.chemi2, .wrap3, body, h1, h3, p {
    padding: 0;
}

.calc, .wrap1, .wrap_c, .wrapcat, .wrapcattl, .wrapchemi, .wrapexpo {
    min-height: 300px;
}

#cssmenu ul ul li, #cssmenu > ul > li.has-sub > a:before {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
}

h1, h3 {
    font-weight: 400;
}

.Agrovita, .banner, .foot-slide {
    overflow: hidden;
}

p {
    margin: 0 0 10px;
    line-height: 22px;
}

.chemi1, .grain1, .liheight, .wrap2 {
    line-height: 24px;
}

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #333;
}

h1 {
    font-size: 18px;
}

h3 {
    margin: 10px 0;
    font-size: 24px;
}

hr {
    border: 1px solid #333;
}

.bdr-btm {
    border-bottom: #333 solid 1px;
}

.wrapper {
    width: 1054px;
    margin: 0 auto;
}

.mediasize, .top, .wrapcat3 {
    width: 100%;
}

calcmarg {
    margin-top: 15px;
}

.wrapcat2 {
    margin: auto;
    float: none;
}

.wrapcat3 {
    margin: 0 auto;
}

.gold2, .weenmarg {
    margin-right: 50px;
}

.expomarg {
    margin-bottom: 5px;
}

.expo1 {
    margin-top: 3px;
}

.expo2 {
    text-align: justify;
}

.gold1 {
    min-height: 350px;
}

.wrapgrow {
    min-height: 300px;
}

.humi1 {
    margin-top: 10px;
}

.indexmarg {
    margin-left: 12px;
}

.wraporgan {
    min-height: 350px;
}

.whymargtop {
    margin-top: 5px;
}

.top {
    margin: 0 auto;
    padding-top: 4px;
}

.tbl-src, .tbl-src td {
    margin: 0;
    padding: 0;
}

.wd {
    margin-left: 20%;
}

header {
    background: #333;
    height: 40px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.head-container {
    float: right;
    margin: 0;
    width: auto;
}

.head-menu {
    float: left;
    padding: 0;
    margin-right: 20px;
}

    .head-menu ul {
        padding: 0;
        margin: 5px 0 0;
    }

    .head-menu li {
        float: left;
        list-style: none;
    }

        .head-menu li a {
            color: #fff;
            text-decoration: none;
            padding: 12px 6px;
        }

.text-box {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 150px;
}

    .text-box:focus {
        border-color: #66afe9;
        box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(102,175,233,.6);
        outline: 0;
    }

.button {
    background: #88c342;
    background: -linear-gradiant(#88c342,#78b035);
    background: -moz-linear-gradiant(#88c342,#78b035);
    background: -o-linear-gradiant(#88c342,#78b035);
    background: -webkit-linear-gradiant(#88c342,#78b035);
    border: none;
    border-radius: 3px;
    color: #fff;
    padding: 5px 12px;
}

.search-box {
    float: right;
}

.search {
    cursor: pointer;
}

.clear {
    clear: both;
}

.section-nav {
    background: url(../images/footer.jpg) center top no-repeat;
    background-size: 100%;
    height: 100px;
}

.logo {
    padding: 10px 0 0;
}

    .logo img {
        width: 66%;
    }

#cssmenu, #cssmenu #menu-button, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #cssmenu:after, #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

#cssmenu {
    background: 0 0;
    margin-top: 47px;
}

    #cssmenu > ul > li {
        float: left;
    }

    #cssmenu.align-center > ul {
        font-size: 0;
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            display: inline-block;
            float: none;
        }

    #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before {
        display: block;
        background: #ddd;
        content: '';
        position: absolute;
    }

    #cssmenu.align-center ul ul {
        text-align: left;
    }

    #cssmenu.align-right > ul > li {
        float: right;
    }

    #cssmenu > ul > li > a {
        padding: 17px;
        font-size: 14px;
        text-decoration: none;
        color: #000;
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 30px;
    }

        #cssmenu > ul > li.has-sub > a:after {
            top: 22px;
            right: 11px;
            width: 8px;
            height: 2px;
        }

        #cssmenu > ul > li.has-sub > a:before {
            top: 19px;
            right: 14px;
            width: 2px;
            height: 8px;
            transition: all .25s ease;
        }

    #cssmenu > ul > li.has-sub:hover > a:before {
        top: 23px;
        height: 0;
    }

    #cssmenu li a.active, #cssmenu > ul > li.active > a, #cssmenu > ul > li:hover > a, #cssmenu > ul > li > a:hover {
        background: rgba(0,0,0,.1);
        color: #333;
    }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
        z-index: 1000;
    }

    #cssmenu.align-right ul ul {
        text-align: right;
    }

    #cssmenu ul ul li {
        height: 0;
        transition: all .25s ease;
    }

    #cssmenu li:hover > ul {
        left: auto;
    }

    #cssmenu.align-right li:hover > ul {
        left: auto;
        right: 0;
    }

    #cssmenu li:hover > ul > li {
        height: 35px;
    }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #cssmenu.align-right ul ul ul {
        margin-left: 0;
        margin-right: 100%;
    }

    #cssmenu ul ul li a {
        border-bottom: 1px solid rgba(150,150,150,.15);
        padding: 11px 15px;
        width: 170px;
        font-size: 12px;
        text-decoration: none;
        color: #ddd;
        font-weight: 400;
        background: #333;
    }

    #cssmenu ul ul li.has-sub > a:after, #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        display: block;
        background: #ddd;
        content: '';
    }

    #cssmenu ul ul li.last-item > a, #cssmenu ul ul li:last-child > a {
        border-bottom: 0;
    }

    #cssmenu ul ul li a:hover, #cssmenu ul ul li:hover > a {
        color: #fff;
    }

    #cssmenu ul ul li.has-sub > a:after {
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
    }

    #cssmenu.align-right ul ul li.has-sub > a:after {
        right: auto;
        left: 11px;
    }

    #cssmenu ul ul li.has-sub > a:before {
        top: 13px;
        right: 14px;
        width: 2px;
        height: 8px;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu.align-right ul ul li.has-sub > a:before {
        right: auto;
        left: 14px;
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }

    #cssmenu.small-screen {
        width: 100%;
    }

        #cssmenu.small-screen ul {
            width: 100%;
            display: none;
        }

        #cssmenu.small-screen.align-center > ul {
            text-align: left;
        }

        #cssmenu.small-screen ul li {
            width: 100%;
            border-top: 1px solid rgba(120,120,120,.2);
        }

        #cssmenu.small-screen li:hover > ul > li, #cssmenu.small-screen ul ul li {
            height: auto;
        }

            #cssmenu.small-screen ul li a, #cssmenu.small-screen ul ul li a {
                width: 100%;
                border-bottom: 0;
            }

        #cssmenu.small-screen > ul > li {
            float: none;
        }

        #cssmenu.small-screen ul ul li a {
            padding-left: 25px;
            color: #ddd;
            background: 0 0;
        }

        #cssmenu.small-screen ul ul ul li a {
            padding-left: 35px;
        }

        #cssmenu.small-screen ul ul li.active > a, #cssmenu.small-screen ul ul li:hover > a {
            color: #fff;
        }

        #cssmenu.small-screen ul ul, #cssmenu.small-screen ul ul ul, #cssmenu.small-screen.align-right ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left;
        }

            #cssmenu.small-screen ul ul > li.has-sub > a:after, #cssmenu.small-screen ul ul > li.has-sub > a:before, #cssmenu.small-screen > ul > li.has-sub > a:after, #cssmenu.small-screen > ul > li.has-sub > a:before {
                display: none;
            }

        #cssmenu.small-screen #menu-button {
            display: block;
            padding: 17px;
            color: #333;
            cursor: pointer;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 700;
        }

            #cssmenu.small-screen #menu-button:after {
                position: absolute;
                top: 22px;
                right: 17px;
                display: block;
                height: 8px;
                width: 20px;
                border-top: 2px solid #333;
                border-bottom: 2px solid #333;
                content: '';
            }

            #cssmenu.small-screen #menu-button:before {
                position: absolute;
                top: 16px;
                right: 17px;
                display: block;
                height: 2px;
                width: 20px;
                background: #333;
                content: '';
            }

            #cssmenu.small-screen #menu-button.menu-opened:after {
                top: 23px;
                border: 0;
                height: 2px;
                width: 15px;
                background: #333;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            #cssmenu.small-screen #menu-button.menu-opened:before {
                top: 23px;
                background: #333;
                width: 15px;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        #cssmenu.small-screen .submenu-button {
            position: absolute;
            z-index: 99;
            right: 0;
            top: 0;
            display: block;
            border-left: 1px solid rgba(120,120,120,.2);
            height: 46px;
            width: 46px;
            cursor: pointer;
        }

            #cssmenu.small-screen .submenu-button.submenu-opened {
                background: #262626;
            }

        #cssmenu.small-screen ul ul .submenu-button {
            height: 34px;
            width: 34px;
        }

        #cssmenu.small-screen .submenu-button:after {
            position: absolute;
            top: 22px;
            right: 19px;
            width: 8px;
            height: 2px;
            display: block;
            background: #ddd;
            content: '';
        }

        #cssmenu.small-screen ul ul .submenu-button:after {
            top: 15px;
            right: 13px;
        }

        #cssmenu.small-screen .submenu-button.submenu-opened:after {
            background: #fff;
        }

        #cssmenu.small-screen .submenu-button:before {
            position: absolute;
            top: 19px;
            right: 22px;
            display: block;
            width: 2px;
            height: 8px;
            background: #ddd;
            content: '';
        }

.banner, .banner img {
    width: 100%;
}

#cssmenu.small-screen ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
}

#cssmenu.small-screen .submenu-button.submenu-opened:before {
    display: none;
}

#cssmenu.small-screen.select-list {
    padding: 5px;
}

.banner {
    height: 400px;
}

.box-height {
    height: 470px;
}

.col-3-size {
    position: relative;
    width: 32%;
}

.mrgn-mid {
    margin: 0 15px;
}

.mrgn-top {
    margin-top: 30px;
}

.mrgin-left {
    margin-left: 15px;
}

.mrgin-right {
    margin-right: 15px;
}

.mrgn-right {
    margin-right: 42px;
}

.col-2-size {
    width: 48%;
}

.box-bdr-top img, footer {
    width: 100%;
}

.box-bdr {
    border: 2px solid #88c342;
}

.box-bdr-top {
    border-top: 2px solid #88c342;
}

.box-bdr-bottom {
    border-bottom: 2px solid #88c342;
}

.txt-align-centre {
    text-align: center;
}

.txt-align-left {
    text-align: left;
}

.txt-align-rigth {
    text-align: right;
}

.box-area1 ul, .content, .text-justify, .txt-align-justify {
    text-align: justify;
}

.spacing {
    padding: 10px;
}

.heading {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

    .heading h1 {
        font-weight: 400;
        font-size: 24px;
    }

.content {
    padding: 20px;
    line-height: 22px;
}

    .content ul li {
        list-style: none;
        line-height: 22px;
    }

.sitemap a {
    color: #000 !important;
}

footer {
    background: url(../images/footer.jpg) center top;
    border-top: #333 solid 5px;
    height: auto;
    color: #000;
    font-size: 12px;
}

    footer h4 {
        color: #000;
        font: 20px Calibri;
        margin: 17px 0;
    }

    footer ul {
        padding: 0;
        margin: 0;
    }

        footer ul li {
            list-style: none;
            float: left;
            padding: 0 5px;
            border-right: solid #000 1px;
        }

    footer .social, footer .social ul {
        padding: 0;
        margin: 0;
    }

    footer ul li:last-child {
        border-right: 0;
    }

    footer ul li a {
        color: #000;
        text-decoration: none;
        font-size: 12px;
    }

    footer .social {
        width: 32%;
    }

        footer .social li {
            list-style: none;
            border: none;
            float: left;
            padding: 10px;
        }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.page-header {
    border-bottom: 1px solid grey;
    margin: 40px 0 20px;
    padding-bottom: 18px;
}

.img-res1 {
    float: left;
    margin: 0 20px 20px 0;
}

.img-res2 {
    float: right;
    margin: 0 0 20px 20px;
}

.col-md-1, .col-md-5, .col-md-6, .col-sm-2, .tbl-cont {
    float: left;
}

.size-res3 {
    border: 1px solid #4E504D;
}

.text-justify {
    margin-bottom: 10px;
}

#whysize {
    border: 1px solid #88c342;
}

.col-md-4, .col-md-5 {
    width: 40%;
}

.col-md-7 {
    width: 50%;
}

.customers {
    border-collapse: collapse;
    width: 63%;
    height: 0;
    margin-right: 1px;
}

    .customers td, .customers th {
        border: 1px solid #98bf21;
        font-size: 1em;
        padding: 3px 7px 2px;
    }

.padding-top25 {
    padding-top: 25px;
}

.box-area1 {
    margin: 0;
}

    .box-area1 ul {
        padding: 0 5px;
    }

        .box-area1 ul li {
            list-style: disc url(../images/pro-arrow.png);
            margin-left: 18px;
            padding: 5px;
        }

.col-lg-12, .col-sm-2 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col-md-8 {
    width: 60%;
}

.ar {
    background: url(../images/pro-arrow.png) 2px 2px no-repeat;
    text-indent: 25px;
}

.btn, .form-control {
    background-image: none;
    font-size: 14px;
    line-height: 1.42857;
}

.col-md-1 {
    width: 8.33333%;
}

.form-group {
    margin-left: 15px;
    margin-right: 15px;
}

.col-sm-2 {
    width: 16%;
    min-height: 1px;
    padding-top: 7px;
    display: inline-block;
    font-weight: 700;
}

.control-label {
    text-align: right;
}

.Agrovita, .btn, .foot-slide, .foot-slide-text {
    text-align: center;
}

.tbl-cont {
    width: 500px;
}

.tbl-innr {
    width: 500px;
    float: right;
}

    .tbl-innr img {
        width: 80%;
    }

.map {
    width: 500px;
    float: right;
}

.form-control {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    color: #555;
    display: block;
    height: 30px;
    padding: 0 12px;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 100%;
}

.btn-success, .btn-success2 {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}

.col-sm-10, .ppd {
    padding-left: 15px;
    padding-right: 15px;
}

.col-sm-10 {
    width: 70%;
    float: left;
    min-height: 1px;
    position: relative;
}

.col-md-6 {
    width: 40%;
    float: left;
}

textarea.form-control {
    height: auto;
    margin-bottom: 10px;
}

:after, :before {
    box-sizing: border-box;
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

.btn {
    -moz-user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    padding: 6px 12px;
    vertical-align: middle;
    white-space: nowrap;
}

.foot-slide {
    padding: 10px;
}

    .foot-slide ul {
        padding: 10px;
        margin: 5px;
    }

    .foot-slide li {
        margin: 10px 15px;
        float: left;
        list-style: none;
        padding: 0 58px;
    }

.foot-slide-text {
    padding: 10px;
    overflow: hidden;
}

    .foot-slide-text ul {
        padding: 10px;
        margin: 5px;
    }

    .foot-slide-text li {
        padding: 0 40px;
        margin: 0 40px;
        float: left;
        list-style: none;
    }

.Agrovita {
    padding: 10px;
}

    .Agrovita ul {
        padding: 10px;
        margin: 5px;
    }

    .Agrovita li {
        padding: 0 60px;
        margin: 20px 60px;
        float: left;
        list-style: none;
    }

.pading {
    padding: 2px;
}

.ol_exp li {
    margin: 10px 0;
}

#cssmenu li ul li a.active {
    background: rgba(0,0,0,1);
    color: #78b035;
}

.myTable thead {
    background-color: #88c342;
    color: #fff;
    white-space: nowrap;
    font-size: 15px;
}

.tableRes {
    overflow: auto;
}

   .modal {
  display: none; 
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto; 
  background-color: none;
  background-color: rgba(0,0,0,0.0);
}

/* Modal Content */
.modal-content {
 background-color: #fff;
margin: 0;
padding: 20px;
border: 1px solid #888;
width: 375px;
float: right;
}

.modal-content h3{
    margin: 0px 15px;
    font-size: 18px;
    padding: 0;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    color: #809038;
}

.modal-content hr{margin: 10px 0px;}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.slideDown { background: #ace;
display: none;
position: absolute;
width: 380px;
top: 10%;
right: 0;}
.grabPromo { cursor: pointer;
position: fixed;
top: 200px;
right: -28px;
padding: 10px;
background: #6f8229;
transform: rotate(90deg);
color: #fff; }