/*
|--------------------------------------------------------------------------
|                                 HOME PAGE & NAVIGATION
|--------------------------------------------------------------------------
*/

  nav#main-nav ul.jetmenu {
    padding: 0;
    height: 70px;
    background: #445C6D;
  }

  nav#main-nav .nav-dropdown-spans,
  nav#main-nav .nav-dropdown-spans a,
  .search-bar-close-btn .ion-ios-close-outline {
    color: #fff !important;
  }

  .st0 {
    fill:#fff !important;
  }

  section#search-bar {
    background: #445C6D !important;
  }

  section#categories .overlay {
    background: rgba(0,0,0,.02);
  }

  .categories-row-1,
  .categories-row-2,
  .categories-row-3 {
    margin-top: 30px;
  }

  .categories-row-3 {
    margin-bottom: 30px;
  }

  section#categories .categories-wrapper {
    margin: 0 15px 0 15px;
  }

  .category-grid-header {
    background: #898D90;
    margin: 0 15px 0 15px;
  }

  .homepage-categories {
    margin: 0 !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    /*padding: 0 15px 0 15px;*/
  }

  .homepage-categories .column {
    padding: 0 !important;
  }

  .category-grid-header h5 {
    color: #fff;
    margin: 0;
  }

  section#categories .grid-img-div h5 {
    top: 10%;
    font-size: calc(8px + 9 * ( (100vw - 420px) / 860));
    /*border: 2px solid green;*/
  }

  nav#main-nav .products-dropdown {
    margin-top: 10px;
    width: 370px;
  }

  .jetmenu ul.dropdown {
    /*top: 0;*/
  }


    /*
    |--------------------------------------------------------------------------
    |                      LARGE MEDIA QUERIES
    |                min-width 1025px and max-width 1440px
    |--------------------------------------------------------------------------
    */

    @media only screen and (min-width: 64.063em) and (max-width: 90em) {

      section#categories .category-grid-header h5 {
        font-size: calc(10px + 9 * ( (100vw - 420px) / 860));
      }

    }/* LARGE MEDIA QUERY */


    /*
    |--------------------------------------------------------------------------
    |                      MEDIUM MEDIA QUERIES
    |                min-width 641px and max-width 1024px
    |--------------------------------------------------------------------------
    */

    @media only screen and (min-width: 40.063em) and (max-width: 64em) {

      section#hero {
        margin-top: 0;
      }

      section#categories .grid-img-div h5 {
        font-size: calc(12px + 9 * ( (100vw - 420px) / 860));
      }

    }/* MEDIUM MEDIA QUERY */


    /*
    |--------------------------------------------------------------------------
    |                      SMALL MEDIA QUERIES
    |                       max-width 640px
    |--------------------------------------------------------------------------
    */

    @media only screen and (max-width: 40em) {

      section#hero {
        margin-top: 0;
      }

      section#categories .grid-img-div h5 {
        font-size: calc(16px + 9 * ( (100vw - 420px) / 860));
      }

    }/* SMALL MEDIA QUERY */


/*
|--------------------------------------------------------------------------
|                                 SEARCH BAR
|--------------------------------------------------------------------------
*/
section#search-bar {
  z-index: 999;
  position: fixed;
  top: 0;
  height: 70px;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #444;
}

.search-bar-input-field {
  width: 100%;
  margin: 0;
  background: #fff;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #445C6D;
}

.search-bar-input-field:focus {
  background: #fff;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #445C6D;
}

.search-bar-submit-btn {
  margin-left: -60px;
  font-weight: 100;
}

.search-bar-close-btn {
  padding-left: 30px;
}

.search-bar-close-btn .ion-ios-close-outline {
  font-size: 1.5rem;
  color: #445C6D;
}

#suggest {
  position: absolute;
  top: 70px;
  background: #445C6D;
  width: 206px;
}

#suggest li a {
  color: #fff;
}

#suggest li a:hover {
  color: #999;
}

