@charset "UTF-8";
/* CSS Document */

body { overflow: hidden;}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #efefef;
  /* change if the mask should have another color then white */
  z-index: 2000;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/loading.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

body {
	background: #efefef;
	font-family: muli, museo-sans, open-sans, Trade Gothic, Gotham, Helvetica, Arial, sans-serif;
    font-weight: 400;
	color: #1c1c1c;    
}

/* QUICK CLASSES TO USE
------------------------ */

.fright { float: right;	}
.fleft { float: left; }

.mtop { margin-top: 25px; }
.mbottom { margin-bottom: 25px; }
.mleft { margin-left: 25px; }
.mright { margin-right: 25px; }
.mbottombig { margin-bottom: 25px; }

.padtop { padding-top: 15px; }
.padbottom { padding-bottom: 15px; }
.padright { padding-right: 15px; }
.padleft { padding-left: 15px; }
.pad5 { padding: 5px; }

.img-pad {margin-right: 15px; margin-bottom: 15px;}

.clear { clear: both; }

.delay1 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.delay2 { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
.delay3 { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.delay4 { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
.delay5 { -webkit-animation-delay: 0.75s; animation-delay: 0.75s; }
.delay6 { -webkit-animation-delay: 1s; animation-delay: 1s; }
.delay7 { -webkit-animation-delay: 1.25s; animation-delay: 1.25s; }
.delay8 { -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }
.delay9 { -webkit-animation-delay: 1.75s; animation-delay: 1.75s; }
.delay10 { -webkit-animation-delay: 2s; animation-delay: 2s; }

/* END QUICK CLASSES
--------------------- */
p {
	font-size: 19px;
	line-height: 28px;
    font-weight: 300;
}

p a:link, p a:visited, .body-ul li a:link, .body-ul li a:visited {
	color: #bb8b3c;
	font-weight: 700;
    text-decoration: none;
    transition: all .5s ease;
}

p a:active, p a:hover, .body-ul li a:active, .body-ul li a:hover {
	color: #1c1c1c;
}

a.accent:active, a.accent:hover {
     padding-left: 5px;
}

.text-justify {
    text-align: justify;
}

.body02 .qtip {
font-size: 20px !important;
font-family: oswald, museo-sans, open-sans, Helvetica, Arial, sans-serif;
font-weight: 500;
color: #1c1c1c !important;

}

h1 {
    font-family: oswald, museo-sans, open-sans, Trade Gothic, Gotham, Helvetica, Arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0.2em;
    font-size: 36px;	
	margin-bottom: 25px;
	margin-top: 0;
	color: #fff;
    text-shadow: 1px 2px 5px #000;
}

h2 {
    font-family: oswald, museo-sans, open-sans, Trade Gothic, Gotham, Helvetica, Arial, sans-serif;
	font-weight: 500;
    color: #1c1c1c;
    border-bottom: 0;
    font-size: 30px;
}

h3 {
    font-family: oswald, museo-sans, open-sans, Trade Gothic, Gotham, Helvetica, Arial, sans-serif;
	font-weight: 500;
    color: #1c1c1c;
    font-size: 30px;
}

h4 {  
   font-family: oswald, museo-sans, open-sans, Trade Gothic, Gotham, Helvetica, Arial, sans-serif;
	font-weight: 500;
    font-size: 24px;
    border-bottom: 1px dotted #1c1c1c;
}

h5 {
    color: #1c1c1c;
    font-family: oswald, museo-sans, open-sans, Trade Gothic, Gotham, Helvetica, Arial, sans-serif;
	font-weight: 500;
    border-bottom: 0;
    font-size: 24px;
}

h6 {
    color: #1c1c1c;
    font-family: oswald, museo-sans, open-sans, Trade Gothic, Gotham, Helvetica, Arial, sans-serif;
	font-weight: 400;
    font-size: 20px;
    
    font-style: italic;
}

strong {
    font-weight: 900 !important;
}

.content-blue h2, .content-blue p {
    color: #efefef;
    margin-bottom: 5px;
}

.blue-bg h2 {
    color: #efefef;
}

p.icon {
    color: #1c1c1c;
    font-weight: 900;
    border-bottom: 0;
    font-size: 35px;
}

::-moz-selection {
    color: #fefefe;
    background: #1c1c1c;
}

::selection {
    color: #fefefe;
    background: #1c1c1c;
}

.p-10 { padding: 5rem !important; }

@media(max-width:991px) {
    .p-10 { padding: 2.5rem !important;}
}

@media(max-width:767px) {
    .p-5 { padding: 1rem !important;}
}


.hidden {
    display: none;
}
.highlight {
	color: #1c1c1c;
}

.bg-light { background: #ffffff !important; }

.primary-splash {
    height: 85vh;
}

.secondary-splash {
    height: 55vh;
}

.tertiary-splash {
    height: 400px;
}

#navfix {
    margin-bottom: -125px;
}

.overlay::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(28,28,28,0.7);
}

li.nav-item {
    text-transform: uppercase;
    font-weight: 700;
}

.navbar {
    z-index: 1999 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #1c1c1c;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #bb8b3c;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #bb8b3c;
    border-bottom: 1px dotted #bb8b3c;
}

.fixed-top {
    border-bottom: 1px solid #ddd;
}

.content {
    padding: 75px 0;
    background: #efefef;
}

.banner {
  position: relative;
  width: 100%;
  height: 40rem;
  
  overflow: hidden;
  backface-visibility: hidden;
}

/* Default image container */
.banner .background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translate3d(0,0,0) scale(1.1);
}

.bg-primary-splash {
  background: black url("../images/splash/splash-primary.jpg") no-repeat center center;
  background-size: cover;
}

.bg-contact {
  background: black url("../images/splash/splash-contact.jpg") no-repeat center center;
  background-size: cover;
}

.bg-team {
  background: black url("../images/splash/splash-construction-2.jpg") no-repeat center center;
  background-size: cover;
}

.bg-maryland {
  background: black url("../images/splash/splash-maryland.jpg") no-repeat center center;
  background-size: cover;
}

.bg-location {
  background: black url("../images/splash/splash-map.jpg") no-repeat center center;
  background-size: cover;
}

.bg-building {
  background: black url("../images/splash/splash-building.jpg?v=2") no-repeat center center;
  background-size: cover;
}


/* Loaded image container */
.loaded .banner .background {
  transform: scale(1);
  transition: 12.5s transform;
}

 div.video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85vh;
  overflow: hidden;
}
video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 85vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.vidoverlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 85vh;
  background-color: rgba(0,57,90,0.3);
}

