   
@-webkit-keyframes minhand {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes minhand {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@keyframes minhand {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes hrhand {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes hrhand {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@keyframes hrhand {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*********** CSS RESET **********/

@font-face {
    font-family: 'Futura-light';
    src: local('Futura-light'), local('Futura-light-Regular'), url("../../fonts/futuran.ttf") format('truetype');
}
@font-face {
    font-family: 'Humanist 521 BT BOLD';
    src: local('Humanist 521 BT  BOLD'), local('Humanst521BT- BOLD'), url('../../fonts/humanist-521-bold-bt.woff') format('woff');
}
@font-face {
    font-family: 'Humanist 521 BT';
    src: local('Humanist 521 BT'), local('Humanst521BT-Roman'), url('../../fonts/humanist-521-bt-light.woff') format('woff');
}
@font-face {
    font-family: 'Futura MdCn BT';
    src:  url('../fonts/Futura MdCn BT Medium_0.ttf');
}
@font-face {
    font-family: 'Futura LtCn BT';
    src:  url('../fonts/Futura LtCn BT Light_0.ttf');
}

@font-face {
    font-family: 'Futura Lt BT';
    src:  url('../fonts/Futura Lt BT Light_1.ttf');
}
@font-face {
    font-family: 'Futura Md BT';
    src:  url('../fonts/futuram.ttf');
}
@font-face {
    font-family: 'Futura Bk BT';
    src:  url('../fonts/futuran.ttf');
}

* {
    margin: 0;
    outline: none;
    text-decoration: none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol, ul {
    list-style: none;
    padding: 0px;
}
a img {
    border: none;
}
a:active {
    outline: none;
}
.master-wrapper-content{width:100%!important;}

/*********** GLOBAL STYLES **********/
body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #fff;
    font: normal 16px Futura-light, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
    color: #373435;
    margin:auto;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
}
a {
    color: inherit;
    cursor: pointer;
}
a img {
    opacity: 0.99; /*firefox scale bug fix*/
}

label, label + * {
    vertical-align: middle;
}

.master-column-wrapper {
    position: relative;
    z-index: 0;
}
.master-column-wrapper:after {
    content: "";
    display: block;
    clear: both;
}
.center-1 {
    margin: 0 0 5px;
}

.page {
    min-height: 200px;
}

.page:after,
.page-body:after {
    content: "";
    display: block;
    clear: both;
}
.center-1 .page-title,
.center-1 .title {
    text-align: center;
}
.topic-page ul {
    margin: 12px 0;
    padding: 0 0 0 21px;
    list-style: disc;
}

/*********** HEADER ***********/

.zoomimg-01 {
    background: #fff url('../../images/fertis/home/001.svg') center no-repeat;
    background-size: 100% 100%;
    height: 230px;
    transition: all .6s ease;
}

.zoomimg-01:hover {
    cursor: pointer;
    background-size: 122% 122%;
}

.zoomimg-02 {
    background: #fff url('../../images/fertis/home/002.svg') center no-repeat;
    background-size: 100% 100%;
    height: 230px;
    transition: all .6s ease;
}

.zoomimg-02:hover {
    cursor: pointer;
    background-size: 122% 122%;
}

.zoomimg-03 {
    background: #fff url('../../images/fertis/home/003.svg') center no-repeat;
    background-size: 100% 100%;
    height: 170px;
    transition: all .6s ease;
}

.zoomimg-03:hover {
    cursor: pointer;
    background-size: 122% 122%;
}

.zoomimg-04 {
    background: #fff url('../../images/fertis/home/004.svg') center no-repeat;
    background-size: 100% 100%;
    height: 170px;
    transition: all .6s ease;
}

.zoomimg-04:hover {
    cursor: pointer;
    background-size: 122% 122%;
}

.header {
    position: relative;
    z-index: 10;
    margin: auto;
    text-align: center;
}
.header-upper-Fertis {
    background: #F7F8F8;
    text-align: center;
    vertical-align: middle;
}
.header-upper {
    position: relative;
    z-index: 1;
}
.header-lower {
    position: relative;
    z-index: 0;
}
.header-logo {
    margin: 0 0 10px;
    text-align: center;
}
.header-logo a {
    display: inline-block;
    max-width: 100%;
    line-height: 0; /*firefox line-height bug fix*/
}
.header-logo a img {
    max-width: 100%;
    opacity: 1;
}
.header-menu > ul > li > a {
    color: #848688;
    cursor: pointer;
    display: block;
    font-family: "Futura Bk BT" !important;
    line-height: 1;
    padding: 0;
}
.search-box form {
    display: inline-block;
    border-radius: 5px;
    width:100%
}
.search-box form:after {
    content: "";
    display: block;
    clear: both;
}
.search-box input.search-box-text {
    float: left;
    height: 36px;
    margin: 0 -1px 0 0;
    border-radius: 5px;
}
.search-box .search-box-button {
    float: left;
    min-width: 36px;
    height: 36px;
    border: none;
    background-color: #4ab2f1;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.search-box .search-box-button:hover {
    background-color: #248ece;
}
.search-box .ui-autocomplete-loading {
    background: #fff url('../images/ajax-loader-small.gif') right center no-repeat;
}
.ui-helper-hidden-accessible {
    display: none !important;
}
.ui-autocomplete {
    /*    width: 285px !important;*/
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
    background-color: #fff;
    text-align: left;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-radius: 0;
    padding: 0;
    font: normal 14px Arial, Helvetica, sans-serif;
}
.ui-autocomplete li {
    border-top: 1px solid #ddd;
}
.ui-autocomplete li:first-child {
    border-top: none;
}
.ui-autocomplete a {
    display: block;
    padding: 15px;
    font-size: 14px;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
    padding: 15px !important;
    line-height: normal !important;
    color: #777 !important;
}
.ui-autocomplete a:hover,
.ui-autocomplete a.ui-state-focus {
    background-color: #f6f6f6 !important;
}
.ui-autocomplete img {
    display: none;
    min-width: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.ui-corner-all
{
    -moz-border-radius: 4px 4px 4px 4px;
}

.ui-widget
{
    font-family: Verdana,Arial,sans-serif;
    font-size: 15px;
}
.ui-menu
{
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 2px;
}
.ui-autocomplete
{
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 200px;
    width:1px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #fff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.ui-menu .ui-menu-item
{
    clear: left;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.ui-menu .ui-menu-item a
{
    display: block;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    cursor: pointer;
    background-color: #ffffff;
}
.ui-menu .ui-menu-item a:hover
{
    display: block;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    color: White;
    cursor: pointer;
    background-color: #006699;
}
.ui-widget-content a
{
    color: #222222;
}

.gb_jb{
    border-bottom-color: #fff !important;
    border-style: dashed dashed solid;
    border-width: 4px 12.5px 12.5px;
    border-color: transparent;
    position: absolute;
    z-index: 999999;
    left: 140px;
    top: -13px;
    float: right;
}
.flex-center{
    display: flex;
}
a img {
    border:none!important;
}

*:focus {
    outline: 1px solid transparent !important;
}

#main{
    /* margin:15px auto auto;
    padding-left: 10px; */
}

.home-innovations-img{
    margin-top: 15px;
    float: left;
}

.aboutus-tabs-head{
    color: #00afef;
    font-family: "Futura Bk BT";
}

#aboutus-tabs .navbar { min-height: 0px; }

#aboutus-tabs ul > li{
    padding-right: 25px;
    font-size: 18px;
    /*    font-weight: bold;*/
}

#aboutus-tabs ul > li > a{        
    color: #373435 !important;
    text-decoration: none;
    opacity: 0.5;
}
#aboutus-tabs ul > li.active > a{
    padding: 0px;
    border-bottom: 3px solid #6CBE4F;
    opacity: 1;
}

.current-link{
    font-weight: 700;
    opacity: 0.8 !important; 
}
.aboutus-tabcontent .active{
    color: #373435 !important;
    font-weight:normal;
    font-size: 18px;
    line-height: 30px;
}

.form-control, .btn{
    border-radius: 0px !important;
}
.page-main-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: -20px;
}

#blog-tabs ul {
    min-height: 0px;
    list-style: none;
    padding: 0px;
    margin:0px auto;
}
#blog-tabs ul > li {
    padding-right: 25px;
    font-size: 20px;
    font-weight: bold;
}
#blog-tabs ul > li > a {
    text-decoration: none;
    color: #373435;
    opacity: 0.5;
}
#blog-tabs ul > li.active > a {
    padding: 0px;
    border-bottom: 3px solid #DBB8D7;
    opacity: 1;
}

