body { font-family: 'Lato', sans-serif;  font-weight: 400;  }
.menu-link {
    cursor: pointer;
}

.tooltipster-default {
    border: none;
    max-width: 300px;
    background: #454545;
}

.tooltipster-default .tooltipster-content {
    font-weight: 600;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #8ea153;
    color: #8ea153;
}
#header_seciton{
  position: fixed;
top: 0;
z-index: 999;
left: 0;
width: 100%;
min-height: 130px;
}
.row  {
    margin-left: -15px;
    margin-right: -15px;
}
.row > div[class*=col-] {

    padding-left: 15px;
    padding-right: 15px;
}
.navbar-right .dropdown a { font-size: 18px; font-weight: normal; }
.caption a {
    color: #7e8d54;
}
.btns{
  border: 2px solid #8ea153;
}
div.caption p {
    font-size: 14.4px;
}

a.drop-tog {
    font-size: 20px;
    font-weight: 600;
}

/*CATEGORY NAV*/
#category-nav {
    border-width: 1px 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#category-nav li {
    display: inline;
}

#category-nav a {
    display: inline-block;
    padding: 10px;
    color: white;
}

#category-nav a:hover {
    background: rgb(167, 178, 144);
    transition: all ease .5s;
}

/*PRODUCT CAPTION*/
.caption {
    margin-bottom: 1em;
}

div#brandPartner_moreProductInfo_leadershipPack, div#brandPartner_moreProductInfo_annualMembership {
    background: white;
    color: black;
    padding: 3em;
}

div#brandPartner_moreProductInfo_leadershipPack {
    margin-right: 1em;
}

button#getLeadershipPack_btn, button#getAnnualMembership_btn {
    background: #00ADEE;
    color: white;
    box-shadow: none;
    font-size: 1em;
    border-radius: 0px;
    border: none;
    text-shadow: none;
    font-weight: 600;
    padding: 7.5px 20px;
    letter-spacing: 1px;
    margin-bottom: .5em;
    white-space: normal;
}

/*LOGIN FORM*/
.form-wrap h5, .form-wrap .h5 {
    color: white;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-align: left;
}

.form-wrap .input-group {
    font-size: 1.5em
}

.form-wrap .input-group .input-group-addon {
    background-color: white;
    color: #000000;
    font-size: inherit
}

.form-wrap .input-group input {
    color: #2a1744;
    font-family: Montserrat, sans-serif;
    font-size: inherit;
    letter-spacing: 3px;
    height: 100%;
    border-left-color: black;
}

.form-wrap .input-group input::-webkit-input-placeholder {
    opacity: .75
}

.form-wrap .input-group input::-moz-placeholder {
    opacity: .75
}

.form-wrap .input-group input:-moz-placeholder {
    opacity: .75
}

.form-wrap .input-group input:-ms-input-placeholder {
    opacity: .75
}

.form-wrap .input-group input.form-control:focus {
    border-color: #717171;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px 1px rgba(255, 255, 255, 0.6);
}

.form-wrap .user .input-group > .input-group-addon {
    padding-right: 12px
}

.form-wrap .pass .input-group > .input-group-addon {
    padding-right: 15px
}

/*END FOR LOGIN FORM*/
/* CHECKOUT */
div#modal-agree div.modal-content {
    border-radius: 0px;
}

div#modal-agree div.modal-body {
    max-height: 700px;
    overflow: auto;
}

/* END FOR CHECKOUT  */
/*-------------------------------------------------------------------------------------------*/
body {
    padding-top: 90px;
    padding-bottom: 100px;
    visibility: hidden;
    background: white !important;
}

div#downloadable_options {
    position: fixed;
    right: -260px;
    top: 95px;
    z-index: 999;
}

div#downloadable_options img {
    width: 10%;
    margin: 0em
}

div.toNextPage {
    position: absolute;
    right: 0px;
    bottom: 45px;
    z-index: 999;
}

