﻿BODY
{
    background-color: #f2f4f9;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans' !important;
    color: #3e474c;
    font-style: normal;
    font-size: 15px;
    line-height: 23px;
}

/*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;    
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
}
/*MENU TOGGLE*/
.navbar {
  left: 0px;
  top: 0px;
  right: 0px;
  border:none;
  background-color: transparent;
   border-radius: 0;
   margin: 0px;
   background-image: none;
   box-shadow: none;
   min-height: 40px;
   /*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: #444;
    height: 3px;
    width: 17px;
    /*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 {
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   float: none;
    margin-bottom: 0;
   list-style: none;
   background-color: transparent;
   padding: 0px;
}
/*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:last-child {
    padding: 0px;
}
.navbar-nav > li {
    border-left: 1px solid #dee0e5;
    margin: 0px;
    display: inline-block;
    float: none;
    background-color: transparent;
    padding: 18px 0px 20px;
    margin-right: -4px;
}
.navbar-nav > li.dropdown {
    border-left: 1px solid #dee0e5;
    margin: 0px;
    display: inline-block;
    float: none;
    background-color: transparent;
    padding: 18px 0px 20px;
}
.imagemenu, .imagemenu:hover {
    padding: 0px;
    background-color: transparent;
    margin-left: -15px;
}
.navbar-default .navbar-nav > li > a > .imagemenu {
    font-family: 'Open Sans', sans-serif;
    color: #3e474c;
    font-style: normal;
    font-size: 16px;
    padding: 0px;
    text-decoration: none;
    margin-right: -15px;
    /*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 > .imagemenu:hover, .navbar-default .navbar-nav > li > a > .imagemenu:focus {
    padding: 0px;
    background-color: transparent;
    margin-right: -15px;
    max-width: 87px;
    /*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 > li > a {
   font-family: 'Open Sans', sans-serif;
    color: #3e474c;
    font-style: normal;
    font-size: 16px;
    padding: 18px 14px 22px;
    text-decoration: none;
    /*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.highlighted {
  font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-style: normal;
    font-size: 16px;
    padding: 18px 14px 22px;
    text-decoration: none;
    background-color: #6001bf;
    /*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 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-style: normal;
    font-size: 16px;
    padding: 18px 7px 22px 16px;
    text-decoration: none;
    background-color: #6001bf;
    background-image: none !important;
}
.navbar-nav > li > a.dropdown-toggle {
    font-family: 'Open Sans', sans-serif;
    color: #3e474c;
    font-style: normal;
    font-size: 16px;
    padding: 18px 7px 22px 16px;
    text-decoration: none;
}
.navbar-nav > li > a.dropdown-toggle:hover, .navbar-nav > li > a.dropdown-toggle:active, .navbar-nav > li > a.dropdown-toggle:focus,
.navbar-nav > .open > a.dropdown-toggle:hover, .navbar-nav > .open > a.dropdown-toggle:focus{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-style: normal;
    font-size: 16px;
    padding: 18px 7px 22px 16px;
    text-decoration: none;
    background-color: #6001bf;
}
.navbar-nav > li .caret {
    background: url(files/arrow_sub-menu.png) scroll top right no-repeat;
    width: 12px;
    height: 7px;
    border-top: none;
    border-right: none;
    border-left: none;
    margin-right: 7px;
    margin-left: 1px;
    /*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 /*sub-menu*/ {
    background-color: #f2f4f9;
    left: 0px;
    text-align: left;
    border: none;
    border-radius: 0px 0px 4px 4px;
    padding: 0px;
    margin: 61px 0px 0px !important;
    top: 0 !important;
    min-width: 250px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .175);
    height: auto;
    width: 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;*/
}
.navbar-nav > li > .dropdown-menu > li /*sub-menu item separator*/{
    border-bottom: 1px solid #dee0e5;
}
.navbar-nav > li > .dropdown-menu > li:last-child /*sub-menu item separator*/{
    border-bottom: none;
}
.navbar-nav > li > .dropdown-menu > li > a, .navbar-nav > li > .dropdown-menu > li > a.highlighted, .navbar-nav .open .dropdown-menu > li > a /*sub-menu link style*/ {
    background-color: transparent;
    text-decoration: none;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    color: #3e474c;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
    background-image: none;
    white-space: normal;
    /*Bootstrap defaults:
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: normal;
    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-nav > li > .dropdown-menu > li > a:active,
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:active {
    background-color: #6001bf;
    text-decoration: none;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
    /*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;
    font-family: 'Open Sans', sans-serif;
    color: #3e474c;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
    background-image: none;
}
.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: #6001bf;
    text-decoration: none;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
}
.navbar-nav > li > .dropdown-menu > li .caret {
    background: url(files/arrow_child-menu.png) scroll top right no-repeat;
    width: 7px;
    height: 12px;
     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: #f2f4f9;
    text-align: left;
    border: none;
    border-radius: 0px 0px 4px 4px;
    padding: 0px;
    top: 0 !important;
    min-width: 200px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .175);
    margin: 0px 0px 0px 0px;
    left: 100%;
    height: auto;
    width: 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: 1px solid #dee0e5;
}
.dropdown-menu > li:last-child /*sub-menu item separator*/{
    border-bottom: none;
}
.dropdown-menu > li > a, .dropdown-menu > li > a.highlighted /*child-menu link style*/ {
    background-color: transparent;
    text-decoration: none;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    color: #3e474c;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
    background-image: none;
    /*Bootstrap defaults:
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: normal;
    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 {
    background-color: #6001bf;
    text-decoration: none;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
    /*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: #f2f4f9;
    text-align: left;
    border: none;
    border-radius: 0px 0px 4px 4px;
    padding: 0px;
    top: 0 !important;
    min-width: 200px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .175);
    margin: 0px 0px 0px 0px;
    left: 100%;
    height: auto;
    width: auto;
}
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu li /*sub-menu item separator*/{
    border-bottom: 1px solid #dee0e5;
}
.navbar-nav > li > .dropdown-menu > li > .dropdown-menuli > a {
   background-color: transparent;
    text-decoration: none;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    color: #3e474c;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
    background-image: none;
}
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a:focus {
    background-color: #6001bf;
    text-decoration: none;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
    background-image: none;
}

/*PRODUCT MENU*/
.prodnav {
    text-align: center;
    padding: 0px;
    margin: 0 auto;
    list-style: none;
}
.prodbar-nav > li {
    border-left: 1px solid #dee0e5;
    margin: 0px;
    display: inline-block;
    float: none;
    background-color: transparent;
    padding: 18px 0px 20px;
}
.prodbar-nav > li > a {
     font-family: 'Open Sans', sans-serif;
    color: #3e474c;
    font-style: normal;
    font-size: 16px;
    padding: 18px 0px 22px 16px;
    text-decoration: none;
    background-color: transparent;
    /*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, .prodbar-nav > li > a.highlighted {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-style: normal;
    font-size: 16px;
    padding: 18px 0px 22px 16px;
    text-decoration: none;
    background-color: #6001bf;
    /*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 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-style: normal;
    font-size: 16px;
    padding: 18px 0px 22px 16px;
    text-decoration: none;
    background-color: #6001bf;
}
.prodbar-nav > li > a.dropdown-toggle {
    font-family: 'Open Sans', sans-serif;
    color: #3e474c;
    font-style: normal;
    font-size: 16px;
    padding: 18px 0px 22px 16px;
    text-decoration: none;
}
.prodbar-nav > li > a.dropdown-toggle:hover, .prodbar-nav > li > a.dropdown-toggle:active, .prodbar-nav > li > a.dropdown-toggle:focus {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-style: normal;
    font-size: 16px;
    padding: 18px 0px 22px 16px;
    text-decoration: none;
}
.prodbar-nav > li .caret {
    background: url(files/arrow_sub-menu.png) scroll top right no-repeat;
    width: 12px;
    height: 7px;
    border-top: none;
    border-right: none;
    border-left: none;
    margin-right: 7px;
    margin-left: 1px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: normal;
    font-size: 14px;
    text-align: left;
    list-style: none;
}
.prodbar-nav > li > .dropdown-menu /*sub-menu*/ {
    background-color: #f2f4f9;
    left: 0px;
    text-align: left;
    border: none;
    border-radius: 0px 0px 4px 4px;
    padding: 0px;
    margin: 57px 0px 0px !important;
    top: 0 !important;
    min-width: 200px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .175);
    height: auto;
    width: 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;*/
}
.prodbar-nav > li > .dropdown-menu > li /*sub-menu item separator*/{
    border-bottom: 1px solid #dee0e5;
}
.prodbar-nav > li > .dropdown-menu > li:last-child /*sub-menu item separator*/{
    border-bottom: none;
}
.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;
    font-family: 'Open Sans', sans-serif;
    color: #3e474c;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
    background-image: none;
        white-space: normal;
    /*Bootstrap defaults:
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: normal;
    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: #6001bf;
    text-decoration: none;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
        white-space: normal;
    /*Bootstrap defaults:
    color: #262626;    
    background-color: #f5f5f5;*/
}
.prodbar-nav > li > .dropdown-menu > li > a.dropdown-toggle, .prodbar-nav .open .dropdown-menu > li > a {
   background-color: transparent;
    text-decoration: none;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    color: #3e474c;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
    background-image: none;
        white-space: normal;
}
.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: #6001bf;
    text-decoration: none;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
        white-space: normal;
}
.prodbar-nav > li > .dropdown-menu > li .caret, .prodbar-nav > li > a.dropdown-toggle .caret {
    background: url(files/arrow_sub-menu.png) scroll top right no-repeat;
    width: 12px;
    height: 7px;
    border-top: none;
    border-right: none;
    border-left: none;
    margin-right: 7px;
    margin-left: 1px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: normal;
    font-size: 14px;
    text-align: left;
    list-style: 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: #f2f4f9;
    text-align: left;
    border: none;
    border-radius: 0px 0px 4px 4px;
    padding: 0px;
    top: 0 !important;
    min-width: 200px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .175);
    margin: 0px 0px 0px 0px;
    left: 100%;
    height: auto;
    width: 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: 1px solid #dee0e5;
}
.dropdown-menu > li:last-child /*sub-menu item separator*/{
    border-bottom: none;
}
.dropdown-menu > li > a, .dropdown-menu > li > a.highlighted /*child-menu link style*/ {
    background-color: transparent;
    text-decoration: none;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    color: #3e474c;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
    background-image: none;
    /*Bootstrap defaults:
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: normal;
    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 {
    background-color: #6001bf;
    text-decoration: none;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
    background-image: none;
    /*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: #f2f4f9;
    text-align: left;
    border: none;
    border-radius: 0px 0px 4px 4px;
    padding: 0px;
    min-width: 200px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .175);
    left: 0px;
    top: auto;
    margin-left: 160px;
    height: auto;
    width: auto;
}
.prodbar-nav > li > .dropdown-menu > li > .dropdown-menu li {
       border-bottom: 1px solid #dee0e5;
}
.prodbar-nav > li > .dropdown-menu > li > .dropdown-menu li:last-child /*sub-menu item separator*/{
    border-bottom: none;
}
.prodbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a {
    background-color: transparent;
    text-decoration: none;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    color: #3e474c;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
    background-image: none;
    white-space: normal;
}
.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: #6001bf;
    text-decoration: none;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
}

