/**
 * Brown Color Scheme
 *
 * color highlight: 	#ffc100
 * background tone: 	#281800
 * overlay background:	rgba(40, 24, 0, .85)
 */

.text-highlight,
.link-list-x a:hover,
.link-list-y a:hover,
#footer a:hover {
	color: #ffc100;
}

.text-inverted {
	background: #ffc100;
	color: #fff;
}

.bar-center:after,
.bar-left:after,
.bar-right:after,
.dbar-center:after,
.dbar-left:after,
.dbar-right:after,
.dbar-center:after,
.dbar-left:after,
.dbar-right:after {
	border-bottom-color: #d3a700;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #d3a700;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	background: #d3a700;
	color: #fff;
}

.btn-main,
.btn-main:hover,
.btn-main:active,
.btn-main:focus {
	color: #fff;
	background-color: #d3a700;
}

.btn-alt,
.btn-alt:hover,
.btn-alt:active,
.btn-alt:focus {
	color: #fff;
	background-color: #d3a700;
}

.feature-list .icon {
	color: #d3a700;
}

.scroll-to-top a {
	background: #281800;
}

.scroll-to-top a:hover {
	background: #d3a700;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border-top-color: #d3a700;
	border-bottom-color: transparent;
}

.tog-title,
.tog-title:hover,
.panel-title > a,
.panel-title > a:hover {
	color: #333;
	border-left-color: #d3a700;
}


/* Background tones */

.boxed {
	background: #e5e5e5;
}

.section-alt {
	background-color: #f5f5f5;
}

.section-inverse {
	background-color: #281800;
	color: #fff;
}

.color-overlay.dark {
	background-color: rgba(40, 24, 0, .85);
}

.navbar-inverse,
.enable-sticky-nav .navbar-inverse.nav-sticky {
	background: #281800;
}

@media (max-width: 767px) {
	.enable-sticky-nav .navbar-inverse .navbar-nav {
		background-color: rgba(40, 24, 0, .85);
	}
}

.ss-social li a:hover {
	background: #281800;
	color: #fff;
}