div.toNextPage p {
    text-align: center;
    font-weight: 600;
    color: rgb(245, 142, 60);
    font-size: .9em;
}

div.toNextPage p:nth-child(1) {
    text-transform: uppercase;
    margin-bottom: 0em;
}

div.toNextPage img {
    width: 18%;
    margin: auto;
}

div.li-products, div.li-resources {
    margin-left: 2em;
}

div.li-products li, div.li-resources li {
    list-style-type: square;
}

div.product img {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
}

div.ColumnProduct a {
    color: white;
}

div#downloadable_options img:hover {
    width: 10.2%;
    transition: all .3s ease;
}

a#joinNow_btn {
    border: 2px solid #8ea153;
    padding: 15px 10px;
        margin-left: 5px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #7e8d54;
    border-color: #7e8d54;
}

.pagination>li>a, .pagination>li>span {
    color: #7e8d54;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: #58633b;
    border-color: #58633b;
    color: white;
}

.form-control:focus {
    border-color: #899e61;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(137, 158, 97, .5);
    box-shadow: inset 0 1px 1px rgba(137, 158, 97, .5), 0 0 8px rgba(137, 158, 97, .5);
}

/* SCROLL TO TOP BUTTON */
a#scrollToTopButton {
    width: 50px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: none;
    z-index: 9999;
}

/* UPDATES TO CART */
img.popup_xen_logo {
    max-width: 400px;
    margin: auto;
}

span#cart-total-text {
    position: absolute;
    right: 180px;
    top: 13px;
    font-size: .9em;
    /*display: block;*/
}

/* FIRST POP-UP */
/* div.askCustomer{
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    background: black;
    color: white;
    text-align: center;
    } */
div.holdingPopup {
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 1200px;
    display: none;
    background: #fff;
    color: white;
    text-align: center;
}

/* div.holdingPopup .row.contentholder{
    display: none;
    } */
a.popup_option_btn {
    background: black;
    padding: .5em 1em;
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    width: 275px;
    margin: auto;
    bottom: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
    display: block;
}

a.popup_option_btn:hover, .ask-customer-btn-login:hover, .ask-customer-btn-newCustomer:hover {
    background: white;
    color: black;
    border: 1px solid black;
    transition: ease .3s all;
    text-shadow: none;
}

.ask-customer-btn-login, .ask-customer-btn-newCustomer {
    background: black;
    padding: .5em 1em;
    color: white;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
    border: none;
    border-radius: 0px;
    white-space: normal;
}

div.holdingPopup div.popupContentHolder {
    min-height: 300px;
    margin: 2em 5px;
    background: #7e8d54;
}

div.holdingPopup div.popupContentHolder:nth-child(1) {
    /*background: #0b2942;*/
    margin-left: 12%;
}

div.popupContentHolder {
    display: none;
}

/*div.holdingPopup div.popupContentHolder:nth-child(2){*/
/*background: #722179;*/
/*}*/
/*div.holdingPopup div.popupContentHolder:nth-child(3){*/
/*background: #717171;*/
/*}*/
div.hiddenProductSelected {
    display: none;
    background: #717171;
    color: white;
    text-align: center;
    width: 780px;
    margin: auto;
    vertical-align: middle;
}

/* END OF UPDATES TO CART */
/*-------------------------------------------------------------------------------------------*/
/* NAV BAR */
nav.navbar-default {
    background-color: white;
    color: #8ea153;
    margin-bottom: 0px;
    min-height: 70px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.40);
}

.navbar-default .navbar-nav>li>a{
    font-size: 18px;
}

.hometxt{
  display: none;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a {
    color: #8ea153;
}

div#bs-example-navbar-collapse-1 ul.nav.navbar-nav:nth-child(1) {

}

ul.nav.navbar-nav.navbar-right {
    margin-right: 2em;
}

div#bs-example-navbar-collapse-1 {
    margin-top: .5em;
}

a.navbar-brand img {
    max-width: 130px;
    position: relative;
    top: -10px;
}

