body{
	background:#333333;
}

a{
	color:#91835F;
}
a:hover{
	color:#625739;
}

.nopad{padding:0px;}
.full{width:100%;}
.smaller{font-size:12px;}
.smallest{font-size:11px;}
*:focus {
	outline:0;
	outline:none;
	outline-style:none;
	box-shadow:none;
	border-color:transparent;
}

#header{
	background:#333333;
}
#navigation{
	background: #fff;
	border-top:#91835F 2px solid;
	border-bottom:#91835F 2px solid;
}
#navigation2{
	background: #333;
}
#hero{
	background:#1B1C1E;
	/*background-image:url('../img/sliders/marantzpro.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;*/
}
#masthead{
	background:#dfd4b8;
}
#content{
	background:#ffffff;
}
#footer{
	background:#333333;
}

div.masthead{
	padding: 8px 0px 8px 16px;
}

/* Top Bar */

.top-bar{
	background: #fff;
	color: #333;

}
.top-bar-section li:not(.has-form) a:not(.button) {
	background:#fff;
	color: #333;
}
.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
	background:#fff;
	line-height:32px;
	opacity:0.9;
	color:#333;
}

.top-bar.mobile{
	background:#fff;
	color:#333;
}
.top-bar-section.mobile li:not(.has-form) a:not(.button) {
	background:#91835F;
	font-weight:bold;
	color:#333;
}
.top-bar-section.mobile .dropdown li:not(.has-form) a:not(.button) {
	background:#91835F;
	line-height:32px;
	color:#333;
}

/* Orbit Slider */

.hero-slider img {
  width: 100%;
  height: auto;
}

.orbit-container .orbit-prev > span {
	border-right-color: #111111;
}

.orbit-container .orbit-next > span {
	border-left-color: #111111;
}

/* Buckets */

div.bucket{
	margin:0px;
	background:#ffffff;
}

div.bucket-top{
	padding:8px;
	position:relative;
	margin:0px;
	min-height:230px;
	background:#ffffff;
}

div.bucket-top img{
	position:absolute;
	padding:8px;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
}

div.bucket-bottom{
	margin:0px;
	padding:8px;
	min-height:90px;
	background:#f7f7f7;
}

div.bucket-bottom a{
	color:#111111;
	font-weight:bold;
}


/* Featured Buckets */

div.featured{
	margin:0px;
	background:#ffffff;
	border: 1px solid #B5A784;
}

div.featured-top{
	padding:0;
	position:relative;
	margin:0px;
	background: url(../img/featured_back.png) #ffffff;
	background-size: 100% 100%;
}

div.featured-bottom{
	margin:0px;
	padding:8px;
	min-height:90px;
	background:#333333;
	color:#fff;
}

div.featured-bottom a{
	color:#fff;
	font-weight:bold;
}


/* Footer */

div.footer a,
div.footer p,
div.footer h4,
div.footer h5,
div.footer h6,
div.footer ul li{
	color:#ffffff;
}
div.footer h5{
	font-size:14px;
	font-weight:normal;
}
div.footer h5.footer{
	padding:8px;
	background:#272727;
}
div.footer h6{
	font-size:13px;
	font-weight:bold;
}
div.footer ul li a{
	color:#e4e4e4;
}
div.footer ul li a:hover{
	color:#ffffff;
}

/* Buttons */

.button,
button:hover,
button:focus,
.button:hover,
.button:focus {
	/*background-color:#91835F;*/
	background-color:#333333;
	-webkit-appearance:none;
}

.button.header,
.button.header:hover,
.button.header:focus {
	background-color:#333333;
	-webkit-appearance:none;
}
.button.header img{
	margin-right:8px;
}

/* H Rules */

hr{
	border:2px solid #91835F;
}

/* Errors */

.error label,
.error label.error {
color: #111111;
}

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
	background: #dfd4b8;
	color:#111111;
}

/* Reveal Modal Fixes */

.reveal-modal{
    position:absolute;
    top:40px !important;
}

/* Content Tweaks */

h5.heading{
	padding:8px;
	background:#333333;
	color:#ffffff;
}

div.overview p{
	font-size:85%;
}

/* password strength meter */

#strength-test{
	margin-bottom:8px;
	padding:8px;
	background:#f7f7f7;
	border:1px solid #e4e4e4;
}

.progress{height:1.0rem;}
.progress .meter{height:25%;}

/* search and suggest box */

#search{
	margin:0px;
	padding:8px;
	border:none;
	background:#444444;
	color:#ffffff;
	height: 32px;
}
#suggest{
	position:absolute;
	z-index:999;
	width:220px;
	background:#444444;
	color:#ffffff;
	box-shadow: 2px 2px 16px #111111;
}
#suggest ul li a{
	padding:8px;
	display:block;
	color:#ffffff;
}
#suggest ul li a:hover{
	background:#222222;
}

/* side-nav */

ul.sidenav li a{
	display:block;
	padding:8px;
	font-size:12px;
	font-weight:bold;
	color:#111111;
}

ul.sidenav li a.active{
	font-size:12px;
	font-weight:bold;
	background:#DFD4B8;
	color:#111111;
}

ul.sidenav li a:hover{
	font-size:12px;
	font-weight:bold;
	background:#f7f7f7;
	color:#111111;
}



/* ==========================================================================
   Social Media Icons - AddThis Override
   ========================================================================== */

.custom_facebook{
	background: url(../img/facebook.png) no-repeat left;
	width:32px;
	height:32px;
	overflow: visible;
}

.custom_facebook:hover{
	background: url(../img/facebook_hov.png) no-repeat left;
}

.custom_twitter{
	background: url(../img/twitter.png) no-repeat left;
}

.custom_twitter:hover{
	background: url(../img/twitter_hov.png) no-repeat left;
}

.custom_google{
	background: url(../img/google.png) no-repeat left;
}

.custom_google:hover{
	background: url(../img/google_hov.png) no-repeat left;
}



#contact-support-header {
	margin-left: -33px;
}

ul.specs{
	list-style: none;
}
ul.specs li h6{
	font-size: 12px;
	margin-left: -15px;
	font-weight: bold;
}

ul.specs li ul{
	list-style: square;
	font-size: 12px;
	margin-left: 15px;
}

#hero .orbit-container{
	background: #333333;
}

.inline-list{
	list-style: square !important;
	margin-left: 15px !important;
	margin-bottom: 0 !important;
	list-style-position: outside !important;
}

.email-form-wrapper {
	width: 50%;
	margin: 0 auto;
	padding-top: 2%;
}

.email-submit-btn {
	background-color: rgba(146, 131, 99, 1) !important;
}