/* slides */


.main-container {
  position: absolute;
  top: 0;
  left:0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 85vh;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
 
  overflow: hidden;
  z-index: 1;
  perspective: 400px;
  transition: opacity 0.3s;
}
.img {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
.title {
  display: block;
  position: absolute;
  width: 200%;
  top: 50%;
  left: -50%;
  transform: translateY(-50%);
  font-size: 6em;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  opacity: 0;
  z-index: 5;
}
.info-container {
  position: absolute;
  left: 20%;
  top: 0;
  right: 20%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  transform: translateY(100%);
  opacity: 0;
  z-index: 5;
}
.info-container h3 {
  font-size: 2.6em;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 0 0.5em 0;
  padding: 0;
}
.info-container h4 {
  font-size: 1.7em;
  font-weight: 400;
  margin: 1.4em 0 0.8em 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.info-container h5 {
  font-size: 1.3em;
  font-weight: 300;
  margin: 1.5em 0 0.5em 0;
  padding: 0;
  text-transform: uppercase;
}
.info-container p {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.info-container a {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
  transition: all 0.3s;
}
.info-container a:hover {
  opacity: 1;
}
.main-container.loaded .loader-container {
  display: none;
}
.main-container.loaded .img,
.main-container.loaded .info-container {
  opacity: 1;
}
.main-container.loaded .title {
  opacity: 0;
}

.main-container.loaded .img-1 {
  
  animation: kenburns-top 7s linear both reverse 0.5s, fade-out 1.2s ease-in forwards 7s;
  z-index: 6;
}
.main-container.loaded .img-2 {
  
  animation: kenburns-bottom 7s linear both 7s, fade-out 1.2s ease-in forwards 14s;
  z-index: 5;
}
.main-container.loaded .img-3 {
 
  animation: kenburns-right 7s linear both reverse 14s, fade-out 1.2s ease-in forwards 21s;
  z-index: 4;
}
.main-container.loaded .img-4 {
  
  animation: kenburns-left 7s linear both 21s, fade-out 1.2s ease-in forwards 28s;
  z-index: 3;
}
.main-container.loaded .img-5 {
  
  animation: kenburns-right 7s linear both reverse 28s, fade-out 1.2s ease-in forwards 35s;
  z-index: 2;
}
.main-container.loaded .img-6 {
 
  animation: kenburns-right 7s linear both reverse 35s, fade-out 1.2s ease-in forwards 42s;
  z-index: 1;
}

/* ----------------------------------------------
 * Generated by Animista on 2017-12-10 16:42:7
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation kenburns-top
 * ----------------------------------------
 */
@keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.05) translateY(-15px);
    transform-origin: top;
  }
}
/**
 * ----------------------------------------
 * animation kenburns-bottom
 * ----------------------------------------
 */
