/* =======================================================
*
* Theme Name: General Seed Company
Author: https://www.generalseedcompany.ca/
Description: Website of General Seed Company
Date Created: 15/03/2018  
*
* ======================================================= */

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;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
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;
}

body {
    font-family: 'Muli', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #7e8fa4;
    background: #fff;
    height: 100%;
    position: relative;
}
.square-box-value-pasture span{
    background: #CCC;
    color: #000;
    font-weight: bold;
    padding: 2px 18px;
}
.square-box-value-pasture span:first-child{
    margin-right: 7px;
}
a {
    color: #2393d2;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}
a:hover, a:active, a:focus {
    color: #2393d2;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 1.5em;
}

* , *:focus , *:hover{
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #7e8fa4;
    font-family: 'Muli', sans-serif !important;
    font-weight: 400;
}

::-webkit-selection {
    color: #fff;
    background: #88ACC6;
}

::-moz-selection {
    color: #fff;
    background: #88ACC6;
}

::selection {
    color: #fff;
    background: #88ACC6;
}

.mar-t-0{
    margin-top: 0 !important;
}

.mb-10{
    margin-bottom: 10px !important;
}

.mb-20{
    margin-bottom: 20px !important;
}

.mb-30{
    margin-bottom: 30px !important;
}

.mb-15{
    margin-bottom: 15px !important;
}

.mb-25{
    margin-bottom: 25px !important;
}

.mb-50{
    margin-bottom: 15px !important;
}


.section-heading {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    clear: both;
}
.section-heading h2 {
    font-size: 24px;
    font-weight: 400;
    color: #3b4453;
    text-transform: uppercase;
    position: relative;
    display: block;
    letter-spacing: 0.5px;
    margin-top: 0px;
    padding-bottom: 15px;
    line-height: 1.5;
}
.section-heading h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 76px;
    height: 2px;
    background: #2393d2;
    left: 50%;
    margin-left: -38px;
    bottom: 0;
}

header{
    display: inline-block;
    width: 100%;
}

.navbar .navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0; 
    background:#004a1b;
}
.navbar .navbar-default .navbar-toggle {
    margin-top: 32px;
}
.navbar .navbar-default .navbar-brand {
    height: auto;
    padding: 22px 15px 15px;
}

header .navbar a.navbar-brand{
    padding: 6px 15px;
    margin:18px 0 !important;
    height: auto !important;
    font-size:18px;
    line-height: 28px;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff !important;
    font-weight:700;
    border: 2px solid #c4be25;
}
.open{
    display: block !important;
}
.available-list-category .col-sm-2{
    width: 14.167%;
}
.available-list-category .col-sm-3{
    width: 20%;
}
#main-menu.navbar-default .dropdown-menu > li > a:hover{
    color: #c4be25 !important;
}
/*Mega Menu Css*/
.mega-dropdown {
    position: static !important;
}
.mega-dropdown-menu {
    padding: 0;
    width: 50%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}