/*SIDE PRODUCT MENU ON CAT LISTING*/
.nav {
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
    padding-right: 60px;
}
.nav-stacked > li {
   float: none;
   padding: 5px 5px;
   font-family: 'Open Sans', sans-serif;
   color: #000;
   font-size: 13px !important;
   font-weight: 600;
   text-decoration: none;
   text-transform: uppercase;
   letter-spacing: 1px;
   border-bottom: solid 1px #000;
}
.nav-stacked > li+li {
   margin: 2px 0px 0px;    
   padding: 0px;
   border-bottom: none;
}
.nav-stacked > li+li.dropdown {
    margin: 2px 0px 0px;
    padding: 0px;
    border-bottom: none;
    background: 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: 'Open Sans', sans-serif;
    color: #6001bf;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    /*Bootstrap defaults:
    position: relative;
    display: block;
    padding: 10px 15px;*/
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li > a:active, .nav .open > a:hover {
    padding: 5px 5px;
    font-family: 'Open Sans', sans-serif;
    color: #013e6d;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #cca0ff;
    border: none;
    /*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: #058776;
    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;
}
.nav-stacked > li > .dropdown-menu > li > a {
    background-color: transparent;
    text-decoration: none;
    padding: 10px 20px;
    color: #044c94;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: none;
    white-space: normal;
}
.nav > li > .dropdown-menu > li {
       border-bottom: 1px solid hsla(0, 0%, 100%, .19);
}
.nav > li > .dropdown-menu > li > a {
    background-color: transparent;
    text-decoration: none;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: Oswald Light, sans-serif;
    text-transform: uppercase;
}

/*SECONDARY MENU*/
.topnav-menu {
    display: block;
}
.topnav-menu-mobile {
    display: none;
}
.topnav {
    background-color: transparent;
    margin: 0px;
    padding: 4px 0px 0px;
    visibility: visible !important;
    display: inline-block;
}
.topbar-nav > li {
    border-right: 1px solid #6001bf;
    float: left;
    padding: 0px;
    /*Bootstrap defaults:
    position: relative;
    display: block;*/
}
.topbar-nav > li:last-child {
    border-right: none;
    float: left;
    padding: 0px;
    /*Bootstrap defaults:
    position: relative;
    display: block;*/
}
.topbar-nav > li > a, .topbar-nav > li > a.highlighted {    
    color: #6001bf;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 10px;
    letter-spacing: normal;
    /*Bootstrap defaults:
    position: relative;
    display: block;
    padding: 10px 15px;*/
}
.topbar-nav > li > a:hover, .topbar-nav > li > a:focus, .topbar-nav > li > a:active {
    color: #6001bf;
    font-size: 12px;
    line-height: 20px;
    text-decoration: underline;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 10px;
    letter-spacing: normal;
    background-color: transparent;
    /*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: transparent;
    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: normal;
    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: #8d321c;
    /*Bootstrap defaults:
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;*/
}


/*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 {
    float: none !important;
    display: inline-block !important;
    padding: 13px 0px 0px;
    margin: 0px;
    border-bottom: none !important;
    /*Bootstrap defaults:
    position: relative;
    display: block;*/
}
.secbar-nav > li > a, .secbar-nav > li > a.highlighted {
    padding: 0px 5px 0px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-transform: none;
    text-decoration: none;
    /*Bootstrap defaults:
    position: relative;
    display: block;
    padding: 10px 15px;*/
}
.secbar-nav > li > a:hover, .secbar-nav > li > a:focus, .secbar-nav > li > a:active {
   padding: 0px 5px 0px !important;
    font-family: 'Open Sans', sans-serif;
    color: #b6e1dd;
    font-size: 13px;
    line-height: 20px;
    text-transform: none;
    text-decoration: underline;
    background-color: transparent;
    /*Bootstrap defaults:
    background-color: #eee;
    position: relative;
    display: block;
    padding: 10px 15px;*/
}

/*ADMIN MENU*/
.dropdown-menu > li > a.dropdown-toggle .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: normal;
    font-size: 14px;
    text-align: left;
    list-style: none;
}
.dropdown-menu > li > a.dropdown-toggle.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: normal;
    font-size: 14px;
    text-align: left;
    list-style: none;
}
.dropdown-menu > li > a.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: normal;
    font-size: 14px;
    text-align: left;
    list-style: none;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: normal;
    font-size: 14px;
    text-align: left;
    list-style: none;
}
/* 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: #a4a6ac;
    border: 0;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Open Sans', 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: #d5d7dc;
        text-align: inherit;
        white-space: normal;
        background-color: #7c7d82;
        border: 0;
        font-size: 15px;
        text-transform: uppercase;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
    }

.dropdown-item-category {
    display: block;
    width: 100%;
    padding: 5px 5px 5px 15px;
    clear: both;
    font-weight: bold;
    color: #000;
    text-align: center;
    white-space: normal;
    background-color: #fff;
    border: 0;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Open Sans', 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: #fff;
    text-align: center;
    white-space: normal;
    background-color: #000;
    border: 0;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
/* pm = product menu styles */
#pm {
    background-color: #d5d7dc;
    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: #f2f4f9;
    width: 100%;
    padding: 0px;
    margin-top: 18px;
    height: 100%;
}

#pm > .dropdown-item-pm {
    display: block;
    width: 100%;
    padding: 19px 8px 17px;
    clear: both;
    font-weight: normal;
    font-family: Lato, sans-serif;
    color: #3e474c;
    white-space: normal;
    background-color: transparent;
    border: none;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    border-bottom: 1px #d1d4d7 solid;
}

    #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: normal;
        font-family: Lato, sans-serif;
        color: #fff;
        white-space: normal;
        background-color: #7ec4a5;
        border: none;
        font-size: 16px;
        text-decoration: none;
        text-align: center;
        border-bottom: 1px #d1d4d7 solid;
    }

.dropdown-item-pm {
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #3e474c;
    clear: both;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    white-space: normal;
    background-color: #f2f4f9;
    border: none;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px #d1d4d7 solid;
    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: 'Open Sans', sans-serif;
        white-space: normal;
        background-color: #6001bf;
        border: none;
        font-size: 15px;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px #d1d4d7 solid;
        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: #f2f4f9;
    width: 100%;
    /*put back if use shop menu in hamburger- margin: 0px 0px 0px 0px;*/
    border: none;
    clear: both;
    position: relative;
    left: 0;
    height: auto;
    border-radius: 0px;
    /*put back if use shop menu in hamburger- border-top: 1px solid #c6ffee; */
}

    #mm > .dropdown-item-mm {
        display: block;
        width: 100%;
        padding: 19px 8px 17px;
        clear: both;
        font-weight: normal;
        font-family: Lato, sans-serif;
        color: #3e474c;
        white-space: normal;
        background-color: transparent;
        border: none;
        font-size: 16px;
        text-decoration: none;
        text-align: center;
        border-bottom: 1px #d1d4d7 solid;
    }

        #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: normal;
            font-family: Lato, sans-serif;
            color: #fff;
            white-space: normal;
            background-color: #6001bf;
            border: none;
            font-size: 16px;
            text-decoration: none;
            text-align: center;
            border-bottom: 1px #d1d4d7 solid;
        }

.dropdown-item-mm {
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #3e474c;
    clear: both;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    white-space: normal;
    background-color: #f2f4f9;
    border: none;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px #d1d4d7 solid;
    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: 'Open Sans', sans-serif;
        white-space: normal;
        background-color: #6001bf;
        border: none;
        font-size: 15px;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px #d1d4d7 solid;
        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: #f2f4f9;
    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: normal;
        font-family: Lato, sans-serif;
        color: #3e474c;
        white-space: normal;
        background-color: transparent;
        border: none;
        font-size: 16px;
        text-decoration: none;
        text-align: center;
        border-bottom: 1px #d1d4d7 solid;
    }

        #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: normal;
            font-family: Lato, sans-serif;
            color: #fff;
            white-space: normal;
            background-color: #6001bf;
            border: none;
            font-size: 16px;
            text-decoration: none;
            text-align: center;
            border-bottom: 1px #d1d4d7 solid;
        }