@keyframes kenburns-bottom {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 84%;
  }
  100% {
    transform: scale(1.05) translateY(15px);
    transform-origin: bottom;
  }
}
/**
 * ----------------------------------------
 * animation kenburns-right
 * ----------------------------------------
 */
@keyframes kenburns-right {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 84% 50%;
  }
  100% {
    transform: scale(1.05) translateX(20px);
    transform-origin: right;
  }
}
/**
 * ----------------------------------------
 * animation kenburns-left
 * ----------------------------------------
 */
@keyframes kenburns-left {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 16% 50%;
  }
  100% {
    transform: scale(1.05) translate(-20px, 15px);
    transform-origin: left;
  }
}
/**

 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 
/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* end slides */

.content-white {
    padding: 75px 0;
    background: #ffffff;
}

.content-grey {
    padding: 75px 0;
    background: #efefef;
}

.content-blue {
    padding: 75px 0;
    background-image: repeating-linear-gradient(135deg, rgba(226, 226, 226,0.06) 0px, rgba(226, 226, 226,0.06) 2px,transparent 2px, transparent 4px),linear-gradient(180deg, rgb(28,28,28),rgb(28,28,28));
}

.blue-bg {
    background-image: repeating-linear-gradient(135deg, rgba(226, 226, 226,0.06) 0px, rgba(226, 226, 226,0.06) 2px,transparent 2px, transparent 4px),linear-gradient(180deg, rgb(28,28,28),rgb(28,28,28));
}

.bg-grey {
    background: #efefef;
}

.bg-blue {
    background: #1c1c1c;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #1c1c1c;
}

.bg-primary {
    background: #1c1c1c !important;
}

.footer {
    padding: 75px 0;
    background: #4c4c4c;
}

.footer p, .footer h4 {
    color: #dddddd;
}

.footer p {
    font-size: 16px;
}

.footer p a:link, .footer p a:visited {
    color: #ddd;
    border-bottom: 1px dotted #ddd;
}

.footer p a:active, .footer p a:hover {
    color: #bb8b3c;
    border-bottom: 1px dotted #bb8b3c;
}

.list-group-item-footer {
    color: #ddd;
    background-color: #3c3c3c;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    background-color: #bb8b3c;
}

.card-body .body-ul {
    margin-bottom: 0;
}

.body-ul li {
    font-size: 19px;
}

.b-r {
    border-right: 1px solid #ddd;
}

.b-l {
    border-left: 1px solid #ddd;
}

.img-thumbnail-dark {
    border: 1px solid #000;
}

.bumper {
    position: relative;
    background: #bb8b3c;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.bumper:hover .image {
  opacity: 0.3;
}

.bumper:hover .middle {
  opacity: 1;
}

.container-fluid {
    max-width: 1800px;
}