@media screen and (max-width: 970px){
    .mega-dropdown-menu {
        padding: 0;
        width: 70%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 10px 5px;
    border-top: 1px solid #ca7167;
    color: #4a4a4a;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #b80303;
    padding: 0;
    line-height: 30px;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover{
    color: #f45541;    
    background-color: rgba(231, 231, 231, 0);

}
/*End Mega Menu Css*/

@media only screen and (min-width: 768px) {
    header{
        margin-bottom: 85px;
    }
    #main-menu.navbar-default {
        background: #004a1b;
        -webkit-box-shadow: 0 0 5px #000;
        -moz-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
        border-bottom: 6px solid #c4be25 !important;
        margin-bottom: 0px;
    }

    #main-menu.home-nav.navbar-default .navbar-right{
        float: none !important;
        text-align: center;
    }

    #main-menu.home-nav.navbar-default .navbar-right .navbar-nav{
        float: none !important;
        display: inline-block;
    }

    #main-menu.navbar-default .navbar-nav > li.active > a {
        font-weight: 600;
        color: #c4be25 !important;
    }

    #main-menu.navbar-default .navbar-nav > li > a {
        padding: 5px 12px !important;
        margin:20px 0;
        font-size:16px;
        line-height: 24px;
        cursor: pointer;
        text-transform: uppercase;
        color: #fff !important;
        font-weight:normal;
    }
    #main-menu.navbar-default .navbar-nav > li.active > a,
    #main-menu.navbar-default .navbar-nav > li.open > a,
    #main-menu.navbar-default .navbar-nav > li:hover > a {
        background: transparent;
        border-top: 0 solid #b80303; 
        color:#4c4c4c;
    }
    #main-menu.navbar-default .dropdown-menu {
        padding: 0 5px;
        min-width: 220px;
        margin-right: 10px;
        background-color: #004a1b;
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        right: auto;
    }
    #main-menu.navbar-default .dropdown-menu > li {
        /*border-left: 3px solid transparent;*/
        /*margin-left: -20px;*/
        /*padding-left: 17px;*/
        -webit-transition: border-color 400ms;
        transition: border-color 400ms;
    }
    #main-menu.navbar-default .dropdown-menu > li > a {
        border-top: 1px solid #fff;
        padding: 15px 0;
        color: #eeeeee;
    }
    #main-menu.navbar-default .dropdown-menu > li:first-child > a {
        border-top: 0;
    }
    #main-menu.navbar-default .dropdown-menu > li.active,
    #main-menu.navbar-default .dropdown-menu > li.open,
    #main-menu.navbar-default .dropdown-menu > li:hover {
        border-left-color: #b80303;
    }
    #main-menu.navbar-default .dropdown-menu > li.active > a,
    #main-menu.navbar-default .dropdown-menu > li.open > a,
    #main-menu.navbar-default .dropdown-menu > li:hover > a {
        color: #b80303;
        background-color: transparent;
    }
}

/*------------------------------*/

.hero-details{
    background: #241f1d url("../images/home-main-bg.png") no-repeat center center;
    background-size: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    height: auto;
}



.hero-details h2{
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 20px;
}
.hero-details h1{
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 20px;
}

.hero-details .hero-logo-block{
    margin-bottom: 400px;
}

.hero-details .hero-logo-block .logo-icon{
    width: 30%;
    display: inline-block;
    float: left;
}

.hero-details .hero-logo-block .logo-details{
    width: 70%;
    display: inline-block;
    float: left;
    padding-left: 25px;
    padding-top: 50px;
}

.hero-details .hero-logo-block .logo-details h2{
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 00px;
}

.hero-details .hero-logo-block .logo-details .subtitle{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 5px;
}

.hero-details .hero-logo-block .logo-details b{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    text-align: left;
    line-height: 1.5;
    margin-right: 5px;
    display: inline-block;
}

.hero-details .hero-logo-block .logo-details .dot{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.5;
    display: inline-block;
    position: relative;
    top: -5px;
    margin: 0 8px;
}

.hero-details .hero-logo-block .logo-details .phone-fax{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.5;
    display: inline-block;
}

.yellow-text{
    color: #c4be25 !important;
}

.hero-details p.hero-text{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0px;

}

.seed-categories {
    background: #241f1d;
    padding: 30px 0 50px;
}

.seed-categories .seed-category{
    width: 100%;
    display: inline-block;
}

.seed-categories .seed-category-level{
    width: 25%;
    float: left;
    display: inline-block;
    padding: 0 12px;
    border-right: 2px solid #c4be25;
}

.seed-categories .seed-category-level:last-child{
    border-right: 0px !important;
}

.seed-categories .seed-category-level .seed-category-title span.yellow-block{
    width: 24px;
    height: 28px;
    background: #c4be25;
    display: inline-block;
    margin-right: 15px;
}

.seed-categories .seed-category-level .seed-category-title{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    line-height: 28px;
    margin-bottom: 15px;
    text-transform: uppercase;
}


footer.footer{
    background: #004a1b;
    border-top: 6px solid #c4be25;
    padding:25px 0;
}