.dropdown-item-tn {
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #3e474c;
    clear: both;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    white-space: normal;
    background-color: #f2f4f9;
    border: none;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px #d1d4d7 solid;
    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: 'Open Sans', sans-serif;
        white-space: normal;
        background-color: #6001bf;
        border: none;
        font-size: 15px;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px #d1d4d7 solid;
        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: #b6e1dd;
    background-attachment: scroll !important;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.topcart-block {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}
a.topcartnav, a.highlighted.topcartnav {
    background-color: #6001bf;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 5px 10px 6px;
    margin: 0px 0px 0px 0px;
}
a.topcartnav:hover, a.topcartnav:active, a.topcartnav:focus {
    background-color: #c6d0dc;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 5px 10px 6px;
    margin: 0px 0px 0px 0px;
}
a.topshopnav, a.highlighted.topshopnav {
    background-color: rgba(96,1,191,.5);
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 4px 10px 5px;
    margin: -2px 4px 0px 0px;
    display: inline-block;
    vertical-align: top;
}
a.topshopnav:hover, a.topshopnav:active, a.topshopnav:focus {
    background-color: #c6d0dc;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 4px 10px 5px;
    margin: -2px 4px 0px 0px;
    display: inline-block;
    vertical-align: top;
}
.nameemaillabel
{
	padding-right:10px;
	text-align:right;
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 16px;
    color: #363636;
	font-weight: normal;
}
.tafentermessagepadding
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #636363;
	font-weight: normal;
}
.tafentermessagepadding2
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #636363;
	font-weight: normal;
	padding-left:13%;
}
.companyphonenumber
{
    padding: 0px;
    margin: 0px;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 24px;
    color: #6001bf;
    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;
    display: block;
    float: right;
}
/*SB MENU*/
.sb_shopping_cat
{
    background: url(../images/hd_shop.png) no-repeat scroll left top;
    width: 205px;
    padding: 43px 0px 0px 0px;
    margin: 0px;
}
.sb_shopping_cat-name
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #6001bf;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
}
/*FEATURED PRODUCTS*/
.text_centered
{
    text-align: center;
}
.featured_img
{
    width: 100%;
    margin-bottom: 0px;
}
.featuredtext
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
     color: #636363;
     font-weight: normal;
	text-decoration: none;
    text-align: left;
}
.featuredprice
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 18px;
    color: #6001bf;
	font-weight: bold;
	text-decoration: none;
    text-align: left;
}
a.featuredlink
{
	display: inline-block;
    width: 195px;
    height: 46px;
    padding-top: 13px;
    border: none;
    background-color: transparent;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Oswald Light, sans-serif;
    color: #004d43;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 20px;
}
a.featuredlink:hover, a.featuredlink:active, a.featuredlink:focus
{	
	display: inline-block;
    width: 195px;
    height: 46px;
    padding-top: 13px;
    border: none;
    background-color: transparent;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Oswald Light, sans-serif;
    color: #6cbd0f;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 20px;
}
.hd_featured
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
   	font-size: 22px;
	color: #6001bf;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
/*TEXTNAV*/
.copyright
{
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-style: normal;
    font-size: 13px;
    padding-top: 13px;
    margin: 0;
}
.xsellit
{
   font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-style: normal;
    font-size: 13px;
    padding-top: 13px;
    text-align: right;
}
a.textnav
{
	font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-style: normal;
    font-size: 13px;
    padding-top: 13px;
	text-decoration: none;
}
a.textnav:hover
{
	font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-style: normal;
    font-size: 13px;
    padding-top: 13px;
	text-decoration: underline;
}
a.textnav2
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 10px;
	 color: #013e6d;
	text-decoration: underline;
	font-weight: normal;
}
a.textnav2:hover
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 10px;
	color: #6001bf;
	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: Open Sans, Trebuchet MS, sans-serif;
	font-size: 11px;
	 color: #636363;
	text-decoration: none;
	padding-left: 40px;
	padding-right: 40px;
}
/*CONTENT*/
a
{
  font-family: 'Open Sans', sans-serif;
  color: #000;
  text-decoration: none;
}
a:hover
{
  font-family: 'Open Sans', sans-serif;
  color: #6001bf;
  text-decoration: underline;
}
.prod_header
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 30px;
    color: #6001bf;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    text-align: center;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #bdbfc4;
}
H1
{
    margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #6001bf;
  font-size: 20px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 800;
}
.content-pg /*H1 - make sure all fields below overwrite fields in regular H1 if needed*/
{
   margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #6001bf;
  font-size: 20px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 800;
}
.categories /*H1 - make sure all fields below overwrite fields in regular H1 if needed*/
{
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #6001bf;
  font-size: 20px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 800;
  border-bottom: solid 1px rgba(156, 156, 156, 0.84);
  padding-bottom: 10px;
}
.products /*H1 - make sure all fields below overwrite fields in regular H1 if needed*/
{
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #6001bf;
  font-size: 20px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 800;
  border-bottom: solid 1px rgba(156, 156, 156, 0.84);
  padding-bottom: 10px;
}
.moreinfo_prodtitle /*H1 - make sure all fields below overwrite fields in regular H1 if needed*/ {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #6001bf;
    font-size: 20px;
    line-height: 1.1;
    font-style: normal;
    font-weight: 800;
    padding: 0px;
    margin: 0px;
}
H2
{
	 margin-top: 0px;
  margin-bottom: 20px;
  font-family: Open Sans;
    color: #3e474c;
    font-style: normal;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.1;
}
H3
{
    font-family: Open Sans;
    color: #6001bf;
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    text-decoration: none;
}
H4
{
    font-family: 'Open Sans', sans-serif;
    font-style: normal !important;
    font-size: 18px !important;
    color: #fff;
    margin: 15px 0 0;
    font-weight: 700;
    line-height: 1.1;
}
H5
{
    margin: 0 0 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
      color: #ffffff;
}
H6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #737373;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
}
.maintext
{
    font-family: 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: 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: Open Sans, Trebuchet MS, sans-serif;
    font-size: 13px;
    color: #636363;
    font-weight: normal;
}
#ctl00_body_TwitterTag_TwitterLink 
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 11px;
	color: #6001bf;
	text-decoration: underline;
}
/*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: #114a75;
    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: 1px;
    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: #274472;    
    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: #013e6d;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    border-style: none;
    border-width: 0px;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0px 0px 20px;
}
.selectfilter
{
	font-family: 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: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #636363;
    text-align: right;
}
.pagerbg 
{
    padding: 10px 0px 0px 0px;
    margin: 0px;
    font-family: 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: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #6001bf;
	text-decoration: none;
	font-weight: normal;
    cursor: pointer;
    margin: 0px;
}
a.pager:hover
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #013e6d;
	text-decoration: underline;
	font-weight: normal;
    cursor: pointer;
    margin: 0px;
}
.pageselected
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #013e6d;
	font-weight: bold;
	text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}
.selectedpage
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #013e6d;
	font-weight: bold;
	text-transform: uppercase;
}
.productlisttablewidth
{
	margin: 0px 0px 30px 0px;
    vertical-align: top;
}
.prodlink
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #013e6d;
    text-decoration: none;
    font-weight: bold;
}
a.prodlink
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #013e6d;
    text-decoration: none;
    font-weight: bold;
}
a.prodlink:hover
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #6001bf;
    text-decoration: underline;
    font-weight: bold;
}
.prodpg_price
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #6001bf;
	font-weight: normal;
}
.strikeOut
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #707070;
	font-weight: normal;
	text-decoration: line-through;
}
.prodpg_priceout
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #707070;
	font-weight: normal;
	text-decoration: line-through;
}
.prodpg_priceeach
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
	color: #6001bf;
	font-weight: normal;
}
.prodtable
{
	border: 1px solid #6001bf;
	width: 124px;
}
.carttable
{
	border: 1px solid #6001bf;
	width: 321px;
}
.carttable3
{
	border: 1px solid #D3D3D3;
	width: 240px;
}
.prodopt_desc
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 13px;
    color: #585858;
    font-weight: normal;
    text-decoration: none;
}
.prodopt_desc_mobile
{
    font-family: 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: Open Sans, Trebuchet MS, sans-serif;
    font-size: 11px;
    color: #585858;
    font-weight: normal;
    text-decoration: none;
}
.tborder 
{
	border: #6001bf;
}
.borderc 
{
	border: #6001bf;
}
.boldhd
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #6001bf;
	font-weight: bold;
	text-decoration: none;
}
.boldhd2
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #013e6d;
	font-weight: bold;
	text-decoration: none;
}
a.boldhd2 {
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #013e6d;
    font-weight: bold;
    text-decoration: none;
}
a.boldhd2:hover {
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #013e6d;
    font-weight: bold;
    text-decoration: underline;
}
.boldhd2_checkout
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #013e6d;
	font-weight: bold;
	text-decoration: none;
}
.boldhd3
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 16px;
    color: #013e6d;
	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;
}
.joinlisttable {
    margin-bottom: 50px;
    vertical-align: top;
    background-color: rgba(255,255,255,.6);
    padding: 10px;
    border-radius: 8px;
}
.fpline2 {
    font-family: 'Open Sans', sans-serif;
    color: #6001bf;
    font-size: 16px;
    line-height: 1.1;
    font-style: normal;
    font-weight: bold;
}
.prod_desc {
    font-family: 'Open Sans', sans-serif;
    color: #3e474c;
    font-size: 15px;
    line-height: 1.1;
    padding-bottom: 10px;
    padding-top: 10px;
}
/*PROMO CODES*/
.promo {
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 16px;
    color: #363636;
    color: #6001bf;
    text-decoration: none;
}
/*BREADCRUMBS*/
#bcbg
{
}
.bclabel
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #363636;
	text-decoration: none;
	font-weight: 600;
}
a.bclink
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #6001bf;
	text-decoration: underline;
	font-weight: normal;
	text-transform: uppercase;
}
a.bclink:hover
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #013e6d;
	font-weight: normal;
	text-transform: uppercase;
}
.bcarrow
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #6001bf;
	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: #ff504b;
    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: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #636363;
    font-weight: normal;
    text-decoration: none;
}
.hd_reorder-gift
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #6001bf;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}
.smfont
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 10px;
    color: #636363;
    font-weight: normal;
    text-decoration: none;
    line-height: normal;
}
.smblack
{
    font-family: 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: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #636363;
    font-weight: normal;
    text-decoration: none;
}
.gift_message
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 11px;
     color: #6001bf;
    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: 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: 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: #6001bf;
	text-decoration: underline;
	font-weight: bold;
}
a.couponlink:hover
{
	font-family: verdana, helvetica, arial, tahoma;
	font-size: 12px;
	color: #274472;
	text-decoration: underline;
	font-weight: bold;
}
.price {
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 16px;
    color: #274472;
    font-weight: bold;
    clear: right;
}
.price_variant
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 25px;
    color: #317222;
    font-weight: normal;
    clear: right;
}
.price_md
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 20px;
    color: #317222;
    font-weight: normal;
    clear: right;
}
.price_sm
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #6001bf;
    font-weight: normal;
    clear: right;
}
.dependent_desc
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #636363;
    font-weight: normal;
}
.dependent_desc_mobile
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: normal;
}
.dependent_desc_checkout
{
    font-family: 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: Open Sans, Trebuchet MS, sans-serif;
    font-size: 24px;
    color: #317222;
	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: Open Sans, Trebuchet MS, sans-serif;
    font-size: 20px;
    color: #317222;
	font-weight: normal;
	text-decoration: line-through;
}
.mdfont
{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #333;
    font-size: 12px;
    line-height: 20px;
}
.priceeach
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 18px;
	color: #6001bf;
	font-weight: normal;
}
.suggprice
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #939393;
	font-weight: normal;
}
a.moreinfo_aname
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #6001bf;
	text-decoration: underline;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}