/*********** FOOTER ***********/

.item-box-crop-yeild {
    width: 24%;
    margin: 0 0.5% 50px;
}

.item-box .picture {
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    margin: 0 0 20px;
}
.item-box .picture a {
    display: block;
    position: relative;
}
.item-box .picture a:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.item-box-crop-yeild .picture {
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    margin: 0 0 20px;
}
.item-box-crop-yeild .picture a {
    display: block;
    position: relative;
}
.item-box-crop-yeild .picture a:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.item-box-crop-yeild {
    position: relative;
    float: left;
    text-align: left;
}
.item-box-crop-yeild .picture a img {
    position: absolute;
    top: 0;
    right: 0;
    /*bottom: 0;*/
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.item-box-crop-yeild .details {
    margin-top: -45px;
}
.item-box-crop-yeild .product-title {
    margin: -65px 0 -35px;
    overflow: hidden;
    font-size: 21px;
    line-height: 1;
    font-weight: normal;
    color: #373435;
    font-family: 'Humanist 521 BT';
}
.item-box-crop-yeild-7 .picture {
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    margin: 0 0 20px;
}
.item-box-crop-yeild-7 .picture a {
    display: block;
    position: relative;
}
.item-box-crop-yeild-7 .picture a:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.item-box-crop-yeild-7 {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 80px;
    text-align: left;
}
.item-box-crop-yeild-7 .picture a img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.item-box-crop-yeild-7 .details {
    margin-top: -45px;
}
.item-box-crop-yeild-7 .product-title {
    margin: -51px 0 -35px;
    overflow: hidden;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    color: #6cbe4f;
    font-family: 'Humanist 521 BT';
}
/** New style for 3 items*/
.item-box-crop-yeild-3 .picture {
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    margin: 0 0 20px;
}
.item-box-crop-yeild-3 .picture a {
    display: block;
    position: relative;
}
.item-box-crop-yeild-3 .picture a:before {
    content: "";
    display: block;
    padding-top: 44%;
}
.item-box-crop-yeild-3 {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 80px;
    text-align: left;
}
.item-box-crop-yeild-3 .picture a img {
    position: absolute;
    top: 0;
    right: 0;
    /*bottom: 0;*/
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.item-box-crop-yeild-3 .details {
    /*padding: 0 10px;*/
    margin-top: -45px;
}
.item-box-crop-yeild-3 .product-title {
    margin: -51px 0 -35px;
    overflow: hidden;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    color: #6cbe4f;
    font-family: 'Humanist 521 BT';
}
.item-box .picture a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.item-box:hover .picture a img {
    opacity: 0.85;
}
.item-box .details {
    padding: 0 10px;
}
.item-box .product-title {
    margin: 0 0 10px;
    overflow: hidden;
    font-size: 17px;
    line-height: 1.2;
    font-weight: normal;
    color: #4ab2f1;
}
.item-box .product-title a {
    display: block;
}
.item-box .product-title a:hover {
    color: #248ece;
}
.item-box .description {
    display: none;
}
.item-box .description a {
    display: block;
    overflow: hidden;
}
.item-box .buttons {
    margin: 0;
    font-size: 0;
}
.item-box input[type="button"] {
    display: inline-block;
    height: 40px;
    border: none;
    vertical-align: middle;
}
.item-box .product-box-add-to-cart-button {
    width: 60%;
    background-color: #4ab2f1;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
.item-box .product-box-add-to-cart-button:hover {
    background-color: #248ece;
}
.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
    width: 20%;
    border-left: 1px solid #fff !important;
    background-color: #eaeaea;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}
.item-box .add-to-compare-list-button {
    background-image: url('../images/compare-button.png');
}
.item-box .add-to-wishlist-button {
    background-image: url('../images/wishlist-button.png');
}
.item-box .add-to-compare-list-button:hover,
.item-box .add-to-wishlist-button:hover {
    background-color: #ddd;
}

#mapDiv{
    border: 1px solid #fff;
}

/*********** TOPICS ***********/
.topic-block {
    margin: 0 0 25px;
}
.topic-block-title {
    min-height: 0px; /*50*/
    margin: 0 0 25px 190px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 5px; /*15*/
}
.topic-block-title h2 {
    font-size: 30px;
    font-weight: normal;
}
.topic-block-body {
    text-align: justify;
    line-height: 0px; /*24*/
    font-size: 16px;
    margin-left: 105px;
}
.topic-page .page-body {
    text-align: justify;
    line-height: 22px;
}
.topic-block a,
.topic-page a {
    text-decoration: underline;
}
.topic-block strong,
.topic-page strong {
    color: #444;
}
.home-page .topic-block {
    margin: 0 0 25px;
}
#container {
    width: 100%;
    text-align: center;
}
#left {
    float: left;
    /*width:130px;*/
    border: dotted;
    border-width: inherit;
    margin-top: 0px;
    /*margin-left:-15px;*/
}
#left1 {
    float: left;
    width: 330px;
    border: dotted;
    border-width: inherit;
    margin-top: 20px;
}
#left2 {
    float: left;
    width: 130px;
    border: dotted;
    border-width: inherit;
    /*margin-top: -10px;*/
    line-height: 35px;
    text-align: left;
}
#left3 {
    float: left;
    width: 150px;
    border: dotted;
    border-width: inherit;
    margin-top: -2px;
    text-decoration: underline;
    text-align: left;
}
#left4 {
    float: left;
    /*width:130px;*/
    border: dotted;
    border-width: inherit;
    margin-top: 0px;
    text-align: left;
}
#center {
    display: inline-block;
    margin: 0 auto;
    border: dotted;
    border-width: inherit;
    margin-top: 0px;
}
#right {
    float: right;
    width: 300px;
    border: dotted;
    border-width: inherit;
}
#right1 {
    float: left;
    padding: 10px 9px;
    text-align: left;
}