footer.footer .gsc-footer-info h4{
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    line-height: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

footer.footer h3{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: right;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer.footer h3 b{
    font-weight: 700;
    display: block;
}

footer.footer .gsc-footer-info p , footer.footer .gsc-footer-info p a{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    line-height: 24px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

footer.footer a.btn{
    padding: 0px 40px;
    background: transparent;
    border: 2px solid #c4be25;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    line-height: 42px;
    height: 46px;
    text-transform: uppercase;
    float: right;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    border-radius:0px !important;
}

.copyright{
    background: #241f1d;
    padding: 15px 0; 
}

.copyright p{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    line-height: 24px;
    margin-bottom: 5px;
    text-transform: capitalize;
    display: inline-block;
}

.copyright p:first-child{
    float: left;
    text-align: left;
}

.copyright p:nth-of-type(2){
    float: right;
    text-align: right;
}

/*-------------------------*/

.content-category{
    background: #fff !important;
    padding: 50px;
    
}
.h60vh{
    height: 60vh;
}
.content-category .content-main > img{
    margin-bottom: 35px;
}

.content-category .content-main .content-intro h1{
    font-size: 30px;
    font-weight: 600;
    color: #004a1b;
    text-align: left;
    line-height: 36px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.content-category .content-main .content-intro h2 .sub-h2{
    text-transform: capitalize !important;
    color: #939597;
    padding-left: 10px;
}


.content-category .content-main .content-intro p{
    font-size: 18px;
    font-weight: 400;
    color: #333;
    text-align: left;
    line-height: 24px;
    margin-bottom: 0px;
}

.content-category .content-main .content-intro{
    margin-bottom: 40px;
}
li span {
    position: relative;
    left: -10px;
}
.content-category .content-main h3.title-with-border{
    font-size: 24px;
    font-weight: 600;
    color: #c4be25;
    text-align: left;
    line-height: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 3px solid #552768;
}

.content-category .content-main h3.title-with-border1{
    font-size: 18px;
    font-weight: 600;
    color: #c4be25;
    text-align: left;
    line-height: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid black;
}

.content-category .content-main .available-list-category .available-list li a{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: left;
    line-height: 24px;
    padding: 8px 0;
    padding-left: 15px;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
}

.content-category .content-main .available-list-category .available-list li{
    display: inline-block;
    width: 100%;
}

.content-category .content-main .available-list-category .available-list li a img{
    margin-left: 15px;
    vertical-align: middle;
    display: inline-block;
}

.content-category .content-main .available-list-category .available-list li:nth-child(even){
    background-color: #f0f1f1;
}

.content-category .content-main .available-list-category .available-list li:nth-child(odd){
    background-color: #fff;
}

/*-------------------------------
  Sidebar Tabmenu
  -------------------------------*/

.content-category .sidebar ul.tree li .tree-toggler{
    width: 100%;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #939597;
    text-align: left;
    line-height: 20px;
    text-transform: uppercase;
    padding: 8px 0;
}

.content-category .sidebar ul.tree li .tree-toggler.active-tree{
    color: #000 !important;
}

.content-category .sidebar ul.tree li .tree-toggler:hover , 
.content-category .sidebar ul.tree li .tree-toggler:focus{
    cursor: pointer;
}

.content-category .sidebar ul.tree li .tree-toggler i{
    padding-right: 12px;
}

.content-category .sidebar ul.tree li > ul.tree{
    display: none;
}

.content-category .sidebar ul.tree li > ul.tree li a{
    padding: 5px 0 !important;
    padding-left: 40px !important;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: left;
    line-height: 24px;
    text-transform: uppercase;
}

.content-category .sidebar ul.tree li > ul.tree li a:focus{
    background: transparent !important; 
}

.content-category .sidebar ul.tree li > ul.tree li a:hover{
    background-color: #fff !important;
    color: #c4be25; 
}
ul.list-value li a:hover{
    color: #c4be25; 
}
.content-category .sidebar h2.active-page{
    font-size: 32px;
    font-weight: 600;
    color: #004a1b;
    text-align: left;
    line-height: 36px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.content-category .sidebar ul.tree li > ul.tree li a.active-link{
    font-weight: 600 !important;
    color: #c4be25 !important;
}

.characteristics-box{
    margin: 15px 0;
}

.characteristics-box .characteristics-title{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 20px;
    min-height: 64px;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    background: #f5f5f5;
    border-radius: 8px 8px 0 0;
    padding: 10px 0; 

}

.characteristics-box.green-gray-box .characteristics-title{
    background: #00491b !important;
}

.characteristics-box.green-gray-box .characteristics-value{
    background: #c6c8ca !important;
}

.characteristics-box.yellow-black-box .characteristics-title{
    background: #c4be25 !important;
}

.characteristics-box.yellow-black-box .characteristics-value{
    background: #939597 !important;
}

.characteristics-box .characteristics-value{
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    background: #f5f5f5;
    border-radius: 0;
    padding: 10px 0; 
}

.available-list-category .col-sm-2 , .available-list-category .col-sm-3{
    padding-left: 8px;
    padding-right: 8px; 
}

.square-box{
    margin: 15px 0;
}

.withscroll.square-box  .square-box-title{
    overflow: hidden;
    padding: 10px 5px;
}

.square-box .square-box-title{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 20px;
    min-height: 64px;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    background: #552768;
    padding: 10px 0; 

}

.withscroll.square-box .square-box-value{
    overflow-y: auto;
    white-space: nowrap; 
}

.square-box .square-box-value{
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 24px;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    background: #f0f1f1;
    border-radius: 0;
    padding: 10px 0; 
}

ul.list-value li::before{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background-color: #333;
    position: relative;
    top: -4px;
    margin-right: 15px;
    display: inline-block;
}

ul.list-value li{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: left;
    line-height: 24px;
    padding: 6px 0;
}

.qa-list-category{
    display: inline-block;
    width: 100%;
}

.qa-list-category img.round-ready-logo{
    max-height: 80px;
}

.qa-list-category i.fa-square{
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    margin: 0 3px;
}

ul.list-table li{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: left;
    line-height: 24px;
    padding: 5px 0;
    display: inline-block;
    width: 100%;
}

ul.list-table li .qa-percentage{
    width: 25%;
    float: left;
    text-align: left;
}

ul.list-table li .qa-value{
    width: 75%;
    float: left;
    text-align: left;
}

/*------------------------------*/


/*-------------------------------
  Responsive CSS
  -------------------------------*/

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

    .mb-30-xs{
        margin-bottom: 30px !important;
    }

    header #main-menu{
        background: #00491b !important;
        border-bottom: 2px solid #c4be25;
        margin-bottom: 00px;
    }

    header .navbar a.navbar-brand{
        padding: 6px 10px;
        margin: 16px 0 !important;
        margin-left: 15px !important;
        font-size: 16px;
        line-height: 24px;
    }

    .hero-details {
        background: #241f1d url("../images/home-main-bg.png") no-repeat top center !important;
        padding-top: 400px;
        padding-bottom: 50px;
    }

    .hero-details h2 {
        font-size: 24px;
    }

    header{
        margin-bottom: 74px !important;
    }

    ul.list-table li {
        font-size: 16px;
    }

    .content-category .content-main .available-list-category .available-list li a {
        font-size: 16px;
    }

    .hero-details .hero-logo-block .logo-details {
        width: 100%;
        padding-left: 0px;
        padding-top: 30px;
    }

    .hero-details .hero-logo-block .logo-details .subtitle , .hero-details .hero-logo-block .logo-details b{
        color: #fff;
    }

    .hero-details .hero-logo-block .logo-icon a{
        display: inline-block;
    }

    .hero-details .hero-logo-block , .hero-details .hero-logo-block .logo-details h2 ,
    .hero-details .hero-logo-block .logo-details .subtitle{
        text-align: center;
    }

    .hero-details .hero-logo-block .logo-icon {
        width: 100%;
    }

    .hero-details .hero-logo-block .logo-icon img{
        max-height: 150px;
    }

    .hero-details .hero-logo-block {
        margin-bottom: 50px;
        display: inline-block;
    }

    .hero-details .hero-logo-block .logo-details h2 {
        font-size: 24px;
        font-weight: 600;
    }

    header #main-menu.navbar-default .navbar-nav > li > a {
        color: #fff !important;
    }

    header #main-menu.navbar-default .navbar-toggle {
        margin-top: 18px;
        border-color: #fff !important;
    }

    header #main-menu.navbar-default .navbar-nav{
        margin-top: 0px;
    }

    header #main-menu.navbar-default .navbar-toggle .icon-bar {
        background-color: #c4be25 !important;
    }

    header #main-menu.navbar-default .navbar-toggle:hover ,
    header #main-menu.navbar-default .navbar-toggle:focus {
        border-color: #fff !important;
        background: #c4be25 ;
    }

    header #main-menu.navbar-default .navbar-toggle:hover .icon-bar,
    header #main-menu.navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #fff !important;
    }

    header #main-menu.navbar-default .navbar-nav > .active > a, 
    header #main-menu.navbar-default .navbar-nav > .active > a:focus, 
    header #main-menu.navbar-default .navbar-nav > .active > a:hover ,
    header #main-menu.navbar-default .navbar-nav li:focus a, 
    header #main-menu.navbar-default .navbar-nav li:hover a{
        background-color: #c4be25 !important;
    }

    .content-category .content-main h3.title-with-border {
        font-size: 20px;
        line-height: 28px;
    }

    .seed-categories .seed-category-level {
        width: 100%;
        float: left;
        display: inline-block;
        padding: 0 20px;
        border-right: 0px;
        margin-bottom: 40px;
    }

    .content-category .sidebar ul.tree li .tree-toggler {
        font-size: 16px !important;
    }

    .content-category .sidebar{
        margin-bottom: 50px;
    }

    .content-category .content-main .content-intro h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .copyright p{
        float: left !important;
        text-align: center !important;
    }
    .copyright p:first-child{
        margin-bottom: 15px;
    }

    footer.footer h3{
        float: left !important;
        text-align: center;
        margin-top: 15px;
    }

    footer.footer a.btn{
        float: none;
    }

    footer.footer .footer-col-1 img{
        max-height: 150px;
    }

    footer.footer .footer-col-1{
        text-align: center;
        margin-bottom: 25px;
    }

    footer.footer .gsc-footer-info h4 {
        text-align: center;
    }

    footer.footer .gsc-footer-info p, footer.footer .gsc-footer-info p a {
        text-align: center;
        line-height: 20px;
        margin-bottom: 15px;
    }

    footer.footer .gsc-footer-info br{
        display: none !important;
    }

    footer.footer h3 {
        font-size: 16px;
        text-align: center;
        line-height: 30px;
    }

    footer.footer .footer-col-3{
        text-align: center;
    }

}


