﻿BODY {
    background-color: #fff;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}
/*HOW TO STYLE THE PLACEHOLDER TEXT*/
::-webkit-input-placeholder { color:#333; }
::-moz-placeholder { color:#333; } /* firefox 19+ */
:-ms-input-placeholder { color:#333; } /* ie */
input:-moz-placeholder { color:#333; }

button[disabled], html input[disabled], button[disabled]:hover, html input[disabled]:hover {
    cursor: none;
    background-color: lightgray;    
}
/*ARROWS*/
.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;  
  border-bottom: 5px solid black;
}
.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;  
  border-top: 5px solid #f00;
}
.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;  
  border-left: 5px solid green;
}
.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;   
  border-right: 5px solid blue; 
}
/*OTHER ARROW*/
.arrow-right {
    display: inline-block;
    margin-left: .2em;
    color: #fff;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid;
    content: '';
}
/*MENU TOGGLE*/
.nav-menu {
    float: none;
    clear: both;
}
.navbar {
    border: none;
    background-color: transparent;
    border-radius: 0;
    margin: 0px;
    background-image: none;
    box-shadow: none;
    float: right;
    min-height: 10px;
    display: block;
    /*Bootstrap defaults:
   border-radius: 4px;
   position: relative;
    min-height: 50px;
    margin-bottom: 20px;*/
}

.navbar-default .navbar-toggle {
    background-color: #fff;
    border-color: #697140;
    padding: 9px 10px;
    margin-top: 3px;
    margin-right: 4px;
    /*Bootstrap defaults:
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;*/
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
        background-color: #c0cb8e;
        /*Bootstrap defaults:background-color: #ddd;*/
    }

    .navbar-default .navbar-toggle:visited {
        background-color: white;
        /*Bootstrap defaults:background-color: #ddd;*/
    }

.sr-only {
    /*Bootstrap defaults:
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;*/
}

.navbar-toggle .icon-bar {
    background-color: #1c5766;
    height: 3px;
    /*Bootstrap defaults:
    background-color: #888;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;*/
}

/*MAIN MENU*/
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.m-nav {
    height: 40px;
}

.mainnav-container {
    margin: 0px auto;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0px;
    border: none;
    /*Bootstrap defaults:
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    border-radius: 4px;
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;*/
}

.mainnav {
    float: right;
    margin: 0 auto;
    list-style: none;
    background-color: transparent;
    padding: 0px;
    display: inline-block;
}
.mainnav-mobile {
    display: none;
}
/*TO MAKE the navigation sit center on page - .mainnav must have text-align: center; & float: none; ALSO .navbar-nav > li must have display: inline-block; & float: none; */
.navbar-nav > li {
    border: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    float: none;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a.highlighted {
    padding: 5px 9px;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    text-transform: uppercase;
    /*Bootstrap defaults:
    color: #777;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 20px;*/
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
        padding: 5px 9px;
        font-family: 'PT Sans', sans-serif;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        background-color: #6d7b51;
        text-transform: uppercase;
        /*Bootstrap defaults:
    color: #333;
    background-color: transparent;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 20px;*/
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    padding: 5px 9px;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: #6d7b51;
    text-transform: uppercase;
}

.navbar-nav > li > a.dropdown-toggle {
    padding: 5px 9px;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    text-transform: uppercase;
}

.navbar-nav > li > a.dropdown-toggle:hover, .navbar-nav > li > a.dropdown-toggle:active, .navbar-nav > li > a.dropdown-toggle:focus {
    padding: 5px 9px;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: #6d7b51;
    text-transform: uppercase;
}

.navbar-nav > li .caret {
    display: none !important;
    /*Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}

.navbar-nav > li > .dropdown-menu, .navbar-nav .open .dropdown-menu /*sub-menu*/ {
    background-color: #6d7b51;
    transition: background-color 400ms ease, color 400ms ease;
    left: 0px;
    text-align: left;
    border: none;
    border-radius: 0px;
    padding: 0px;
    margin: 56px 0px 0px;
    top: 0;
    /*Bootstrap defaults:
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)*/
    /*SUB UL MENU - SMARTMENUS AUTO CREATED
    left: 0px;
    top: auto;
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    display: none;
    min-width: 10em;
    max-width: 20em;*/
}

.navbar-nav > li > .dropdown-menu > li /*sub-menu item separator*/ {
    border-bottom: 1px solid hsla(0, 0%, 100%, .19);
    padding: 0px;
}

.navbar-nav > li > .dropdown-menu > li > a, .navbar-nav > li > .dropdown-menu > li > a.highlighted, .navbar-default .navbar-nav .open .dropdown-menu > li > a /*sub-menu link style*/ {
    background-color: transparent;
    text-decoration: none;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: normal;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: uppercase;
    /*Bootstrap defaults:
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 1em !important;*/
}

    .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-nav > li > .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: #4d5b31;
        background-image: none;
        text-decoration: none;
        padding: 10px 20px;
        color: #fff;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: normal;
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
        text-transform: uppercase;
        box-shadow: none;
        /*Bootstrap defaults:
    color: #262626;    
    background-color: #f5f5f5;*/
    }

    .navbar-nav > li > .dropdown-menu > li > a.dropdown-toggle {
        background-color: transparent;
        text-decoration: none;
        padding: 10px 20px;
        color: #fff;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: normal;
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
        text-transform: uppercase;
    }

        .navbar-nav > li > .dropdown-menu > li > a.dropdown-toggle:hover, .navbar-nav > li > .dropdown-menu > li > a.dropdown-toggle:active, .navbar-nav > li > .dropdown-menu > li > a.dropdown-toggle:focus {
            background-color: #4d5b31;
            background-image: none;
            text-decoration: none;
            padding: 10px 20px;
            color: #fff;
            font-size: 12px;
            font-weight: 300;
            letter-spacing: normal;
            font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
            text-transform: uppercase;
            box-shadow: none;
        }

.navbar-nav > li > .dropdown-menu > li .caret {
    display: none;
    /*Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}

.dropdown-menu /*child-menu*/ {
    background-color: rgba(141, 50, 28, .85);
    width: auto;
    margin: 0px 0px 0px 0px;
    left: 100%;
    /*Bootstrap defaults:
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
    /*CHILD UL MENU - SMARTMENUS AUTO CREATED
    left: 0px;
    top: auto;
    width: auto;
    margin-top: -44px;
    margin-left: 110px;
    display: none;
    min-width: 10em;
    max-width: 20em;*/
}

.dropdown-menu > li /*child-menu item separator*/ {
    border-bottom: solid 1px #000;
    /*defaults for all li's:
padding: 0px 5px;
margin: 0px 0px 0px 18px;*/
}

.dropdown-menu > li > a, .dropdown-menu > li > a.highlighted /*child-menu link style*/ {
    color: #fff;
    padding: 10px 20px;
    /*Bootstrap defaults:
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 1em !important;
    text-decoration: none;*/
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
    color: #8d321c;
    text-decoration: underline;
    /*Bootstrap defaults:
color: #262626;
text-decoration: none;
background-color: #f5f5f5;*/
}

.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li .caret {
    background: url(files/arrow_child-menu.png) scroll top right;
    width: 10px;
    height: 6px;
    border-top: none;
    border-right: none;
    border-left: none;
    /*Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}

.navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    background-color: #589d80;
    transition: background-color 400ms ease, color 400ms ease;
    left: 0px;
    text-align: left;
    border: none;
    border-radius: 0px;
    padding: 0px;
    top: auto;
    margin-left: 120px;
    margin-top: -37px;
}
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu li {
    border-bottom: 1px solid hsla(0, 0%, 100%, .19);
}
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a {
    background-color: transparent;
    text-decoration: none;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: normal;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: none;
}

.navbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a:hover, .navbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a:focus, .navbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a:active {
    background-color: transparent;
    background-image: none;
    text-decoration: none;
    padding: 10px 20px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: normal;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: none;
}

/*PRODUCT MENU*/

.prod-nav {
    text-align: center;
    clear: both;
}
.w-nav-menu {
    position: relative;
    float: none;
}
.prodnav {
    padding: 0px;
    margin: 0 auto;
    list-style: none;
    display: inline-block;
    text-align: right;
}

.prodbar-nav > li {
    border: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    float: none;
}

    .prodbar-nav > li > a, .prodbar-nav > li > a.highlighted {
        position: static;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 15px 11px;
        border-style: none;
        border-right-width: 1px;
        border-right-color: rgba(0, 0, 0, .25);
        font-family: 'PT Sans', sans-serif;
        color: #1c5766;
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        vertical-align: top;
        text-decoration: none;
        text-align: left;
        margin-left: auto;
        background-color: transparent;
        text-transform: uppercase;
        /*Bootstrap defaults:
color: #777;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 15px;
padding-left: 15px;
line-height: 20px;*/
    }

        .prodbar-nav > li > a:hover, .prodbar-nav > li > a:focus, .prodbar-nav > li > a:active {
            position: static;
            display: inline-block;
            margin-top: 5px;
            margin-bottom: 5px;
            padding: 15px 11px;
            border-style: none;
            border-right-width: 1px;
            border-right-color: rgba(0, 0, 0, .25);
            font-family: 'PT Sans', sans-serif;
            background-color: #abc27f;
            color: #000;
            font-size: 14px;
            line-height: 18px;
            font-weight: 600;
            vertical-align: top;
            text-decoration: none;
            text-align: left;
            margin-left: auto;
            text-transform: uppercase;
            /*Bootstrap defaults:
    color: #333;
    background-color: transparent;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 20px;*/
        }

.prodbar-nav > .open > a, .prodbar-nav > .open > a:hover, .prodbar-nav > .open > a:focus {
    position: static;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px 11px;
    border-style: none;
    border-right-width: 1px;
    border-right-color: rgba(0, 0, 0, .25);
    font-family: 'PT Sans', sans-serif;
    background-color: #abc27f;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    vertical-align: top;
    text-decoration: none;
    text-align: left;
    margin-left: auto;
    text-transform: uppercase;
}

.prodbar-nav > li > a.dropdown-toggle {
    position: static;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px 11px;
    border-style: none;
    border-right-width: 1px;
    border-right-color: rgba(0, 0, 0, .25);
    font-family: 'PT Sans', sans-serif;
    color: #1c5766;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    vertical-align: top;
    text-decoration: none;
    text-align: left;
    margin-left: auto;
    background-color: transparent;
    text-transform: uppercase;
}

    .prodbar-nav > li > a.dropdown-toggle:hover, .prodbar-nav > li > a.dropdown-toggle:active, .prodbar-nav > li > a.dropdown-toggle:focus,
    .prodbar-nav > .open > a.dropdown-toggle, .prodbar-nav > .open > a.dropdown-toggle:hover, .prodbar-nav > .open > a.dropdown-toggle:focus, .prodbar-nav > .open > a.dropdown-toggle:active {
        position: static;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 15px 11px;
        border-style: none;
        border-right-width: 1px;
        border-right-color: rgba(0, 0, 0, .25);
        font-family: 'PT Sans', sans-serif;
        background-color: #abc27f;
        color: #000;
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        vertical-align: top;
        text-decoration: none;
        text-align: left;
        margin-left: auto;
        text-transform: uppercase;
    }

.prodbar-nav > li .caret {
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent;
    /*Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}

.prodbar-nav > li > .dropdown-menu /*sub-menu*/ {
    background-color: #abc27f;
    transition: background-color 400ms ease, color 400ms ease;
    left: 0px;
    text-align: left;
    border: none;
    border-radius: 0px;
    padding: 0px;
    margin: 50px 0px 0px;
    top: 0 !important;
    width: auto;
    height: auto;
    /*Bootstrap defaults:
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)*/
    /*SUB UL MENU - SMARTMENUS AUTO CREATED
    left: 0px;
    top: auto;
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    display: none;
    min-width: 10em;
    max-width: 20em;*/
}
    /*below 2 classes to make UL scroll bar look better
.prodbar-nav > li > .dropdown-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;        
}    
.prodbar-nav > li > .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #68ad8f;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.75);        
}*/
.prodbar-nav > li > .dropdown-menu > li /*sub-menu item separator*/ {
    border-bottom: none;
    padding: 0px;
}

.prodbar-nav > li > .dropdown-menu > li > a, .prodbar-nav > li > .dropdown-menu > li > a.highlighted /*sub-menu link style*/ {
    background-color: transparent;
    text-decoration: none;
    padding: 10px 20px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: normal;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    /*Bootstrap defaults:
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 1em !important;*/
}

    .prodbar-nav > li > .dropdown-menu > li > a:hover, .prodbar-nav > li > .dropdown-menu > li > a:focus, .prodbar-nav > li > .dropdown-menu > li > a:active {
        background-color: #589d80;
        background-image: none;
        text-decoration: none;
        padding: 10px 20px;
        color: #fff;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: normal;
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
        text-transform: uppercase;
        white-space: nowrap;
        /*Bootstrap defaults:
color: #262626;    
background-color: #f5f5f5;*/
    }

.prodbar-nav > li > .dropdown-menu > li > a.dropdown-toggle {
    background-color: transparent;
    text-decoration: none;
    padding: 10px 20px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: normal;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
}

.prodbar-nav > li > .dropdown-menu > li > a.dropdown-toggle:hover, .prodbar-nav > li > .dropdown-menu > li > a.dropdown-toggle:active, .prodbar-nav > li > .dropdown-menu > li > a.dropdown-toggle:focus {
    background-color: #589d80;
    background-image: none;
    text-decoration: none;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: normal;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
}

.prodbar-nav > li > .dropdown-menu > li .caret {
    border-top: none;
    border-right: none;
    border-left: none;
    /*Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}

.dropdown-menu /*child-menu*/ {
    background-color: #abc27f;
    width: auto;
    margin: 0px 0px 0px 0px;
    left: 100%;
    width: auto;
    height: auto;
    /*Bootstrap defaults:
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
    /*CHILD UL MENU - SMARTMENUS AUTO CREATED
    left: 0px;
    top: auto;
    width: auto;
    margin-top: -44px;
    margin-left: 110px;
    display: none;
    min-width: 10em;
    max-width: 20em;*/
}

    .dropdown-menu > li /*child-menu item separator*/ {
        border-bottom: none;
        /*defaults for all li's:
    padding: 0px 5px;
    margin: 0px 0px 0px 18px;*/
    }

        .dropdown-menu > li > a, .dropdown-menu > li > a.highlighted /*child-menu link style*/ {
            color: #fff;
            padding: 10px 20px;
            white-space: normal;
            /*Bootstrap defaults:
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 1em !important;
    text-decoration: none;*/
        }

            .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
                color: #000;
                white-space: normal;
                /*Bootstrap defaults:
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;*/
            }

.prodbar-nav > li > .dropdown-menu > li > .dropdown-menu > li .caret {
    background: url(files/arrow_child-menu.png) scroll top right;
    width: 10px;
    height: 6px;
    border-top: none;
    border-right: none;
    border-left: none;
    /*Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}

.prodbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    background-color: #abc27f;
    transition: background-color 400ms ease, color 400ms ease;
    left: 100%;
    text-align: left;
    border: none;
    border-radius: 0px;
    padding: 0px;
    top: auto;
    margin-top: -37px;
    width: auto;
    height: auto;
}
/*below 2 classes to make UL scroll bar look better*/
.prodbar-nav > li > .dropdown-menu > li > .dropdown-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}

.prodbar-nav > li > .dropdown-menu > li > .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #1e654b;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.75);
}

.prodbar-nav > li > .dropdown-menu > li > .dropdown-menu li {
    border-bottom: 1px solid hsla(0, 0%, 100%, .19);
}

.prodbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a {
    background-color: transparent;
    text-decoration: none;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: normal;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: none;
}

.prodbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a:hover, .prodbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a:focus, .prodbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a:active {
    background-color: transparent;
    background-image: none;
    text-decoration: none;
    padding: 10px 20px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: normal;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: none;
}

/*SIDE PRODUCT MENU ON CAT LISTING*/
.nav-stacked {
    padding-right: 60px;
    margin-bottom: 30px;
    list-style: none;
}

.nav-stacked > li {
    float: none;
    padding: 5px 5px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    font-size: 13px !important;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: normal;
    border-bottom: solid 1px #000;
}

    .nav-stacked > li + li {
        background-color: #eee;
        margin: 2px 0px 0px;
        padding: 0px;
        border-bottom: none;
    }

.nav-stacked > li + li.dropdown {
    margin: 2px 0px 0px;
    padding: 0px;
    border-bottom: none;
    background: #eee url(files/arrow_sub-prod-menu.png) scroll top right no-repeat;
}

.nav-pills > li > a {
    border-radius: 0px;
    /*Bootstrap defaults:
    border-radius: 4px;*/
}

.nav > li > a, .nav > li > a.highlighted {
    padding: 5px 5px;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    text-transform: none;
    font-weight: 600;
    /*Bootstrap defaults:
    position: relative;
    display: block;
    padding: 10px 15px;*/
}

    .nav > li > a:hover, .nav > li > a:focus, .nav > li > a:active, .nav > li > .open > a:hover, .nav .open > a:hover {
        padding: 5px 5px;
        font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        text-transform: none;
        background-color: #abc27f;
        font-weight: 600;
        /*Bootstrap defaults:
color: #333;
background-color: transparent;
text-decoration: none;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 15px;
padding-left: 15px;
line-height: 20px;*/
    }

.nav-stacked > li + li > .dropdown-menu {
    background-color: #eee;
    transition: background-color 400ms ease, color 400ms ease;
    left: 0px;
    text-align: left;
    border: none;
    border-radius: 0px;
    padding: 0px;
    top: auto;
    margin-top: 0px;
    position: static;
    float: none;
    box-shadow: none;
}

.nav-stacked > li > .dropdown-menu > li {
    border-bottom: 1px solid hsla(0, 0%, 100%, .19);
}

.nav-stacked > li > .dropdown-menu > li > a {
    background-color: transparent;
    text-decoration: none;
    padding: 10px 20px;
    color: #000;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: normal;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: none;
    white-space: normal;
}

.nav-stacked > li > .dropdown-menu > li > a:hover, .nav-stacked > li > .dropdown-menu > li > a:active, .nav-stacked > li > .dropdown-menu > li > a:focus {
    background-color: #abc27f;
    text-decoration: none;
    padding: 10px 20px;
    color: #000;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: normal;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: none;
    white-space: normal;
    background-image: none;
    box-shadow: none;
}

/*SECONDARY MENU*/
.topnav-menu {
    display: block;
}

.topnav-menu-mobile {
    display: none;
}

.topnav {
    background-color: transparent;
    margin: 0 auto;
    padding: 0px;
    visibility: visible !important;
    display: inline-block;
    float: right;
}

.topnav-mobile {
    display: none;
}

.topbar-nav > li {
    border-right: 1px solid transparent;
    float: left;
    padding: 0px;
    /*Bootstrap defaults:
    position: relative;
    display: block;*/
}

.topbar-nav > li > a, .topbar-nav > li > a.highlighted {
    padding: 5px 9px;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    text-transform: uppercase;
    /*Bootstrap defaults:
position: relative;
display: block;
padding: 10px 15px;*/
    }

.topbar-nav > li > a:hover, .topbar-nav > li > a:focus, .topbar-nav > li > a:active {
    padding: 5px 9px;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: #6d7b51;
    text-transform: uppercase;
    /*Bootstrap defaults:
background-color: #eee;
position: relative;
display: block;
padding: 10px 15px;*/
    }

.topbar-nav > li .caret {
    background: url(files/arrow_main-menu.png) scroll top right;
    width: 19px;
    height: 11px;
    border-top: none;
    border-right: none;
    border-left: none;
    /*Bootstrap defaults:
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;*/
}

    .topbar-nav > li > .dropdown-menu /*sub-menu*/ {
        background-color: #6d7b51;
        left: 0px;
        margin: 0px 0px 0px 0px;
        /*Bootstrap defaults:
margin: -20px 0px 0px 0px;
position: absolute;
top: 100%;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
font-size: 14px;
text-align: left;
list-style: none;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
*/
    }

.topbar-nav > li > .dropdown-menu > li /*sub-menu item separator*/ {
    border-bottom: dashed 1px #fff;
}

.topbar-nav > li > .dropdown-menu > li > a, .dropdown-menu > li > a.highlighted /*sub-menu link style*/ {
    color: #fff;
    /*Bootstrap defaults:
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 1em !important;
    text-decoration: none;*/
            }

    .topbar-nav > li > .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
        color: #4d5b31;
        /*Bootstrap defaults:
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;*/
    }

            .topbar-nav > li > .dropdown-menu > li .caret {
                background: url(files/arrow_sub-menu.png) scroll top right;
                width: 15px;
                height: 9px;
                border-top: none;
                border-right: none;
                border-left: none;
                /*Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
            }

.dropdown-menu /*child-menu*/ {
    background-color: transparent;
    width: auto;
    margin: -20px 0px 0px 0px;
    left: 100%;
    /*Bootstrap defaults:
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
    /*CHILD UL MENU - SMARTMENUS AUTO CREATED
    left: 0px;
    top: auto;
    width: auto;
    margin-top: -44px;
    margin-left: 110px;
    display: none;
    min-width: 10em;
    max-width: 20em;*/
}

    .dropdown-menu > li /*child-menu item separator*/ {
        border-bottom: solid 1px #fff;
        /*defaults for all li's:
    padding: 0px 5px;
    margin: 0px 0px 0px 18px;*/
    }

        .dropdown-menu > li > a, .dropdown-menu > li > a.highlighted /*child-menu link style*/ {
            color: #fff;
            /*Bootstrap defaults:
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 1em !important;
    text-decoration: none;*/
        }

            .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
                color: #8d321c;
                text-decoration: none;
                background-color: transparent;
                /*Bootstrap defaults:
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;*/
            }

.topbar-nav > li > .dropdown-menu > li > .dropdown-menu > li .caret {
    background: url(files/arrow_child-menu.png) scroll top right;
    width: 10px;
    height: 6px;
    border-top: none;
    border-right: none;
    border-left: none;
    /*Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}

/*TEXTNAV MENU*/
.secnav-container {
}

.secnav {
    text-align: center;
    padding: 0px;
    margin: 0 auto;
}
/*.sm-mainnav li : AI CREATED THIS to make the navigation sit center on page - have to hide same style tag under Items separators though and move any code from there here so no duplicates - .sm-mainnav has to have text-align:center & sm-mainnav ul has to have text-align:left & you have to keep the !important tags on!*/
.secbar-nav > li {
    display: block !important;
    padding: 0px;
    margin: 0px;
    border-bottom: none !important;
    float: left;
    /*Bootstrap defaults:
    position: relative;
    display: block;*/
}

    .secbar-nav > li > a, .secbar-nav > li > a.highlighted {
        margin-top: 0px;
        margin-right: 10px;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        font-family: Merriweather,serif;
        text-align: center;
        text-decoration: underline;
        /*Bootstrap defaults:
position: relative;
display: block;
padding: 10px 15px;*/
    }

        .secbar-nav > li > a:hover, .secbar-nav > li > a:focus, .secbar-nav > li > a:active {
            margin-top: 0px;
            margin-right: 10px;
            color: #abc27f;
            font-size: 13px;
            font-weight: 600;
            font-family: Merriweather,serif;
            text-align: center;
            text-decoration: none;
            background-color: transparent;
            /*Bootstrap defaults:
background-color: #eee;
position: relative;
display: block;
padding: 10px 15px;*/
        }

/* MOBILE MENU STYLES */
.mm-cntrl {
    top: auto;
    left: 0 !important;
}

.pm-cntrl {
    top: auto;
    left: 0 !important;
}

.tn-cntrl {
    top: auto;
    left: 0 !important;
}

.dropdown-item-button {
    display: block;
    width: 100%;
    padding: 5px 5px 5px 15px;
    clear: both;
    font-weight: bold;
    color: #fff;
    text-align: inherit;
    white-space: normal;
    background-color: #8ea665;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.dropdown-item-button:hover, .dropdown-item-button:active, .dropdown-item-button:focus {
    display: block;
    width: 100%;
    padding: 5px 5px 5px 15px;
    clear: both;
    font-weight: bold;
    color: #1c5766;
    text-align: inherit;
    white-space: normal;
    background-color: #abc27f;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.dropdown-item-category {
    display: block;
    width: 100%;
    padding: 5px 5px 5px 15px;
    clear: both;
    font-weight: bold;
    color: #1c5766;
    text-align: center;
    white-space: normal;
    background-color: #d5eea8;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.dropdown-item-category:hover, .dropdown-item-category:active, .dropdown-item-category:focus {
    display: block;
    width: 100%;
    padding: 5px 5px 5px 15px;
    clear: both;
    font-weight: bold;
    color: #1c5766;
    text-align: center;
    white-space: normal;
    background-color: #e3fbb5;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
/* pm = product menu styles */
#pm {
    background-color: #abc27f;
    width: 100%;
    margin: 0px 0px 0px 0px;
    border: none;
    clear: both;
    position: relative;
    left: 0;
    height: auto;
    border-radius: 4px 4px 0px 0px;
}

.dropdown-menu {
    background-color: #bed792;
    width: 100%;
    padding: 0px;
    margin-top: 7px;
    height: 100%;
}

#pm > .dropdown-item-pm {
    display: block;
    width: 100%;
    padding: 19px 8px 17px;
    clear: both;
    font-weight: 700;
    font-family: Lato, sans-serif;
    color: #1c5766;
    white-space: normal;
    background-color: transparent;
    border: none;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
}

#pm > .dropdown-item-pm:focus, #pm > .dropdown-item-pm:hover, #pm > .dropdown-item-pm:active {
    display: block;
    width: 100%;
    padding: 19px 8px 17px;
    clear: both;
    font-weight: 700;
    font-family: Lato, sans-serif;
    color: #fff;
    white-space: normal;
    background-color: #4d5b31;
    border: none;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

.dropdown-item-pm {
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #1c5766;
    clear: both;
    font-weight: 300;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    white-space: normal;
    background-color: #bed792;
    border: none;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid hsla(0, 0%, 100%, .50);
    line-height: 1.42857143;
}

.dropdown-item-pm:focus, .dropdown-item-pm:hover, .dropdown-item-pm:active {
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    clear: both;
    font-weight: 300;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    white-space: normal;
    background-color: #4d5b31;
    border: none;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid hsla(0, 0%, 100%, .50);
    line-height: 1.42857143;
}

#pm > .dropdown-item-pm > .hcarat-pm {
    margin-left: 20px;
}

#pm > .dropdown-item-pm > .hcarat-pm:before {
    content: "\003e";
    position: absolute;
    border: none;
    margin-top: -7px;
    font-size: 23px;
}

.hcarat-pm {
    margin-left: 20px;
}

.hcarat-pm:before {
    content: "\003e";
    position: absolute;
    border: none;
    margin-top: -3px;
    font-size: 17px;
}
/* mm = main menu styles */
#mm {
    background-color: #bed792;
    width: 100%;
    margin: 0px 0px 0px 0px;
    border: none;
    clear: both;
    position: relative;
    left: 0;
    height: auto;
    border-radius: 0px;
    border-top: 1px solid #ddf6b0;
}