.shoppingBag_hdr_lnk img {
    height: 36px;
}

.tab-selected-content {
    width: 735px;
}
.review_heading {
    font-size: 19px;
}
banner-image-div{
    font-size: 20px;
    line-height: 30px;
    margin-top: -35px; 
}

.innovations-block-titile {
    text-align: center;
    color: #76c04e;
    font-size: 45px;
    font-family: 'Humanist 521 BT';
    font-weight: bold;
    padding: 15px 0px 5px;
}
.table-content-heading {
    font-size: 35px;
}
.table-content {
    font-size: 20px;
}
.table-content-links {
    font-size: 15px;
}
.table-content-more {
    font-size: 18px;
}
.table-style {
    width: 100%;
    height: 250px;
    border: 1px solid #4DC24B;
    border-width: 1px;
}
.empty-content-more {
    margin-top: 142px;
    text-align: right;
}
.crop-yeild-page-green-heading {
    color: #6cbe4f !important;
    font-size: 28px;
    font-family: 'Humanist 521 BT BOLD';
}

.ui-tabs {
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
    /*font: normal 14px Arial, Helvetica, sans-serif;*/
    color: #777;
}


.ui-tabs-nav {
    border-bottom: 1px solid #ddd;
    padding: 0 !important;
    margin: 0 auto 0px !important;
    margin-left: 170px !important;
}