/*
|--------------------------------------------------------------------------
|                                 Mobile Nav
|--------------------------------------------------------------------------
*/

  .title-bar {
    background: #445C6D;
    border-bottom: 1px solid #445C6D;
  }

  .menu-icon {
    /*color: #445C6D;*/
    background: #445C6D;
  }

  .ion-navicon {
    color: #fff;
    font-size: 1.5rem;
    padding-right: 10px;
  }

  .mobile-nav-logo-a {
    background: #445C6D
  }

  .denon-pro-logo-title-bar svg{
    width: 100px;
  }

  section#mobile-navigation  {

  }

  .off-canvas {
    background: #fff !important;
  }

  .denon-pro-logo-mobile svg {
    width: 100px;
  }

  ul.submenu > li.title {
    background: #445C6D;
    color: #fff;
    padding-left: 5px;
    margin-top: 5px;
  }

  .menu>li>a{
    color: #444;
    padding: 10px 0 10px 10px;
  }











/*
|--------------------------------------------------------------------------
|                                 CATEGORY PAGES
|--------------------------------------------------------------------------
*/

  section#categories {
    min-height: 90vh;
  }


    /*
    |--------------------------------------------------------------------------
    |                      MEDIUM MEDIA QUERIES
    |                min-width 641px and max-width 1024px
    |--------------------------------------------------------------------------
    */

    @media only screen and (min-width: 40.063em) and (max-width: 64em) {

      section#categories {
        padding-top: 0px;
        margin: 0;
      }

      section#categories .columns, .column {
        padding: 0 20px 20px 20px;
      }

    }/* MEDIUM MEDIA QUERY */


    /*
    |--------------------------------------------------------------------------
    |                      SMALL MEDIA QUERIES
    |                       max-width 640px
    |--------------------------------------------------------------------------
    */

    @media only screen and (max-width: 40em) {

      section#categories {
        padding-top: 0px;
        margin: 0;
      }

      .categories-header h4 {
        font-size: 1.2rem;
      }

      .categories-header h5 {
        font-size: 1rem;
      }

    }/* SMALL MEDIA QUERY */




















/*
|--------------------------------------------------------------------------
|                                 PRODUCTS PAGES
|--------------------------------------------------------------------------
*/

  section#product-page-specs .features-copy-container {
    margin-top: 4%;
  }

  /* Features
  ---------------------------*/
  .features-copy-container {
    text-align: left;
  }

  #feats li {
    /*border-bottom: 1px solid #445C6D;*/
    line-height: 1.6;
    padding: 5px 0;
  }

  section#product-page-specs .specs-section-header h4 {
    width: 15%;
  }

  /* Specs
  ---------------------*/

  section#product-page-specs .specs-copy-container {
    text-align: left;
    /*margin-left: 50px;*/
  }

  ul#specs li {
    line-height: 1.6;
  }

  ul#specs h6 {
    font-weight: bold;
    background: #445C6D;
    color: #eee;
    padding-left: 10px;
  }

  ul.no-bullet li h6 {
    background: #fff !important;
    color: #444 !important;
    font-weight: bold;
    border-bottom: 1px solid #445C6D;
  }

  ul.no-bullet li {
    /*background: pink;*/
    padding-left: 10px;
  }

  /* Downloads
  ---------------------*/


  section#product-page-docs-downloads .docs-section-header h4 {
    width: 20%;
  }


  /*
  |--------------------------------------------------------------------------
  |                      SMALL MEDIA QUERIES
  |                       max-width 640px
  |--------------------------------------------------------------------------
  */

  @media only screen and (max-width: 40em) {

    section#product-page-hero .product-page-hero-left-container
    .product-hero-find-a-dealer-btn-container {
      padding: 0;
    }

    section#product-page-specs .specs-section-header h4 {
      width: 50%;
    }

    .features-copy-container li {
      font-size: calc(12px + 9 * ( (100vw - 420px) / 860));
    }

  }/* SMALL MEDIA QUERY */

























/*
|--------------------------------------------------------------------------
|                                 DEALER PAGE
|--------------------------------------------------------------------------
*/

  .dealer-result {
    padding: 20px !important;
  }


/*
|--------------------------------------------------------------------------
|                                 KB PAGE
|--------------------------------------------------------------------------
*/













/*
|--------------------------------------------------------------------------
|                                 FOOTER
|--------------------------------------------------------------------------
*/

.footer-address-container span {
  color: #fff !important;
}

/* ADDED 040919 */

/* Dropdown Button */
.dropbtn {
 // background-color: #3498DB;
  color: white;
  padding: 4px;
  font-size: 18px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 4px 4px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
/* ADDED 040919 */