ul.navbar-nav a {
    color: white;
    font-weight: 600;
}

ul.navbar-nav a:hover {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

ul.navbar-nav a:active {
    text-decoration: none;
}

ul.navbar-nav a:visited {
    text-decoration: none;
}

ul.navbar-nav a:focus {
    text-decoration: none;
}

a.dropdown-toggle {
    text-align: center;
}

a.dropdown-toggle img {
    width: 35px;
    display: block;
    margin: auto;
}

a#cart-total img, a#pencil img {
    width: 35px;
    display: inline;
    margin: auto;
}

a#flag img, a#search img {
    width: 50px;
    display: inline;
    margin: auto;
}

a#bars {
    font-size: 1.6em;
    vertical-align: sub;
}
.navbar { min-height: inherit; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: none !important;
    color: #00ADEE !important;
}


/*------------------------------------------------------------------------------------------*/
/* DROPDOWN TOOGLE */
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

a{
color:  #8ea153;
}

a.dropdown-toggle {
    letter-spacing: .5px;
}

li.dropdown:hover a.dropdown-toggle {
    color: #8ea153;
}

ul.dropdown-menu {
    background: #7e8d54;
    border-top: 3px solid #00ADEE;
    border-radius: 0px;
}

ul.dropdown-menu a:hover {
    color: white;
    background: #000;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
}

ul.dropdown-menu a:focus {
    background: #00ADEE;
    color: white;
}

span.altCodes_tm {
    font-size: .9em;
}

span.altCodes_r {
    font-size: .8em;
}

/*-------------------------------------------------------------------------------------------*/
/* CAROUSEL (rotating image) */
.carousel-control {
    width: 5%;
}

a.right.carousel-control, a.left.carousel-control {
    background: none;
}

div.homePageCarousel {
    padding: 0;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

#wowslider-container1 .ws_playpause {
    display: none;
}

#wowslider-container1 a.ws_prev, #wowslider-container1 a.ws_next {
    background: none;
}

#wowslider-container1 a.ws_next {
    left: 90%;
}

#wowslider-container1 a.ws_prev {
    left: -5%;
}

/*-------------------------------------------------------------------------------------------*/
/* SIDEBAR IMAGES */
div.homePageSidebarImages {
    padding: 0;
}

div.homePageSidebarImages a img {
    width: 100%;
    padding: 0;
}

/*-------------------------------------------------------------------------------------------*/
/* SLIDE CONTENT */
div.slideContent {
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    display: none;
    margin: 0;
}
.tab-pane img { max-width: 100%; }
div.slideContent div.firstColumnProduct, div.slideContent div.secondColumnProduct, div.slideContent div.thirdColumnProduct, div.slideContent div.fourthColumnProduct {
    color: white;
    letter-spacing: .8px;
    padding: 0;
}

div.slideContent div.firstColumnProduct img, div.slideContent div.secondColumnProduct img, div.slideContent div.thirdColumnProduct img, div.slideContent div.fourthColumnProduct img {
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.34);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.34);
}

div.slideContent div.firstColumnProduct h2, div.slideContent div.secondColumnProduct h2, div.slideContent div.thirdColumnProduct h2, div.slideContent div.fourthColumnProduct h2 {
    margin-left: .5em;
}

div.slideContent div.firstColumnProduct ul, div.slideContent div.secondColumnProduct ul, div.slideContent div.thirdColumnProduct ul, div.slideContent div.fourthColumnProduct ul {
    list-style: none;
    padding: 0;
    margin-left: 1em;
}

div.slideContent div.firstColumnProduct ul li, div.slideContent div.secondColumnProduct ul li, div.slideContent div.thirdColumnProduct ul li, div.slideContent div.fourthColumnProduct ul li {
    margin-bottom: .3em;
}

div.slideContent div.firstColumnProduct ul a, div.slideContent div.secondColumnProduct ul a, div.slideContent div.thirdColumnProduct ul a, div.slideContent div.fourthColumnProduct ul a {
    color: white;
    font-size: 1.2em;
    text-decoration: none;
}