.ui-tabs-nav li {
    margin: 0 0 -1px;
    /*override jQuery UI styles, do not delete doubled properties*/
    float: left !important;
    margin: 0 0 -1px !important;
    border: none !important;
    border-radius: 0;
    background: none !important;
    padding: 0 !important;
}

.ui-tabs-nav li a {
    display: block;
    padding: 12px 24px;
    text-align: center;
    font-size: 18px;
    /*override jQuery UI styles, do not delete doubled properties*/
    float: none !important;
    padding: 12px 16px !important;
}

.ui-tabs-nav li.ui-state-active a {
    background-color: #eee;
    color: #4ab2f1;
}
.ui-tabs-panel {
    padding: 0 !important;
}


.imageWrapper {
    position: relative;
    padding: 0;
    display:block;
}
.hover-image {
    margin-top: 140px;
    position: absolute;
    top: 0;
    color:#f00;
    background-color:rgba(255,255,255,0.82);
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.imageWrapper:hover .hover-image{
    opacity:1;
}
.item-box-crop-yeild .picture a .imgContainer img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    bottom: 0;
}
.imgContainer{
    float:left;
    width: 25%;
}
img {
    z-index:1;
}
#top-link-block {
    right: 10px;
    bottom: 20px;
}

/*---------------------- Login ---------------------------------*/
#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    /*overflow:hidden;*/
    background-color:rgba(255,255,255);
    margin-left: -130px;
    margin-top: 20px;
    border-top: transparent;
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}