#mm > .dropdown-item-mm {
    display: block;
    width: 100%;
    padding: 19px 8px 17px;
    clear: both;
    font-weight: 700;
    font-family: Lato, sans-serif;
    color: #1c5766;
    white-space: normal;
    background-color: transparent;
    border: none;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

#mm > .dropdown-item-mm:focus, #mm > .dropdown-item-mm:hover, #mm > .dropdown-item-mm:active {
    display: block;
    width: 100%;
    padding: 19px 8px 17px;
    clear: both;
    font-weight: 700;
    font-family: Lato, sans-serif;
    color: #fff;
    white-space: normal;
    background-color: #4d5b31;
    border: none;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

.dropdown-item-mm {
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #1c5766;
    clear: both;
    font-weight: 300;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    white-space: normal;
    background-color: #bed792;
    border: none;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid hsla(0, 0%, 100%, .50);
    line-height: 1.42857143;
}

.dropdown-item-mm:focus, .dropdown-item-mm:hover, .dropdown-item-mm:active {
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    clear: both;
    font-weight: 300;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    white-space: normal;
    background-color: #4d5b31;
    border: none;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid hsla(0, 0%, 100%, .50);
    line-height: 1.42857143;
}

#mm > .dropdown-item-mm > .hcarat-mm {
    margin-left: 20px;
}

#mm > .dropdown-item-mm > .hcarat-mm:before {
    content: "\003e";
    position: absolute;
    border: none;
    margin-top: -7px;
    font-size: 23px;
}

.hcarat-mm {
    margin-left: 20px;
}

.hcarat-mm:before {
    content: "\003e";
    position: absolute;
    border: none;
    margin-top: -3px;
    font-size: 17px;
}
/* tn = top menu styles */
#tn {
    background-color: #bed792;
    width: 100%;
    margin: 0px 0px 0px 0px;
    border: none;
    clear: both;
    position: relative;
    left: 0;
    height: auto;
    border-radius: 0px 0px 4px 4px;
}

#tn > .dropdown-item-tn {
    display: block;
    width: 100%;
    padding: 19px 8px 17px;
    clear: both;
    font-weight: 700;
    font-family: Lato, sans-serif;
    color: #1c5766;
    white-space: normal;
    background-color: transparent;
    border: none;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

#tn > .dropdown-item-tn:focus, #tn > .dropdown-item-tn:hover, #tn > .dropdown-item-tn:active {
    display: block;
    width: 100%;
    padding: 19px 8px 17px;
    clear: both;
    font-weight: 700;
    font-family: Lato, sans-serif;
    color: #fff;
    white-space: normal;
    background-color: #4d5b31;
    border: none;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

.dropdown-item-tn {
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #1c5766;
    clear: both;
    font-weight: 300;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    white-space: normal;
    background-color: #bed792;
    border: none;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid hsla(0, 0%, 100%, .50);
    line-height: 1.42857143;
}

.dropdown-item-tn:focus, .dropdown-item-tn:hover, .dropdown-item-tn:active {
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    clear: both;
    font-weight: 300;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    white-space: normal;
    background-color: #4d5b31;
    border: none;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid hsla(0, 0%, 100%, .50);
    line-height: 1.42857143;
}

/* INTERNAL HTML STYLES*/
.search_btn {
    margin-right: 0px;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, .25);
    background-attachment: scroll !important;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.search_btn:hover, .search_btn:active, .search_btn:focus, .search_btn.highlighted {
    margin-right: 0px;
    padding: 5px 10px;
    background-color: #1c5766;
    background-attachment: scroll !important;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.ic_search {
    width: 22px;
}
.topcart-block
{
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    padding: 5px 0px;
}
.search {
    display: block;
    text-align: right;
}

.mobile_search {
    display: none;
}

.search_btn {
    margin: 1px 0px 0px 0px;
    padding: 4px 8px 5px;
    background-color: rgba(0, 0, 0, .25);
    background-attachment: scroll !important;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.search_btn:hover, .search_btn:active, .search_btn:focus, .search_btn.highlighted {
    margin: 2px 0px 0px 0px;
    padding: 3px 8px 5px;
    background-color: #1c5766;
    background-attachment: scroll !important;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.nameemaillabel
{
	padding-right:10px;
	text-align:right;
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 16px;
    color: #363636;
	font-weight: normal;
}
.tafentermessagepadding
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #636363;
	font-weight: normal;
}
.tafentermessagepadding2
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #636363;
	font-weight: normal;
	padding-left:13%;
}
.companyphonenumber
{
    padding: 0px;
    margin: 0px;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 24px;
    color: #408387;
    font-weight: bold;
    text-decoration: none;
}
.clearfix
{
    clear: both;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 0px;
}
.clearfix_secure
{
    clear: both;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 3px;
}
.addthis
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
    float: left;
}
.translate {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: right;
}
/*SB MENU*/
.sb_shopping_cat
{
    background: url(../files/hd_shop.png) no-repeat scroll left top;
    width: 205px;
    padding: 43px 0px 0px 0px;
    margin: 0px;
}
.sb_shopping_cat-name
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #408387;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
}
/*FEATURED PRODUCTS*/
.product-section {
    padding-top: 40px;
    padding-bottom: 80px;
}
.portfolio-row {
    margin: 20px 0px 45px 0px;
}
.portfolio-column {
    min-height: 0px;
    padding-right: 1px;
}
.portfolio-link {
    width: 100%;
    height: 100%;
    padding: 0px;
    max-width: 100%;
    display: inline-block;
}
.portfolio-post {
    width: 100%;
    margin-bottom: 0px;
}
.portfolio-post.title {
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
    text-align: center;
   padding-right: 15px;
    padding-left: 17px;
}
.text_centered {
    text-align: center;
}
.featured_img {
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
}
.featured_line {
    padding-right: 15px;
    padding-left: 15px;
}
.featuredtext {
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #636363;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
}
.featuredprice
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 20px;
    color: #408387;
	font-weight: bold;
	text-decoration: none;
    text-align: left;
}
a.featuredlink {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 0px;
    font-family: "PT Sans",sans-serif;
    color: #4d5b31;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    text-decoration: none;
}
a.featuredlink:hover, a.featuredlink:active, a.featuredlink:focus {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 0px;
    font-family: "PT Sans",sans-serif;
    color: #1c5766;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    text-decoration: none;
}
.hd_featured
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
   	font-size: 22px;
	color: #408387;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