div.slideContent div.firstColumnProduct ul a:hover, div.slideContent div.secondColumnProduct ul a:hover, div.slideContent div.thirdColumnProduct ul a:hover, div.slideContent div.fourthColumnProduct ul a:hover {
    padding-bottom: 1px;
    border-bottom: white 1px solid;
}

div.slideContent div.firstColumnProduct {
    background: #58585a;
}

div.slideContent div.secondColumnProduct {
    background: #808485;
}

div.slideContent div.thirdColumnProduct {
    background: #a8a9ad;
}

div.slideContent div.fourthColumnProduct {
    background: #808485;
}

div.slideContent a#closeSlideContent {
    position: absolute;
    right: 50px;
    bottom: 25px;
    padding: .1em 1em;
    -webkit-box-shadow: 1px 1px 10px 1.5px black;
    box-shadow: 1px 1px 10px 1.5px black;
    background: #777;
    border: none;
    color: white;
}

div.slideContent a#closeSlideContent i.fa.fa-times {
    vertical-align: text-top;
}

div.slideContent a:hover {
    cursor: pointer;
}

a.closeSideContent_sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    bottom: 15px !important;
    float: right !important;
    right: 15px !important;
}

/*-------------------------------------------------------------------------------------------*/
/* FOOTER */
footer {
    background: #7e8d54;
    position: fixed;
    bottom: 0;
    padding: .2em 2em;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 999;
}

footer div.copyright a {
    color: white;
}

footer div.copyright a:hover {
    text-decoration: none;
    color: white;
}

footer div.copyright span {
    color: white;
}

footer a:hover {
    text-decoration: none;
}

footer img.socialMedia-icon {
    width: 30px;
    display: inline-block;
    margin: 0px 1px;
}

footer div.additionalStatement p {
    color: white;
    text-align: center;
    font-size: .8em;
    margin: .3em auto;
}

/* PRODUCT PAGE */
/* PRODUCT OTHER OPTION */
div.otherTips {
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 99;
}

div.otherTips a {
    text-decoration: none;
}

div.otherTips a:hover img {
    width: 32px !important;
    height: 32px !important;
    transition: all .2s ease;
}

div.otherTips img {
    width: 30px !important;
    height: 30px !important;
    display: inline;
}

/* OVERVIEW BUTTON */
a.overview-button {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 20%;
    margin: auto;
    width: 50%;
    z-index: 99;
    opacity: 0;
    background: white;
    color: black;
    font-weight: 600;
    letter-spacing: 1.5px;
    border: solid 1px black;
    border-radius: 0;
    padding: 1em 2em;
    font-size: .8em;
}

a.overview-button:hover {
    background: #7e8d54;
    border: solid 2px #afc397;
    color: white;
    transition: all .5s ease;
}

div.product-thumb div.image:hover a.overview-button {
    opacity: 1;
}

.askCustomer {
    /*display:none;*/
}

.h3-existing-customer {
    margin-left: 1em;
    margin-bottom: 1em;
}

.row.contentholder {
    display: block;
}

.ask-customer-panel {
    background: #7e8d54;
    height: 435px;
    padding: 2em;
    margin-top: 1em;
    position: relative;
}

.askCustomer .col-sm-6:first-child .ask-customer-panel {
    margin-right: 0;
}

.askCustomer .col-sm-6:last-child .ask-customer-panel {
    margin-left: 0;
}

.vl {
    height: 370px;
    border-left: 1px solid #fff;
    position: relative;
    left: 25px;
}

.ask-input-email, .ask-input-password {
    border-radius: 0px;
}

.ask-input-email:focus, .ask-input-password:focus {
    border-color: #525252;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
}

.existing-customer-btn {
    background: black;
    padding: .5em 1em;
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
    top: 125px;
    color: #fff;
}

.existing-customer-btn:hover, .existing-customer-btn:focus, .existing-customer-btn:active {
    background: white;
    color: black;
    border: 1px solid black;
    transition: ease .3s all;
}