#login-dp .form-group {
    margin-bottom: 10px;
}

.facebook-icon-login, .google-icon-login {
    background-image: url('../../images/fertis/social-media-icons.jpg');
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    border-radius: 5px;
}
.facebook-icon-login {
    background-position: -108px -97px;
}
.google-icon-login {
    background-position:-200px -188px;
}

/*----------------- Registration Page CSS ----------------------*/

.nav-tabs {
    border-bottom: 1px solid #fff !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: 1px solid #ccc;
    background-color: #f5f5f5;
}
.nav-tabs>li>a{
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 5px;
}
.nav-tabs>li>a.unselect{
    background-color: transparent;
    border: none;
}
.nav-tabs>li>a.unselect:hover, .nav-tabs>li>a.unselect:focus{
    border: none;
}

.col-form-label{
    color: #727376;
    margin-left: -15px;
    font-weight: normal !important;
    padding-top: 6px;
    font-family: Calibri !important;
}
.form-control{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: normal !important;
}

.form-control:focus{
    border-color: #6CBE4F;
}
.form-group {
    margin-bottom: 5px !important;
}

.col-sm-15 {
    width: 20%;
    float: left;
}

.col-md-15 {
    width: 20%;
    float: left;
}

.col-lg-15 {
    width: 20%;
    float: left;
}


.checkbox-inline{
    color: #727376 !important;
}

input[name=landholding] {
    display:none
}
.landholding {
    list-style-type:none;
}
.landholding li {
    float:left;
    margin:0 5px 0 0;
}
.landholding label {
    cursor:pointer;
    color: #555;
    padding-right: 88px;
    -webkit-appearance: button;
    /* WebKit */
    -moz-appearance: button;
    /* Mozilla */
    -o-appearance: button;
    /* Opera */
    -ms-appearance: button;
    /* Internet Explorer */
    appearance: button;
    /* CSS3 */
}
.landholding label:hover {
    background:#DDD;
}
.landholding label:active {
    background:#DDD;
}
.landholding input[type="radio"]:checked + label {
    background-color:#f5f5f5;
}

.help-block> strong{
    font-size: 13px !important;
}


/* --------------- My Account Css---------------------*/
.star-ratings-sprite {
    background: url("../../images/fertis/star-rating-sprite.png") repeat-x;
    font-size: 0;
    height: 21px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 75px;
    margin: 0 auto;
    background-size: 15px;
} 
.star-ratings-sprite-rating {
    background: url("../../images/fertis/red-star.png") no-repeat;
    background-position: 0 10%;
    float: left;
    height: 21px;
    display:block;
    background-size: 75px
}
.progress-bar{
    background-color: #E71D36;
}

#myAccount>li.active>a, #myAccount>li.active>a:focus, #myAccount>li.active>a:hover{
    background-color: #aaa;
    color: #fff;
}

#myAccount>li>a{
    background-color: #ccc; 
    border: 1px solid #fff !important;
}

#solutions>tbody>tr>td{
    padding: 12px;
}
#solutions>table>tbody>tr.descSolutions{
    display: none;
}

.top_image1{
    overflow:hidden;
    z-index: 0;
    position: relative;
    width: 23% !important;
    margin-right:10px;
}

.row >.top_image2{
    overflow:hidden;
    z-index: 0;
    position: relative;
    width: 46% !important;
    margin-right:10px;
    height: 220px;
}

.top_text1{
    font-family: 'Futura MdCn BT';
    font-size: 38px;
    background-color: #ffeb98;
    padding-left: 15px;
    padding-top:15px;color: #9f7f3d;
    width: 100%;
    height: 80px;
    z-index: 99;
    position: absolute;
    bottom: 0;
}

.top_text2{
    font-family: 'Futura MdCn BT';
    font-size: 38px;
    background-color: #ffeb98;
    padding-left: 10px;
    padding-top:15px;
    color: #9f7f3d;
    width: 100%;
    height: 70px;
    z-index: 99;
    position: absolute;
    bottom: 0;
}