/*TEXTNAV*/
.footer-left {
    padding: 0px;
    margin: 0px;
    float: left;
}
.footer-right {
    padding: 0px;
    margin: 0px;
    float: right;
}
.copyright {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    text-decoration: none;
    padding: 12px 0px 0px 0px;
    margin: 0px;
}
.xsellit {
    padding: 20px 0px 0px 0px;
    margin: 0px;
}
a.textnav {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: "PT Sans",sans-serif;
    color: #fff !important;
    line-height: 24px;
    letter-spacing: 0px;
    text-decoration: none;
}
    a.textnav:hover {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 5px;
        font-family: "PT Sans",sans-serif;
        color: #fff;
        line-height: 24px;
        letter-spacing: 0px;
        text-decoration: underline;
    }
a.textnav2
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 10px;
	 color: #408387;
	text-decoration: underline;
	font-weight: normal;
}
a.textnav2:hover
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 10px;
	color: #408387;
	text-decoration: underline;
	font-weight: normal;
}
.ssl
{
	width: 66px;
    height: 43px;
	padding: 0px 7px 0px 0px;
	margin: 0px;
	display: block;
	float: left;
    border: solid 0px Red;
}
.linksummary
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 11px;
	 color: #636363;
	text-decoration: none;
	padding-left: 40px;
	padding-right: 40px;
}
/*CONTENT*/
a
{
  font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
  color: #000;
  text-decoration: none;
}
a:hover
{
  font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
  color: #000;
  text-decoration: underline;
}
a.link
{
  color: #000;
  text-decoration: underline;
}
a.link:hover
{
  color: #4e8626;
  text-decoration: underline;
}
.prod_header
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 30px;
    color: #408387;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    text-align: center;
}

H1 {
    font-family: Merriweather, serif;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #4d5b31;
    font-size: 26px;
    line-height: 44px;
    font-weight: 400;
}
.body-section > .center > H1 {
    font-family: Merriweather,serif;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 26px;
    line-height: 44px;
    font-weight: 400;
    text-align: center;
}
.body-section > .center > p {
    font-family: "PT Sans",sans-serif;
    margin-bottom: 5px;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}
H2
{
	 margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
H3
{
	margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
}
H4
{
	margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
H5
{
	margin-top: 10px;
  margin-bottom: 5px;
  font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
}
H6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
  color: #333;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
}
.maintext
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 16px;
    color: #363636;
    line-height: 18pt;
    text-decoration: none;
    padding: 0px 25px 0px 25px;
    margin: 0px auto;
    text-align: center;
}
.insidetext
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #636363;
    line-height: 18pt;
    text-decoration: none;
    padding: 30px 0px 0px 0px;
    margin: 0px auto;
    border: 0px solid purple;
}
.med_font
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 13px;
    color: #636363;
    font-weight: normal;
}
#ctl00_body_TwitterTag_TwitterLink 
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 11px;
	color: #408387;
	text-decoration: underline;
}
.inside_img_secure {
    background-position: 50% 24%;
    background-size: cover;
    background-attachment: scroll;
    height: 250px;
    overflow: hidden;
    background-image: url(../files/inside.jpg);
}
/*CATEGORY*/
.bg-bc {
    margin: 0px;
	padding: 0px 0px 20px;
}
.catdesc
{
	margin: 0px;
	padding: 10px 0px;
}
.cat-title_height
{
    margin: 0px;
    padding: 0px;
    min-height: 34px;
    display: block;
}
.sortfilter
{
	 padding: 10px 0px;
     margin-bottom: 10px;
     border-bottom: 1px solid #d9d9d9;
     border-top: 1px solid #d9d9d9;
}
.filter-mobile {
    display: none;
}
.filters {
    display: block;
}
.filter-dropdown {
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
}
.filter-btn
{
    background-color: #408387;
    padding: 0px;
    border-radius: 2px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: sans-serif;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    letter-spacing: normal;
    text-decoration: none;
    border-style: none;
    border-width: 0px;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0px 0px 20px;
} 
.filter-btn:hover, .filter-btn:active, .filter-btn:focus  {
    background-color: #1c5766;    
    padding: 0px;
    border-radius: 2px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: sans-serif;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    letter-spacing: normal;
    text-decoration: none;
    border-style: none;
    border-width: 0px;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0px 0px 20px;
}
.Preview-btn
{
    padding: 10px 14px;
    border-right-style: none;
    background-color: #408387;
    -webkit-transition: background-color 500ms ease, color 500ms ease;
    transition: background-color 500ms ease, color 500ms ease;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0px 0px 20px 15px;
} 
.Preview-btn:hover, .Preview-btn:active, .Preview-btn:focus  {
    padding: 10px 14px;
    border-right-style: none;
    background-color: #1c5766;
    color: #fff;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0px 0px 20px 15px;
}
.selectfilter
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 9pt;
	color: #000000;
}
.pager_showall 
{
    padding: 0px;
    margin: 0px;
}
.showall
{
	margin: 0px;
	padding: 7px 15px 0px 0px;
	vertical-align: top;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #636363;
    text-align: right;
}
.pagerbg 
{
    padding: 10px 0px 0px 0px;
    margin: 0px;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #636363;
    text-align: center;
    vertical-align: top;
}
.pager_showall_border
{
    width: 100%;
    padding: 0px;
    margin: 0px;
    vertical-align: bottom;
    border-style: none none dotted none; 
    border-width: 0px 0px 1px 0px; 
    border-color: #676767;
}
a.pager
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #408387;
	text-decoration: none;
	font-weight: normal;
    cursor: pointer;
    margin: 0px;
}
a.pager:hover
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #408387;
	text-decoration: underline;
	font-weight: normal;
    cursor: pointer;
    margin: 0px;
}
.pageselected
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #408387;
	font-weight: bold;
	text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}
.selectedpage
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #408387;
	font-weight: bold;
	text-transform: uppercase;
}
.productlisttablewidth
{
	margin: 0px 0px 10px 0px;
    vertical-align: top;
}
.prodlink
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #408387;
    text-decoration: none;
    font-weight: bold;
}
a.prodlink
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #408387;
    text-decoration: none;
    font-weight: bold;
}
a.prodlink:hover
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #408387;
    text-decoration: underline;
    font-weight: bold;
}
.prodpg_price
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #408387;
	font-weight: normal;
}
.strikeOut
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #707070;
	font-weight: normal;
	text-decoration: line-through;
}
.prodpg_priceout
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #707070;
	font-weight: normal;
	text-decoration: line-through;
}
.prodpg_priceeach
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
	color: #408387;
	font-weight: normal;
}
.prodtable
{
	border: 1px solid #408387;
	width: 124px;
}
.carttable
{
	border: 1px solid #408387;
	width: 321px;
}
.carttable3
{
	border: 1px solid #D3D3D3;
	width: 240px;
}
.prodopt_desc
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 13px;
    color: #585858;
    font-weight: normal;
    text-decoration: none;
}
.prodopt_desc_mobile
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .12);
}
.prodopt_desc_checkout
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 11px;
    color: #585858;
    font-weight: normal;
    text-decoration: none;
}
.tborder 
{
	border: #408387;
}
.borderc 
{
	border: #408387;
}
.boldhd
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #408387;
	font-weight: bold;
	text-decoration: none;
}
.boldhd2
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #408387;
	font-weight: bold;
	text-decoration: none;
}
a.boldhd2 {
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #408387;
    font-weight: bold;
    text-decoration: none;
}
a.boldhd2:hover {
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #408387;
    font-weight: bold;
    text-decoration: underline;
}
.boldhd2_checkout
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #408387;
	font-weight: bold;
	text-decoration: none;
}
.boldhd3
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 16px;
    color: #408387;
	font-weight: bold;
	text-decoration: none;
}
.boldhdpickup
{
	font-family: tahoma, verdana, helvetica, arial;
	font-size: 12px;
	font-weight: bold;
	color:Red;
	text-decoration: none;
}
.boldordernum
{
	font-family: tahoma, verdana, helvetica, arial;
	font-size: 18px;
	font-weight: bold;
	color: #1B668F;
	text-decoration: none;
}
.yousave
{
	font-family: verdana, tahoma, helvetica, arial;
	font-size: 13px;
	font-weight: bold;
	color: #FF2231;
	text-decoration: none;
}
.cbill-text {
    text-align: right;
}
/*PROMO CODES*/
.promo
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 16px;
    color: #363636;
	color: #408387;
	text-decoration: none;
}
/*BREADCRUMBS*/
#bcbg
{
}
.bclabel
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #363636;
	text-decoration: none;
	font-weight: 600;
}
a.bclink
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #408387;
	text-decoration: underline;
	font-weight: normal;
	text-transform: uppercase;
}
a.bclink:hover
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #408387;
	font-weight: normal;
	text-transform: uppercase;
}
.bcarrow
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #408387;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.mi_bcbg
{
	vertical-align: top;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #d9d9d9;
}
.checkout_line
{
	vertical-align: top;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #d9d9d9;
    margin: 0px;
}
/*PROMOTION CODES*/
.promo
{
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	font-weight: bold;
	color: #1B668F;
	text-decoration: none;
}
/*PRODUCT MORE INFO PAGE*/
.prod_area
{
    float: right;
    display: block;
    margin: -215px 0px 0px 0px;
}
.prod_right
{
    float: right;
    display: block;
    width: 197px;
    height: 165px;
    background-color: #1c5766;
    text-align: center;
    padding: 0px 10px 0px 10px;
}
.align_right
{
   margin: 15px 10px 0px 0px;
   float: right;
   display: block;  
   height: 3px; 
}
.nocpi_align
{
   margin: 0px 5px 0px 0px;
   float: right;
   display: block;  
}
.checkoutcellwidth
{
	padding:  0px;
	width: 250px;
	margin:  0px;
}
.moreinfo_reorder-block
{
    background-color: #fefaea;
    width: 276px;
    padding: 12px;
    margin: 5px 0px 0px 0px;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #636363;
    font-weight: normal;
    text-decoration: none;
}
.hd_reorder-gift
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #408387;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}
.smfont
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 10px;
    color: #636363;
    font-weight: normal;
    text-decoration: none;
    line-height: normal;
}
.smblack
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    line-height: normal;
}
.moreinfo_gift-block
{
    background-color: #fefaea;
    width: 276px;
    padding: 12px;
    margin: 0px;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #636363;
    font-weight: normal;
    text-decoration: none;
}
.gift_message
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 11px;
     color: #408387;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}
.moreinfocellwidth
{
	padding: 0px 15px 0px 0px;
	width: 490px;
	margin: 0px;
}
.checkoutcellwidth
{
	padding: 0px;
	width: 235px;
	margin: 0px;
}
.moreinfo_sku
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 11px;
	color: #959595;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
    vertical-align: top;
}
.moreinfo_vendor
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 11px;
	color: #959595;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
    vertical-align: top;
}
a.couponlink
{
	font-family: verdana, helvetica, arial, tahoma;
	font-size: 12px;
	color: #408387;
	text-decoration: underline;
	font-weight: bold;
}
a.couponlink:hover
{
	font-family: verdana, helvetica, arial, tahoma;
	font-size: 12px;
	color: #1c5766;
	text-decoration: underline;
	font-weight: bold;
}
.price 
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 30px;
    color: #408387;
    font-weight: normal;
    clear: right;
}
.price_variant
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 25px;
    color: #408387;
    font-weight: normal;
    clear: right;
}
.price_md
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 20px;
    color: #408387;
    font-weight: normal;
    clear: right;
}
.price_sm
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #408387;
    font-weight: normal;
    clear: right;
}
.pricemsg {
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 17px;
    color: #408387;
    font-weight: bold;
}
.dependent_desc {
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #636363;
    font-weight: normal;
}
.dependent_desc_mobile
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: normal;
}
.dependent_desc_checkout
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 10px;
    color: #636363;
    font-weight: normal;
}
.suggprice_list /*prod listing pg*/ {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #767676;
    font-size: 13px;
    line-height: 20px;
}
.strikeOut /*moreinfo pg*/
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 24px;
    color: #408387;
	font-weight: normal;
	text-decoration: line-through;
}
.strikeOut_cart /*cart pg*/
{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #333;
    font-size: 13px;
    line-height: 20px;
	text-decoration: line-through;
}
.suggprice_list_cart /*cart pg*/
{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #767676;
    font-size: 12px;
    line-height: 20px;
}
.priceout /*prod listing pg*/
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #408387;
	font-weight: normal;
	text-decoration: line-through;
}
.prod_desc {
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}
.mdfont
{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #333;
    font-size: 12px;
    line-height: 20px;
}
.priceeach
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 18px;
	color: #408387;
	font-weight: normal;
}
.suggprice
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #939393;
	font-weight: normal;
}
a.moreinfo_aname
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #408387;
	text-decoration: underline;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}
a.moreinfo_aname:hover
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #408387;
	text-decoration: underline;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}
.prod_options
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 11px;
    color: #408387;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}
.prod_margin {
        margin-bottom: 40px;
        margin-top: 20px;
    }
a.prodlink_listing {
    font-size: 15px;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    color: #1c5766;
    font-weight: bold;
}
a.prodlink_listing:hover {
    font-size: 15px;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    color: #408387;
    font-weight: bold;
}
.personalization {
    background-color: transparent;
}
.addtocart
{
	width: 400px;
	margin: 0px 0px 0px 0px;
    font-family: Lucida Sans Unicode, Arial, Helvetica;
	font-size: 12px;
	color: #1c5766;
}
.addtocart input.off
{
	border: 0;
	width: auto;
}
.qty-modal-title
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #387e9e;
	font-weight: bold;
    text-transform: none;
}
.qty {
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
}
a.qty
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #333;
	font-weight: normal;
    text-transform: none;
}
a.qty:hover, a.qty:active, a.qty:focus
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #387e9e;
	font-weight: normal;
    text-transform: none;
}
.moreinfo_cross-related_bg
{
	background-color: transparent;
}
.hd_cross-related
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #408387;
	vertical-align: middle;
	font-weight: bold;
    text-transform: uppercase;
    padding-left: 15px;
}
.hline_cross-related
{
	background: url(../files/hline_cross-related.png) no-repeat scroll center top;
	height: 1px;
    width: 731px;
	padding-top: 10px;
}
a.cross-related_prodtitle
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #408387;
	font-weight: normal;
	text-decoration: none;
}
a.cross-related_prodtitle:hover
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #408387;
	font-weight: normal;
	text-decoration: underline;
}
.price_cross-related
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
     color: #408387;
	font-weight: bold;
}
.priceout_cross-related
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
     color: #408387;
	font-weight: bold;
	text-decoration: line-through;
}
.relatedcrosspike {
    border-right: solid 1px rgba(156, 156, 156, 0.84);
}
.relatedcrossbg
{
	border-right: solid 1px rgba(156, 156, 156, 0.84);
}
.cross-related-margin {
        margin-bottom: 15px;
    }
.mi_hline
{
	vertical-align: top;
	padding: 0px;
	border-top: solid 1px rgba(156, 156, 156, 0.84);
}
.mi_v-divider
{
	vertical-align: top;
    margin-top: 18px;
	padding: 0px 0px 20px;
	border-top: solid 1px #d9d9d9;
}
.moreinfo_prodtitle-row
{   
    line-height: normal;
	margin: 0px 0px 15px;
    vertical-align: baseline;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0px;
}
.reviews {
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #000;
}
a.reviews_link {
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #000;
    text-decoration: underline;
}
a.reviews_link:hover {
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #4c9ac8;
    text-decoration: underline;
}
.reviews_hd {
    font-weight: bold;
    padding: 10px 0px;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #000;
}
.reviews_hd-dialog {
    font-weight: bold;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #000;
}  
.reviews-dialog {
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #000;
}
.progress {
    margin-bottom: 10px;
}
.add_favorites
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	padding: 0px 10px 0px 0px;
	margin: -5px 0px 0px 0px;
}
.favorite {
    width: 15px;
    height: 15px;
}
.mi_qty {
    text-align: right;
    padding-right: 0px;
    padding-left: 0px;
}
.mi_btn {
        text-align: right;
    }
