.header-s1.is-transparent .topbar, .header-s1.is-transparent .navbar {
    background: black;
}
.navbar-header{
	float: right;
}
.header-s1.is-transparent.has-fixed .navbar {
    background: black!important;
    color: white!important;
}
.header-s1.is-transparent.has-fixed .navbar-nav > li.active > a, .header-s1.is-transparent.has-fixed .navbar-nav > li > a:hover, .header-s1.is-transparent.has-fixed .navbar-nav > li > a:focus {
	color: white;
}
@media only screen and (max-width: 767px) {
	.navbar-toggle {
	  background-color: #AF8A11;
	}
}
@media only screen and (max-width: 767px) {
	.header-s1 .navbar-collapse {
    background-color: #AF8A11;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-nav li.quote-btn .btn:hover {
    background: #AF8A11;
  }
}
.site-header .quote-btn .btn:hover {
  border-color: #AF8A11;
  background-color: #AF8A11;
}
.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  color: #009750;
  background: black;
}
.header-s1.is-transparent .navbar-nav > li > a:not(.btn):after {
  background-color: #AF8A11;
}
.b-breadcumb{
	font-size:130%; 
	font-weight:500;
}
.menu-modifier{
	margin-left: 4%; 
	margin-right: 0%; 
	width: 92%;
}