.top_image1 img{
    width: 100%;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.top_image2 img{
    width: 100%;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.top_image1:hover img{
    width: 100%;
    overflow:hidden;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.top_image2:hover img{
    width: 100%;
    overflow:hidden;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

#breakthrough_text{
    font-size: 26px;
}

#banner_right_bottom_txt{
    font-family: 'Futura MdCn BT';
    font-size: 32px;
    height: 70px;
    background-color: #ffeb98;
    padding-top: 13px;
    color: #9f7f3d;
    margin-left: -15px;
    padding-left: 15px;
    margin-right: 15px;
    margin-top: 8px;
}

.nav1 {
    line-height: 35px;
    background-color: white;
    height: 135px;
    width: 100px !important;
    float: left;
    padding: 0px;
    margin-top: -7px;
    font-size: 17px !important;
    font-family: Futura-light;
}

#left2 {
    float: left;
    width: 100px !important;
    border: dotted;
    border-width: inherit;
    line-height: 35px;
    text-align: left;
}

#right {
    float: right;
    width: 165px !important;
    border: dotted;
    border-width: inherit;
}

.review_heading {
    font-size: 17px;
}

.topic-block-title {
    min-height: 0px;
    margin: 0 0 25px 100px !important;
    border-bottom: 1px solid #ddd;
    padding: 0 0 5px;
}

.tab-selected-content {
    width: 635px;
}

.shoppingBag_hdr_lnk img {
    height: 30px;
}

.ui-widget {
    font-size: 15px;
}

.banner-image-div {
    font-size: 20px;
    line-height: 30px;
    margin-top: -35px;
}

.item-box-crop-yeild .product-title {
    font-size: 21px;
}

.crop-yeild-page-green-heading {
    color: #6cbe4f;
    font-size: 28px;
    font-family: 'Humanist 521 BT BOLD';
}

.innovations-block-titile {
    text-align: center;
    color: #76c04e;
    font-size: 45px;
    font-family: 'Humanist 521 BT';
    font-weight: bold;
    padding: 15px 0px 5px;
}

.table-content-heading {
    font-size: 35px;
}

.table-content {
    font-size: 20px;
}

.table-content-links {
    font-size: 15px;
}

.table-content-more {
    font-size: 18px;
}

.empty-content-more {
    margin-top: 142px;
}

.table-style {
    width: 100%;
    height: 250px;
    border: 1px solid #4DC24B;
    border-width: 1px;
}

.shoppingBag_hdr_lnk img {
    height: 30px;
}

/*** GLOBAL STYLES ***/
.page {
    text-align: left;
}

.center-1 .buttons {
    text-align: center;
}

.page-title a + h1 {
    float: left;
}

/*** HEADER ***/
.header {
    margin: auto;
    padding: 10px 0px 0px 0px;
}

.header-upper:after {
    content: "";
    display: block;
    clear: both;
}

.header-lower {
    display: table;
    width: 100%;
}

.header-logo {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 0;
}