@media only screen and (min-width: 768px) and (max-width: 991px){

    #main-menu.navbar-default .navbar-nav > li > a {
        padding: 5px 8px !important;
        margin: 6px 0;
        font-size: 15px;
    }

    .content-category .sidebar ul.tree li .tree-toggler {
        font-size: 14px;
        padding: 6px 0;
    }

    header .navbar a.navbar-brand{
        float: none;
        display: inline-block;
    }

    #main-menu.navbar-default .container > .navbar-header {
        width: 100%;
        text-align: center;
    }

    header {
        margin-bottom: 132px;
    }

    .characteristics-box .characteristics-title {
        font-size: 14px;
        padding: 10px 4px;
    }

    .content-category .content-main h3.title-with-border {
        font-size: 18px;
        line-height: 24px;
    }

    .content-category .content-main .content-intro h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .square-box .square-box-title {
        font-size: 14px;
        padding: 10px 4px;
    }

    .hero-details .hero-logo-block .logo-details h2 {
        font-size: 22px;
    }

    .hero-details {
        background: #241f1d url("../images/home-main-bg.png") no-repeat top center !important;
        padding-bottom: 50px;
        padding-top: 250px;
    }

    .hero-details .hero-logo-block .logo-details {
        padding-top: 15px;
    }

    .hero-details .hero-logo-block {
        margin-bottom: 100px;
    }

    .seed-categories .seed-category-level {
        padding: 0 10px;
    }

    .seed-categories .seed-category-level .seed-category-title {
        font-size: 15px;
    }

    .seed-categories .seed-category-level .seed-category-title span.yellow-block {
        width: 20px;
        height: 20px;
        position: relative;
        top: 4px;
    }

    footer.footer .footer-col-1 img{
        max-height: 150px;
    }

    footer.footer .footer-col-2{
        margin-bottom: 30px
    }

    footer.footer .footer-col-3 a.btn{
        float: none;
    }

    footer.footer .footer-col-3 {
        text-align: center;
    }

    footer.footer h3{
        text-align: center;
    }

    .copyright p {
        float: none !important;
        width: 100%;
        text-align: center;
    }

    .copyright p{
        float: left !important;
        text-align: center !important;
    }
    .copyright p:first-child{
        margin-bottom: 15px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px){

    #main-menu.navbar-default .navbar-nav > li > a {
        padding: 5px 6px !important;
        margin: 20px 0;
        font-size: 14px;
    }
    .hero-details .hero-logo-block {
        margin-bottom: 100px;
    }
    .hero-details {
        background: #241f1d url("../images/home-main-bg.png") no-repeat top center !important;
    }

    footer.footer h3 {
        font-size: 15px;
        line-height: 22px;
    }

    footer.footer .footer-col-2 br{
        display: none;
    }

    .copyright p {
        float: none !important;
        width: 100%;
        text-align: center;
    }

    .copyright p{
        float: left !important;
        text-align: center !important;
    }
    .copyright p:first-child{
        margin-bottom: 15px;
    }

}