.moreinfo_share
{
    padding: 10px 15px;
	margin: 0px;
    border: solid 0px lime;
}
.moreinfo_prod-image
{
    padding-top: 24px;
    border: solid 0px Red;
}
 .moreinfo_prod-image_lg
{
	width: 100%;
    padding: 15px;
	margin: 0px auto;
    border: solid 0px Red;
}
.moreinfo_prod-desc
{
    padding: 15px 0px 30px 0px;
    border: solid 0px Red;
}
.moreinfo_shortdesc
{
    border-top: 1px solid #d9d9d9;
    padding: 20px 0px;
    margin-top: 15px;
}
.moreinfo_prod-price
{
    padding-top: 24px;
    text-align: left;
    border: solid 0px Red;
}
.moreinfo_prod-cross-related
{
    border: solid 0px Red;
}
.accordion-panel {
    margin-bottom: 10px;
}
.accordion-heading {
    padding: 10px 15px;
    background: #d9d9d9 url(../files/arrow_accordion.png) no-repeat right scroll !important;
}
.accordion-title, .accordion-title:hover {
    font-family: "Open Sans",sans-serif;
    color: #222;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
}
a.accordion-title {
    font-family: "Open Sans",sans-serif;
    color: #222;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
}
a.accordion-title:hover, a.accordion-title:active, a.accordion-title:focus {
    font-family: "Open Sans",sans-serif;
    color: #222;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
}
/*WHATS NEW*/
.lastupdate
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #408387;
	text-decoration: none;
}
/* EPRODUCTS */
.eproducthd
{
	background-color: #408387;
}
/* FORM INPUTS */
.inputButtonfp {
    display: inline-block;
    margin-top: 5px;
    margin-right: 1px;
    margin-left: 2px;
    float: right;
    clear: none;
    border: 1px solid #abc27f;
    background-color: #fff;
    font-family: "PT Sans",sans-serif;
    color: #1c5766;
    font-size: 10px;
    font-weight: 600;
    text-align: left;
    padding: 9px 15px;
    text-decoration: none;
    margin-top: -8px;
}
    .inputButtonfp:hover, .inputButtonfp:active, .inputButtonfp:focus {
        display: inline-block;
        margin-top: 5px;
        margin-right: 1px;
        margin-left: 2px;
        float: right;
        clear: none;
        border: 1px solid #4d8c84;
        background-color: #4d8c84;
        font-family: "PT Sans",sans-serif;
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        text-align: left;
        padding: 9px 15px;
        text-decoration: none;
        margin-top: -8px;
    }
.ButtonLogin {
    display: inline-block;
    margin-top: -13px;
}
.inputButtonLogin {
    margin-top: 5px;
    margin-right: 1px;
    margin-left: 2px;
    float: left;
    clear: none;
    border: 1px solid #4d8c84;
    background-color: #4d8c84;
    font-family: "PT Sans",sans-serif;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-align: left;
    padding: 9px 15px;
    text-decoration: none;
    text-transform: uppercase; 
    font-size: 11px;
}
    .inputButtonLogin:hover, .inputButtonLogin:focus, .inputButtonLogin:active {
        margin-top: 5px;
        margin-right: 1px;
        margin-left: 2px;
        float: left;
        clear: none;
        border: 1px solid #abc27f;
        background-color: #fff;
        font-family: "PT Sans",sans-serif;
        color: #1c5766;
        font-size: 10px;
        font-weight: 600;
        text-align: left;
        padding: 9px 15px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 11px;
    }
.inputButtontaf
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
    height: 37px;
	vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    background-color: #1c5766;
    text-decoration: none;
    color: #408387;
    border: none;
    text-transform: uppercase;
}
.inputButton {
    position: static;
    display: inline-block;
    clear: none;
    border: 2px solid #abc27f;
    background-color: #fff;
    font-family: 'PT Sans', sans-serif;
    color: #1c5766;
    font-weight: 700;
    padding: 9px 15px;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    text-align: center;
}
    .inputButton:hover, .inputButton:active, .inputButton:focus {
        position: static;
        display: inline-block;
        clear: none;
        border: 2px solid #4d8c84;
        background-color: #4d8c84;
        font-family: 'PT Sans', sans-serif;
        color: #fff;
        font-weight: 700;
        padding: 9px 15px;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0;
        text-align: center;
    }
a.btZoom {
    background-color: #408387;
    padding: 0px;
    border-radius: 2px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: sans-serif;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    letter-spacing: normal;
    text-decoration: none;
    border-style: none;
    border-width: 0px;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0px 0px 20px;
} 
a.btZoom:hover, a.btZoom:active, a.btZoom:focus  {
    background-color: #1c5766;    
    padding: 0px;
    border-radius: 2px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: sans-serif;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    letter-spacing: normal;
    text-decoration: none;
    border-style: none;
    border-width: 0px;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0px 0px 20px;
}
.inputButtonSearch {
    width: 50px;
    background-color: #1c5766;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-weight: normal;
    padding: 5px 15px;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase
} 
.inputButtonSearch:hover, .inputButtonSearch:active, .inputButtonSearch:focus  {    
    background-color: #408387;
    width: 50px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 15px;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase
}
.inputButtoncoupon
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
    height: 37px;
	vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    background-color: transparent;
    text-decoration: none;
    color: #fff;
    border: none;
    text-transform: uppercase;
}
.inputButtonOrder {
    display: inline-block;
    margin-top: 15px;
    background-color: #1c5766;
    padding: 10px 15px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
    width: 90%;
}
.inputButtonOrder:hover, .inputButtonOrder:focus, .inputButtonOrder:active {
    display: inline-block;
    margin-top: 15px;
    background-color: #408387;
    padding: 10px 15px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
    width: 90%;
}
.inputButton2 {
    background-color: #1c5766;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
}
    .inputButton2:hover, .inputButton2:active, .inputButton2:focus {
        background-color: #408387;
        padding: 10px 15px;
        border-radius: 5px;
        transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
        opacity: 1;
        transform: translateX(0px) translateY(0px) translateZ(0px);
        -webkit-transition: background-color 500ms ease;
        transition: background-color 500ms ease;
        font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        letter-spacing: normal;
        text-decoration: none;
        text-transform: uppercase;
        border-style: none;
        border-width: 0px;
    }
.inputButton_addcart {
    clear: none;
    border: 2px solid #4d8c84;
    background-color: #4d8c84;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-weight: 700;
    padding: 9px 15px;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    text-align: center;
}
    .inputButton_addcart:hover, .inputButton_addcart:active, .inputButton_addcart:focus {
        clear: none;
        border: 2px solid #abc27f;
        background-color: #fff;
        font-family: 'PT Sans', sans-serif;
        color: #1c5766;
        font-weight: 700;
        padding: 9px 15px;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0;
        text-align: center;
    }
.inputButton_checkin {
    background-color: #1c5766;
    padding: 10px 15px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
    width: 100%;
}
.inputButton_checkin:hover, .inputButton_checkin:active, .inputButton_checkin:focus {
    background-color: #408387;
    padding: 10px 15px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
    width: 100%;
}
.inputButton2_checkin {
    background-color: #408387;
    padding: 10px 15px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
    width: 100%;
    display: inline-block;
    margin: 10px 0px 0px 0px;
}
.inputButton2_checkin:hover, .inputButton2_checkin:active, .inputButton2_checkin:focus {
    background-color: #1c5766;
    padding: 10px 15px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
    width: 100%;
    display: inline-block;
    margin: 10px 0px 0px 0px;
}
.inputButton_continue {
    display: inline-block;
    clear: none;
    border: 2px solid #4d8c84;
    background-color: #4d8c84;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-weight: 700;
    padding: 9px 15px;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    text-align: center;
}
    .inputButton_continue:hover, .inputButton_continue:active, .inputButton_continue:focus {
        display: inline-block;
        clear: none;
        border: 2px solid #abc27f;
        background-color: #fff;
        font-family: 'PT Sans', sans-serif;
        color: #1c5766;
        font-weight: 700;
        padding: 9px 15px;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0;
        text-align: center;
    }
.inputButton_edit {
    border-radius: 0px;
    background-color: transparent;
    padding: 5px 0px 0px 8px;
    opacity: 1;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    letter-spacing: normal;
    text-decoration: underline;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
} 
.inputButton_edit:hover, .inputButton_edit:active, .inputButton_edit:focus  {
    border-radius: 0px;
    background-color: transparent;
    padding: 5px 0px 0px 8px;
    opacity: 1;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    letter-spacing: normal;
    text-decoration: underline;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
}
.inputButton_shipping
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
 font-size: 14px;
 vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    text-decoration: none;
    color: #505050;
    border: none;
    text-decoration: underline;
}
.inputButton_shipping:hover, .inputButton_shipping:active, .inputButton_shipping:focus .{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
 font-size: 14px;
 vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    text-decoration: none;
    color: #000;
    border: none;
    text-decoration: underline;
}
.inputButtonMoreInfo
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
    height: 37px;
	vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    background-color: #1c5766;
    text-decoration: none;
    color: #fff;
    border: none;
    text-transform: uppercase;
}
.inputButtonDownload
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 11px;
	vertical-align: top;
    cursor: pointer;
    padding: 0px 6px 0px 6px;
    margin: 0px;
    height: 25px;
    background-color: #fff;
    color: #408387;
    border: solid 1px #408387;
    text-transform: uppercase;
}
.inputButtonJoin {
    border: none;
    font-family: inherit;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 23px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: normal;
    font-weight: 300;
    outline: 0;
    background: #1c5766;
    color: #fff;
    border: solid 2px #1c5766;
    border-radius: 5px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    line-height: 1.4285;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin: 0;
}
.inputButtonJoin:hover, .inputButtonJoin:active, .inputButtonJoin:focus {
    border: none;
    font-family: inherit;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 23px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: normal;
    font-weight: 300;
    outline: 0;
    background: transparent;
    color: #fff;
    border: solid 2px #1c5766;
    border-radius: 5px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    line-height: 1.4285;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin: 0;
}
.inputButtonJoin input.off
{
	border: 0;
	width: auto;
}
.inputButtonSearch
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
    height: 37px;
	vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background-color: #1c5766;
    text-decoration: none;
    color: #fff;
    border: none;
    text-transform: uppercase;
    width: 50px;
}
.inputButtoncoupon
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
    height: 37px;
	vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background-color: #1c5766;
    text-decoration: none;
    color: #408387;
    border: none;
    text-transform: uppercase;
    width: 50px;
}
a.inputButtonEmailProd
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	border: none;
	padding: 0px 0px 10px;
    background-color: transparent;
}
a.inputButtonEmailProd:hover, a.inputButtonEmailProd:active, a.inputButtonEmailProd:focus
{
    font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #387e9e;
	text-decoration: underline;
	border: none;
	padding: 0px 0px 10px;
    background-color: transparent;
}
.inputButtonPromo {
    display: inline-block;
    clear: none;
    border: 2px solid #4d8c84;
    background-color: #4d8c84;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-weight: 700;
    padding: 8px 15px 6px;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    text-align: center;
    margin-top: 2px;
}
    .inputButtonPromo:hover, .inputButtonPromo:active, .inputButtonPromo:focus {
        display: inline-block;
        clear: none;
        border: 2px solid #abc27f;
        background-color: #fff;
        font-family: 'PT Sans', sans-serif;
        color: #1c5766;
        font-weight: 700;
        padding: 8px 15px 6px;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0;
        text-align: center;
        margin-top: 2px;
    }
.inputJoin {
    display: inline;
    background: #fff;
    height: 43px;
    font-size: 16px;
    line-height: 32px;
    color: #d5d5d5;
    font-weight: 400;
    vertical-align: top;
    box-shadow: none;
    border-radius: 6px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    outline: 0;
    border: 2px solid #1c5766;
    position: relative;
    z-index: 3;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    padding: 10px 16px;
}