.search-box {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.search-box input.search-box-text,
.search-box .search-box-button {
    height: 30px;
    border: none;
    padding: 5px;
}

/*** NAVIGATION ***/
.menu-toggle,
.header-menu > ul {
    display: block !important; /* prevents toggle display:none on resize */
    font-size: 0;
}

.header-menu > ul.mobile {
    display: none !important;
}

.header-menu > ul > li {
    display: inline-block;
    border-left: 1px solid #ddd;
    padding: 0 12px;
    vertical-align: middle;
}

.header-menu > ul > li:first-child {
    border-left: none;
}

.header-menu > ul > li > a:hover {
    color: #6CBE4F;
}
.active {
    color: #6CBE4F !important;
    /*    font-weight: 700;*/
} 

/*** FOOTER ***/
.footer-lower {
    font-size: 13px;
}



.footer-block .title {
    margin: 0 0 5px;
    background: none;
    padding: 0;
    color: #464648;
    cursor: auto;
    font-size: 20px;
}

.footer-upper {
    padding: 15px 10px 15px;
    font-family: Futura Bk BT;
}

.footer-upper:after {
    content: "";
    display: block;
    clear: both;
}



.footer-block .list {
    margin: 0;
}

.footer-lower {
    position: relative;
    width: 980px;
    padding: 5px 5px;
}

.footer-lower:after {
    content: "";
    display: block;
    clear: both;
}

.footer-info {
    float: right;
    line-height: 32px;
}

.footer-powered-by {
    float: left;
    margin: 0;
    line-height: 32px;
}

/*** COLUMN ***/
.block {
    float: none;
    width: auto;
    margin: 0 0 20px;
}

.block .title {
    margin: 0;
    border-bottom: 1px solid #ddd;
    background: none;
    cursor: auto;
}

.block .title strong {
    font-weight: bold;
}

.block .listbox {
    display: block;
    border-bottom: none;
}

.block a.product-picture {
    display: inline-block;
    position: relative;
    width: 30%;
    margin: 0 0 0 -15px;
    vertical-align: middle;
}

.block a.product-name {
    vertical-align: middle;
}

.block a.product-picture + a.product-name {
    width: 70%;
}

.block a.product-picture + a.product-name:before {
    display: none;
}

/*** CATEGORY ***/
.item-box .buttons {
    text-align: left;
}

.rental-attributes {
    overflow: hidden;
}

/*** TOPICS ***/
.center-1 .topic-block-title {
    text-align: center;
}

.topic-page p {
    text-align: justify;
}

.news-list-homepage .news-items {
    overflow: hidden;
    text-align: left;
    margin-left: 176px;
    margin-top: 35px;
}

.news-list-homepage .news-item {
    float: left;
    width: 31.33333%;
    margin: 0 1% 30px;
}

.news-list-homepage .news-item:nth-child(3n+1) {
    clear: both;
}

.news-list-homepage .news-item:only-child {
    float: none;
    width: auto;
    margin: 0 0 30px;
}

.news-list-homepage .news-head {
    text-align: center;
}

.news-list-homepage .news-body {
    text-align: justify;
    font-size: 16px;
}

.row {
    margin-left: 0px;
}

.row:before,
.row:after {
    display: table;
    line-height: 0;
    content: "";
}

.row:after {
    clear: both;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 5px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 980px;
    margin-left: 2px;
    margin-top: -28px;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 5px;
}

.span15 {
    width:347px;
    color:green;
    margin-top: 20px;
}

.span14 {
    width:32%;
    text-align:left;
    line-height: 26px;
}

.span13 {
    width:20px;
}

.span12 {
    width: 243px;
    text-align: right;
    color: #4DC24B;
    margin-top: 1px;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 30px;
}

.span11 {
    width: 250px;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
}

.span10 {
    width: 250px;
}

.span9 {
    width: 250px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    background-color: #FF0000;
    color: white;
    height: 42px;
    padding-top: 5px;
}

.span8 {
    width: 71.5%;
    border-width: thin;
    margin-left: 0px;
    font-size: 20px;
    margin-right: 5px;
    text-align: left;
    line-height:25px;
}

.span7 {
    width: 100%;
    background-color: white;
    height:4px;
}

.span6 {
    width: 207px;
    border-style: dotted;
    border-width: thin;
    margin-left: 3px;
}

.span5 {
    width: 160px;
    margin-left: 5px;
    margin-top: 33px;
    font-size: 19px;
    font-weight: bold;
    line-height: 22px;
}

.span4 {
    width: 360px;
}

.span3 {
    width: 66px;
    margin-left: 12px;
    margin-top: 15px;
}

.span2 {
    width: 100%;
    background-color: #EBF4E2;
}

.span1 {
    width: 100%;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    background-color: #4CC14A;
    color: white;
}

.crop-yeild-potato-main-heading {
    margin-bottom: 10px;
    font-size: 26px;
}

.potato-issues-img-title {
    color: green; font-size: 20px;
    line-height:20px;
}

.crop-quality-potato-content {
    line-height: 27px;
    font-size:20px;
}

.offset12 {
    margin-left: 1230px;
}

.offset11 {
    margin-left: 1130px;
}

.offset10 {
    margin-left: 1030px;
}

.offset9 {
    margin-left: 930px;
}

.col-form-label > .edit-image{
    margin-top: -19px;
    padding-left: 35px;
    position: absolute;
    background-color: rgba(255,255,255,0.82);
    width: 90px;
    opacity: 0;
}

.col-form-label:hover > .edit-image{
    opacity: 1;
}

/*-----------------Search Header Css----------------*/

#search-input{
    background: rgba(0, 0, 0, 0) url('../../images/fertis/magnifyingGlass.png') no-repeat scroll;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    outline: medium none;
    padding: 0px 0px 5px 25px;
    right: 0;
    top: 0;
    transition: width 0.4s cubic-bezier(0, 0.795, 0, 1) 0s;
    width: 0;
    z-index: 3;
    text-align: left;
    background-size: 10px 10px; 

}