.comparison {
    background: #efefef;
}

.ba-slider {
    position: relative;
    overflow: hidden;
}

.ba-slider img {
    width: 100%;
    display:block;
}

.ba-slider .resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.handle {
  position:absolute; 
  left:50%;
  top:0;
  bottom:0;
  width:4px;
  margin-left:-2px;

  background: rgba(0,0,0,.5);
  cursor: ew-resize;
}

.handle:after {
    position: absolute;
    top: 50%;
    width: 54px;
    height: 54px;
    margin: -27px 0 0 -27px;

    content:'\2194';
    color:white;
    font-weight:bold;
    font-size:36px;
    text-align:center;
    line-height:54px;
 
    background: #bb8b3c; /* @orange */
    border:1px solid #987130; /* darken(@orange, 5%) */
    border-radius: 50%;
    transition:all 0.3s ease;
    box-shadow:
      0 2px 6px rgba(0,0,0,.3), 
      inset 0 2px 0 rgba(255,255,255,.5),
      inset 0 60px 50px -30px #987130; /* lighten(@orange, 20%)*/ 
}

.handle.draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height:50px;
    font-size:30px;
}

.wrap {
  text-align: center;
  margin: 20px;
  position: relative;
}
.links {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  position: relative;
}
.wrap:before {
  content: '';
  position: absolute;
  top: 45%;
  left: 0;
  border-top: 4px solid #dddddd;
  background: black;
  width: 100%;
  transform: translateY(-50%);
}
.dot {
  width: 350px;
  height: 150px;
  background: #4c4c4c;
}

.dot img {
    max-width: 85%;
}

.card-pad-fix p {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.site-plan polygon, .site-plan rect, .site-plan path {
	transition: all 0.25s ease 0s;	
	fill-opacity: 0 !important;
}

.site-plan polygon:hover, .site-plan rect:hover, .site-plan path:hover {
	
	fill: #bb8b3c !important;
	fill-opacity: 0.8 !important;
	transition: all 0.25s ease 0s;
	cursor: pointer;
}

circle {
  fill: #ffffff;
  stroke: #bb8b3c; 
  stroke-width: 2px;
  stroke-opacity: 1;
}

polygon, path, rect {
    fill: #ffffff;
    fill-opacity: 0.2;
    transition: all 0.25s ease 0s;
}

polygon:hover, path:hover, rect:hover  {
    fill: #bb8b3c;
    fill-opacity: 0.5;
    transition: all 0.25s ease 0s;
}

.st0 {
    stroke-width: 5px;
    stroke: #bb8b3c;
    
}

.seeme2 {
  
  
  stroke: #CA3725;
  animation-duration: 3s;
  animation-name: seeme;
  animation-iteration-count: infinite;
}

.seeme {
  
  
  stroke: #fff;
  animation-duration: 3s;
  animation-name: seeme;
  animation-iteration-count: infinite;
}

@keyframes seeme {
  0% {
    stroke-width: 0;
    stroke-opacity: 0;
    
    
    
  }
  50% {
    stroke-width: 5px;
    stroke-opacity: 0.8;
    
  }
  100% {
      stroke-width: 10px;
      stroke-opacity: 0.0;
      
  }
}

.logo img {
    max-width: 75%;
}

.table {
    font-size: 19px;
}

.table tr td:first-child {
	font-weight: bold;
}

td.info {
	color: #fff;
	background: #1c1c1c !important;
}

td.bg-primary {
    background: #1c1c1c !important;
    color: #efefef;
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    background-color: #1c1c1c !important;
    color: #efefef;
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    background-color: #939393 !important;
    color: #efefef;
}



@media only screen and (min-width:1400px) {
    .img-height {
        width: auto;
        height: 425px;
    }
}

@media only screen and (min-width: 1140px) and (max-width:1399px) {
    .img-height {
        width: auto;
        height: 525px;
    }
}

@media only screen and (min-width: 992px) and (max-width:1139px) {
    .img-height {
        width: auto;
        height: 550px;
    }
    
}

@media only screen and (max-width: 500px) {
    .navbar-brand img {
        height: 48px !important;
    }
    .navbar-toggler {
        padding: 5px;
    }
}

.btn-primary { 
  color: #ffffff; 
  background-color: #bb8b3c; 
  border-color: #bb8b3c; 
  text-transform: uppercase;
  font-weight: 700;
} 
 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  color: #ffffff; 
  background-color: #99712f; 
  border-color: #99712f; 
} 
 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  background-image: none; 
} 
 