@media only screen and (min-width: 1200px) and (max-width:1400px){

    .hero-details .hero-logo-block {
        position: relative;
        /*left: 150px;*/        /* Remove for home page scroll issue*/
    }

    .hero-details .hero-logo-block img{
        max-height: 150px;
        margin-right: 0;
    }

}

@media only screen and (min-width: 1401px) {

    .hero-details .hero-logo-block {
        position: relative;
        left: 100px;      /* Remove for home page scroll issue*/
    }

    .hero-details .hero-logo-block img{
        max-height: 180px;
        margin-right: 10px;
    }

}


.sliagecorn table {   border-collapse: collapse;}

.sliagecorn  td {
    padding-top: -2px;
    margin-bottom: -2px;
    /*background-color: #552768;*/ 
}
.sliagecorn .inner_tr tr{
    border-bottom:5px solid #ffffff;

}
.sliagecorn span
{
    color: #ffffff;
}


.sliagecorn table {   border-collapse: collapse;}
.sliagecorn td {
    padding-top: -2px;
    margin-bottom: -2px;
}
.sliagecorn td span{
    padding: 5px;

}
.sliagecorn tr{
    border-bottom:5px solid #ffffff;
}
.sliagecorn ul.list-value li{
    font-size: 13px;
    line-height: 13px;
}
.sliagecorn ul.firstul li{
    color:#004A1B;
    font-weight: 700;
}
.sliagecorn ul.firstul li::before {

    content:none;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background-color: #333;
    position: relative;
    top: -4px;
    margin-right: 15px;
    display: inline-block;

}
.padding-bottom-10px{
    padding-bottom: 10px;
}
.sliagecorn .characteristics{
    color: #004A1B !important;
    font-weight: 700;
}

.sliagecorn .modesofaction td
{
    padding: 10px;
    text-align: center;
    color: #fff;
}
.sliagecorn .modesofaction tr{
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: none;
}
.sliagecorn .lastline{
    color: black;
    font-weight: 700;
    margin-top: 10px;
}
.btn-success{
    color: #fff;
    background-color: #004a1b;
    border-color: #004a1b;
}
.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #004a1b;
}
.list-value-new li{
    font-size: 18px;
    font-weight: 400;
    color: #333;
    text-align: left;
    line-height: 24px;
    margin-bottom: 0px;
}
.big-font{
    font-size: 20px;
    font-weight:600;
}
ul.list-value li a.pdf-view {
    color: #7275e0;
}
ul.list-value li a.pdf-view:hover {
    color: #090ec8;
}
.content-category .content-main .content-intro p.warnning{
    background: #ffffff;
    color: #552768;
    font-size: 15px;
    font-weight: 700;
    padding: 5px;
    border: 1px solid #ffffff;
    margin-bottom: 10px;
    text-align: center;
}