.inputqty
{
	display: inline-block;
    width: 100%; /*60%*/
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4285;
    color: #636363;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #9c9c9c;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.inputqty-cart
{
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4285;
    color: #717171;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.inputsm 
{
	display: inline-block;
    width: 70%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #636363;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #9c9c9c;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.input
{
	display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #636363;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #9c9c9c;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.input_scan
{
	background: #FFFFFF url(../files/bginput.png) repeat-x 50% top;
    height: 27px;
	width: 201px;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #636363;
	border: 1px solid #9c9c9c;
	font-weight: normal;
	vertical-align: top;
	margin: 0px 0px 4px 0px;
	padding: 2px 0px 0px 7px;
}
.input_scan:focus { 
     background: #ffff00;
     border: 1px solid #ffff00;
 } 
.inputlg 
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #636363;
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    line-height: 1.4285;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #9c9c9c;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.inputPromo
{
	display: inline-block;
    width: 70%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #636363;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #9c9c9c;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.textarea 
{
	box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
    width: 100%;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #636363;
	border: 1px solid #9c9c9c;
	font-weight: normal;
	vertical-align: top;
	margin: 0px;
	padding: 2px 0px 0px 7px;
}
.textarea_contact
{
	box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
    width: 100%;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #636363;
	border: 1px solid #9c9c9c;
	font-weight: normal;
	vertical-align: top;
	margin: 0px;
	padding: 2px 0px 0px 7px;
    height: 125px;
}
.textarea_rate
{
	box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
    width: 100%;
    height: 200px;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #636363;
	border: 1px solid #9c9c9c;
	font-weight: normal;
	vertical-align: top;
	margin: 0px;
	padding: 2px 0px 0px 7px;
}
.textarea2 
{
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #636363;
	border: 1px solid #9c9c9c;
	font-weight: normal;
	vertical-align: top;
	margin: 0px;
	padding: 2px 0px 0px 7px;
}
.ordtextarea {
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #585858;
    display: block;
    height: 100px;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 10px;
    line-height: 1.4285;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
}

.textarea_gift
{
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    min-height: 80px;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.input_personalize 
{
	display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.select {
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4285;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);    
}
.select_sort
{
    width: 40%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.4285;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
    border-radius: 5px;
}
.mi_select {
    display: inline-block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4285;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: inset 0px 4px 8px 0px rgba(0, 0, 0, .12);
}

.selectsized
{
	box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
    width: 143px;
    min-height: 25px;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #636363;
	border: 1px solid #9c9c9c;
	font-weight: normal;
	vertical-align: middle;
	margin: 0px 0px 4px 0px;
	padding: 2px 0px 0px 7px;
}
.inputsearch
{
    width: 80%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: top;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    display: inline-block;
}
.search-field {
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    display: block;
    width: 240px;
    float: left;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 10px;
}

.icon-search_btn {
    margin: 0px;
    padding: 3px 5px;
    float: left;
    background-color: #abc27f;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background-image: url(files/icon-search-white_1icon-search-white.png);
    height: 38px;
    width: 42px;
    border: none;
}

.icon-search_btn:hover, .icon-search_btn:active, .icon-search_btn:focus, .icon-search_btn.highlighted {
    margin: 0px;
    padding: 3px 5px;
    float: left;
    background-color: #abc27f;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background-image: url(files/icon-search-white_1icon-search-white.png);
    height: 38px;
    width: 42px;
    border: none;
}

.icon-search {
    height: 38px;
    padding: 7px 8px 5px 8px;
    background-color: #aeafaf;
    display: inline-block;
}

.icon-search-bt {
    height: 27px;
    padding: 3px 6px 8px 6px;
    background-color: #aeafaf;
    display: inline-block;
    margin-top: 4px;
}

.search-close {
    height: 27px;
    padding: 3px 6px 8px 6px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    border: none;
    vertical-align: top;
    margin-top: 4px;
}
/*CONTACT TABLES*/
.contact {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #36424A;
    text-decoration: none;
    display: block;
}
.contact_left {
    display: block; 
    float: left; 
    padding: 0px 20px 0px 0px; 
    margin: 0px; 
    width: 30%;
    height: 45px;
    vertical-align: middle;
}
.contact_right {
    display: block; 
    float: right; 
    text-align: left; 
    padding: 0px 0px 0px 10px;
    margin: 0px; 
    width: 70%;
    height: 45px;
    vertical-align: middle;
}
@media (max-width: 521px) {
    .contact_left {
        padding: 0px 0px 0px 0px; 
        margin: 0px; 
        width: 100%;
        vertical-align: middle;
        display: block;
        float: none;
        height: 35px;
    }
    .contact_right {
        padding: 0px 0px 0px 0px;
        margin: 0px; 
        width: 100%;
        vertical-align: middle;
        display: block;
        float: none;
        height: 35px;
    }
    label {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .contact {
        margin: 0px 0px 25px 0px;
    }
}
.contact_comments {
    display: block; 
    float: left; 
    padding: 0px 20px 0px 0px; 
    margin: 0px; 
    width: 40%;
}
.contact_captcha {
    display: block; 
    float: right; 
    text-align: left; 
    padding: 10px 0px 0px 20px; 
    margin: 0px; 
    width: 60%;
}
.inputcap {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin: 10px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
@media (max-width: 708px) {
    .contact_comments {
        padding: 0px 0px 0px 0px; 
        margin: 0px; 
        width: 100%;
    }
    .contact_captcha {
        text-align: left; 
        padding: 10px 0px 0px 0px; 
        margin: 0px; 
        width: 100%;
    }
}
.contact fieldset {
    margin-bottom: 10px;
    margin-right: 0px;
    border: none;
    border-top: 1px solid #2E3133;
}
.contact2 fieldset {
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 40px;
    border: none;
    border-top: 1px solid #2E3133;
}
.contact legend, .contact2 legend {
    padding: 0px 2px 0px 2px;
    font-weight: bold;
    _margin: 0 -7px; /* IE Win */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    text-decoration: none;
    color: #2E3133;
}
.contact label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #36424A;
    text-decoration: none;
    font-weight: normal;
    margin-top: 10px;
}
@media (max-width: 520px) {
    .contact fieldset {
        margin: 0px 0px 0px 0px;
        border: none;
        border-top: 1px solid #2E3133;
    }
    .contact legend {
        padding: 10px 2px 0px 2px;
        font-weight: bold;
        _margin: 0px; 
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 1em;
        text-decoration: none;
        color: #2E3133;
        margin-bottom: 0px;
    }
    .contact label {
        margin-top: 0px;
    }
}
.contact fieldset ol {
    margin: 0;
    padding: 0;
}

.contact fieldset li {
    list-style: none;
    padding: 5px 7px;
    background: url(images/topnavdottedline.gif) left bottom repeat-x;
}
.contact input.off
{
	border: 0;
	width: auto;
}

.required {
font-family: Microsoft Sans Serif, Arial, Helvetica;
font-size: 0.688em;
color: Red;
text-decoration: none;
}

.nameemaillabel {
padding-right: 10px;
text-align: right;
font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
font-size: 1em;
color: #36424A;
text-decoration: none;
font-weight: normal;
}

fieldset {
margin-bottom: 10px;
margin-right: 40px;
border: 1px solid #2E3133;
}

label {
margin-top: 8px;
margin-bottom: 8px;
}
/*EMAIL PRODUCT*/
.emailproduct
{
	width: 200px;
	margin: 0px 0px 0px 0px;
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #636363;
}
.emailproduct fieldset
{
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.emailproduct fieldset ol
{
	margin: 0;
	padding: 0;
}
.emailproduct fieldset li
{
	list-style: none;
	width: 200px;
	background: url(../files/bgadd.png) left bottom repeat-x;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
}
.emailproduct input.off
{
	border: 0;
	width: auto;
}
.emailproductinfo
{
	width: 370px;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #636363;
}
.emailproductinfo fieldset 
{
	margin-bottom: 10px;
	width: 370px;
	border: none;
	border-top: 1px solid #408387;
}
.emailproductinfo legend 
{
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #636363;
}
.emailproductinfo label
{
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 370px;
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 16px;
    color: #363636;
	font-weight: normal;
}
.emailproductinfo fieldset ol
{
	margin: 0;
	padding: 0;
}
.emailproductinfo fieldset li
{
	list-style: none;
	padding: 5px 0px 5px 0px;
	width: 370px;
	background: url(../files/topnavdottedline.gif) left bottom repeat-x;
}
.emailproductinfo input.off
{
	border: 0;
	width: auto;
}
.no-margin {
    margin: 0px;
}
/*SECURE SITE*/
#checkin_container {
    padding: 0px;
    margin: 0px auto;
    width: 765px;
    height: 300px;
}
.checkin_new
{
 width: 342px;
 padding: 10px 40px 0px 0px;
 margin: 0px;
 display: block;
 float: left;
}
.checkin_login
{
    background: url(images/bg_checkin_login.gif) scroll repeat-y right top;
    width: 343px;
    height: 180px;
    padding: 10px 0px 0px 40px;
    margin: 0px;
    display: block;
    float: right;
}
.hd-sub_checkin
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #408387;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
    padding: 13px 0px 0px 0px
}
.checkin_cont
{
	border: #408387 1px solid;
	background-color: #fefaea;
	padding: 10px;
	margin: 0px;
	width: 590px;
}
.checkinbg
{
	background-color: #408387;
	height: 25px;
	width: 300px;
	padding: 0px;
	margin: 0px;
	display: block;
} 
.checkinhd
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 4px 4px 4px;
	margin: 0px;
}
.checkin_body
{
	width: 280px;
	padding: 10px;
	margin: 0px;
    line-height: normal;
	display: block;
}
.continuecheckout
{
	border: #408387 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.yah
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #408387;
	text-decoration: none;
}
a.yah
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #408387;
	text-decoration: none;
}
a.yah:hover
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 15px;
	font-weight: bold;
    color: #408387;
	text-decoration: none;
}
a.forgot_pass
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #408387;
	text-decoration: none;
}
a.forgot_pass:hover
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-weight: bold;
    color: #408387;
	text-decoration: none;
}
.subheader
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 16px;
	color:#408387;
    font-weight: normal;
	text-decoration: none;
}
.subheader2
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #408387;
	text-decoration: none;
}
.subheader4
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #408387;
	text-decoration: none;
}
a.subheader4
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #408387;
	text-decoration: none;
}
a.subheader4:hover
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 15px;
	font-weight: normal;
    color: #408387;
	text-decoration: none;
}
.yahbullet
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #408387;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.secured
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #408387;
	text-decoration: underline;
	font-weight: normal;
}
a.secured
{
    border-radius: 2px;
    background-color: #408387;
    padding: 11px 15px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
    width: 100%;
    margin: 10px 0px 0px 0px; 
    display: inline-block; 
} 
a.secured:hover, a.secured:active, a.secured:focus  {
    background-color: #1c5766;    
    padding: 11px 15px;
    border-radius: 2px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
    width: 100%;
    margin: 10px 0px 0px 0px;
    display: inline-block;
}
.bordersreg
{
    border: 1px solid  #408387;
}
.required
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: Red;	
	text-decoration: none;
}
.msgtable {
    width: 173px;
    border-right: #408387 1px solid;
    border-top: #408387 1px solid;
    border-left: #408387 1px solid;
    border-bottom: #408387 1px solid;
    padding-right: 5px;
    padding-left: 7px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.sbcheckouttext
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #636363;
     font-weight: bold;
}
.mi_hline-cart {
    border-bottom-color: #d7d7d7 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    width: 100%;
    height: 1px;
    vertical-align: top;
    margin: 15px 0px 20px 0px;
    padding: 0px;
    border: none;
    clear: both;
}
.hline-cart {
    border-top-color: #282828 !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
    width: 100%;
    height: 1px;
    vertical-align: top;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    border: none;
    clear: both;
}
.hdcart {
    font-family: "Open Sans",sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 0px 0px 15px;
}
.hdcart_receipt {
    font-family: "Open Sans",sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px 20px 15px;
}
a.receipt_link
{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
}
a.receipt_link:hover
{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #408387;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
}
.receipt_info {
    padding: 15px;
    font-weight: bold;
}
.receipt_info2 {
    padding: 15px;
    text-align: right;
}
.receipt_info_personal {
    padding-top: 10px;
}
.receipt_info_personal2 {
    padding-top: 10px;
    text-align: right;
}
.cart-align {
    text-align: right;
}
.secure-align {
    text-align: right;
    margin-right: 40px;
}
.cart_promo_codes
{
    margin: 0px;
	padding: 15px 50px 0px 10px;
}
/*.cart_promo_codes
{
    background-color: #f7f7f7;
    width: 486px;
    margin: 0px;
	padding: 15px 100px 15px 14px;
    float: left;
    display: block;
    border-top: solid 6px #d7d7d7;
}*/
.cart_promo_codes_receipt
{
    background-color: #f7f7f7;
    min-height: 150px;
	padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 6px #d7d7d7;
}
.cart_promo_codes_receipt2
{
    min-height: 127px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 6px #d7d7d7;
}
.cart_promo_codes_preceipt
{
    background-color: #f7f7f7;
    width: 404px;
    min-height: 127px;
    margin: 0px;
	padding: 15px 62px 15px 14px;
    float: left;
    display: block;
    border-top: solid 6px #d7d7d7;
}
.cart_totals
{
    width: 322px;
    min-height: 90px;
    margin: 0px;
	padding: 15px 8px;
    display: block;
    float: right;
    border: solid 6px #d7d7d7;
}
.cart_totals_preceipt
{
    width: 322px;
    margin: 0px;
	padding: 15px 8px;
    display: block;
    float: right;
    border: solid 6px #d7d7d7;
}
.cart_totals_lft
{
    margin: 0px;
    text-align: right;
}
.cart_totals_rt
{
    margin: 0px;
    text-align: right;
}
.gift_card {
    background-color: rgba(0, 0, 0, .15);
    padding: 15px;
}
.input_gc
{
	display: inline-block;
    width: 90%;
    height: 28px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #636363;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #9c9c9c;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.panel-heading {
    padding: 10px 15px;
    background: #d9d9d9 url(../files/plus_accordion.png) right scroll !important;
    background-repeat: no-repeat !important;
    /*BOOTSTRAP DEFAULT
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    */
}
.panel-title, .panel-title:hover {
    font-family: "Open Sans",sans-serif;
    color: #222;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
}
a.panel-title {
    font-family: "Open Sans",sans-serif;
    color: #222;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
}
a.panel-title:hover, a.panel-title:active, a.panel-title:focus {
    font-family: "Open Sans",sans-serif;
    color: #222;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
}
#billingleft
{
	float: left;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
}
#ordercommentsleft
{
	float: left;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
}
#shippingright
{
	float: right;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
}
#confirmright
{
	float: right;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
}
#paymentleft
{
	float: left;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
}
.billing
{
	margin: 20px 0px 10px;
    padding: 0px;
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color:  #464646;
	font-weight: normal;
    line-height: normal;
}
.billing fieldset 
{
	margin-bottom: 20px;
    padding: 20px;
	border: 1px solid #408387;
    margin-right: 0px;
    min-width: 0px;
}
.billing legend 
{
	display: block;
    padding: 0px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #636363;
	font-weight: normal;
    margin-bottom: 0px;
    border: none;
    width: auto;
}
.billing label
{
	display: inline-block;
	vertical-align: top;
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #363636;
	font-weight: normal;
	padding-bottom: 12px;
    line-height: normal;
    width: 210px;
}
.billing input.off
{
	border: 0;
	width: auto;
}
.shipaddress
{
 width: 385px;
}
.shipping
{
	margin: 30px 0px 0px;
    padding: 0px;
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #636363;
	font-weight: normal;
    line-height: normal;
}
.shipping fieldset 
{
	margin-bottom: 20px;
    padding: 20px;
	border: 1px solid #408387;
    margin-right: 0px;
    min-width: 0px;
}
.shipping legend 
{
	display: block;
    padding: 0px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #636363;
	font-weight: normal;
    margin-bottom: 0px;
    border: none;
    width: auto;
}
.shipping label
{
	display: inline-block;
	vertical-align: top;
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #363636;
	font-weight: normal;
    line-height: normal;
    width: 210px;
}
.shipping fieldset ol
{
	margin: 0;
	padding: 0;
}
.shipping fieldset li
{
	list-style: none;
	padding: 5px 7px;
	background: url(../files/topnavdottedline.gif) left bottom repeat-x;
}
.shipping input.off
{
	border: 0;
	width: auto;
}
.hd_order-summary
{
    font-family: Lato,sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 900;
    text-align: center;
    letter-spacing: normal;
    text-transform: uppercase;
    color: rgb(99, 99, 99);
    display: inline-block;
}
.confirm {
    width: 100%;
    margin: 0px 0px 0px 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    color: #636363;
    padding: 10px;
    font-weight: normal;
    line-height: normal;
    border: solid 1px black;
    background-color: #fff;
}
/*
.confirm
{
	width: 27%;
	margin: 0px 0px 50px 0px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	color: #636363;
	padding: 10px;
	font-weight: normal;
    line-height: normal;
    border: solid 1px black;
    position: fixed;
    bottom: 3%;
    background-color: #fff;
}*/
.order_top_call {
    display: block;
    font-weight: bold;
}
.confirm fieldset 
{
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #408387;
}
.confirm legend 
{
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #636363;
	font-weight: normal;
}
.confirm label
{
	display: inline-block;
	vertical-align: top;
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #363636;
	font-weight: normal;
    line-height: normal;
}
.confirm fieldset ol
{
	margin: 0;
	padding: 0;
}
.confirm fieldset li
{
	list-style: none;
	padding: 5px 7px;
	background: url(../files/topnavdottedline.gif) left bottom repeat-x;
}
.confirm input.off
{
	border: 0;
	width: auto;
}
.confirmnocc
{
	width: 600px;
	margin: 20px 0px 0px 10px;
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #636363;
	font-weight: normal;
    line-height: normal;
}
.confirmnocc fieldset 
{
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #408387;
}
.confirmnocc legend 
{
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #636363;
	font-weight: normal;
}
.confirmnocc label
{
	display: inline-block;
	vertical-align: top;
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #363636;
	font-weight: normal;
    line-height: normal;
}
.confirmnocc fieldset ol
{
	margin: 0;
	padding: 0;
}
.confirmnocc fieldset li
{
	list-style: none;
	padding: 5px 7px;
	background: url(../files/topnavdottedline.gif) left bottom repeat-x;
}
.confirmnocc input.off
{
	border: 0;
	width: auto;
}
.payment
{
 margin: 20px 0px 0px 0px;
 font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
 font-size: 14px;
  color: #636363;
 font-weight: normal;
 line-height: normal;
}
.payment fieldset 
{
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #408387;
}
.payment legend 
{
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #636363;
	font-weight: normal;
}
.payment label
{
	display: inline-block;
	vertical-align: top;
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #363636;
	font-weight: normal;
    line-height: normal;
}
.payment fieldset ol
{
	margin: 0;
	padding: 0;
}
.payment fieldset li
{
	list-style: none;
	padding: 5px 7px;
	background: url(../files/topnavdottedline.gif) left bottom repeat-x;
}
.payment input.off
{
	border: 0;
	width: auto;
}
.paymentnocc
{
	width: 600px;
	margin: 20px 0px 0px 0px;
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #636363;
	font-weight: normal;
}
.paymentnocc fieldset 
{
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #408387;
}
.paymentnocc legend 
{
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #636363;
	font-weight: normal;
}
.paymentnocc label
{
	display: inline-block;
	vertical-align: top;
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #363636;
	font-weight: normal;
    line-height: normal;
}
.paymentnocc fieldset ol
{
	margin: 0;
	padding: 0;
}
.paymentnocc fieldset li
{
	list-style: none;
	padding: 5px 7px;
}
.paymentnocc input.off
{
	border: 0;
	width: auto;
}
fieldset
{
    margin-bottom: 10px;
    margin-right: 40px;
    border: 1px solid #408387;
}
label
{
 margin-top:0px;
 margin-bottom:8px;
}
legend
{
    color: #464646;
}
.securecheckoutheader
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #464646;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
    margin: 0px;
    font-weight: bolder;
}
.ziptble
{
    background-color: #fefaea;
    color: #636363;
}
.storelocatorsep
{
    border-top: 1px solid #636363;
}
a.whatsthis
{
    font-size: 12px;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    color: #408387;
}
a.whatsthis:hover
{
    font-size: 12px;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    color: #408387;
}
a.adminback
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #408387;
	text-decoration: underline;
	font-weight: normal;
    padding: 0px 0px 20px 0px;
}
a.adminback:hover
{
	font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #636363;
	text-decoration: underline;
	font-weight: normal;
    padding: 0px 0px 20px 0px;
}
/*FRAME OF SITE AND IMAGES -- CUSTOM LOOK*/
#container_main
{
    margin: 0px auto;
    padding: 0px;
    position: relative;
    border: solid 0px #ff0000;
}
.menu_main_secure
{
    margin: 0px;
    padding: 0px 0px 0px 0px;   
    border: solid 0px lime;
    float: right;
    display: block;
}
a.secure_home_link {
    padding: 5px 9px;
    font-family: "PT Sans",sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    text-transform: uppercase;
}
a.secure_home_link:hover, a.secure_home_link:active, a.secure_home_link:focus
{
    padding: 5px 9px;
    font-family: "PT Sans",sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: #6d7b51;
    text-transform: uppercase;
}