/*===============================================================================================*/
/* ============================================================================================== */
/* MEDIA QUERY */
/* MOBILE */
@media (min-width: 320px) and (max-width: 359px) {
    body {
        padding-top: 90px;
        background: white;
    }

    a#scrollToTopButton {
        width: 25px;
        position: fixed;
        bottom: 50px;
        right: 15px;
    }

    /* NAVBAR */
    div.navbar-header {
        margin-right: -15px !important;
    }

    ul.navbar-right {
        /* display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;*/
    }

    div#bs-example-navbar-collapse-1 {
        /*max-height: 445px;*/
    }

    a.dropdown-toggle {
        font-size: .9em;
    }

    a.dropdown-toggle img {
        width: 30px;
    }

    .dropdown-menu > li > a {
        font-size: .9em;
    }

    /* SIDEBAR */
    div.homePageSidebarImages a img {
        height: auto;
        padding: 5px;
        width: 50%;
        border: 1px solid white;
    }

    div.homePageSidebarImages a:nth-child(1) img {
        background: #fe8701;
    }

    div.homePageSidebarImages a:nth-child(2) img {
        background: #032a6f;
    }

    div.homePageSidebarImages a:nth-child(3) img {
        position: relative;
        left: 80px;
        background: #02be0e;
    }

    div.homePageSidebarImages {
        display: unset;
    }

    /* SLIDE CONTENT */
    div.slideContent {
        background: #808485;
    }

    /* FOOTER */
    footer {
        z-index: 9999;
        border-top: solid 1px white;
    }

    div.copyright {
        font-size: .8em;
        /*display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;*/
        padding: 0em;
        margin-top: .5em;
        text-align: center;
    }

    div.socialMedia-icon_holder {
        text-align: center;
        margin: .3em 0em;
    }
}

/*-------------------------------------------------------------------------------------------*/
@media (min-width: 360px) and (max-width: 767px) {
    body {
        padding-top: 54px;
    }

    a#scrollToTopButton {
        width: 25px;
        position: fixed;
        bottom: 50px;
        right: 15px;
    }

    /* NAVBAR */
    div.navbar-header {
        margin-right: 0 !important;
    }

    ul.navbar-right {
        /*display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;*/
    }

    div#bs-example-navbar-collapse-1 {
        /*max-height: 445px;*/
        padding-bottom: 5em;
    }

    a.dropdown-toggle {
        font-size: .9em;
    }

    a.dropdown-toggle img {
        width: 30px;
    }

    .dropdown-menu > li > a {
        font-size: .9em;
    }

    ul.dropdown-menu {
        float: unset;
        right: 0;
        margin: auto;
        width: 50%;
        border-bottom: 1px solid white;
    }

    /*CAROUSEL ROTATING IMAGE*/
    #wowslider-container1 a.ws_next {
        left: 85%;
    }

    #wowslider-container1 a.ws_prev {
        left: -3%;
    }

    /* SIDEBAR */
    div.homePageSidebarImages a img {
        height: auto;
        padding: 0px;
        width: 100%;
        border: none;
    }

    div.homePageSidebarImages a:nth-child(1) img {
        background: none;
    }

    div.homePageSidebarImages a:nth-child(2) img {
        background: none;
    }

    div.homePageSidebarImages a:nth-child(3) img {
        background: none;
        position: unset;
        left: 0px;
    }

    div.homePageSidebarImages {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    /* FOOTER */
    footer {
        z-index: 9999;
        border-top: solid 1px white;
    }

    div.copyright {
        font-size: .8em;
        text-align: center;
        padding: 0em;
        margin: .5em 0em;
    }

    div.socialMedia-icon_holder {
        text-align: center;
        margin: .3em 0em;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background: #1d1d1d;
        border-top: 3px solid #00ADEE;
        border-radius: 0px;
        width: 70%;
        margin: auto;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #00ADEE;
    }
    .container_holder .btn-group .btn-primary { margin: 0px 0 10px; }
    nav.navbar-default {  min-height: inherit;   padding: 10px 0; }
    .navbar-brand { padding: 0; }
     nav.navbar-default, nav.navbar-default.slideInDown, .slideOutUpnav.navbar-default {
           }
    header { margin-top: 10px; }
}

