#content{
	margin-top:100px;
	min-height:835px;
}

.nav-dropdown-spans a{
	font-size: 1.1rem;
  padding: 34px 24px;
  font-weight: 300;
  color: #fff !important;
  letter-spacing: 1px;
}

.nav-dropdown-spans a:hover {
	color:#928363;
}

.button{
	padding: 0.81em 1em !important;
}
nav#main-nav .marantz-logo {
  flex-grow: 1;
}

nav#main-nav .marantz-logo svg {
  width: 170px;
}

.mobile-nav-a {
  background-color: #928363 !important;
  color: black !important;
  padding: 5px 10px !important;
}

/*
|--------------------------------------------------------------------------
|                                 SEARCH BAR
|--------------------------------------------------------------------------
*/
section#search-bar {
  z-index: 999;
  position: fixed;
  top: 0;
  height: 80px;
  width: 100%;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #91835F;
}

.search-bar-input-field,
.search-bar-input-field:focus {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #444;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #91835F;
}

.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: #91835F;
}

#suggest {
  position: absolute;
  background: #fff;
  width: 206px;
  padding-left: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #444;
}

#suggest li a {
  color: #91835F;
}

#suggest li a:hover {
  color: #999;
}


/*
|--------------------------------------------------------------------------
|                       Browse / Category Page
|--------------------------------------------------------------------------
*/

section#categories {
  padding-top: 80px;
  min-height: 900px;
}
section#categories .column {
  padding-bottom: 50px;
}
section#categories {
  padding: 100px 0 50px 0;
}
section#categories h5 {
  margin: 0;
  font-weight: 300;
}
section#categories .columns {
  padding: 0;
}
section#categories .column {
  padding-right: 10px;
  text-align: center;
}
section#categories .categories-divider-line {
  width: 100%;
  height: 1px;
  background: #91835F;
  margin-bottom: 2%;
}


/*
|--------------------------------------------------------------------------
|                                 Product Pages
|--------------------------------------------------------------------------
*/

section#product-page-features .features-copy-container {
  text-align: left;
}

section#product-page-specs .specs-copy-container {
  text-align: left;
}

section#product-page-specs .specs-copy-container h6 {
  font-weight: bold;
  background: #444;
  color: #eee;
  padding-left: 10px;
}

section#product-page-specs ul {
  margin: 0;
}

/* PMD-500D Product Page
============================ */

#pmd-500d-best-of-show-logo {
  text-align: center;
}

#pmd-500d-best-of-show-logo img {
  width: 250px;
  padding-bottom: 30px;
}