a.moreinfo_aname:hover
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #6001bf;
	text-decoration: underline;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}
.prod_options
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 11px;
    color: #6001bf;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}
.prod_margin {
        margin-bottom: 40px;
        margin-top: 20px;
    }
a.prodlink_listing {
    font-size: 15px;
    font-weight: 500;
}
.personalization {
    background-color: transparent;
}
.addtocart
{
	width: 400px;
	margin: 0px 0px 0px 0px;
    font-family: Lucida Sans Unicode, Arial, Helvetica;
	font-size: 12px;
	color: #68380b;
}
.addtocart input.off
{
	border: 0;
	width: auto;
}
.qty-modal-title
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #387e9e;
	font-weight: bold;
    text-transform: none;
}
.qty {
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
}
a.qty
{
	font-family: 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: 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: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #6001bf;
	vertical-align: middle;
	font-weight: bold;
    text-transform: uppercase;
    padding-left: 15px;
}
.hline_cross-related
{
	background: url(../images/hline_cross-related.png) no-repeat scroll center top;
	height: 1px;
    width: 731px;
	padding-top: 10px;
}
a.cross-related_prodtitle
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #6001bf;
	font-weight: normal;
	text-decoration: none;
}
a.cross-related_prodtitle:hover
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #6001bf;
	font-weight: normal;
	text-decoration: underline;
}
.price_cross-related
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
     color: #6001bf;
	font-weight: bold;
}
.priceout_cross-related
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
     color: #6001bf;
	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: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #000;
}
a.reviews_link {
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #000;
    text-decoration: underline;
}
a.reviews_link:hover {
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #4c9ac8;
    text-decoration: underline;
}
.reviews_hd {
    font-weight: bold;
    padding: 10px 0px;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #000;
}
.reviews_hd-dialog {
    font-weight: bold;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #000;
}  
.reviews-dialog {
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #000;
}
.progress {
    margin-bottom: 10px;
}
.add_favorites
{
	font-family: 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;
}
.mi_btn {
        text-align: right;
    }
.moreinfo_share
{
    padding: 10px 0px;
	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: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6001bf;
	text-decoration: none;
}
/* EPRODUCTS */
.eproducthd
{
	background-color: #6001bf;
}
/* FORM INPUTS */
.inputButtonfp
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px ;
    background-color: transparent;
    text-decoration: underline;
    color: #013e6d;
    border: none;
    text-transform: uppercase;
}
.inputButtontaf
{
    font-family: 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: #274472;
    text-decoration: none;
    color: #013e6d;
    border: none;
    text-transform: uppercase;
}
.inputButton {
    display: inline-block;
    margin-top: 11px;
    background: #d6dfe7;
    padding: 10px 20px;
    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: Open Sans, sans-serif;
    color: #6001bf;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #bfc8d7;
    border-top: 1px solid #f3f7fa;
    border-radius: 5px;
    border: none;
} 
.inputButton:hover, .inputButton:active, .inputButton:focus  {
    display: inline-block;
    margin-top: 11px;
    background: #6001bf;
    padding: 10px 20px;
    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: Open Sans, sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #bfc8d7;
    border-top: 1px solid #f3f7fa;
    border-radius: 5px;
        border: none;
}
a.btZoom {
    background-color: #114a75;
    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: 1px;
    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: #274472;    
    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: #013e6d;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    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: #274472;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #013e6d;
    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: #3c4b77;
    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: 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: 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: #274472;
    text-decoration: none;
    color: #013e6d;
    border: none;
    text-transform: uppercase;
}
.inputButtonOrder
{
    display: inline-block;
    margin-top: 15px;
    background-color: #274472;    
    padding: 7px 10px;
    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: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    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: #6001bf;    
    padding: 7px 10px;
    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: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
    width: 90%;
}
.inputButton2 {
    display: inline-block;
    margin-top: 11px;
    background: #6001bf;
    padding: 10px 20px;
    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: Open Sans, sans-serif;
    color: #d6dfe7;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #bfc8d7;
    border-top: 1px solid #f3f7fa;
    border-radius: 5px;
    border: none;
} 
.inputButton2:hover, .inputButton2:active, .inputButton2:focus  {
    display: inline-block;
    margin-top: 11px;
    background: #d6dfe7;
    padding: 10px 20px;
    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: Open Sans, sans-serif;
    color: #6001bf;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #bfc8d7;
    border-top: 1px solid #f3f7fa;
    border-radius: 5px;
    border: none;
}
.inputButton_addcart {
    display: inline-block;
    background-color: #274472;    
    padding: 9px 10px;
    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: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
} 
.inputButton_addcart:hover, .inputButton_addcart:active, .inputButton_addcart:focus  {
    display: inline-block;
    background-color: #3c4b77;
    padding: 9px 10px;
    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: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
}
.inputButton_checkin {
    background-color: #6001bf;    
    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: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    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: #3c4b77;
    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: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
    width: 100%;
}
.inputButton2_checkin {
    background-color: #3c4b77;
    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: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    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: #6001bf;    
    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: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
    width: 100%;
    display: inline-block;
    margin: 10px 0px 0px 0px;
}
.inputButton_continue {
    border-radius: 2px;
    background-color: #3c4b77;
    padding: 10px 20px;
    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: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
} 
.inputButton_continue:hover, .inputButton_continue:active, .inputButton_continue:focus  {
    background-color: #6001bf;    
    padding: 10px 20px;
    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: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
}
.inputButton_edit {
    border-radius: 0px;
    background-color: transparent;
    padding: 5px 0px 0px 8px;
    opacity: 1;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    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: Open Sans, Trebuchet MS, sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: underline;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
}
.inputButton_shipping
{
    font-family: 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: 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: 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: #274472;
    text-decoration: none;
    color: #013e6d;
    border: none;
    text-transform: uppercase;
}
.inputButtonDownload
{
    font-family: 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: #6001bf;
    border: solid 1px #6001bf;
    text-transform: uppercase;
}
.inputButtonJoin {
    background: #d8b4fe url(../files/ic_join_bt.png) no-repeat scroll center;
    position: relative;
    height: 35px;
    border: none;
    padding: 0;
    display: inline-block;
    margin: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    z-index: 100;
    width: 18%;
    vertical-align: bottom;
}
.inputButtonJoin:hover, .inputButtonJoin:active, .inputButtonJoin:focus
{
    background: #c6d0dc url(../files/ic_join_bt.png) no-repeat scroll center;
    position: relative;
    height: 35px;
    border: none;
    padding: 0;
    display: inline-block;
    margin: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    z-index: 100;
    width: 12%;
    vertical-align: bottom;
}
.inputButtonJoin input.off
{
	border: 0;
	width: auto;
}
.inputButtonSearch
{
	font-family: 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: #274472;
    text-decoration: none;
    color: #013e6d;
    border: none;
    text-transform: uppercase;
    width: 50px;
}
.inputButtoncoupon
{
	font-family: 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: #274472;
    text-decoration: none;
    color: #013e6d;
    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;
    margin-top: 11px;
    background: #6001bf;
    padding: 10px 20px;
    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: Open Sans, sans-serif;
    color: #d6dfe7;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #bfc8d7;
    border-top: 1px solid #f3f7fa;
    border-radius: 5px;
    border: none;
}
.inputButtonPromo:hover, .inputButtonPromo:active, .inputButtonPromo:focus {
    display: inline-block;
    margin-top: 11px;
    background: #d6dfe7;
    padding: 10px 20px;
    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: Open Sans, sans-serif;
    color: #6001bf;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #bfc8d7;
    border-top: 1px solid #f3f7fa;
    border-radius: 5px;
    border: none;
}
.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: Open Sans, Trebuchet MS, sans-serif;
    box-shadow: inset 0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.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: 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: Open Sans, Trebuchet MS, sans-serif;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.inputJoin {
    padding: 7px 10px;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 35px;
    background: #f3f4f6;
    font-size: 13px;
    margin-bottom: 0;
    color: #95999e;
    background-color: #fafbfd;
    display: inline-block;
    margin-right: 3px;
    width: 75%;
}

.inputJoin2 {
    padding: 7px 10px;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 35px;
    background: #f3f4f6;
    width: 100%;
    font-size: 13px;
    margin-bottom: 0;
    color: #95999e;
    background-color: #fafbfd;
    display: inline-block;
    margin-right: 5px;
    width: 30%;
}
.input_scan
{
	background: #FFFFFF url(../images/bginput.png) repeat-x 50% top;
    height: 27px;
	width: 201px;
    font-family: 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: 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: 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: 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: 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: 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: 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: 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_md {
    width: 50%;
    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_locator {
    display: inline-block;
    width: 77%;
    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);
}
.input_locator {
    display: inline-block;
    width: 63%;
    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: Open Sans, Trebuchet MS, sans-serif;
    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: 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: 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;
}
.icon-search
{
    height: 38px;
    padding: 7px 8px 5px 8px;
    background-color: rgba(0, 0, 0, .25);
    display: inline-block;
}
.search-close
{
    height: 38px;
    padding: 8px 10px 4px 10px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    border: none;
    vertical-align: top;
}
/*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: 25px;
    }
    .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;
}
@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 {
    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;
}
.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;
}
.contact2 input.off
{
	border: 0;
	width: auto;
}
.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: 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;
}
/*JOIN FORM TABLES*/
.input_join {
    display: block;
    width: 100%;
    height: 32px;
    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: Open Sans, Trebuchet MS, sans-serif;
    box-shadow: inset 0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.input_join-half {
    display: inline-block;
    width: 49.5%;
    height: 32px;
    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: Open Sans, Trebuchet MS, sans-serif;
    box-shadow: inset 0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.select_join {
    width: 100%;
    height: 32px;
    padding: 7px 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_join-half {
    width: 49.5%;
    height: 32px;
    padding: 7px 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_join-half-right {
    width: 49.5%;
    height: 32px;
    padding: 7px 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);
    float: right;
}
.join_form {
    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;
}

.join_left {
    display: block;
    float: left;
    padding: 0px 20px 0px 0px;
    margin: 0px;
    width: 30%;
    height: 45px;
    vertical-align: middle;
}

.join_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) {
    .join_left {
        padding: 0px 0px 0px 0px;
        margin: 0px;
        width: 100%;
        vertical-align: middle;
        display: block;
        float: none;
        height: 25px;
    }

    .join_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;
    }

    .join_form {
        margin: 0px 0px 25px 0px;
    }
}

.join_form_comments {
    display: block;
    float: left;
    padding: 0px 20px 0px 0px;
    margin: 0px;
    width: 40%;
}

.join_form_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) {
    .join_form_comments {
        padding: 0px 0px 0px 0px;
        margin: 0px;
        width: 100%;
    }

    .join_form_captcha {
        text-align: left;
        padding: 10px 0px 0px 0px;
        margin: 0px;
        width: 100%;
    }
}

.join_form fieldset {
    margin-bottom: 10px;
    margin-right: 0px;
    border: none;
    border-top: 1px solid #2E3133;
}

.join_form2 fieldset {
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 40px;
    border: none;
    border-top: 1px solid #2E3133;
}

.join_form legend, .join_form2 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: #274472;
}