@media (min-width: 768px) and (max-width: 799px) {
    /* NAV BAR */ a.navbar-brand img {
        width: 120px;
    }

    div.navbar-header {
        margin-right: 1em !important;
    }

    ul.navbar-nav li a.dropdown-toggle {
        margin: 0em;
    }

    a.dropdown-toggle img {
        width: 25px;
    }

    ul.dropdown-menu {
        font-size: .9em;
    }

    li.dropdown a.dropdown-toggle {
        font-size: .8em;
    }

    a#cart, a#pencil {
        font-size: .9em;
    }

    a#cart img, a#pencil img {
        width: 25px;
    }

    a#flag img, a#search img {
        width: 40px;
    }

    /* FOOTER */
    div.copyright {
        font-size: .9em;
    }

    div.socialMedia-icon_holder {
        margin-top: -8px;
    }

    footer {
        padding: 1em 2em;
    }
     a#joinNow_btn { position: relative;  }
}

@media (min-width: 768px) and (max-width: 979px) {
    body {
        padding-top: 180px;
    }

    /* NAV BAR */
    a.navbar-brand img {
        width: 120px;
    }

    div.navbar-header {
        margin-right: 2em !important;
    }

    ul.navbar-nav li a.dropdown-toggle {
        margin: 0em;
    }

    a.dropdown-toggle img {
        width: 25px;
    }

    ul.dropdown-menu {
        font-size: .9em;
    }

    li.dropdown a.dropdown-toggle {
        font-size: .8em;
    }

    a#cart, a#pencil {
        font-size: .9em;
    }

    a#cart img, a#pencil img {
        width: 30px;
    }

    a#flag img, a#search img {
        width: 35px;
    }

    nav#menu {
        top: 77px;
    }

    #category-nav a {
        font-size: .9em;
    }
     #collapse-checkout-option .radio input { top: -1px; }
    .container_holder .btn-group .btn-primary { position: relative;    top: 3px; }
}

@media (min-width: 980px) and (max-width: 1279px) {
    body {
        padding-top: 180px;
    }

    /* NAV BAR */
    div.navbar-header {
        margin-right: 6em !important;
    }

    a.dropdown-toggle img {
        width: 30px;
    }

    li.dropdown a.dropdown-toggle {
        font-size: .9em;
    }

    ul.navbar-nav li a.dropdown-toggle {
        margin: 0;
    }

    /* FOOTER */
    footer {
        padding: 1em 2em;
    }
    .collapse { display: block; }
    .container > nav#menu {   top: 0px;      float: left;      margin: 10px 0;    }
    #menu .nav > li > a {  padding: 10px 8px 10px 15px; }
}

@media (min-width: 1920px) {
    /* NAVBAR */ div.navbar-header {

    }
}
@media (max-width: 994px) and (min-width: 768px){
    .container > nav#menu {   top: 0px;      float: left;      margin: 10px 0;    }
    #product_categories > div { padding: 10px; width: 24%; float: left; }
    section#product_categories { float: left; }
}
@media (min-width: 994px) {
    .header_seciton > .container { padding:  30px 0; }
    .header_seciton .collapse { display: block; }
    a#joinNow_btn { position: relative;}
    a.navbar-brand { padding: 10px; display: block; }
    nav.navbar-default { min-height: 118px;  }
    body { padding-top: 200px; }
    #collapse-checkout-option .radio input { top: -1px; }
    .container_holder .btn-group .btn-primary { position: relative;    top: 3px; }
}
@media (max-width: 1200px){
    div#bs-example-navbar-collapse-1 ul.nav.navbar-nav:nth-child(1){
        margin-left: 0em;
    }
}

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