#search-input:focus:hover {
    border-bottom:  1px solid #DDDDDD;
}

#search-input:focus {
    width: 95%;
    z-index: 1;
    border-bottom: 1px solid #DDDDDD;
    cursor: text;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    margin: auto;
} 

.carousel-indicators-numbers li {
    text-indent: 0;
    margin: 0 2px;
    width: 5px;
    height: 30px;
    border: none;
    border-radius: 100%;
    line-height: 30px;
    color: #222;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: transparent;
}

.carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
    margin: 0 2px;
    width: 5px;
    height: 30px;
    background-color: transparent;
}

/*-------------------------Loader ----------------------*/
.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #ddd;
    border-bottom: 10px solid #ddd;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;

}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.current_td{
    background-image:  url('../../images/fertis/arr.png');
    background-position-x: 35px;
    background-position-y: -3px;
    background-repeat:no-repeat;
}

/***home page Css***/

.margin-auto{
    margin:auto;
}

.padding-5{
    padding:5px;
}

.padding-0{
    padding:0px;
}

.crop-btn{
    text-align: center; line-height: 1.2; padding:0px 10px 5px 10px;font-size: 16px;
}

.crop-btn-text{
    padding: 10px 10px 0px 10px;
    margin:0px;
    font-family: Futura Bk BT;
}

.blog-links{
    color:#a9abae; 
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: left;
    width: 78%;
    height: 60px;
}

.description-text{
    font-size: 24px;text-align: left;line-height:1.2;font-family: Futura Bk BT;
}

.blog-link-arrow{
    color:#a9abae; font-size: 20px;text-align: left; font-weight: bold; font-family: Futura md BT;
}


a:focus, a:hover{
    text-decoration:none;color: inherit;
}

/**home Page*/
.program-heading{
    font-family: Futura Md BT;font-size: 28px;font-weight: bolder; line-height: 1.2;
}

.program-content{
    font-size: 18px;line-height: 1.2;margin: auto;padding: 5px 10px 10px 0;letter-spacing: 0.5px;
}

.program-links{
    font-family: Futura Lt BT; font-size: 24px; color:#a9abae;
}

.innovation-heading{
    font-size:65px;  color:#a9abae; font-family: Futura Lt BT;
}

.innovation-content{
    font-size:26px;padding: 3px 0px 0px 0px;color: #0d97be;font-family: Futura Lt BT;
}

.footer-block{
    font-size: 16px; float: left; margin: 0;
}

.banner-margin{
    margin-top: 25px;
}

.prog-box{
    background-color: #f7f7f7; padding: 15px 15px 5px;
}

.crop-btn-box{
    margin:auto;margin-top: 20px;
}
.social-icon-bottom{
    border-bottom: 10px solid #f7f7f7; clear: both;
}

.arrow-ad-1{
    width: 25px !important;float: right;padding-right: 10px;padding-top: 10px;
}
.about-us-text{
    padding: 0px; font-size: 18px!important;
}

#MainMenu >ul li{
    font-size: 18px;  color: #848688;margin: 5px;
}
#MainMenu h3{
    color: #848688;font-weight: bold;
}
#MainMenu{
    margin-top: -30px;
}
.blog-tab-content{
    font-size:18px;
}
.blog-tab-crop-yield-content{
    font-size: 18px; line-height: 1.5; margin-top: 10px;
}
.catalog-text{
    color:#848688;
    font-size: 22px;
}
.product-desc{
    padding-left: 100px;
}
.crop-para-heading{
    font-size: 24px; font-family: 'Humanist 521 BT'; font-weight: bold; padding: 10px 0px;
}