.freeship {
    background-color: transparent;
    color: #408387;
    padding: 7px 10px;
    text-decoration: none;
    vertical-align: top;
    font-size: 13px;
    margin-right: 1px;
    text-align: center;
    max-width: 100%;
    display: inline-block;    
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
}
.freeship_mobile {
    background-color: transparent;
    color: #408387;
    padding: 7px 10px;
    text-decoration: none;
    vertical-align: top;
    font-size: 13px;
    margin-right: 1px;
    text-align: center;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
}
.header
{
	width: 1130px;
    padding: 0px;
    margin: 0 auto;
    border: solid 0px lime;
    line-height: 17px;
}
.main_menus
{
    width: 100%;
    height: 48px;
    margin: 140px 0px 0px 0px;
    padding: 0px 0px 0px 0px;   
    border: solid 0px lime;
    text-align: right;
    z-index: 100;
    position: absolute;
    background-color: #00daff;
}
.menus_line
{
    width: 1086px;
    margin: 0px auto;
    padding: 0px 0px 0px 48px;   
    border: solid 0px lime;
}
.body_inside
{
    padding: 0px;
    margin: 0 auto;
    border: solid 0px lime;
    min-height: 700px;
    background-color: #ffffff;
}
.callout2
{
	width: 359px;
    margin: -1px 0px 0px 0px;
    padding: 0px 0px 0px 16px;
    border: solid 0px lime;
    text-align: center;
    float: left;
    display: block;
    margin: 0px;
}
.callout3
{
	width: 359px;
    padding: 0px 8px 0px 0px;
    border: solid 0px lime;
    text-align: center;
    float: right;
    display: block;
    margin: 0px 0px 0px 0px;
}
.TreePreview {
     background: url(/files/Plant_Tree_Ireland_Bunbury_PREVIEW.jpg) no-repeat scroll top center;
     min-height: 727px;
     width: 100%;
     margin-bottom: 35px;
}
.TreePreview_name
{
    color: #000;
    text-align: center;
    font-size: 24px;
    line-height: 20px;
    text-decoration: none;
    font-family: 'Times New Roman', serif;
    padding: 303px 0px 30px 0px;
    margin: 0px auto;
    font-weight: bold;
}
.TreePreview_msg
{
    color: #000;
    text-align: center;
    font-size: 19px;
    line-height: 25px;
    text-decoration: none;
    font-family: 'Times New Roman', serif;
    padding: 0px 0px 30px 0px;
    margin: 0px auto;
}
.TreePreview_from
{
    color: #000;
    text-align: center;
    font-size: 19px;
    line-height: 20px;
    text-decoration: none; 
    font-family: Times, serif;
    padding: 5px 0px 0px 0px;
    margin: 0px auto;
}
.map_bg
{
    background: url(/files/map_bg.png) no-repeat scroll center;
    background-color: #ffffff;
	width: 100%;
	height: 330px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.map_bg_secure
{
    background: url(../../files/map_bg.png) no-repeat scroll center;
    background-color: #ffffff;
	width: 100%;
	height: 330px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.map
{
	width: 1000px;
    padding: 50px 0px 0px 0px;
    margin: 0 auto;
    border: solid 0px lime;
    text-align: center;
    color: #363636;
    font-size: 14px;
    font-weight: bold;
}
.map_text
{
    font-size: 18px;
    font-weight: bold;
}
.prod_area
{
    float: right;
    display: block;
    margin: -215px 0px 0px 0px;
}
.prod_right
{
    float: right;
    display: block;
    width: 197px;
    height: 165px;
    background-color: #1c5766;
    text-align: center;
    padding: 0px 10px 0px 10px;
}
.display
{
   float: right;
   display: block;
   padding: 0px 10px 0px 0px;
}
.social 
{
    text-align: center;
}
.join_area
{
    padding: 0px 0px 0px 0px;
    height: 240px;
}
.join1
{
    padding: 13px 0px 0px 0px;
    color: #408387;
    font-size: 30px;
}
.join2
{
    padding: 0px 0px 3px 0px;
    color: #408387;
    font-size: 14px;
    font-weight: bold;
}
.phone {
    display: inline-block;
    padding-top: 4px;
    padding-left: 27px;
    font-family: Merriweather, serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
a.mobile_phone, a.mobile_phone:hover, a.mobile_phone:focus, a.mobile_phone:active {
    font-family: Merriweather, serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
a.contact-email, a.contact-email:hover, a.contact-email:focus, a.contact-email:active {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
}
a.contact_phone, a.contact_phone:hover, a.contact_phone:focus, a.contact_phone:active {
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.menu
{
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 13px;
    float: left;
    display: block;
}
.menu2
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 13px;
    float: left;
    display: block;
}
.float_right
{
    float: right;
    display: block;
    margin: 0px 0px 0px 0px;
    width: 360px;
    text-align: left;
}
.f_price
{
    float: right;
    display: block;
    margin: 0px 15px 0px 0px;
    text-align: left;
}
.f_details
{
    float: right;
    display: block;
    margin: 0px 200px 0px 0px;
    text-align: left;
}
.float_right2
{
    float: right;
    display: block;
    margin: -50px 0px 0px 0px;
}
.search_coupon
{
    float: right;
    display: block;
    margin: -36px -5px 0px 0px;
    text-align: right;
}
.float_left
{
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
}
.promocodebox 
{
    padding: 0px 7px 0px 0px;
    margin: 0px 0px 0px 0px;
    z-index: 900;
}
.twitter_link {
    font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	border: none;
	cursor: pointer;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
}
a.fb_share_link {
    font-family: Arial, Helvetica, Verdana;
    font-size: 14px;
    color: #000000;
    text-decoration: underline;
    border: none;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
}
a.fb_share_link:hover {
    font-family: Arial, Helvetica, Verdana;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    border: none;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
}
a.fb_share-link {
    font-family: Arial, Helvetica, Verdana;
    font-size: 14px;
    color: #000000;
    text-decoration: underline;
}
a.fb_share-link:hover {
    font-family: Arial, Helvetica, Verdana;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}
.fb_share_button {
    font-family: Arial, Sans-Serif, Helvetica;
    font-size: 0.750em;
    color: #ffffff;
}
.fb_share_button:hover {
    font-family: Arial, Sans-Serif, Helvetica;
    font-size: 0.750em;
    color: #ffffff;
}
.IasDropdown
{
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4285;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: inset 0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.IasText
{
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #636363;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #9c9c9c;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    box-shadow: inset 0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.inputButton3
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
 font-size: 14px;
    height: 30px;
 vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px 9px 0px 9px;
    border: 1px solid #408387;
    background-color:#dcf1ec;
    text-decoration: none;
    color: #408387;
    text-transform: uppercase;
}
.inputButton4
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
 font-size: 14px;
    height: 30px;
 vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    background-color: #408387;
    text-decoration: none;
    color: #408387;
    border: none;
    text-transform: uppercase;
}
.inputButton_scan
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
 font-size: 14px;
    height: 30px;
 vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    background-color: #408387;
    text-decoration: none;
    color: #fff;
    border: none;
    text-transform: uppercase;
}
.inputButton_close
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
 font-size: 16px;
    font-weight: bold;
    height: 25px;
 vertical-align: top;
    margin: 0px !important;
    padding: 0px 7px 1px 8px !important;
    background-color: transparent !important;
    text-decoration: none;
    color: #505050;
    border: 1px solid darkgray !important;
    text-transform: uppercase;
    border-radius: 50px;
}
.inputButton_cancel, .inputButton_cancel:hover, .inputButton_cancel:focus, .inputButton_cancel:active
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
 font-size: 14px;
 vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    text-decoration: none;
    color: #505050;
    border: none;
    text-decoration: underline;
}
.inputButton_redeem, .inputButton_redeem:hover, .inputButton_redeem:focus, .inputButton_redeem:active
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
 font-size: 13px;
 vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    text-decoration: none;
    color: #505050;
    border: none;
    text-decoration: underline;
}
.inputButton_checkout, .inputButton_checkout:hover, .inputButton_checkout:active, .inputButton_checkout:focus {
  background: #eeeeee url(files/next_arrow.png) scroll no-repeat right;
  display: inline-block;
  font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
  font-size: 16px;
  color: #959595;
  padding: 6px 0px 6px 10px;
  width: 75px;
  text-align: left;
  margin-top: 5px;
}
.inputButton_update {
    border-radius: 2px;
    background-color: #408387;
    padding: 5px 8px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    letter-spacing: normal;
    text-decoration: none;
    border-style: none;
    border-width: 0px;
}
.hp_mobile_img {
    display: none;
}
.no-pad {
    padding-left: 0px;
    padding-right: 0px;
}

.no-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.modal-header-zoom {
    border: none;
    padding: 5px 5px 20px 0px;
}

.modal-body-zoom {
    position: relative;
    padding: 0px 0px 42px 48px;
}

.pager {
    margin: 0px;
}
/*CONTINUITY MODS*/
.delivery_container {
    width: 246px; 
    padding: 10px 0px 0px 0px; 
    margin: 0px; 
    display: block;
}
.delivery_header {
    width: 234px; 
    padding: 5px; 
    margin: 0px auto; 
    display: block; 
    background-color: #c4c4c4; 
    color: #000;
    border: solid #bebebe 1px;
}
.delivery_box {
	width: 236px; 
    padding: 5px; 
    margin: 0px auto; 
    display: block; 
	font-family: sans-serif;
    text-shadow: none !important;
    color: #000;
    font-size: 14px;
    vertical-align: top;
    box-shadow: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    background: -webkit-linear-gradient(top, #d0d0d0 0%,#eeeeee 100%);
    background: #eeeeee;
    background: -moz-linear-gradient(top, #d0d0d0 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0d0d0), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top, #d0d0d0 0%,#eeeeee 100%);
    background: -o-linear-gradient(top, #d0d0d0 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top, #d0d0d0 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#eeeeee',GradientType=0 );
}
.caption
{
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #636363;
    font-style: italic;
}
#Buttons_Previous:disabled, #Buttons_Next:disabled {
    background-color: #c4c4c4;
    color: #9c9c9c;
    cursor: not-allowed;
}
.hp-icons {
    padding: 20px 30px;
}
.topnav-section {
    min-height: 100px;
    padding-top: 6px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(255,255,255,.8);
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
.top-nav {
    background-color: transparent;
    margin: 0px;
    padding: 0px 15px 0px 0px;
    visibility: visible !important;
    display: inline-block;
    float: right;
}
.top-nav-secure {
    background-color: transparent;
    padding: 0px;
    visibility: visible !important;
    display: inline-block;
    float: right;
}

.search {
    display: block;
    text-align: right;
}

.mobile_search {
    display: none;
}

.search_btn {
    margin: 0px 0px 0px 0px;
    padding: 5px 8px 5px;
    background-color: rgba(0, 0, 0, .25);
    background-attachment: scroll !important;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.search_btn:hover, .search_btn:active, .search_btn:focus, .search_btn.highlighted {
    margin: 0px 0px 0px 0px;
    padding: 5px 8px 5px;
    background-color: #1c5766;
    background-attachment: scroll !important;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.topcart-block {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    padding: 5px 0px;
}

a.topcartnav, a.highlighted.topcartnav {
    float: right;
    background-color: #1c5766;
    font-family: 'PT Sans', sans-serif;
    display: inline-block;
    padding: 9px 15px;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    font-size: 12px;
    margin: -5px 1px 0px 0px;
}

    a.topcartnav:hover, a.topcartnav:active, a.topcartnav:focus {
        float: right;
        background-color: #4d8c84;
        font-family: 'PT Sans', sans-serif;
        display: inline-block;
        padding: 9px 15px;
        color: white;
        border: 0;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0;
        font-size: 12px;
        margin: -5px 1px 0px 0px;
    }
a.topcartnav2, a.highlighted.topcartnav2 {
    margin: -5px 1px 0px 1px;
    float: right;
    background-color: #4d8c84;
    font-family: 'PT Sans', sans-serif;
    display: inline-block;
    padding: 9px 15px;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    font-size: 12px;
}

    a.topcartnav2:hover, a.topcartnav2:active, a.topcartnav2:focus {
        margin: -5px 1px 0px 1px;
        float: right;
        background-color: #1c5766;
        font-family: 'PT Sans', sans-serif;
        display: inline-block;
        padding: 9px 15px;
        color: white;
        border: 0;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0;
        font-size: 12px;
    }
/*LEAD FORM*/
.leadinput {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4285;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin: 0;
    border-radius: 6px;
}
.leadtextarea {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 12px;
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 1.4285;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin: 0;
    border-radius: 6px;
}
.captcha_img {
    padding: 0px;
    margin: 15px 0px 0px 0px;
    height: 36px;
}
.captcha_label {
    font-family: helvetica,tahoma,verdana,arial;
    font-size: 1em;
    color: #fff;
    padding: 0px;
    margin: 0px;
}
.leadcaptcha {
    display: block;
    width: 65%;
    float: right;
    height: 36px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4285;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin: -36px 0px 0px 0px;
    border-radius: 6px;
}
.inputButton_captcha {
    float: right;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    padding: 9px 15px;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    clear: both;
}
.inputButton_captcha:hover,.inputButton_captcha:focus, .inputButton_captcha:active {
    float: right;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #1c5766;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    padding: 9px 15px;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    clear: both;
}

/*SLIDER STYLES*/
.carousel {
    height: 100%;
    background-color: transparent;
    position: relative;
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.carousel-inner {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
}

#myCarousel .carousel-control .slider-prev, #myCarousel .carousel-control .slider-next {
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    margin: 0px 30px 0px 0px;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 8px;
    border: none;
    background-color: rgba(255, 255, 255, .4);
    -webkit-user-select: none;
}

#myCarousel .carousel-control .slider-prev:hover, #myCarousel .carousel-control .slider-next:hover {
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    margin: 0px 30px 0px 0px;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 8px;
    border: none;
    background-color: rgba(255, 255, 255, .8);
    -webkit-user-select: none;
}

#myCarousel .carousel-control .slider-prev:before, #myCarousel .carousel-control .slider-next:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: 7px;
    top: 7px;
    transition: .3s ease-in-out background;
}

#myCarousel .carousel-control .slider-prev:after {
    content: '';
    position: absolute;
    height: 35px;
    width: 21px;
    left: 15px;
    top: 7px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/files/arrow_slider.png);
    text-shadow: none;
}

#myCarousel .carousel-control .slider-next:after {
    content: '';
    position: absolute;
    height: 35px;
    width: 21px;
    left: 14px;
    top: 7px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/files/arrow_slider.png);
    text-shadow: none;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.carousel-control.right {
    right: 0;
    left: auto;
    top: 50%;
    background-image: none;
    filter: none;
    opacity: 1;
    z-index: 5;
}

.carousel-control.left {
    background-image: none;
    filter: none;
    top: 50%;
    opacity: 1;
    z-index: 5;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #151617;
    font-size: 1.250em;
    text-align: left;
    text-shadow: none;
    line-height: 2.0em;
}
/*.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #151617 !important;
    text-align: left !important;
    text-shadow: none !important;
    filter: alpha(opacity=50);
    opacity: .5;
}*/
.hdslider {
    font-family: Open Sans, sans-serif;
    font-size: 2.875em;
    line-height: 1em !important;
    font-weight: 300;
    color: #1279ba;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}
.slider-img {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: auto;
}
/* Webflow Slider Styles */
.slide3 {
    background-size: cover;
    font-family: Merriweather, serif;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.slide1 {
    border-style: none;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
    background-position: 0px 0px, 50% 70%;
    background-size: auto, cover;
}
.slide4 {
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
}
.slide2 {
    position: static;
    display: inline-block;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
}
.slide-div {
    position: absolute;
    top: 5%;
    display: inline-block;
    margin-top: 148px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    background-color: rgba(0, 0, 0, .52);
    text-align: center;
    right: 16%;
    left: 14%;
}
.slide-text {
    position: static;
    display: inline-block;
    padding: 20px 15px;
    background-color: transparent;
    font-family: Merriweather, serif;
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
}
.slide-div-double {
    position: absolute;
    top: 15%;
    right: 16%;
    left: 14%;
}
.slide-center {
    text-align: center;
}
.image-12 {
    max-width: 50%;
    box-shadow: 0 0 39px 8px #fff;
}
.div-block {
    position: absolute;
    top: 0;
    z-index: 100;
    display: inline-block;
    background-color: rgba(0, 0, 0, .39);
    right: 31%;
    left: 29%;
}
.slide4-div {
    position: absolute;
    margin-top: 7px;
    margin-bottom: 5px;
    right: 37%;
    left: 35%;
    top: 26%;
}
.column-6 {
    text-align: right;
}
.column-7 {
    text-align: left;
}
.div-block._4 {
    margin-top: 12px;
    right: 43%;
    left: 41%;
}
.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
}
/* ------------------------------ Modal window -------------------------- */
#AddView > .modal-dialog {
    height: auto;
}
.modal {
    overflow: auto;
}

.modal-open, .modal-open .navbar-fixed-top {
    margin-right: auto !important;
    overflow: hidden;
}