@media (max-width: 520px) {
    .join_form fieldset {
        margin: 0px 0px 0px 0px;
        border: none;
        border-top: 1px solid #2E3133;
    }

    .join_form 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;
    }
}

.join_form 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;
}

.join_form fieldset ol {
    margin: 0;
    padding: 0;
}

.join_form fieldset li {
    list-style: none;
    padding: 5px 7px;
    background: url(images/topnavdottedline.gif) left bottom repeat-x;
}

.join_form2 input.off {
    border: 0;
    width: auto;
}

.join_form 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: 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: 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(../images/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: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #636363;
}
.emailproductinfo fieldset 
{
	margin-bottom: 10px;
	width: 370px;
	border: none;
	border-top: 1px solid #6001bf;
}
.emailproductinfo legend 
{
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	font-family: 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: 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(../images/topnavdottedline.gif) left bottom repeat-x;
}
.emailproductinfo input.off
{
	border: 0;
	width: auto;
}
/*SECURE SITE*/
.cbill-text {
    font-size: 14px;
}
#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: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #6001bf;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
    padding: 13px 0px 0px 0px
}
.checkin_cont
{
	border: #6001bf 1px solid;
	background-color: #fefaea;
	padding: 10px;
	margin: 0px;
	width: 590px;
}
.checkinbg
{
	background-color: #6001bf;
	height: 25px;
	width: 300px;
	padding: 0px;
	margin: 0px;
	display: block;
} 
.checkinhd
{
	font-family: 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: #6001bf 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.yah
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #6001bf;
	text-decoration: none;
}
a.yah
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #6001bf;
	text-decoration: none;
}
a.yah:hover
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 15px;
	font-weight: bold;
    color: #013e6d;
	text-decoration: none;
}
a.forgot_pass
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6001bf;
	text-decoration: none;
}
a.forgot_pass:hover
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-weight: bold;
    color: #013e6d;
	text-decoration: none;
}
.subheader
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 16px;
	color:#013e6d;
    font-weight: normal;
	text-decoration: none;
}
.subheader2
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6001bf;
	text-decoration: none;
}
.subheader4
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #6001bf;
	text-decoration: none;
}
a.subheader4
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #6001bf;
	text-decoration: none;
}
a.subheader4:hover
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 15px;
	font-weight: normal;
    color: #013e6d;
	text-decoration: none;
}
.yahbullet
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #013e6d;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.secured
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #6001bf;
	text-decoration: underline;
	font-weight: normal;
}
a.secured
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #6001bf;
	text-decoration: underline;
	font-weight: normal;
}
a.secured:hover
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #636363;
	text-decoration: underline;
	font-weight: normal;
}
.bordersreg
{
    border: 1px solid  #6001bf;
}
.required
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: Red;	
	text-decoration: none;
}
.msgtable
{
	width: 173px;
	border-right: #6001bf 1px solid;
	border-top: #6001bf 1px solid;
	border-left: #6001bf 1px solid;
	border-bottom: #6001bf 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.sbcheckouttext
{
    font-family: 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;
}
.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;
	padding: 15px 0px 0px;
    text-align: right;
}
.cart_totals_rt
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #013e6d;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
	padding: 15px 15px 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: 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;
    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: 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 #6001bf;
    margin-right: 0px;
    min-width: 0px;
}
.billing legend 
{
	display: block;
    padding: 0px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	font-family: 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: 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: 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 #6001bf;
    margin-right: 0px;
    min-width: 0px;
}
.shipping legend 
{
	display: block;
    padding: 0px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	font-family: 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: 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(../images/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: 1px;
    text-transform: uppercase;
    color: rgb(99, 99, 99);
    display: inline-block;
}
.confirm {
    width: 100%;
    margin: 0px 0px 0px 0px;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #636363;
    padding: 10px;
    font-weight: normal;
    line-height: normal;
    border: solid 1px black;
    background-color: #fff;
}
.confirm fieldset 
{
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #6001bf;
}
.confirm legend 
{
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #636363;
	font-weight: normal;
}
.confirm label
{
	display: inline-block;
	vertical-align: top;
	font-family: 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(../images/topnavdottedline.gif) left bottom repeat-x;
}
.confirm input.off
{
	border: 0;
	width: auto;
}
.confirmnocc
{
	width: 600px;
	margin: 20px 0px 0px 10px;
	font-family: 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 #6001bf;
}
.confirmnocc legend 
{
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #636363;
	font-weight: normal;
}
.confirmnocc label
{
	display: inline-block;
	vertical-align: top;
	font-family: 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(../images/topnavdottedline.gif) left bottom repeat-x;
}
.confirmnocc input.off
{
	border: 0;
	width: auto;
}
.payment
{
 margin: 20px 0px 0px 0px;
 font-family: 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 #6001bf;
}
.payment legend 
{
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #636363;
	font-weight: normal;
}
.payment label
{
	display: inline-block;
	vertical-align: top;
	font-family: 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(../images/topnavdottedline.gif) left bottom repeat-x;
}
.payment input.off
{
	border: 0;
	width: auto;
}
.paymentnocc
{
	width: 600px;
	margin: 20px 0px 0px 0px;
	font-family: 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 #6001bf;
}
.paymentnocc legend 
{
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #636363;
	font-weight: normal;
}
.paymentnocc label
{
	display: inline-block;
	vertical-align: top;
	font-family: 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;
}
/*member my account*/
fieldset {
    margin-bottom: 10px;
    margin-right: 0px;
    border: 1px solid #6001bf;
    padding: 0px 15px 15px;
}
label
{
 margin-top:0px;
 margin-bottom:8px;
}
legend {
    font-size: 14px;
    padding: 0px 10px;
    border-bottom: none;
    width: auto;
    color: #464646;
}
.hline {
    border-bottom-color: #d7d7d7 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    width: 100%;
    height: 1px;
    vertical-align: top;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    clear: both;
}
.btClose {
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    height: 30px;
    vertical-align: top;
    cursor: pointer;
    margin: 10px 0px 0px 0px;
    padding: 0px 9px 0px 9px;
    border: 1px solid #013e6d;
    background-color: lightgrey;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 15px;
}
.inputButton_admin-cart {
    background-color: #3c4b77;
    padding: 12px 20px;
    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: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
}
.inputButton_admin-cart:hover {
    background-color: #6001bf;
    padding: 12px 20px;
    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: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
}
.ui-widget-content > .form-group {
    font-size: 13px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-family: sans-serif;
    font-size: 12px;
    color: #7D7D7D;
    text-decoration: none;
    font-weight: bold;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    font-family: sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}
.form-group {
    height: 30px !important;
}
.control-label, .control-label2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 700;
    display: inline-block;
    max-width: 100%;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 13px;
}
/*member my account END*/
.securecheckoutheader {
    font-family: 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: rgba(96,1,191,.5);
    color: #fff;
    padding: 25px;
}
.locator {
    text-align: center;
    margin-top: 10px;
}
.locator-radius {
    text-align: right;
}
.locator-btn {
    margin-top: -13px;
}
a.whatsthis
{
    font-size: 12px;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #6001bf;
}
a.whatsthis:hover
{
    font-size: 12px;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #6001bf;
}
a.adminback
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #6001bf;
	text-decoration: underline;
	font-weight: normal;
    padding: 0px 0px 20px 0px;
}
a.adminback:hover
{
	font-family: 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*/
.header-section
{
    padding-bottom: 17px;
    background-color: #fff;
}
.topnav-bar {
    padding-left: 0px;
    padding-right: 16px;
    bottom: 0;
    position: absolute;
    right: 0;
    text-align: right;
}
.constantcontact {
    text-align: right;
    display: block;
    margin-bottom: 10px;
}
.logo {
    padding-top: 15px;
}
.logo_preceipt {
    max-width: 100%;
    height: auto;
}
.join {
    background-color: rgba(96,1,191,.5);
    border-radius: 3px;
    padding: 20px 18px 20px 20px;
    min-height: 75px;
    margin-bottom: 5px;
    text-align: center;
}
.hdjoin {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
        margin-top: 0;
        margin-bottom: 7px;
    text-transform: uppercase;
        line-height: 1.1;
}
.nav-section
{
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #dee0e5;
}
.nav-menu {
  width: 100%;
  float: none;
  text-align: center;
  height: auto !important;
}
.prodmenu {
    display: none;
    /*display: inline-block; - using Shop button to landing page only so this is hidden. IF want real shopping menu back switch back to this.*/
}
.mainmenu {
    display: inline-block;
}
.top-section-hp { /*NEW - had to add style when move buttons under slider n horizontal*/
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.top-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.top-section-frame {
    padding-top: 0px;
    padding-bottom: 30px;
}
.banner-wrapper_stem {
    border-radius: 3px;
    padding: 21px 15px 15px 40px;
    min-height: 75px;
    color: #6001bf;
    text-decoration: none;
    text-align: left;
    background: #e2eaf2 url(../files/ic_lightbulb.png) no-repeat scroll left center;
    /*NEW - had to add when move buttons under slider n horizontal*/
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.banner-wrapper_economic {
    border-radius: 3px;
    padding: 21px 15px 15px 52px;
    min-height: 80px;
    color: #6001bf;
    text-decoration: none;
    text-align: left;
    background: #e2eaf2 url(../files/ic_economic.png) no-repeat scroll left center;
    /*NEW - had to add when move buttons under slider n horizontal*/
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.banner-wrapper {
    border-radius: 3px;
    padding: 21px 15px 15px 52px;
    min-height: 80px;
    color: #6001bf;
    text-decoration: none;
    text-align: left;
    background: #e2eaf2 url(../files/ic_person.png) no-repeat scroll left center;
    /*NEW - had to add when move buttons under slider n horizontal*/
    display: inline-block;
    vertical-align: top;
}
.banner-wrapper_stem-inside {
    border-radius: 3px;
    padding: 21px 10px 15px 52px;
    min-height: 75px;
    color: #6001bf;
    text-decoration: none;
    text-align: left;
    background: #e2eaf2 url(../files/ic_lightbulb.png) no-repeat scroll left center;
    margin-bottom: 5px;
}
.banner-wrapper_economic-inside {
    border-radius: 3px;
    padding: 21px 1px 15px 52px;
    min-height: 75px;
    color: #6001bf;
    text-decoration: none;
    text-align: left;
    background: #e2eaf2 url(../files/ic_economic.png) no-repeat scroll left center;
    margin-bottom: 5px;
}
.banner-wrapper-inside {
    border-radius: 3px;
    padding: 21px 10px 15px 52px;
    min-height: 75px;
    color: #6001bf;
    text-decoration: none;
    text-align: left;
    background: #e2eaf2 url(../files/ic_person.png) no-repeat scroll left center;
    margin-bottom: 5px;
}
.banner-wrapper_calendar {
    border-radius: 3px;
    padding: 21px 10px 15px 52px;
    min-height: 75px;
    color: #6001bf;
    text-decoration: none;
    margin-bottom: 5px;
    text-align: left;
    background: #e2eaf2 url(../files/ic_calendar.png) no-repeat scroll left center;
    display: inline-block; /*NEW - had to add when move buttons under slider n horizontal*/
}
.banner h4 {
    font-family: 'Open Sans', sans-serif;
    color: #274472; /*#6001bf*/
    font-style: normal;
    font-size: 14px !important;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.1;
}
.social-media {
    margin-top: 40px; /*margin-top: 15px;*/
    text-align: left;
}
.small-caption {
    font-family: 'Open Sans', sans-serif;
    color: #95999e;
    font-style: normal;
    font-size: 13px;
}
.social-icons {
    margin-top: 3px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-icons li, .social-buttons li {
    display: inline-block;
    margin: 4px 4px 4px 0;
}
.social-buttons {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
.facebook-like {
    margin: 2px 4px 4px 0 !important;
    vertical-align: top;
}
.facebook-share {
    margin: 2px 4px 4px 0 !important;
    vertical-align: top;
}
.body-section
{
    padding-top: 0px;
    padding-bottom: 30px;
}
a.hp-blog-title
{
    font-family: Open Sans;
    color: #6001bf;
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    text-decoration: none;
}
a.hp-blog-title:hover
{
    font-family: Open Sans;
    color: #bd66ff;
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    text-decoration: none;
}
.sidebar-box.white {
    background: #fafbfd;
    margin-top: 30px;
    padding: 20px;
}
.featured-video {
    padding: 20px;
}
.sidebar-box {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.sidebar-box.image-banner {
    margin-top: 30px;
    padding: 0px 0px 10px 0px;
    background-color: #6001bf;
    color: #fff;
}
.image-banner .button.transparent {
    padding: 0;
    font-size: 13px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
.image-banner img {
    border-bottom-color: #f3f7fa;
    width: 100%;
    height: auto;
}
a.button.transparent, button.transparent {
    padding: 0;
    font-size: 13px;
    background: none;
    color: #6001bf;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
     transition: background 0.3s, color 0.2s, border 0.3s;
    -webkit-transition: background 0.3s, color 0.2s, border 0.3s;
    -moz-transition: background 0.3s, color 0.2s, border 0.3s;
}
a.button.transparent2, button.transparent2 {
    padding: 0;
    font-size: 13px;
    background: none;
    color: #fff;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
     transition: background 0.3s, color 0.2s, border 0.3s;
    -webkit-transition: background 0.3s, color 0.2s, border 0.3s;
    -moz-transition: background 0.3s, color 0.2s, border 0.3s;
}
a.button.button-arrow:after, button.button-arrow:after {
    display: inline-block;
    margin-left: 10px;
    color: #a8abae;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid;
    content: '';
}
a.button.button-arrow2:after, button.button-arrow2:after {
    display: inline-block;
    margin-left: .2em;
    color: #fff;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid;
    content: '';
}
.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
    color: #220e10;
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}
.alignleft {
    float: left;
    padding-right: 15px;
}
.post-image {
    float: left;
    margin-right: 30px;
    position: relative;
}
.sidebar-box a.button {
    margin-top: 10px;
}
.box-title {
    margin-top: 5px;
    margin-bottom: 23px;
    font-weight: 400;
    font-family: 'Open Sans' !important;
    color: #3e474c !important;
    font-style: normal !important;
    font-size: 18px !important;
    line-height: 1.1;
}
.upcoming-events, .upcoming-events ul {
    margin-bottom: -10px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.post-title {
    margin: 20px 0 7px;
}
a.post-title-link {
    color: #6001bf;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 7px;
    line-height: 1.1;
    font-family: 'Open Sans', sans-serif;
}
a.post-title-link:hover {
    color: #6001bf;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 7px;
    line-height: 1.1;
    font-family: 'Open Sans', sans-serif;
}
a.button.big
{
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 11px;
    background: #e2eaf2;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-top: 1px solid #f3f7fa;
    border-bottom: 1px solid #bfc8d7;
    transition: background 0.3s, color 0.2s, border 0.3s;
    -webkit-transition: background 0.3s, color 0.2s, border 0.3s;
    -moz-transition: background 0.3s, color 0.2s, border 0.3s;
    color: #6001bf;
}
a.button.big:hover
{
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 11px;
    background: #6001bf;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-top: 1px solid #f3f7fa;
    border-bottom: 1px solid #bfc8d7;
    transition: background 0.3s, color 0.2s, border 0.3s;
    -webkit-transition: background 0.3s, color 0.2s, border 0.3s;
    -moz-transition: background 0.3s, color 0.2s, border 0.3s;
    color: #e2eaf2;
    text-decoration: none;
}
.banner-rotator-content {
    padding: 40px 10px 60px 40px;
    background: #6001bf url(files/wasghpexterior.jpg) right top no-repeat scroll;
    color: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    text-align: left;
}
.banner-hd {
    font-size: 48px;
    font-weight: 700;
    margin: 30px 0px 20px;
    white-space: normal;
    color: #fff;
}
.banner-rotator-content span.date {
    display: block;
    font-size: 18px;
    color: #fff;
}
.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.sponsors {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}
.footer-section {
    background-color: #6001bf;
    color: #e2eaf2;
    padding-top: 50px;
    padding-bottom: 30px;
}
a.footer-link {
    color: #fff;
    font-size: 11px;
    text-decoration: underline;
}
a.footer-link:hover
{
    color: #e2eaf2;
    font-size: 11px;
    text-decoration: underline;
}
.twitter-widget {
    padding-top: 20px;
}
.twitter-widget ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
.tweet_first tweet_odd {
    color: #ffffff;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 15px;
}
.twitter-widget li>span {
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 15px;    
}
.twitter-widget li>span a {
         font-family: 'Open Sans' !important;
    color:#97acc3;
    font-style: normal;
    font-size: 15px !important;
}
a.button.twitter-button {
    background: #40bff5;
    border-top-color: #53d2f8;
    border-bottom-color: #36a6d6;
    color: #fff;
    height: 35px;
    border-bottom: none;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 20px;
    font-size: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: background 0.3s, color 0.2s, border 0.3s;
    -webkit-transition: background 0.3s, color 0.2s, border 0.3s;
    -moz-transition: background 0.3s, color 0.2s, border 0.3s;
}
a.button.twitter-button:hover {
    background: #fff;
    border-top-color: #fff;
    border-bottom-color: #fff;
    color: #40bff5;
    height: 35px;
    border-bottom: none;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 20px;
    font-size: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: background 0.3s, color 0.2s, border 0.3s;
    -webkit-transition: background 0.3s, color 0.2s, border 0.3s;
    -moz-transition: background 0.3s, color 0.2s, border 0.3s;
    text-decoration: none;
}
.menu_main_secure
{
    margin: 0px;
    padding: 0px 0px 0px 0px;   
    border: solid 0px lime;
    float: right;
    display: block;
}
a.secure_home_link {
    font-family: 'Open Sans', sans-serif;
    color: #3e474c;
    font-style: normal;
    font-size: 16px;
    padding: 18px 14px 21px;
    text-decoration: none;
    border-left: 1px solid #dee0e5;
    line-height: 20px;
    border-right: 1px solid #dee0e5;
    display: block;
    width: 76px;
}
a.secure_home_link:hover, a.secure_home_link:active, a.secure_home_link:focus
{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-style: normal;
    font-size: 16px;
    padding: 18px 14px 21px;
    text-decoration: none;
    background-color: #6001bf;
    border-left: 1px solid #dee0e5;
    line-height: 20px;
    border-right: 1px solid #dee0e5;
    display: block;
    width: 76px;
}
.freeship {
    background-color: transparent;
    color: #004d43;
    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: 'Open Sans', sans-serif;
}
.freeship_mobile {
    background-color: transparent;
    color: #004d43;
    padding: 7px 10px;
    text-decoration: none;
    vertical-align: top;
    font-size: 13px;
    margin-right: 1px;
    text-align: center;
    font-family: 'Open Sans', 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
{
	width: 1130px;
    padding: 0px;
    margin: 0 auto;
    border: solid 0px lime;
    min-height: 200px;
}
.body_inside
{
    padding: 0px;
    margin: 0 auto;
    border: solid 0px lime;
    min-height: 700px;
    background-color: #ffffff;
}
.callout1
{
	width: 359px;
    padding: 0px 0px 0px 12px;
    margin: -1px 0px 0px 0px;
    border: solid 0px lime;
    text-align: center;
    float: left;
    display: block;
}
.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;
}
.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 {
    height: 350px; /*height: 450px;*/
    padding: 0px 0px 0px 0px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.sb_video
{
    height: 150px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    width: 100%;
}
.content_image
{
	width: 98.8%;
    text-align: center;
    z-index: 600;
    position: absolute;
    top: 0px;
    max-height: 300px;
}
.prod_area
{
    float: right;
    display: block;
    margin: -215px 0px 0px 0px;
}
.prod_right
{
    float: right;
    display: block;
    width: 197px;
    height: 165px;
    background-color: #ff504b;
    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: #013e6d;
    font-size: 30px;
}
.join2
{
    padding: 0px 0px 3px 0px;
    color: #013e6d;
    font-size: 14px;
    font-weight: bold;
}
.phone
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 24px;
    color: #6001bf;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 7px;
    padding-bottom: 0px;
    padding-top: 13px;
    margin: 0px;
    font-weight: bolder;
    float: right;
    display: block;
}
a.mobile_phone, a.mobile_phone:hover, a.mobile_phone:focus, a.mobile_phone:active {
    color: #e2eaf2;
    font-family: 'Open Sans' !important;
    font-style: normal;
    font-size: 15px;
    line-height: 23px;
}
a.contact_phone, a.contact_phone:hover, a.contact_phone:focus, a.contact_phone:active {
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #636363;
    line-height: 18pt;
    text-decoration: none;
}
a.contact-email {
    color: #e2eaf2;
    font-family: 'Open Sans' !important;
    font-style: normal;
    font-size: 15px;
    line-height: 23px;
    text-decoration: none;
}
a.contact-email:hover, a.contact-email:focus, a.contact-email:active {
    color: #fff;
    font-family: 'Open Sans' !important;
    font-style: normal;
    font-size: 15px;
    line-height: 23px;
    text-decoration: underline;
}
.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;
}
.fb_share_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;
}
.iaslabel {
    padding-right: 10px;
}
.iasDropDown, .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, .IasText {
    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: Open Sans, Trebuchet MS, sans-serif;
    box-shadow: inset 0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.iasbutton {
    display: inline-block;
    margin-top: 11px;
    background: #d6dfe7;
    padding: 10px 20px;
    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: Open Sans, sans-serif;
    color: #6001bf;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #bfc8d7;
    border-top: 1px solid #f3f7fa;
    border-radius: 5px;
    border: none;
}
.inputButton3 {
    font-family: 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 #013e6d;
    background-color: #dcf1ec;
    text-decoration: none;
    color: #013e6d;
    text-transform: uppercase;
}
.inputButton4
{
    font-family: 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: #6001bf;
    text-decoration: none;
    color: #013e6d;
    border: none;
    text-transform: uppercase;
}
.inputButton_scan
{
    font-family: 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: #013e6d;
    text-decoration: none;
    color: #fff;
    border: none;
    text-transform: uppercase;
}
.inputButton_close
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
 font-size: 14px;
    font-weight: bold;
    height: 25px;
 vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px 7px 0px 8px;
    background-color: transparent;
    text-decoration: none;
    color: #505050;
    border: 1px solid darkgray;
    text-transform: uppercase;
    border-radius: 50px;
}
.inputButton_cancel, .inputButton_cancel:hover, .inputButton_cancel:focus, .inputButton_cancel:active
{
    font-family: 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: 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: 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: #3c4b77;
    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: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    border-style: none;
    border-width: 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: 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;
}
.ic_search {
    width: 17px;
}
.non-mobile {
    display: inline-block;
}
.mobile {
        display: none;
    }
.mobile_ship-msg, .mobile_ship-msg2 {
        display: none
    }
.hp_mobile_img {
    display: none;
}
.form-group {
    margin-top: 15px;
}
.no-pad {
    padding-left: 0px;
    padding-right: 0px;
}
.no-margin {
     margin-left: 0px;
     margin-right: 0px; 
}
/*SLIDER STYLES*/
.carousel {
    height: auto; /*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: normal;
}
.carousel-inner > .item > img {
    margin-right: auto;
    margin-left: auto;
}
#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: transparent;
    -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, .4);
    -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;
}
.fb-footer {
    width: 292px;
}
.fb-footer-on {
    display: none;
}
.hp-main-img {
     width: 333px; 
     height: 240px;
}
.img-mission {
     width: 770px; 
     height: auto;
}
.inside-img {
    margin-bottom: 30px;
}
/*MEDIA TAGS*/
@media (max-width: 1199px) {
     .img-mission {
         width: 100%; 
         height: auto;
    }
}
@media (max-width: 1144px) {
    .prodbar-nav > li > a, .prodbar-nav > li > a:hover, .prodbar-nav > li > a:focus, .prodbar-nav > li > a.highlighted,
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a.highlighted {
        padding: 19px 8px 18px;
    }
    .prodbar-nav > li > a.dropdown-toggle, .prodbar-nav > li > a.dropdown-toggle:hover, .prodbar-nav > li > a.dropdown-toggle:active, .prodbar-nav > li > a.dropdown-toggle:focus,
    .navbar-default .navbar-nav > li > a.dropdown-toggle, .navbar-default .navbar-nav > li > a.dropdown-toggle:hover, .navbar-default .navbar-nav > li > a.dropdown-toggle:active, .navbar-default .navbar-nav > li > a.dropdown-toggle:focus {
        padding: 19px 8px 18px;
    }
    .locator {
        margin-top: 30px;
    }
    .locator-radius {
        margin-top: 25px;
    }
    .locator-btn {
        margin-top: 11px;
    }
    .select_locator {
        width: 94%;
    }
    .input_locator {
        width: 88%;
    }
    .banner-wrapper {
        margin-top: 20px;
    }
}
@media (max-width: 1025px) {
    .brand {
        padding: 16px 0px;
    }
}
@media (min-width: 994px) {
    .navbar-toggle {
        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) {
    .navbar-toggle {
        padding: 20px 20px 20px 45px;
        width: 100%;
        height: 60px;
        color: #6001bf;
        font-size: 16px;
        font-family: 'Open Sans' !important;
        font-style: normal;
        display: block;
        text-align: left;
        border: none;
        border-radius: 0px;
        margin: 0px;
        background: url(../files/btmenu.png) no-repeat scroll top left;
    }
    .navbar-toggle:hover {
        padding: 20px 20px 20px 45px;
        width: 100%;
        height: 60px;
        color: #fff;
        font-size: 16px;
        font-family: 'Open Sans' !important;
        font-style: normal;
        display: block;
        text-align: left;
        border: none;
        border-radius: 0px;
        margin: 0px;
        background: #6001bf url(../files/btmenu_mo.png) no-repeat scroll top left;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.in {
        overflow-y: auto;
    }
        .nav-menu.collapse.in {
        border-left: 1px solid #dee0e5;
        border-right: 1px solid #dee0e5;
    }
    .prodbar-nav > li, .navbar-nav > li {
       /* margin: 0px;
        display: block;
        padding: 10px 20px;
        margin-right: 0px;
        text-align: left;
        border-top: 1px solid #dee0e5;
        border-bottom: 1px solid #dee0e5;
        border-left: none;
        float: none;
        position: relative;*/
        border: none;
        padding: 0px;
        margin: 0px;
        display: block;
        float: none;
    }
    .prodbar-nav > li > a.dropdown-toggle, .navbar-default .navbar-nav > li > a.dropdown-toggle {
        padding: 10px 20px;
        font-family: 'Open Sans', sans-serif;
        color: #3e474c;
        font-style: normal;
        font-size: 16px;
        text-decoration: none;
        font-weight: 400;
        line-height: 23px;
        background-color: transparent;
        position: relative;
            display: block;
            text-align: left;
            background: url(files/arrow_sub-menu_mobile.png) scroll center right no-repeat;
            margin-right: 0px;
            border-bottom: 1px #d1d4d7 solid;
    }
    .prodbar-nav > li > a, .navbar-default .navbar-nav > li > a {
        padding: 10px 20px;
        font-family: 'Open Sans', sans-serif;
        color: #3e474c;
        font-style: normal;
        font-size: 16px;
        text-decoration: none;
        font-weight: 400;
        line-height: 23px;
        background-color: transparent;
        position: relative;
            display: block;
            text-align: left;
            border-bottom: 1px #d1d4d7 solid;
    }
    .prodbar-nav > li > .dropdown-menu > li > a.dropdown-toggle, .navbar-default .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav > li > .dropdown-menu > li > a, .navbar-nav > li > .dropdown-menu > li > a.dropdown-toggle {
        background-color: transparent;
        text-decoration: none;
        padding: 10px 20px;
        font-family: 'Open Sans', sans-serif;
        color: #3e474c;
        font-style: normal;
        font-size: 15px;
        font-weight: normal;
        background-image: none;
        white-space: normal;
        padding-left: 35px;
    }
    .prodbar-nav > li > a:hover, .prodbar-nav > li > a:focus, .prodbar-nav > li > a.highlighted, .prodbar-nav > li > a.dropdown-toggle:hover, .prodbar-nav > li > a.dropdown-toggle:active, .prodbar-nav > li > a.dropdown-toggle:focus,
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a.highlighted, .navbar-default .navbar-nav > li > a.dropdown-toggle:hover, .navbar-default .navbar-nav > li > a.dropdown-toggle:active, .navbar-default .navbar-nav > li > a.dropdown-toggle:focus
    {
        padding: 10px 20px;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        font-style: normal;
        font-size: 16px;
        text-decoration: none;
        font-weight: 400;
        line-height: 23px;
        background-color: #6001bf;
        position: relative;
            display: block;
            text-align: left;            
    }
    .prodbar-nav > li > .open > a, .prodbar-nav > li > .open > a:hover, .prodbar-nav > li > .open > a:focus,
    .navbar-default .navbar-nav > li > .open > a, .navbar-default .navbar-nav > li > .open > a:hover, .navbar-default .navbar-nav > li > .open > a:focus {
        color: #fff;
    }
    .mainmenu, .prodmenu {
        display: block;
        float: none;
        clear: both;
    }
    .prodnav, .mainnav {
        display: block;
        margin: 0px;
    }
    .prodbar-nav > li > .dropdown-menu, .prodbar-nav > li > .dropdown-menu > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu, 
    .navbar-nav .open .dropdown-menu
     {
        border-radius: 0px;
        margin: 0px !important;
        position: static;
        float: none;
        box-shadow: none;
        height: auto;
        max-height: 300px;
        overflow-x: hidden;
        background-color: #f2f4f9;
        border-bottom: 1px solid #6001bf;
        top: 0 !important;
        left: 0px;
            text-align: left;
    padding: 0px;
    min-width: 200px;
    width: auto;
    list-style: none;
    background-clip: padding-box;
        z-index: 1000;
        -webkit-border-image: none;
    }
    .dropdown-menu > li > a, .dropdown-menu > li > a.highlighted, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
        padding-left: 55px;
    }
    .prodbar-nav > li > .dropdown-menu > li, .prodbar-nav > li > .dropdown-menu > li > .dropdown-menu li, .navbar-nav > li > .dropdown-menu > li, .navbar-nav > li > .dropdown-menu > li > .dropdown-menu li {
        display: block;
        border-bottom: 1px solid #dee0e5;
    }
    .prodbar-nav > li > .dropdown-menu > li > a:hover, .prodbar-nav > li > .dropdown-menu > li > a.highlighted:hover {
        color: #3e474c;
        background-color: #c6d0dc;
    }
    .navbar-nav > li > .dropdown-menu > li > a.highlighted, .prodbar-nav > li > .dropdown-menu > li > a.highlighted, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover
     {
        color: #fff;
        padding-left: 35px;
        background-color: #6001bf;
    }
    .prodbar-nav li:hover, .prodbar-nav li:hover > span, .prodbar-nav li:hover > a, .prodbar-nav > li.dropdown, .prodbar-nav > li.dropdown > span, 
    .navbar-default .navbar-nav li:hover, .navbar-default .navbar-nav li:hover > span, .navbar-default .navbar-nav li:hover > a, .navbar-default .navbar-nav > li.dropdown, .navbar-default .navbar-nav > li.dropdown > span  {
        color: #fff;
    }
    .prodbar-nav > li > .dropdown-menu > li:hover, .prodbar-nav > li > .dropdown-menu > li:hover > span, .prodbar-nav > li > .dropdown-menu > li:hover > a, .prodbar-nav > li > .dropdown-menu > li.dropdown, .prodbar-nav > li > .dropdown-menu > li.dropdown > span,
    .navbar-default .navbar-nav > li > .dropdown-menu > li:hover, .navbar-default .navbar-nav > li > .dropdown-menu > li:hover > span, .navbar-default .navbar-nav > li > .dropdown-menu > li:hover > a, .navbar-default .navbar-nav > li > .dropdown-menu > li.dropdown, .navbar-default .navbar-nav > li > .dropdown-menu > li.dropdown > span
    {
        color: #fff;
    }
    .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, 
    .prodbar-nav > li > .dropdown-menu > li > a:hover, .prodbar-nav > li > .dropdown-menu > li > a:active, .prodbar-nav > li > .dropdown-menu > li > a:focus
    {
        color: #fff;
        padding-left: 35px;
    }
    .prodbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a, .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, 
    .prodbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a.dropdown-toggle, .prodbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a.dropdown-toggle:hover, .prodbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a.dropdown-toggle:focus, .prodbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a.dropdown-toggle:active {
        padding-left: 45px;
    }
     .navbar-nav > li .caret {
    border-top: none;
    border-right: none;
    border-left: none;
   background: none;
    background-color: transparent;
    }
    .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;
    }
    .mobile_no-pad {
        padding-left: 0px;
        padding-right: 0px;
    }
  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: #b6e1dd;
  }
  .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 {
    height: 350px;
    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: #004d43;
  }
  .icon.black {
    color: #000;
  }  
  .arrow.right {
    top: 87%;
  }
  .arrow.left {
    top: 87%;
  }
  .portfolio-column {
    padding-right: 0px;
  }
  .navbar-scroll {
    display: none;
    box-shadow: none;
  }
  .banner-section {
    height: 100%;
  }
  .dropdown.open {
    color: #fff;
  }
  .dropdown:hover {
    background-color: #6001bf;
  }
  .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;
    }
    .fb-footer {
        width: 100%;
        height: auto;
    }
    .footer-section {
        padding-top: 30px;
    }
    .mobile_footer {
        text-align: center;
        width: 100%;
    }
     .mobile_footer-pad {
        text-align: center;
        width: 100%;
        padding: 20px 15px 10px;
    }
    .locator {
        margin-bottom: 15px;
    }

    .locator-btn {
        text-align: right;
    }

    .select_locator {
        width: 88%;
    }

    .input_locator {
        margin-left: 15px;
    }
    .banner-wrapper_calendar {
        margin-top: 15px;
    }
    .banner-wrapper {
        margin-top: 5px;
        display: block;
    }
    .banner-wrapper_stem {
        display: block;
        margin-right: 0px;
        padding: 21px 15px 15px 52px;
    }
    .banner-wrapper_economic {
        display: block;
        margin-right: 0px;
        margin-top: 5px;
    }
}

@media (max-width: 769px) {
    /*.inputqty {
        width: 45%;
    }*/
    .join-section {
        padding: 20px 20px 0px;
    }
    .portfolio-link {
        width: 80%;
    }
    .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: #b6e1dd;
  }
  .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 {
    margin-bottom: 1px;
  }
  .client-column {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contact-us-section {
    background-position: 0% 0%, 68% 100%;
    background-size: auto, cover;
  }
  .icon {
    color: #004d43;
  }
  .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;
  }
  .dropdown {
    width: 100%;
    max-width: 1500px;
  }
  .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: #b6e1dd;
  }
}
@media (max-width: 767px) {
    .topnav-bar {
        padding-right: 0px;
        text-align: center;
        position: relative;
    }
    .constantcontact {
        text-align: center;
        display: block;
        margin: 10px auto;
        width: 51%;
    }
    .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;
    }
    .header-section {
        padding-top: 5px;
    }
    .join
    {
        width: 90%;
        right: 5%;
        left: 5%;
    }
    .logo {
        padding-top: 0px;
        padding-bottom: 5px;
        text-align: center;
    }
    .mobile-center {
        text-align: center;
    }
    .a.button.big, .a.button.big:hover {
        margin-bottom: 30px;
    }
    .select_locator {
        width: 91%;
    }

    .input_locator {
        width: 91%;
    }
    .column-filters {
        position: static;
        display: block;
    }

    .filter-mobile {
        padding-top: 0px;
        padding-bottom: 10px;
        border-top: 1px solid #d9d9d9;
    }
}
@media (max-width: 741px) {
    .no-pad_992 {
        width: 100%;
    }
}
@media (max-width: 694px) {
    .white.top.free {
        display: none;
    }
    .menu-button {
        margin-top: 33px;
    }
    .mobile_ship-msg {
        color: #004d43;
        padding: 7px 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;
    }
    .select_locator {
        width: 100%;
    }
    .locator {
       margin-bottom: 0px;
    }
    .input_locator {
        width: 100%;
        margin-left: 0px;
    }
}
@media (max-width: 599px) {
    .banner-section {
        display: none;
    }
    .hp_mobile_img {
        display: block;
    }
    .about-us-div {
    margin-top: 30px;
    }
    .section.about {
    padding-bottom: 500px;
    background-color: transparent;
    }
}
@media (max-width: 481px) {
  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;
  }
  .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;
  }
  .dropdown {
    height: auto;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .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;
  }
  .topbar-nav > li > a, .topbar-nav > li > a:hover, .topbar-nav > li > a:focus, .topbar-nav > li > a.highlighted {
    font-size: 12px;
    padding: 2px 6px;
    }
  .topcart-block {
    padding: 2px 0px;
    }
  a.topcartnav, a.topcartnav:hover, a.topcartnav:active, a.topcartnav:focus, a.highlighted.topcartnav {
    font-size: 12px;
    padding: 4px 6px 4px;
    }
    a.topshopnav, a.topshopnav:hover, a.topshopnav:active, a.topshopnav:focus, a.highlighted.topshopnav {
        font-size: 12px;
        padding: 3px 6px 2px;
        margin: 2px 4px 0px 0px;
    }
  .search_btn, .search_btn:hover, .search_btn:active, .search_btn:focus, .search_btn.highlighted {
    padding: 1px 6px 3px 6px;
    }
    .constantcontact {
        text-align: center;
        display: block;
        margin: 10px auto;
        width: 80%;
    }
}
@media (max-width: 477px) {
    .hp-sponsor-img {
         width: 100%; 
         height: auto;
    }
    .slide1, .slide2, .slide3, .slide4, .slide5, .slide6, .slide7, .slide8, .slide9, .slide10 {
        display: none !important;
    }
    .hp_mobile_img {
        display: block;
    }
}
@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;
    }
    .hp-main-img {
         width: 100%; 
         height: auto;
    }    
    .map {
        height: 250px;
    }
}
@media (max-width: 361px) {
    .brand {
        padding: 22px 0px 0px 0px;
    }
    .menu-button {
        margin-top: 23px;
        margin-bottom: 10px;
    }
    .mobile_ship-msg {
        display: none;
    }
    .mobile_ship-msg2 {
        padding: 0px 0px 0px 22px;
        font-size: 11px;
        display: inline-block;
    }
    .topbar-nav > li > a, .topbar-nav > li > a:hover, .topbar-nav > li > a:focus, .topbar-nav > li > a.highlighted {
    font-size: 11px;
    padding: 0px 4px;
    }
  .topcart-block {
    padding: 0px;
    }
  a.topcartnav, a.topcartnav:hover, a.topcartnav:active, a.topcartnav:focus, a.highlighted.topcartnav {
    font-size: 11px;
    padding: 2px 4px 2px;
    }
    a.topshopnav, a.topshopnav:hover, a.topshopnav:active, a.topshopnav:focus, a.highlighted.topshopnav {
        font-size: 11px;
        padding: 0px 4px 0px;
        margin: 3px 4px 0px 0px;
        line-height: 19px;
    }
  .search_btn, .search_btn:hover, .search_btn:active, .search_btn:focus, .search_btn.highlighted {
    padding: 0px 5px;
    }
    .ic_search {
        width: 12px;
    }
    .hide-tiny {
        display: none;
    }
    .no-pad-tiny {
        padding-right: 0px;
    }
    .inputJoin, .inputJoin2 {
        padding: 7px 8px;
    }
}
@media (max-width: 351px) {
    .fb-footer  {
        display: none !important;
    }
    .fb-footer-on {
        display: block;
        margin-top: 10px;
    }
}