    @charset "utf-8";
    /* CSS Document */
    
    #login_box {
        clear: both;
        display: block;
        padding-top: 30px;
    }
    #loginbox_wrapper {
        background-color: #e7e7e7;
        border: 5px solid #f6f6f6;
        outline: 5px solid #fff;
        clear: both;
        display: block;
        margin: 0 auto;
        padding: 20px;
        width: 450px;
    }
    body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #181818;
        background-color: #fbfbfb;
    }
    #header {
        background-color: #0d0d0d;
        border-bottom: 7px solid #a3d55d;
        padding-top: 5px;
    }
    #top_menu {
        background-color: #fbfbfb;
    }
    #promotion {
        background-color: #06c8b4;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #footer {
        background-color: #0d0d0d;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #footer_bdr {
        background-color: #a3d55d;
        height: 7px;
        width: 100%;
        clear: both;
        margin: 10px 0;
    }
    /* HEADER */
    
    #logo {
        /*width:98%*/
        ;
        max-width: 330px;
        float: left;
        padding: 0 5px 5px;
    }
    #logo div {
        margin-top: 7px;
        color: #fefefe;
        width: 100%;
    }
    #header_menu {
        float: right;
    }
    div.top_links {
        display: block;
        overflow: hidden;
        margin-top: 5px;
        text-align: center;
    }
    div.top_links a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        float: left;
    }
    div.caller {
        width: 240px;
        display: block;
        clear: both;
        padding: 0 10px;
        color: #fff;
        font-size: 12px;
        padding-left: 30px;
        line-height: 30px;
        background: url('Images/call_icon.png') left top no-repeat;
    }
    div.caller a {
        color: #fff;
        text-decoration: none;
    }
    /* DROPDOWN LI */
    
    .wrapper-dropdown-1 {
        /* Size and position */
        position: relative;
        /* Enable absolute positionning for children and pseudo elements */
        padding: 18px 10px;
        margin: 0 auto;
        /* Styles */
        outline: none;
        cursor: pointer;
        color: #414240;
        font-size: 15px;
        text-transform: uppercase;
        /* z-index:9777; */
        z-index: 994;
        background: url(images/rightarrow.gif) no-repeat center right;
    }
    .wrapper-dropdown-1:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 16px;
        top: 50%;
        margin-top: -6px;
        /*
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #003d94;
	*/
        /* background: url(images/rightArrow.png) no-repeat 0px 0px; */
        /*
	background: url(images/rightarrow.gif) no-repeat center right;
	background-size: 32px 32px;
	*/
    }
    .wrapper-dropdown-1 .dropdown {
        /* Size & position */
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        /*z-index:9778;*/
        z-index: 993;
        /* Styles */
        background: #dce8df;
        list-style: none;
        font-weight: normal;
        /* Cancels previous font-weight: bold; */
        /* Hiding */
        /*	zoom: 1;
	filter: alpha(opacity = 0);
    opacity: 0;*/
        pointer-events: none;
        display: none;
    }
    .wrapper-dropdown-1 .dropdown li a {
        display: block;
        text-decoration: none;
        color: #414240;
        padding: 10px;
    }
    /* Hover state */
    
    .wrapper-dropdown-1 .dropdown li:hover a {
        background: #f3f8f8;
    }
    /* Active state */
    
    .wrapper-dropdown-1.active .dropdown {
        /*	zoom: 1;
	filter: alpha(opacity = 100);
    opacity: 1;*/
        pointer-events: auto;
        display: block;
    }
    .wrapper-dropdown-1.active:after {
        /* border-color: #a3d55d transparent; */
        /* border-width: 6px 6px 0 6px ; */
        margin-top: -3px;
        /* background: url(images/downArrow.png) no-repeat 0px 0px; */
        /*
	background: url(images/downarrow.gif) no-repeat center right;
	background-size: 32px 32px;
	*/
    }
    .wrapper-dropdown-1.active {
        /*background: #a3d55d;*/
        background: url(Images/downarrow.gif) center right no-repeat #a3d55d;
        /*background: -moz-linear-gradient(left,  #a3d55d 0%, #a3d55d 78%, #ffffff 78%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a3d55d), color-stop(78%,#a3d55d), color-stop(78%,#ffffff), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(left,  #a3d55d 0%,#a3d55d 78%,#ffffff 78%,#ffffff 100%);
  background: -o-linear-gradient(left,  #a3d55d 0%,#a3d55d 78%,#ffffff 78%,#ffffff 100%);
  background: -ms-linear-gradient(left,  #a3d55d 0%,#a3d55d 78%,#ffffff 78%,#ffffff 100%);
  background: linear-gradient(to right,  #a3d55d 0%,#a3d55d 78%,#ffffff 78%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3d55d', endColorstr='#ffffff',GradientType=1 );*/
    }
    /* No CSS3 support */
    
    .no-opacity .wrapper-dropdown-1 .dropdown,
    .no-pointerevents .wrapper-dropdown-1 .dropdown {
        display: none;
        opacity: 1;
        /* If opacity support but no pointer-events support */
        pointer-events: auto;
        /* If pointer-events support but no pointer-events support */
    }
    .no-opacity .wrapper-dropdown-1.active .dropdown,
    .no-pointerevents .wrapper-dropdown-1.active .dropdown {
        display: block;
    }
    /* NO JS CSS DROP LI */
    
    .wrapper-dropdown-1:focus .dropdown {
        opacity: 1;
        pointer-events: auto;
    }
    .wrapper-dropdown-1:focus:after,
    .wrapper-dropdown-1:hover:after {
        /*
    border-color: #003D94 transparent;
    border-width: 6px 6px 0 6px ;
	*/
        margin-top: -3px;
    }
    /* TOP MENU */
    
    #top_menu {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #main_menu {
        background-color: #0e415c;
        position: relative;
        min-width: 200px;
        height: 70px;
        /*z-index:9981;*/
        z-index: 996;
    }
    /*
#mobile_menu { position:relative; z-index:9982; }
.slicknav_menu { position:relative; z-index:9983; }
.slicknav_nav { position:relative; z-index:9984; }
ul.menu { z-index:9985; }
*/
    
    #mobile_menu {
        position: relative;
        z-index: 997;
    }
    .slicknav_menu {
        position: relative;
        z-index: 998;
    }
    .slicknav_nav {
        position: relative;
        z-index: 999;
    }
    ul.menu {
        z-index: 1000;
    }
    #menu {
        display: none;
    }
    #header_search {
        background-color: #edf1f3;
        margin: 10px 0;
    }
    #header_search_selector {
        background-color: #dce8df;
        float: left;
    }
    #header_search_selector select {
        background-color: transparent;
        border: none;
        margin: 10px 3px 10px 0;
        color: #414240;
        text-transform: uppercase;
        width: auto;
    }
    #header_search_field {
        float: left;
        margin-top: 2px;
    }
    #header_search_field input[type="text"] {
        border: none;
        background-color: transparent;
        float: left;
        padding: 15px 5px;
        padding-right: 0;
        line-height: 30px;
        font-size: 16px;
        min-width: 200px;
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        #header_search_field input[type="text"] {
            padding: 15px 5px;
            line-height: 20px;
        }
    }
    #header_search_field input[type="text"]:focus {
        box-shadow: none;
        outline: none;
    }
    #header_search_field input[type="submit"] {
        border: none;
        background-color: transparent;
        background: url('Images/header_search_btn.jpg') top left no-repeat;
        width: 33px;
        height: 42px;
        font-size: 0;
        float: right;
        margin-top: 5px;
        margin-right: 5px;
    }
    #header_finddistributor {
        position: relative;
        background-color: transparent;
        z-index: 88;
    }
    #header_finddistributor_container {
        position: absolute;
        left: 0;
        top: 0px;
        bottom: -10px;
        background-color: transparent;
        z-index: 89;
        text-align: center;
    }
    #header_finddistributor_wrapper {
        margin: 0 auto;
    }
    #header_finddistributor_wrapper a {
        font-size: 14px;
        padding-left: 20px;
    }
    a.finddistributorlink,
    a:visited.finddistributorlink {
        background: url('Images/finddistributor_both.png') no-repeat 0 0;
        padding: 0px 0px 0px 21px;
        background-position: 0 -19px;
        color: black;
        font-weight: bold;
    }
    a:hover.finddistributorlink,
    a:active.finddistributorlink,
    a:hover.finddistributorlinkalt,
    a:active.finddistributorlinkalt {
        background-position: 0 0px;
        color: red;
    }
    a.finddistributorlinkalt,
    a:visited.finddistributorlinkalt {
        background: url('Images/finddistributor_both.gif') no-repeat 0 0;
        padding: 0px 0px 0px 21px;
        color: white;
        background-position: 0 -38px;
    }
    /* SLIDESHOW */
    
    #slideshow {
        width: 100%;
        padding: 0;
        z-index: 87;
    }
    /* PROMOTION */
    
    #promotion .wrapper {
        text-align: center;
    }
    #promotion .wrapper img {
        /*float:right;*/
        max-width: 100%;
        margin: auto;
    }
    /* BREADCRUMBS */
    
    .breadcrumb {
        /*margin-top:10px;*/
        margin-bottom: 5px;
    }
    .breadcrumb a {
        text-decoration: none;
        color: #7aa83a !important;
        padding: 0px 10px 10px 0px;
        float: left;
        font-size: 14px;
    }
    .breadcrumb strong {
        display: inline-block;
        margin: 0 7px 0 7px;
    }
    .breadcrumb img {
        float: left;
        padding: 0 7px 0 0;
    }
    .breadcrumb a + a {
        padding-left: 15px;
        background: url('Images/breadcrumb.png') no-repeat left top;
    }
    /* CONTENT */
    
    #content {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /* Home Sections*/
    
    #Industry_news_home h1 {
        font-size: 24px;
        letter-spacing: normal;
        line-height: normal;
        margin-top: 15px;
        text-transform: uppercase;
        border-bottom: 2px solid #7aa83a;
        font-weight: normal;
        min-height: 21px;
    }
    #Industry_news_home h1 span {
        background-color: #fff;
        margin-bottom: -3px;
        font-weight: bold;
        padding-right: 5px;
    }
    #Industry_news_home h1 span + span {
        font-weight: normal;
    }
    .industry_section_home {
        float: left;
        margin-bottom: 10px;
    }
    .industry_section_pro_box_home {
        padding-bottom: 10px;
        border-bottom: 1px solid #cdced0;
        margin-bottom: 10px;
    }
    .industry_section_title_home {
        display: block;
        font-size: 18px;
        font-weight: bold;
        float: left;
        width: 98%;
        padding: 10px 1%;
        height: 23px;
        background: url('Images/heading_corner.png') left top no-repeat #7aa83a;
        color: #fff;
        margin-bottom: 10px;
    }
    .category_section_heading span,
    .industry_section_title_home span {
        float: left;
        padding-left: 10px;
        text-transform: uppercase;
        height: 23px;
        line-height: 23px;
    }
    .category_section_heading {
        color: #7aa83a;
        font-size: 18px;
        font-weight: bold;
    }
    .category_section_heading span {
        font-size: 18px;
        font-weight: bold;
        color: #7aa83a
    }
    .category_section_heading span + span {
        font-weight: normal;
    }
    .category_section_heading span + span,
    .industry_section_title_home span + span {
        font-weight: normal;
        padding-left: 5px;
    }
    .industry_section_pro_box_detail_home {
        float: left;
        margin-right: 5px;
    }
    .industry_section_pro_box_img_home {
        float: left;
        margin-right: 5px;
    }
    .industry_section_pro_box_detail_home h3 {
        margin-top: 0;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: normal;
        line-height: normal;
        margin-bottom: 0px;
    }
    .industry_section_pro_box_detail_home .date {
        float: left;
        background: url('Images/date_dot.png') right center no-repeat;
        padding-right: 10px;
        margin-right: 5px;
        color: #999;
    }
    .industry_section_pro_box_detail_home .date + a {
        color: #52850f;
        /* more link*/
        text-decoration: none;
    }
    /* RIGHT BAR */
    
    .right_bar_heading {
        font-family: 'AkzidenzGrotes', Arial, Helvetica, sans-serif;
        color: #163302;
        font-size: 16px;
        text-transform: uppercase;
        background-color: #c9e6f5;
        padding: 5px;
        display: block;
        clear: both;
        margin-bottom: 10px;
    }
    /* INNER PAGES */
    
    .back_btn {
        float: right;
        padding: 5px;
        margin: 10px 0;
        text-decoration: none;
        font-style: italic;
        color: #181818 !important;
        font-size: 14px;
    }
    .cut_title {
        display: block;
        font-size: 24px;
        float: left;
        width: 94%;
        padding: 20px 3%;
        /*    height:23px; */
        background: url('Images/heading_corner.png') left top no-repeat #7aa83a;
        color: #fff;
        margin-bottom: 10px;
        text-align: center;
        text-transform: uppercase;
    }
    .cut_title span {
        float: left;
        padding-left: 10px;
        text-transform: uppercase;
        height: 24px;
        font-size: 24px;
        color: #fff;
        line-height: 24px;
    }
    .cut_title h2 {
        color: #FFFFFF;
        font-size: 24px;
        font-weight: normal;
        line-height: 18px;
    }
    .category_section_heading + .subcat {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #edf1f3;
    }
    .category_section_3 {
        margin-top: 30px;
    }
    .category_section_3 + .category_section_3 {
        border-left: 1px solid #edf1f3;
    }
    .subcat .category_section_3 + .category_section_3 {
        border-left: none;
    }
    .subcat .category_section_box {
        border-bottom: none;
    }
    .category_section_heading {
        float: left;
        clear: both;
        margin-bottom: 20px;
        width: 100%;
    }
    .category_section_heading span {
        padding-left: 0;
    }
    .category_section_img {
        outline: 1px solid #163302;
        float: left;
        clear: both;
        min-width: 220px;
    }
    .category_section_img img {
        width: 100%;
    }
    .category_section_data {
        float: left;
        width: 100%;
        clear: both;
    }
    .category_section_box {
        float: left;
        width: 98%;
        max-width: 220px;
        padding: 10px 1% 20px;
        border-bottom: 1px solid #184b65;
    }
    .category_section_box + .category_section_box {
        border-bottom: none;
    }
    .category_section_box h3 {
        color: #181818;
        font-size: 16px;
        text-transform: uppercase;
        background: url('Images/arrow_round.jpg') no-repeat right center;
        padding-right: 25px;
        margin-bottom: 5px;
        width: auto;
        display: inline-block;
        clear: both;
    }
    .category_section_box.cart_box > h3 {
        font-size: 12px;
        background: none;
        padding: 0;
        letter-spacing: normal;
        line-height: normal;
    }
    .category_section_box.cart_box > .Price {
        display: block;
        padding: 3px;
        text-align: center;
        font-size: 14px;
        color: #6e6e6e;
    }
    .category_section_box.cart_box > .starts {
        display: block;
        padding: 3px;
        text-align: center;
    }
    .category_section_box.cart_box > .buy_now {
        display: block;
        padding: 10px 3px 3px 3px;
        text-align: center;
    }
    .category_section_box ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .category_section_box li {
        float: left;
        display: block;
        padding: 5px 1%;
        clear: both;
        width: 98%;
    }
    .category_section_box h3 a {
        color: #181818;
        font-size: 16px;
        text-decoration: none;
    }
    .category_section_box li a {
        color: #181818;
        font-size: 14px;
        text-decoration: none;
    }
    .box_full > .category_section_heading {
        margin-bottom: 0;
    }
    .box_full > .category_section_heading > span {
        padding-left: 7px;
    }
    .box_full > .category_section_heading > span + span {
        padding-left: 5px;
    }
    /* PRODUCT DETAILS */
    
    .product_info,
    .product_detail,
    product_review {
        margin-bottom: 20px;
    }
    .product_info .product_image {
        width: 100%;
        max-width: 300px;
        border: 1px solid #163302;
        text-align: center;
        float: left;
    }
    .product_info .product_image img {
        margin: auto;
        max-width: 100%;
    }
    .product_info .box_specs {
        width: 100%;
        max-width: 350px;
        float: left;
        margin: 0 10px;
    }
    .product_info .box_specs h1 {
        color: #163302;
        font-size: 22px;
        margin-top: 5px;
        float: left;
        display: block;
        clear: both;
        letter-spacing: normal;
        line-height: 30px;
    }
    .product_info .box_specs .price {
        color: #181818;
        font-size: 20px;
        margin-top: 20px;
        float: left;
        display: block;
        clear: both;
    }
    .product_info .box_specs .stars {
        color: #181818;
        font-size: 12px;
        margin-top: 30px;
        float: left;
        display: block;
        clear: both;
    }
    .product_info .box_specs .stars img {
        padding-bottom: 4px;
        padding-right: 7px;
    }
    .product_info .box_specs .buy_now {
        color: #6e6e6e;
        font-size: 14px;
        margin-top: 30px;
        float: left;
        display: block;
        clear: both;
    }
    .product_info .box_specs .buy_now input {
        clear: both;
        display: block;
        margin-top: 5px;
    }
    .resp-tab-content > ul {
        margin: 0;
        padding-left: 15px;
        list-style-image: url(../img/tab_bullet_blue_arrow.jpg);
    }
    .resp-tab-content > ul > li {
        font-size: 13px;
        color: #181818;
        margin: 3px 0;
    }
    .product_review h3 {
        border-bottom: 1px solid #1f506a;
        min-height: 9px;
        font-size: 14px;
        letter-spacing: normal;
        line-height: normal;
    }
    .product_review h3 span {
        float: left;
        padding-right: 10px;
        background-color: #fff;
        margin-bottom: -3px;
        color: #6e6e6e;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: normal;
    }
    .product_review .review_box {
        background-color: #edf1f3;
        padding: 10px;
        display: block;
        min-height: 50px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .product_review .review_title {
        float: left;
        width: 100%;
        max-width: 440px;
        font-size: 14px;
        color: #181818;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .product_review .review_date {
        float: right;
        font-size: 13px;
        color: #181818;
        margin-bottom: 10px;
    }
    .product_review .review_rating {
        color: #a3d55d;
        font-size: 15px;
        float: left;
        display: block;
        clear: both;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .product_review .review_rating .rates {
        float: left;
    }
    .product_review .review_rating strong {
        font-size: 18px;
        font-weight: bold;
    }
    .product_review .review_rating .stars {
        padding-left: 10px;
        float: left;
    }
    .product_review .review_content {
        float: left;
        color: #181818;
        padding: 10px 0 0;
    }
    /* PRODUCT DISCLAIMER */
    
    .product_disclaimer h3 {
        border-bottom: 1px solid #1f506a;
        min-height: 9px;
        font-size: 14px;
        letter-spacing: normal;
        line-height: normal;
    }
    .product_disclaimer h3 span {
        float: left;
        padding-right: 10px;
        background-color: #fff;
        margin-bottom: -3px;
        color: #6e6e6e;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: normal;
    }
    .product_disclaimer .disclaimer_box {
        background-color: #edf1f3;
        padding: 10px;
        display: block;
        min-height: 30px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .product_disclaimer .disclaimer_title {
        float: left;
        width: 100%;
        max-width: 440px;
        font-size: 14px;
        color: #181818;
        font-weight: bold;
        margin-bottom: 10px;
    }
    /* PRODUCT DETAIL RIGHT BAR */
    
    .pro_box_rightbar {
        float: left;
        padding: 10px;
        margin: 5px;
        width: 170px;
        margin-bottom: 15px;
    }
    .pro_image_rightbar {
        display: block;
        clear: both;
        margin-bottom: 5px;
        text-align: center;
    }
    .pro_title_rightbar {
        display: block;
        clear: both;
        margin-bottom: 20px;
        font-size: 13px;
        color: #181818;
    }
    .pro_rating_rightbar {
        display: block;
        clear: both;
        margin-bottom: 5px;
    }
    /* PRODUCT LISTING */
    
    .pagination {
        float: right;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 10px;
    }
    .pagination a {
        font-size: 14px;
        text-decoration: none;
        padding: 5px 7px;
        margin-left: 3px;
        color: #fff !important;
        background-color: #004266;
    }
    .pagination a:hover,
    .pagination a.active {
        background-color: #cbe8f5;
        color: #004266 !important;
    }
    .Product_listing .product_listbox {
        margin-left: 2px;
    }
    .Product_listing .category_section_box {
        border-bottom: none;
    }
    /* LEFT BAR FILTERS */
    
    .bar_left .filter_bar {
        display: block;
    }
    .bar_left .filter_bar .filter_title {
        display: block;
        background-color: #edf1f3;
        font-size: 14px;
        color: #181818;
        padding: 12px;
        text-transform: uppercase;
    }
    .bar_left .filter_bar .filter_input_area {
        display: block;
        padding: 12px;
    }
    .filter_input_area .range_wraper span {
        display: inline-block;
        font-size: 14px;
        padding-right: 2px;
    }
    .filter_input_area .range_wraper input {
        display: inline-block;
        font-size: 14px;
        width: 60px;
    }
    .filter_input_area .range_wraper input + span {
        padding-left: 8px;
    }
    .filter_input_area input[type="checkbox"] {
        margin-bottom: 10px;
    }
    .filter_input_area label + img {
        margin-bottom: 8px;
    }
    /* Simple */
    
    .simple h1 {
        color: #7aa83a;
    }
    .simple h2 {
        color: #163302;
    }
    .simple p {
        margin-bottom: 15px;
        font-size: 14px;
        color: #181818;
    }
    .simple strong {
        font-weight: bold;
    }
    /* FOOTER */
    
    #footer_top {
        float: left;
        clear: both;
        width: 100%;
        max-height: 40px;
    }
    #footer_bottom {
        float: left;
        clear: both;
        width: 100%;
    }
    #footer_bottom span {
        z-index: -1;
    }
    #footer_social {
        float: left;
        margin-top: 10px;
    }
    div.footer_nav {}
    div.footer_nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    div.footer_nav li {
        float: left;
        /*  z-index:55; */
        position: relative;
    }
    div.footer_nav li.plus {
        position: relative;
    }
    div.footer_nav ul.accordion-content li {
        list-style-type: none;
        display: block;
        width: 100%;
        background-color: #000;
        position: relative;
    }
    div.footer_nav ul.accordion-content li a {
        text-decoration: none;
        color: #fff;
        padding: 5px;
        display: inline-block;
    }
    div.footer_nav ul.accordion-content li a:hover {
        color: # 7aa83a;
    }
    div.footer_nav ul li span {
        position: relative;
    }
    div.footer_nav ul.accordion-content {
        display: none;
        position: absolute;
        top: auto;
        bottom: 100%;
        left: 0;
        width: 160px;
        height: auto;
        overflow: visible;
        text-align: left;
        margin: 0;
        padding: 5px 0 0 0;
    }
    div.footer_nav li:hover ul.accordion-content {
        display: block;
    }
    div.footer_nav li a,
    div.footer_nav li span.accordion-toggle {
        padding: 3px 10px;
        color: #fff;
        text-decoration: none;
        font-size: 12px;
    }
    /*div.footer_nav li.accordion-toggle span {
	padding: 3px 5px 10px;	
}
div.footer_nav ul ul {
    display:none;
    position:absolute;
    top:100%;

    /*border:1px solid #222;
    border-bottom:1px solid #444;
    z-index:56;
}
div.footer_nav li:hover > ul {
    display:block; }
div.footer_nav li li { background-color:#222; width:100%;min-width: 165px; }
div.footer_nav li li a { float:left; }*/
    
    .plus li a {
        padding: 0px 4px !important;
    }
    #dnn_dnnLOGO1_hypLogo > img {
        height: 48px;
    }
    div.copyright {
        color: #fff;
        max-width: 709px;
        margin-bottom: 10px;
        font-size: 12px;
    }
    div.copyright a {
        color: #a3d55d;
        text-decoration: none;
        font-weight: bold;
        padding-left: 3px;
        padding-right: 3px;
    }
    .fa {
        color: #fff;
        font-size: 10px !important;
    }
    /* SLIDESHOW FIXES */
    
    .slider_content .bg_container {
        width: 100%;
        overflow: hidden;
        text-align: center;
    }
    .slider_content .bg_container img {
        width: 1920px !important;
        max-width: 1920px !important;
    }
    .eds_news_NewsOne.eds_subCollection_news .article.in_list {
        margin-top: 10px !important;
    }
    .eds_news_NewsOne.eds_subCollection_news .article.in_list h1 a {
        color: #52850f !important;
    }
    .eds_news_NewsOne.eds_subCollection_news .article.in_list h1 a:hover {
        color: #a3d55d !important;
    }
    .article h1 {
        color: #52850f !important;
    }
    .eds_news_NewsOne.eds_subCollection_news .article .box_list_container a {
        background: #68932c!important;
    }
    .eds_news_NewsOne.eds_subCollection_news .article .meta_text {
        color: Black !important;
    }
    .eds_news_NewsOne.eds_subCollection_news .article_pager {
        text-align: right !important
    }
    .eds_news_NewsOne.eds_subCollection_news .article .box_list_container {
        border-color: #d1f0ff !important;
    }
    .eds_news_NewsOne.eds_subCollection_news .article_pager a {
        background: #b1d6e8 !important;
        border: 1px solid #83bad6 !important;
        color: #fff !important;
        margin: 0 2px 5px 5px !important;
        padding: 4px 8px !important;
    }
    .faq_pagerTable_SkinDefault {
        float: right;
    }
    .faq_pagerTable_SkinDefault a.commandbutton {
        background: #b1d6e8 !important;
        border: 1px solid #83bad6 !important;
        color: #fff !important;
        margin: 0 0px 5px 5px !important;
        padding: 4px 8px !important;
        font-size: 11px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        box-shadow: 0 0 2px 0 #CDCDCD, 1px 1px 3px 0 #FFFFFF inset;
    }
    .faq_pagerTable_SkinDefault a.faq_pager_current_SkinDefault {
        box-shadow: 1px 1px 3px 0 #ADADAD inset;
    }
    .article,
    .article p,
    .article .main_content p,
    .eds_news_NewsOne.eds_subCollection_news .article.details .main_content,
    .eds_news_NewsOne.eds_subCollection_news .article.details .main_content p {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    }
    /************************
STYLES FOR PRODUCT LISTINGS
**************************/
    
    div.AlsoViewedProductsPanel *,
    div.RecentProductsPanel *,
    div.ProductListingPanel * {
        margin: 0;
        padding: 0;
    }
    div.AlsoViewedProductsPanel input[type="checkbox"],
    div.RecentProductsPanel input[type="checkbox"],
    div.ProductListingPanel input[type="checkbox"] {
        width: 20px;
    }
    div.ProductListingPanel div.Criteria {
        font-weight: bold;
    }
    div.ProductListingPanel div.Criteria,
    div.ProductListingPanel div.Option {
        clear: both;
    }
    div.ProductListingFilterPanel {
        width: 24%;
        float: left;
        margin-bottom: 10px;
    }
    div.ProductListingFilterPanel > div {
        margin: 5px 30px 0 0;
        /*    border: 1px #000000 solid; */
        /*    background-color: #eeeeee; */
    }
    div.ProductListingFilterPanel div.Criteria {
        font-size: 14px;
        font-weight: normal;
        text-transform: uppercase;
        color: #181818;
        background-color: #edf1f3;
        margin: 10px 0 10px 0;
    }
    div.ProductListingFilterPanel div.Criteria > span {
        display: inline-block;
        margin: 7px;
    }
    div.ProductListingPanel div.Option {
        font-size: 14px;
        line-height: 26px;
    }
    div.AlsoViewedProductsPanel > div > div,
    div.RecentProductsPanel > div > div {
        margin: 5px;
    }
    div.ProductListingProductPanel {
        width: 75%;
        float: left;
    }
    div.AlsoViewedProductsPanel,
    div.RecentProductsPanel,
    div.ProductListingFilterPanel,
    div.AlsoViewedProductsPanel div.GridView,
    div.RecentProductsPanel div.GridView,
    div.ProductListingProductPanel div.GridView,
    div.AlsoViewedProductsPanel div.ListView,
    div.RecentProductsPanel div.ListView,
    div.ProductListingProductPanel div.ListView {
        font-size: 1.0em;
        line-height: normal;
    }
    div.AlsoViewedProductsPanel div.GridView > div,
    div.AlsoViewedProductsPanel div.ListView > div,
    div.RecentProductsPanel div.GridView > div,
    div.RecentProductsPanel div.ListView > div,
    div.ProductListingProductPanel div.GridView > div,
    div.ProductListingProductPanel div.ListView > div {
        margin: 5px;
        /*    border: 1px #000000 solid; */
    }
    div.AlsoViewedProductsPanel div.GridView,
    div.AlsoViewedProductsPanel div.ListView,
    div.RecentProductsPanel div.GridView,
    div.RecentProductsPanel div.ListView,
    div.ProductListingProductPanel div.GridView,
    div.ProductListingProductPanel div.ListView {
        margin-bottom: 20px;
    }
    div.AlsoViewedProductsPanel div.GridView a,
    div.AlsoViewedProductsPanel div.ListView a,
    div.RecentProductsPanel div.GridView a,
    div.RecentProductsPanel div.ListView a,
    div.ProductListingProductPanel div.GridView a,
    div.ProductListingProductPanel div.ListView a {
        color: #00345d;
        text-decoration: none;
    }
    div.AlsoViewedProductsPanel div.GridView a:hover,
    div.AlsoViewedProductsPanel div.ListView a:hover,
    div.RecentProductsPanel div.GridView a:hover,
    div.RecentProductsPanel div.ListView a:hover,
    div.ProductListingProductPanel div.GridView a:hover,
    div.ProductListingProductPanel div.ListView a:hover {
        text-decoration: underline;
    }
    div.AlsoViewedProductsPanel div.GridView h2 a,
    div.AlsoViewedProductsPanel div.ListView h2 a,
    div.RecentProductsPanel div.GridView h2 a,
    div.RecentProductsPanel div.ListView h2 a,
    div.ProductListingProductPanel div.GridView h2 a,
    div.ProductListingProductPanel div.ListView h2 a {
        font-size: 16px;
        font-weight: 300;
    }
    div.AlsoViewedProductsPanel div.GridView h2,
    div.AlsoViewedProductsPanel div.ListView h2,
    div.RecentProductsPanel div.GridView h2,
    div.RecentProductsPanel div.ListView h2,
    div.ProductListingProductPanel div.GridView h2,
    div.ProductListingProductPanel div.ListView h2 {
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 18px;
    }
    div.AlsoViewedProductsPanel div.GridView > div > div,
    div.AlsoViewedProductsPanel div.ListView > div > div,
    div.RecentProductsPanel div.GridView > div > div,
    div.RecentProductsPanel div.ListView > div > div,
    div.ProductListingProductPanel div.GridView > div > div,
    div.ProductListingProductPanel div.ListView > div > div {
        margin: 5px;
    }
    div.AlsoViewedProductsPanel div.GridView,
    div.RecentProductsPanel div.GridView,
    div.ProductListingProductPanel div.GridView {
        float: left;
    }
    div.AlsoViewedProductsPanel div.GridView {
        width: 100%;
    }
    div.RecentProductsPanel div.GridView {
        width: 20%;
    }
    div.RecentProductsPanel div.GridView img {
        width: 80px;
    }
    div.ProductListingProductPanel div.GridView {
        width: 25%;
    }
    div.ProductListingControlPanel {
        width: 75%;
        float: right;
        text-align: left;
        margin: 13px 0 10px 0;
    }
    div.ProductListingPagesPanel {
        width: 15%;
        float: right;
        text-align: right;
        margin: 13px 0 10px 0;
    }
    div.ProductListingControlPanel div,
    div.ProductListingPagesPanel div {
        text-align: center;
    }
    div.ProductListingControlPanel a,
    div.ProductListingPagesPanel a,
    div.ProductListingControlPanel span,
    div.ProductListingPagesPanel span {
        margin: 0 2px 0 2px;
    }
    div.ProductListingControlPanel a,
    div.ProductListingPagesPanel a {
        color: #00345d;
        text-decoration: none;
    }
    div.ProductListingControlPanel a:hover,
    div.ProductListingPagesPanel a:hover {
        text-decoration: underline;
    }
    div.ProductListingControlPanel a.PageNumberButton {
        padding: 5px;
        color: #fff;
        background-color: #163302;
    }
    div.ProductListingControlPanel span.SelectedOption,
    div.ProductListingControlPanel span.CurrentPageNumber {
        padding: 5px;
        color: #163302;
        background-color: #d8f5cc;
    }
    div.RecentProductsHeading {
        width: 200px;
    }
    div.AlsoViewedProductsHeading {
        width: 100%;
        color: #163302;
        background-color: #d8f5cc;
        font-size: 16px;
        line-height: 19px;
        text-transform: uppercase;
    }
    div.RecentProductsHeading,
    div.AlsoViewedProductsHeading {
        color: #163302;
        background-color: #d8f5cc;
        font-size: 16px;
        line-height: 19px;
        text-transform: uppercase;
    }
    div.RecentProductsHeading > span,
    div.AlsoViewedProductsHeading > span {
        display: inline-block;
        margin: 5px;
    }
    div.RecentProductsPanel div.ListView {
        clear: both;
    }
    @media screen and (max-width: 720px) {
        div.ProductListingFilterPanel {
            width: 100%;
            clear: both;
        }
        div.ProductListingProductPanel {
            width: 100%;
            clear: both;
        }
        div.ProductListingProductPanel div.GridView {
            width: 100%;
            clear: both;
        }
        div.ProductListingControlPanel {
            width: 100%;
            clear: both;
        }
        div.ProductListingPagesPanel {
            width: 100%;
            clear: both;
            text-align: center;
        }
    }
    /*****
PRODUCT COMPARISON
******/
    
    table.ProductComparisonTable {
        width: 100%;
        border: 2px #163302 solid;
        margin: 0 0 20px 0;
        padding: 0;
    }
    table.ProductComparisonTable th {
        border: 1px #163302 solid;
        color: #181818;
        margin: 0;
        padding: 0;
        vertical-align: top;
    }
    table.ProductComparisonTable h2 a {
        font-size: 0.7em;
        text-decoration: none;
    }
    table.ProductComparisonTable th div.HeadingView > div {
        margin: 10px;
        text-align: center;
    }
    table.ProductComparisonTable th div.HeadingView > div > div {
        margin: auto;
    }
    table.ProductComparisonTable td {
        border: 1px #163302 solid;
        background-color: #ffffff;
        padding: 10px;
        vertical-align: top;
    }
    table.ProductComparisonTable th:nth-child(1),
    table.ProductComparisonTable td:nth-child(1) {
        background-color: #edf1f3;
        color: #181818;
        vertical-align: middle;
    }
    table.ProductComparisonTable div.HeadingView div.compare {
        margin-bottom: 10px;
    }
    div.lt_blue_rating_star {
        height: 18px;
        width: 90px;
        background-image: url("/images/light_blue_star.png");
        background-repeat: repeat-x;
    }
    div.HeadingView span.RatingLabel {
        font-weight: normal;
        font-size: 0.9em;
    }
    div.HeadingView div.lt_blue_rating_star {
        margin: 0 auto;
    }
    div.dk_blue_rating_star {
        height: 18px;
        width: 90px;
        background-image: url("/images/dark_blue_star.png");
        background-repeat: repeat-x;
    }
    @media print {
        table.ProductComparisonTable th:nth-child(1),
        table.ProductComparisonTable td:nth-child(1) {
            background-color: #ffffff;
            color: #000000;
            font-weight: bold;
        }
    }
    /* NEWS */
    
    #NewsList input,
    #AddEditNewsList input[type="submit"],
    #NewsListCategory input[type="submit"],
    table.news_detail .news_control input[type="submit"] {
        background-color: #7aa83a;
        border: medium none;
        color: #fff;
        margin-bottom: 10px;
        padding: 5px 15px;
    }
    #AddEditNewsList input[type="submit"] + input[type="submit"] {
        margin-left: 15px;
    }
    #NewsListCategory table,
    #NewsList table {
        border-color: #fff;
        border-bottom-color: #cae2f5;
        width: 100%;
    }
    #NewsListCategory > div > table tr,
    #NewsList > div > table tr {
        background-color: #f5f5f5;
    }
    #NewsListCategory div > table tr:nth-child(odd),
    #NewsList > div > table tr:nth-child(odd) {
        background-color: #dfe8ed;
    }
    #NewsListCategory > div > table th,
    #NewsList > div > table th {
        background-color: #cae2f5;
        border-color: #fff !important;
        color: #035982;
        font-weight: 400;
        padding: 7px 4px;
        font-size: 13px;
    }
    #NewsListCategory > div > table td,
    #NewsList > div > table td {
        border-color: #fff !important;
        color: #555;
        font-size: 13px;
        padding: 2px 5px;
        vertical-align: middle;
    }
    #NewsList > div > table td:nth-child(2n+5) {
        min-width: 150px;
        text-align: center;
    }
    #NewsListCategory > div > table td:nth-child(2n+3) {
        min-width: 200px;
        text-align: center;
    }
    #NewsListCategory table input[type="submit"],
    #NewsList > div > table input {
        margin: 2px 5px;
        border: 1px solid #fff;
    }
    #NewsListCategory table input[type="submit"] {
        text-align: center;
        width: 80px;
    }
    #NewsListCategory > table > tbody > tr > td:first-child {
        color: #7aa83a;
        min-width: 160px;
        padding-bottom: 20px;
    }
    #AddEditNewsList > table > tbody > tr > td > table > tbody > tr > td:first-child {
        color: #7aa83a;
        min-width: 140px;
        padding-bottom: 20px;
    }
    #AddEditNewsList > table > tbody > tr > td > table > tbody > tr > td input[type="text"] {
        border: 1px solid #ccc;
        box-shadow: none;
        width: 230px;
        padding: 5px;
        display: inline-block;
        margin-bottom: 10px;
    }
    #NewsListCategory input[type="text"],
    #NewsListCategory textarea {
        border: 1px solid #ccc;
        box-shadow: none;
        padding: 5px;
        display: inline-block;
        margin-bottom: 10px;
    }
    #AddEditNewsList > table > tbody > tr > td > table > tbody > tr > td input[type="text"]:focus,
    #NewsListCategory input[type="text"]:focus,
    #NewsListCategory textarea:focus {
        border: 1px solid #7aa83a;
    }
    #AddEditNewsList > table > tbody > tr > td > table > tbody > tr > td input[type="file"] {
        border: 1px solid #7aa83a;
        background-color: #f8f8f8;
        box-shadow: none;
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 10px;
        padding: 3px;
        color: #999;
    }
    #AddEditNewsList > table > tbody > tr > td > table > tbody > tr > td input[type="file"] + span {
        display: inline-block;
        color: #7aa83a;
        margin-bottom: 30px;
    }
    #AddEditNewsList > table > tbody > tr > td > table > tbody > tr > td input[type="radio"] + label {
        display: inline-block;
        margin-right: 20px;
        font-size: 13px;
    }
    #AddEditNewsList > table > tbody > tr > td > table > tbody > tr > td input[type="checkbox"] {
        display: inline-block;
        margin-right: 3px;
    }
    #AddEditNewsList > table > tbody > tr > td > table > tbody > tr > td input[type="checkbox"] + label {
        display: inline-block;
        margin-right: 20px;
        font-size: 13px;
        margin-bottom: 10px;
    }
    #NewsListCategory textarea {
        margin-bottom: 10px;
    }
    #NewsListCategory h3 {
        background-color: #7aa83a;
        color: #fff;
        margin-bottom: 0;
        padding: 5px;
        text-align: center;
        font-size: 13px;
        line-height: 18px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }
    table.news_detail {
        display: block;
        margin: 30px auto;
        font-family: "MyriadPro", Arial, Tahoma, sans-serif;
        width: 100%;
    }
    table.news_detail > tbody > tr > td {
        padding-bottom: 5px;
    }
    table.news_detail .news_title {
        padding-left: 3px;
        border-bottom: 1px solid #4b6d1e;
        color: #4b6d1e;
        font-size: 22px;
        letter-spacing: 0.05em;
        padding-bottom: 3px;
    }
    table.news_detail .news_date {
        padding-top: 5px;
        text-align: right;
        color: #4b6d1e;
        background-color: #f4fbfe;
        padding-right: 10px;
        font-size: 13px;
    }
    table.news_detail .news_desc {
        padding-top: 15px;
    }
    table.news_detail .news_control {
        padding-top: 10px;
    }
    .accordion-toggle {
        cursor: pointer;
        padding-right: 4px !important
    }
    .accordion-content {
        display: none;
    }
    .accordion-content.default {
        display: block;
    }
    /* Added below */
    
    #dnn_Breadcrumbs_pnlMain {
        margin-top: 10px;
    }
    .ProductDetailWrapper {
        width: 100%;
    }
    .ProductDetail {
        float: left;
        width: 100%;
    }
    .ProductDetail .ProductImage {
        display: block;
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 300px;
    }
    .ProductDetail .ProductImage img {
        width: 100% !important;
        height: auto !important;
    }
    div.ProductTitle {
        text-transform: none;
    }
    .ui-state-active {
        text-transform: none !important;
    }
    #dnn_ctr629_View_pnlRequestPrice {
        margin-left: 20px;
    }
    .ProductItems {
        width: 100%;
        max-width: 360px;
        float: none;
        display: inline-block;
        padding-left: 0;
        padding-right: 10px;
    }
    #description p {
        margin-bottom: 10px;
    }
    /* MOBILE CSS */
    
    @media only screen and (max-width: 650px) {
        .BKV .ui-tabs .ui-tabs-nav li {
            display: block;
            clear: both;
            width: 100%;
            text-align: center;
            margin-bottom: 1px;
        }
        .BKV .ui-tabs .ui-tabs-nav li.ui-state-active {
            margin-bottom: 1px;
        }
        #dnn_ctr629_View_pnlTabs ul li a.ui-tabs-anchor {
            width: 100% !important;
            box-sizing: border-box;
        }
    }

    .eds_news_NewsOne.eds_style_predefined_green.eds_subCollection_news .article a {
        font-weight: bold;
    }
    #dnn_Breadcrumbs_pnlMain {
        margin-top: 10px;
    }
    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        height: 0;
        margin-bottom: 15px;
    }
    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .TradeShowItem {
        width: 300px;
        border-bottom: 1px solid #aaaaaa;
    }
    .instagram-posts-photos {
        text-align: center;
    }
    
    .instagram-posts-photos div {
        width: 30%;
        margin: 2px;
        display: inline-block;
    }

#MenuV .submenu > .mi > .txt {
    color: #231f20 !important;
}