.text-modal h2 {
    margin-bottom: 20px;
}

.text-modal p {
    text-align: justify;
}

.text-modal .close {
    margin-top: 25px;
    text-shadow: none;
}

.fade.modal {
    overflow-x: hidden;
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.5s;
}

.modal.in .modal-dialog {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.modal-backdrop {
    background-color: #1D2026;
}

    .modal-backdrop.in {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.modal-content {
    width: 100%;
    min-height: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
}
.modal-content_myaccount {
    width: 100%;
    min-height: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    padding: 20px;
    text-align: center;
}
.modal-header {
    width: 100%;
    margin: 0;
    padding: 20px;
    background: #fff;
    color: #242424;
    border: none;
    text-align: center;
    position: relative;
}
/*.modal-header {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #242424;
    color: #fff;
    border: none;
    text-align: center;
    height: 600px;
    position: relative;
}*/
.modal-header_myaccount {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000;
    border: none;
    text-align: right;
    height: auto;
    position: relative;
    padding: 20px;
}

.modal-header .col-sm-12 {
    padding: 0;
}

#hdr-title {
    margin-bottom: 20px;
}

#project-modal .close {
    float: right;
    font-size: 21px;
    line-height: 21px;
    font-weight: 300;
    margin-top: 6px;
    margin-right: 6px;
    opacity: 1;
    color: inherit;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    z-index: 100002;
    right: 0;
    padding: 15px;
}

    #project-modal .close:hover {
        opacity: 1;
        color: #23A657;
    }
/*.modal-body {
    margin: 0;
    padding: 20px 0 80px 0;
}*/
.modal-body {
    margin: 0;
    padding: 20px 20px 80px;
}

    .modal-body .project-descr {
        margin: 0 0 24px;
    }

.modal-header .loader {
    position: absolute;
    left: 50%;
    top: 28%;
    /* margin-top: 33%; */
    margin-left: -8px;
    width: 35px;
    height: 35px;
    background: url('../files/loader.gif') no-repeat 50% 50%;
    z-index: 1;
}

.modal-header .image-wrapper {
    position: relative;
    overflow: hidden;
    height: auto;
}

.modal-header .screen {
    box-sizing: padding-box;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out 0.7s;
    transition: all 0.5s ease-out 0.7s;
}

    .modal-header .screen.done {
        opacity: 1;
    }

body.modal-open {
    margin: 0;
}
/* Webflow */
.section-logo {
    background-color: #fff;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .41), hsla(0, 0%, 100%, .41));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .41), hsla(0, 0%, 100%, .41));
    background-position: 0px 0px;
    background-size: auto;
}
.slider {
    height: 400px;
}
    .slider.inside {
        height: 250px;
    }