.btn-primary.disabled, 
.btn-primary[disabled], 
fieldset[disabled] .btn-primary, 
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, 
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, 
fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled:active, 
.btn-primary[disabled]:active, 
fieldset[disabled] .btn-primary:active, 
.btn-primary.disabled.active, 
.btn-primary[disabled].active, 
fieldset[disabled] .btn-primary.active { 
  background-color: #bb8b3c; 
  border-color: #bb8b3c; 
} 
 
.btn-primary .badge { 
  color: #bb8b3c; 
  background-color: rgba(255,255,255, 0.75); 
}

.btn-bumper { 
  color: #4A4A4A; 
  background-color: rgba(255,255,255, 0.75); 
  border-color: #FFFFFF;
  font-weight: 700;
  text-shadow: 2px 2px 4px rbga(0,0,0,0.4);
  
} 
 
.btn-bumper:hover, 
.btn-bumper:focus, 
.btn-bumper:active, 
.btn-bumper.active, 
.open .dropdown-toggle.btn-bumper { 
  color: #4A4A4A; 
  background-color: rgba(255,255,255, 0.9); 
  border-color: #FFFFFF; 
} 
 
.btn-bumper:active, 
.btn-bumper.active, 
.open .dropdown-toggle.btn-bumper { 
  background-image: none; 
} 
 
.btn-bumper.disabled, 
.btn-bumper[disabled], 
fieldset[disabled] .btn-bumper, 
.btn-bumper.disabled:hover, 
.btn-bumper[disabled]:hover, 
fieldset[disabled] .btn-bumper:hover, 
.btn-bumper.disabled:focus, 
.btn-bumper[disabled]:focus, 
fieldset[disabled] .btn-bumper:focus, 
.btn-bumper.disabled:active, 
.btn-bumper[disabled]:active, 
fieldset[disabled] .btn-bumper:active, 
.btn-bumper.disabled.active, 
.btn-bumper[disabled].active, 
fieldset[disabled] .btn-bumper.active { 
  background-color: rgba(255,255,255, 0.75); 
  border-color: #FFFFFF; 
} 
 
.btn-bumper .badge { 
  color: #FFFFFF; 
  background-color: #4A4A4A; 
}

.btn-secondary { 
  color: #ffffff; 
  background-color: #bb8b3c; 
  border-color: #bb8b3c; 
} 
 
.btn-secondary:hover, 
.btn-secondary:focus, 
.btn-secondary:active, 
.btn-secondary.active, 
.open .dropdown-toggle.btn-secondary { 
  color: #ffffff; 
  background-color: #99712f; 
  border-color: #99712f; 
} 
 
.btn-secondary:active, 
.btn-secondary.active, 
.open .dropdown-toggle.btn-secondary { 
  background-image: none; 
} 
 
.btn-secondary.disabled, 
.btn-secondary[disabled], 
fieldset[disabled] .btn-secondary, 
.btn-secondary.disabled:hover, 
.btn-secondary[disabled]:hover, 
fieldset[disabled] .btn-secondary:hover, 
.btn-secondary.disabled:focus, 
.btn-secondary[disabled]:focus, 
fieldset[disabled] .btn-secondary:focus, 
.btn-secondary.disabled:active, 
.btn-secondary[disabled]:active, 
fieldset[disabled] .btn-secondary:active, 
.btn-secondary.disabled.active, 
.btn-secondary[disabled].active, 
fieldset[disabled] .btn-secondary.active { 
  background-color: #bb8b3c; 
  border-color: #bb8b3c; 
} 
 
.btn-secondary .badge { 
  color: #bb8b3c; 
  background-color: #ffffff; 
}