.section-nav {
    position: static;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.secondary-nav {
    display: block;
    margin-bottom: 4px;
    background-color: #4d5b31;
}
.secondary-menu {
    background-color: transparent;
}
.form-wrapper {
    display: inline-block;
}
.logo {
    padding: 5px 10px 5px 5px;
    height: 105px;
}
.nav-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
    background-color: #eee;
    z-index: 1000;
}
.featured-prod-section {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 50px;
    padding-left: 50px;
}
.callout1 {
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: silver;
    font-family: 'PT Sans', sans-serif;
}
.center {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Merriweather, serif;
    color: #4d5b31;
    font-weight: 400;
    text-align: center;
}
.column-cart-social {
    padding-top: 34px;
    text-align: right;
}
.center.white {
    background-color: rgba(0, 0, 0, .44);
    color: #fff;
}
.center.white.noshade {
    background-color: transparent;
}
.center.white.noshade.inside {
    color: #4d5b31;
    text-align: left;
}
.center-font {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.image-8 {
    display: inline-block;
    max-width: 60%;
    clear: none;
    text-align: center;
}
.image-9 {
    max-width: 100%;
}
.image-5 {
    max-width: 100%;
}
.image-7 {
    max-width: 100%;
}
.center-font.white {
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 15px;
}
.callout-button-div {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.center-font.inside {
    color: #0a0e02;
    font-size: 14px;
    text-align: left;
}
.join-container {
    text-align: center;
}
.callout-section {
    display: block;
    margin: 0px auto;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #4d5b31;
    text-align: center;
}

.callout-section.two {
    background-image: url('../files/log-cabin-23650918.png');
    background-position: 0px 0px;
    background-size: cover;
}

.callout-section.three {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url('../files/callout3_bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
}
.promo-callout {
    padding-top: 0px;
    padding-bottom: 20px;
    font-family: Merriweather, serif;
    color: #fff;
    font-size: 31px;
    line-height: 45px;
    font-weight: 700;
    text-align: center;
}

.promot-text {
    margin-bottom: 30px;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.center-column {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(4, 0, 0, .48);
    text-align: center;
}
.white-text {
    color: #fff;
}

.body-section {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #abc27f;
}

    .body-section.inside {
        padding-top: 20px;
        padding-bottom: 20px;
        float: none;
        background-color: #fff;
    }

        .body-section.inside:hover {
            background-color: #fff;
        }

a.white-link {
    color: #fff;
    font-family: Merriweather, serif;
    font-weight: 400;
    text-align: center;
    text-decoration: underline;
    font-size: 12px;
}
    a.white-link:hover {
        color: #4d5b31;
        font-family: Merriweather, serif;
        font-weight: 400;
        text-align: center;
        text-decoration: underline;
        font-size: 12px;
    }
.share-image {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    clear: none;
}

.footer-section {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../files/footer.jpg');
    background-position: 60% 87%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.footer-div {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: rgba(0, 0, 0, 0.43);
}

.footer-section.login {
    background-color: #d9d9d9;
}
.link {
    margin-top: 0px;
    margin-right: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.link.padding {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.link.right {
    display: inline;
    margin-right: 0px;
    padding-top: 10px;
    float: right;
    clear: none;
}

.h4 {
    margin-top: 13px;
    color: #5b2874;
    font-weight: 400;
}
    .h4.footer {
        background-color: transparent;
        color: #fff;
        text-transform: none;
    }

.h4.white {
    color: #fff;
}

.text-footer {
    margin-bottom: 15px;
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
}
.pike {
    display: inline-block;
    padding: 0px 6px;
}
.body-text-inside {
    margin-bottom: 0px;
    line-height: 24px;
}
.section-shopping {
    height: 100px;
    padding-left: 0%;
    background-image: url('../files/shopping-banner.png');
    background-position: 0px -32px;
    background-size: cover;
}
.column-2 {
    text-align: center;
}
.inside-image {
    height: 200px;
    background-position: 50% 74%;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}
.body-section.inside {
    padding-top: 20px;
    padding-bottom: 50px;
    float: none;
    background-color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}
/*MEDIA TAGS*/
@media (max-width: 1281px) {
    .slider {
        height: 379px;
    }
    .slide-text {
        font-size: 40px;
    }
}
@media (max-width: 1216px) {    
    .slider {
        height: 355px;
    }
}
@media (max-width: 1144px) { 
    h1 {
        font-size: 45px;
    }
    .slider {
        height: 339px;
    }
    .slide-text {
        font-size: 35px;
    }
}
@media (max-width: 1025px) {
    .brand {
        padding: 16px 0px;
    }
    .slider {
        height: 302px;
    }
    .slide-text {
        font-size: 30px;
        padding: 10px 15px;
    }
}
@media (min-width: 994px) {
    .navbar-btn {
        display: none;
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
}
@media (max-width: 993px) {
    .slider {
        height: 293px;
    }

    .nav-container {
        display: block;
        margin-right: auto;
        margin-left: auto;
        float: none;
        text-align: center;
        background-color: transparent;
        z-index: 1000;
    }

    .navbar-toggle {
        position: relative;
        float: none;
        padding: 9px 12px 7px 17px;
        margin-top: 0px;
        margin-bottom: 0px;
        background-color: transparent;
        background-image: none;
        border: none;
        border-radius: 0px;
        display: inline-block;
        margin-right: 0px;
        vertical-align: bottom;
    }

    a.topcartnav2, a.highlighted.topcartnav2, a.topcartnav, a.highlighted.topcartnav {
        display: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

    .navbar-btn {
        margin-top: 4px;
        margin-bottom: 0px;
        display: block;
    }

    .search {
        display: none;
    }

    .mobile_search {
        display: inline-block;
        vertical-align: top;
    }

    .section-logo {
        margin-top: 15px;
    }

    .column-cart-social {
        position: relative;
        text-align: left;
    }

    .search-field {
        width: 240px;
    }

    .form-wrapper {
        display: block;
        width: 300px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        padding-top: 0px;
        padding-right: 0px;
        float: none;
        text-align: center;
    }

    .menu-button {
        position: static;
        display: inline-block;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
        float: none;
        text-align: center;
    }

    .menu-icon {
        padding: 5px 10px;
        background-color: #fff;
        color: #1c5766;
        font-size: 33px;
    }

    .image-icons {
        padding: 5px 10px;
        float: left;
        text-align: right;
    }

    .phone {
        padding-bottom: 4px;
    }

    .column-logo {
        text-align: center;
    }

    .section-nav {
        padding-bottom: 8px;
    }

    .nav-container {
        position: relative;
        margin-right: auto;
        margin-left: auto;
    }

    .callout-section.three {
        height: 310px;
        background-position: 50% 50%;
        background-size: cover;
    }

    .center-column {
        margin-top: 150px;
    }

        .center-column.three {
            margin-top: 0px;
        }
    .navbar {
        border: none;
        background-color: transparent;
        border-radius: 0;
        margin: 0px;
        background-image: none;
        box-shadow: none;
        float: none;
        min-height: 10px;
        margin-top: -5px;
        display: none;
    }

    /*PRODUCT MENU*/
    .prodnav {
        text-align: left;
        padding: 20px 20px 0px 20px;
        list-style: none;
        background-color: #abc27f;
        clear: both;
        display: block;
        float: none;
    }
    .topnav-menu {
        display: block;
    }
    .container-mobile-nopad {
        padding: 0px;
        margin: 0px;
        max-width: 100%;
        width: 100%;
    }
    .filter-mobile {
        display: inline-block;
    }
    .filters {
        display: none;
    }
    .no-pad_992 {
        padding-left: 0px;
        width: 930px;
    }    
  body {
    height: 100%;
    margin-bottom: 10px;
  }
  .hero-heading {
    font-size: 52px;
    line-height: 98px;
    letter-spacing: 2px;
  }
  .hero-subheader {
    margin-top: 0px;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    border-style: solid solid none;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0);
    background-color: #058776;
    color: #fff;
  }
  .nav-link:hover {
    background-color: #1c5766;
  }
  .nav-link.w--current {
    background-color: hsla(0, 0%, 100%, .09);
  }
  .nav-link.black {
    display: block;
    border-bottom-style: solid;
    color: #fff;
  }
  .nav-link.black:hover {
    background-color: hsla(0, 0%, 100%, .09);
  }
  .nav-link.black.w--current {
    display: block;
  }
  .section.about {
    background-position: 73% 50%;
  }
  .section.about.alternative {
    background-position: 0px 0px, 82% 50%;
    background-size: auto, 200px;
  }
  .slider-arrow.mobile {
    display: none;
  }
  .process-row {
    margin-top: 70px;
  }
  .process-column {
    margin-top: 10px;
  }
  .portfolio-post {
    margin-bottom: 1px;
  }
  .colorbox {
    padding-top: 160px;
  }
  .portfolio-row.second {
    margin-top: 0px;
  }
  .form-field {
    font-weight: 300;
  }
  .form-field.message {
    height: 140px;
  }
  .icon {
    margin-top: 0px;
    padding-left: 4px;
    color: #408387;
  }
  .icon.black {
    color: #000;
  }
  .menu-button {
    padding: 0px 0px 0px;
    display: block;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .menu-button.black {
    width: 61px;
    height: 71px;
    border-left-color: rgba(0, 0, 0, .15);
    background-color: transparent;
  }
  .arrow.right {
    top: 87%;
  }
  .arrow.left {
    top: 87%;
  }
  .portfolio-column {
    padding-right: 0px;
    margin-bottom: 40px;
  }
  .navbar-scroll {
    display: none;
    box-shadow: none;
  }
  .banner-section {
    height: 100%;
  }
   .dropdown-title {
    color: #fff;
  }
  .iocn {
    color: #fff;
  }
  .secondary {
    position: relative;
    left: 7%;
    top: 113px;
    right: 0px;
    padding-top: 0px;
    float: right;
  }
  .search-box {
    width: 205px;
    height: 38px;
    padding-top: 10px;
  }
  .search-button {
    text-align: right;
  }
  .navbar3 {
    position: relative;
    top: 106px;
    display: inline;
    background-color: transparent;
  }
  .navdiv {
    position: relative;
    width: 70%;
    float: left;
  }
}
@media (max-width: 991px) {
    .no-pad_992 {
        padding-left: 0px;
        width: 750px;
    }
    /*.inputqty
    {
	    display: inline-block;
        width: 55%;
        height: 38px;
        padding: 8px 12px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.4285;
        color: #636363;
        vertical-align: middle;
        background-color: #ffffff;
        border: 1px solid #9c9c9c;
        font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
        box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
    }*/
    h1 {
        font-size: 40px;
    }
    .translate {
        padding: 20px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        text-align: center;
    }
    .copyright {
        padding: 20px 0px 0px 0px;
    }
    .footer-left, .footer-right {
        padding: 0px;
        margin: 0px;
        float: none;
        text-align: center;
    }
}

@media (max-width: 769px) {
    .slider {
        height: 225px;
    }
    .div-block {
        right: 27%;
        left: 25%;
    }
    .slide-text {
        padding: 5px 15px;
        line-height: 50px;
    }
    .div-block._4 {
        right: 39%;
        left: 37%;
    }
    .slide-div {
        top: 0;
        margin-top: 90px;
        right: 19%;
        left: 17%;
    }
    .join-section {
        padding: 20px 20px 0px;
    }
    .portfolio-link {
        width: 79%;
    }
    .productlisttablewidth {
        margin: 30px 0px 0px 0px;
        vertical-align: top;
        text-align: center;
    }
    .cart_promo_codes {
        padding: 0px 0px 0px 20px;
    }
    .cart_totals_lft {
        padding: 0px;
    }
    .cart_totals_rt {
        padding: 0px 20px 0px 0px;
    }
    .relatedcrosspike {
        border-right: none;
    }
    .no-pad_992 {
        padding-left: 15px;
        width: 100%;
    }
  .button {
    margin-bottom: 0px;
  }
  .button.hollow.single {
    margin-bottom: 70px;
  }
  .button.hollow.new {
    margin-bottom: 100px;
  }
  .main-slider {
    height: 100%;
  }
  .hero-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 38px;
    line-height: 68px;
  }
  .hero-subheader {
    margin-top: 0px;
    font-size: 15px;
  }
  .nav-link {
    width: 100%;
    max-width: 1500px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .features-div {
    margin-right: 0px;
  }
  .features-div.second {
    margin-right: 0px;
  }
  .section.about {
    padding-bottom: 550px;
    background-position: 85% 78%;
    background-size: auto;
  }
  .section.about.alternative {
    background-position: 0px 0px, 50% 92%;
    background-size: auto, 180px;
  }
  .section.cta3 {
    background-position: 0px 0px, 50% 100%;
    background-size: auto, auto;
  }
  .white.link:hover {
    color: #1c5766;
  }
  .testimonials-text {
    margin-right: 10px;
    margin-left: 10px;
  }
  .slider-arrow.mobile {
    display: none;
  }
  .social-wrapper {
    margin-bottom: 50px;
  }
  .process-column.second {
    margin-top: 0px;
  }
  .process-column.first {
    margin-top: 50px;
  }
  .portfolio-post, .portfolio-post.title {
    margin-bottom: 1px;
  }
  .client-column {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contact-us-section {
    background-position: 0% 0%, 68% 100%;
    background-size: auto, cover;
  }
  .footer-section {
    padding-bottom: 10px;
  }
  .icon {
    color: #408387;
  }
  .arrow.right {
    top: 87%;
  }
  .arrow.left {
    top: 87%;
    margin-bottom: 0px;
  }
  .project-section {
    padding-bottom: 0px;
  }
  .navbar-scroll {
    display: none;
    box-shadow: none;
  }
  .banner-section {
    height: 660px;
  }
  .submit-button {
    margin-bottom: 70px;
  }
  .slide2 {
    background-position: 0px 0px, 100% 50%;
  }
  .secondary {
    left: -2%;
    top: 65px;
  }
  .cart-nav {
    left: 0px;
    top: 72px;
    right: 0px;
    bottom: auto;
  }
  .footer-links:hover {
    color: #1c5766;
  }
}
/*@media (max-width: 767px) {
    .inputqty {
        width: 85%;
    }
}*/
@media (max-width: 767px) {
    .image-12 {
        display: none;
    }
    .column-7, .column-6 {
        width: 50%;
    }
    .mobile {
        display: block;
        margin: 0px;
    }
    .mobile-col {
        border-top: #d7d7d7 solid 1px;
    }
    .non-mobile {
        display: none;
    }
    .inputPromo {
        width: 76%;
        margin-right: 5px;
        height: 34px;
    }
    .cart_promo_codes {
        padding: 15px 0px 30px 20px;
    }
    .cart-align {
        text-align: right;
        padding: 20px 0px 0px 0px;
    }
    .receipt_info {
        padding: 5px 15px;
    }
    .receipt_info2 {
        padding: 5px 15px;
        text-align: left;
    }
    .receipt_info_personal {
        padding-top: 5px;
    }
    .receipt_info_personal2 {
        padding-top: 5px;
        text-align: left;
    }
    .cbill-text {
    text-align: left;
    }
    .cbill-checkbox {
        margin-left: 7px !important;
    }    
    .order_top_call {
        display: none;
    }
    /*.confirm
    {
    width: 100%;
    position: static;
    }*/
    .moreinfo_prod-cross-related {
        border: solid 0px Red;
        background-color: #d9d9d9;
        margin-top: 20px;
    }
    .hd_cross-related {
        font-size: 16px; /*make sure this is larger than non-mobile version above*/
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .lead_col2 {
        padding-bottom: 20px;
    }
    .social-icon {
        margin-top: 0px;
    }

    .social-block {
        margin-top: 210px;
    }

    .menu-icon {
        padding: 5px 10px;
        color: #1c5766;
    }

    .image-icons {
        padding-right: 10px;
        padding-left: 10px;
    }

    .promot-block {
        margin-left: 73px;
    }

        .promot-block._2 {
            margin-left: 73px;
        }

    .nav-link {
        border-top: 1px dotted #fff;
    }

        .nav-link.start {
            border-top: 1px dotted #fff;
        }

    .center-font.white {
        padding-right: 10px;
        padding-left: 10px;
    }

    .button.buy {
        margin-left: 20px;
    }

    .button.outline.small {
        margin-top: 20px;
        margin-right: 0px;
    }

    .button.full {
        width: 100%;
        text-align: center;
    }

    .callout-section {
        height: 300px;
    }

        .callout-section.three {
            height: 410px;
        }

    .center-column {
        margin-top: 100px;
    }

    .body-section.inside {
        padding-right: 10px;
        padding-left: 10px;
    }

    .footer-section {
        padding-right: 10px;
        padding-left: 10px;
    }

    .h4.white.landscape {
        font-size: 14px;
    }

    .h4.landscape {
        margin-top: 17px;
        font-size: 14px;
        line-height: 14px;
    }

    .body-container {
        padding-right: 25px;
        padding-left: 25px;
    }

    .shop-header-row {
        position: static;
        display: block;
        height: auto;
        margin-top: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    .category-block {
        padding-right: 5px;
    }

    .column-filters {
        position: static;
        display: block;
    }

    .container-breadcrumb {
        padding-left: 25px;
    }

    .filter-row {
        position: relative;
        display: block;
        height: auto;
    }

    .filter-dropdown {
        position: relative;
        z-index: 100;
        display: block;
    }

    .filter-text {
        position: relative;
        display: inline-block;
        float: left;
        text-align: left;
    }

    .filter-dropdown-toggle {
        margin-left: 0px;
        padding-right: 35px;
    }

        .filter-dropdown-toggle.refine {
            padding-right: 15px;
        }

    .product-listing-title {
        display: block;
        float: none;
    }

        .product-listing-title.mobile {
            font-size: 15px;
        }

    .product-block {
        position: static;
        display: block;
        width: auto;
        margin-top: 0px;
        float: none;
    }

    .product-image {
        float: none;
    }

    .product-price.cart {
        text-align: right;
    }

        .product-price.cart.reg.mobile {
            display: block;
            clear: none;
        }

        .product-price.cart.mobile {
            display: block;
        }

    .product-listing-description {
        display: block;
    }

        .product-listing-description.mobile {
            padding-bottom: 5px;
        }

    .prod-moreinfo-review {
        margin-bottom: 10px;
    }

    .product-quanitity {
        display: inline-block;
        width: 200px;
        float: left;
    }

    .product-moreinfo-favorite {
        display: inline-block;
        float: right;
    }

    .prod-image-views {
        width: 20%;
        margin-bottom: 20px;
        float: left;
    }

    .product-ful-description {
        padding-right: 20px;
        padding-left: 20px;
    }

    .product-moreinfo-related {
        padding-right: 20px;
        padding-left: 20px;
    }

    .product-slider {
        height: auto;
    }

    .product-slider-icon {
        margin-right: 5px;
        margin-left: 5px;
        color: #535252;
    }

    .product-slider-icon-right {
        margin-right: 5px;
        color: #535252;
    }

    .filter-dropdown-refine {
        float: left;
    }

    .filter-mobile {
        padding-top: 0px;
        padding-bottom: 10px;
        border-top: 1px solid #d9d9d9;
    }

    .cart-item-row.mobile {
        border-bottom-style: none;
    }

    .cart-quantity.mobile {
        display: inline-block;
    }

    .cart-item-notes.mobile {
        display: block;
        padding-right: 10px;
        float: left;
    }

    .cart-link.block.mobile {
        display: inline-block;
        padding-left: 10px;
        float: none;
    }

    .cart-link.mobile {
        display: block;
        margin-top: 10px;
        padding-left: 0px;
    }

    .font.right.mobile {
        text-align: right;
    }

        .font.right.mobile.red {
            text-align: right;
        }

    .column-cart-buttons {
        text-align: center;
    }

    .cart-mobile-item-buttons {
        position: static;
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid rgba(51, 51, 51, .32);
        background-color: hsla(0, 0%, 85%, .18);
        text-align: center;
    }

    .cart-quantity-mobile {
        margin-top: 5px;
        float: none;
    }

    .checkout-form {
        width: 80%;
    }

    .column {
        display: block;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .image-5 {
        max-width: 50%;
    }

    .image-6 {
        max-width: 50%;
    }

    .image-7 {
        max-width: 50%;
        padding-top: 10px;
    }

    .column-3 {
        display: block;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .image-9 {
        max-width: 50%;
    }

    .image-10 {
        max-width: 50%;
        text-align: center;
    }

    .column-4 {
        display: block;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .column-5 {
        display: block;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .image-11 {
        max-width: 50%;
        padding-top: 10px;
    }

    .phone {
        padding-left: 0px;
        text-align: center;
    }

    .container {
        display: block;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}
@media (max-width: 744px) {
    .slider {
        height: 218px;
    }
    .div-block {
        right: 24%;
        left: 22%;
    }
}
@media (max-width: 741px) {
    .no-pad_992 {
        width: 100%;
    }
    .slider {
        height: 215px;
    }
}
@media (max-width: 702px) {
    .secbar-nav > li > a, .secbar-nav > li > a.highlighted, .secbar-nav > li > a:hover, .secbar-nav > li > a:focus, .secbar-nav > li > a:active {
        margin-right: 3px;
        font-size: 12px;
        padding: 5px 4px;
    }
    .slider {
        display: none;
    }
    .hp_mobile_img {
        display: block;
    }
}
@media (max-width: 694px) {
    .white.top.free {
        display: none;
    }
    .menu-button {
        margin-top: -14px;
    }
    .mobile_ship-msg {
        color: #408387;
        padding: 2px 11px;
        text-decoration: none;
        vertical-align: top;
        font-size: 13px;     
        display: block;   
    }
    .navbar-toggle {
        margin-top: 1px;
    }
    .cart_promo_codes {
        text-align: right;
        padding: 15px 15px 30px 20px;
    }
    .inputPromo {
        margin-right: 0px;
    }
    h1 {
        font-size: 35px;
        line-height: 40px;
    }
}
@media (max-width: 601px) {
    .about-us-div {
    margin-top: 30px;
    }
    .section.about {
    padding-bottom: 500px;
    background-color: transparent;
    }
    .secbar-nav > li {
       float: none !important;
    }
}
@media (max-width: 481px) {
    .mainmenu_itemhd {
        margin-top: 25px;
    }
  a {
    text-align: center;
  }
  .button.hollow.new {
    margin-bottom: 100px;
  }
  .hero-heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 3px;
  }
  .hero-subheader {
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
  }
  .nav-link {
    height: auto;
  }
  .features-div {
    margin-right: 0px;
  }
  .features-div.second {
    margin-right: 0px;
  }
  .section.about {
    background-position: 78% 75%;
  }
  .testimonials-section {
    padding-bottom: 80px;
  }
  .testimonials-text {
    font-size: 17px;
  }
  .slider-arrow {
    opacity: 0.35;
  }
  .slider-arrow.mobile {
    display: none;
  }
  .social-wrapper {
    margin-bottom: 40px;
  }
  .process-column {
    margin-top: 0px;
  }
  .client-column {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contact-us-section {
    background-position: 0% 0%, 78% 50%;
    background-size: auto, cover;
  }
  .footer-section {
    padding-bottom: 20px;
  }
  .white-paragraph {
    margin-right: 5px;
    margin-left: 5px;
  }
  .slider-nav {
    padding-top: 45px;
  }
  .arrow.right {
    top: 87%;
  }
  .arrow.left {
    top: 87%;
  }
  .image-name {
    line-height: 20px;
    text-align: center;
  }
  .list-image {
    padding-left: 0px;
  }
  .slide2 {
    background-position: 0px 0px, 94% 50%;
  }
  .secondary {
    position: absolute;
    top: 53px;
    padding-top: 65px;
    float: none;
  }
  .search-box {
    width: 115px;
  }
  .search-button {
    clear: none;
  }
  .cart-nav {
    position: relative;
    left: 0px;
    top: 114px;
    right: 0px;
    z-index: 1000;
    background-color: transparent;
  }
  .topcart-block {
    padding: 2px 0px;
    }
  a.topcartnav, a.topcartnav:hover, a.topcartnav:active, a.topcartnav:focus, a.highlighted.topcartnav {
    font-size: 12px;
    padding: 2px 6px;
    }
    .search_btn, .search_btn:hover, .search_btn:active, .search_btn:focus, .search_btn.highlighted {
        padding: 1px 6px 3px 6px;
    }
  .menu-button {
        margin-top: -20px;
    }
  .navbar-btn {
        margin-top: 8px;
        margin-bottom: 0px;
    }
  .receipt_info_personal {
        width: 100%;
        display: block;
        padding-top: 10px;
    }
    .receipt_info_personal2 {
        width: 100%;
        display: block;
        padding-top: 10px;
    }
    .promo1 {
        width: 300px;
        font-size: 27px;
        line-height: 50px;
    }

        .promo1.text2 {
            width: 300px;
            font-size: 17px;
            line-height: 37px;
        }

        .promo1.text3 {
            width: 300px;
            font-size: 17px;
            line-height: 36px;
        }

    .promot-block {
        width: 300px;
        margin-left: 0px;
    }

        .promot-block._2 {
            width: 300px;
            margin-left: 0px;
        }

        .promot-block._3 {
            width: 300px;
            margin-left: 0px;
        }

    .nav-link.start {
        margin-bottom: 5px;
    }

    .button.buy {
        margin-left: 0px;
        float: left;
    }

    .button.cart {
        float: right;
    }

    .callout-section {
        height: 300px;
    }

        .callout-section.three {
            height: 750px;
        }

    .center-column.three {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .body-section {
        margin-top: 94px;
        padding-top: 50px;
    }

        .body-section.inside {
            margin-top: 10px;
        }

    .link {
        display: block;
    }

        .link.mobile {
            display: block;
        }

            .link.mobile.profile {
                display: inline-block;
                clear: none;
            }

        .link.right {
            float: none;
        }

    .advertisment {
        margin-top: 5px;
        margin-left: 20px;
    }

    .category-block {
        width: 50%;
    }

    .product-block.related {
        width: 100%;
    }

    .product-price.cart.total {
        text-align: right;
    }

    .product-price.cart.mobile.profile {
        display: block;
        padding-left: 10px;
        clear: none;
        text-align: right;
    }

    .paging-numbers.arrow {
        padding-right: 5px;
        padding-left: 5px;
    }

    .review-link {
        position: static;
        display: inline;
        margin-right: 10px;
        padding-left: 0px;
        clear: none;
    }

    .product-reg-srp {
        display: inline-block;
        float: none;
    }

    .product-quanitity {
        display: block;
        width: 100%;
        float: none;
    }

    .accordion-icon {
        font-size: 34px;
    }

        .accordion-icon.edit {
            font-size: 16px;
        }

    .column-related {
        padding-bottom: 10px;
        border-bottom: 1px solid #d9d9d9;
        border-right-style: none;
        border-right-width: 0px;
    }

    .product-slider {
        height: auto;
    }

    .product-slider-icon {
        margin-right: 5px;
        margin-left: 5px;
        color: #535252;
    }

    .product-slider-icon-right {
        margin-right: 5px;
        color: #535252;
    }

    .review-stars {
        display: block;
    }

    .font.right.mobile.profile {
        display: inline;
        float: none;
    }

    .font.right.mobile.red {
        text-align: right;
    }

    .font.mobile.profile {
        display: inline-block;
        clear: none;
    }

    .font.mobile.red {
        color: #d30707;
    }

    .cart-promo-field {
        width: 150px;
    }

    .accordion-icon-wrap {
        width: 20%;
    }

    .accordion-heading-container {
        width: 80%;
    }

    .accordion-header {
        font-size: 15px;
    }

    .checkout-form {
        width: 90%;
    }

    .order-header {
        padding-bottom: 15px;
    }
}
@media (max-width: 453px) {
    .xsellit {
        display: block;
    }
    .pike {
        display: none;
    }
}
@media (max-width: 415px) {
   .navbar-brand {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .top-nav {
        display: block;
        float: none;
        text-align: center;
        clear: both;
        padding: 65px 0px 0px 0px;
    }
    .nav-menu {
        text-align: center;
        padding: 15px 0px;
    }
    .logo {
        margin-right: auto;
        margin-left: auto;
    }
    .navbar-toggle {
        float: none;
        text-align: center;
        display: inline-block;
        margin-right: 0px;
    }
    .prodnav, .mainnav, .topnav-mobile {
        margin: 0px 0px 0px 0px;
    }
}
@media (max-width: 391px) {
    .secbar-nav > li > a, .secbar-nav > li > a:hover, .secbar-nav > li > a:focus, .secbar-nav > li > a.highlighted {
    padding: 10px 4px 0px !important;
    font-size: 13px;
    }
    .menu-button {
        margin-top: -22px;
    }
    .navbar-btn {
        margin-top: 6px;
        margin-bottom: 0px;
    }
}
@media (max-width: 361px) {
    .brand {
        padding: 22px 0px 0px 0px;
    }
    .menu-button {
        margin-top: -29px;
    }
    .navbar-btn {
        margin-top: 3px;
        margin-bottom: 8px;
    }
    .navbar-toggle {
        margin-right: 0px;
    }
    .mobile_ship-msg {
        display: none;
    }
    .mobile_ship-msg2 {
        padding: 0px 0px 0px 35px;
        font-size: 11px;
        display: inline-block;
        margin-top: -15px;
    }
    .hide-tiny {
        display: none;
    }
    .no-pad-tiny {
        padding-right: 0px;
    }    
    .leadcaptcha {
        font-size: 12px;
        padding: 8px 10px;
    }
}
@media (max-width: 321px) {
    .mobile_ship-msg2 {
        padding: 0px 0px 0px 0px;
    }
    h1 {
        font-size: 22px;
        line-height: 25px;

    }
}
/*COLUMN SHOPPING MENUS*/
@media screen and (max-width: 991px){
    .columns{
        height: 200px;
        overflow-y:scroll;
    }
}

@media screen and (min-width: 992px){ 
    .prodbar-nav > li > .dropdown-menu_columns {
        background-color: #058776;
        transition: background-color 400ms ease, color 400ms ease;
        left: 0px;
        text-align: left;
        border: none;
        border-radius: 0px;
        padding: 0px;
        margin: 64px 0px 0px;
        top: 0 !important;
        width: auto;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        list-style: none;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
    .open > .dropdown-menu_columns {
        -moz-column-count:2; /* Firefox */
        -webkit-column-count:2; /* Safari and Chrome */
        column-count: 3;
    column-gap: 40px;
    column-rule: 2px outset #fff;
    display: block !important;
    }
}