body{
  background-color:#000000;
}
.text-default{
  color: #ffffff!important
}
/*header & navbar */ 
header{
  background-color: #ffffff;
}
.navbar-default {
  background-color: #ffffff;
  border-color:transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
  background-color: #ffffff;
}
.navbar-default .navbar-nav>li>a {
  color: #666;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
  color: #000;
  background-color: transparent;
}

#search-banner {
  color:#ffffff;
  background-color:#000000;
}

/*vehicles grid*/
#vehicles{
  background-color: #000;
  color: #fff;
}

/*product-view*/
h1.product-view-title{
 color:white;
}

/*footer grid*/ 
footer{
  background-color: #f5f5f5;
  color:#1f1e20!important;
}
footer a
footer a:hover, 
footer a:link,
footer a:visited,
footer a:active {
  color:#1f1e20!important;
}

.btn.btn-bold {
  color:white!important;
}
.btn.btn-bold:hover {
  color:rgb(0, 0, 0)!important;
}

.btn.btn-clean i  {
  color:white!important;
}

.btn.btn-clean:hover i  {
  color:rgb(0, 0, 0)!important;
}

.btn.btn-default{
  color: #e8ecfa;
  border: 1px solid #a7abc3;
}

.card.pilot-vehicle-card {
  border-color: #1C1B1F!important;
  background-color: #1C1B1F!important;
}
.card.pilot-vehicle-card .card-footer{
  border-color: #1C1B1F!important;
  background-color: #1C1B1F!important;
}

.card.pilot-vehicle-card .card-body .card-title h5{
  color: white!important;
}

.card.pilot-vehicle-card .card-body .card-text p{
  color:#CAC4D0!important;
}

.card.pilot-vehicle-card .card-footer h4{
  color:#CAC4D0!important;
}

.card-default{
  background-color: #1C1B1F!important;
  border-color: #1C1B1F!important;
  color:#CAC4D0!important;
}

.card-default h4{
  color:rgb(255, 255, 255)!important;
}
.card-default p{
  color:#CAC4D0!important;
}

.accordion.accordion-light .card:first-child .card-header{
  background-color: #1C1B1F!important;
  border-radius: 0px!important;
}

.accordion.accordion-light .card:first-child .card-header h5{
  color: #CAC4D0!important;
}

.pilot-my-site-filter-group {
  color:#CAC4D0!important;
  background-color: #1C1B1F!important;
}

.btn-secondary{
  background-color: #1C1B1F!important;
  border-color: #49454F!important;
}

.fa-search:before{
  color:#CAC4D0!important;
}

.form-control{
  color: #a7abc3!important;
  background-color: #1C1B1F!important;
  border-color: #49454F!important;
}

#exampleModalCenter input{
  color: #a7abc3!important;
  background-color: #1C1B1F!important;
  border-color: #49454F!important;
}

.modal-content {
  background-color: #1C1B1F!important;
  border-color: #1C1B1F!important;
  color: #ffffff!important;
}
.modal-title {
  color: #ffffff!important;
}
.modal-header{
  border-bottom: 1px solid #49454F!important;
}
a#fuel{
  color:#CAC4D0;
}

h2{
  color:#ffffff!important;
}
h2.pilot-my-site-ficha-precio.precio{
  color:#CAC4D0!important;
}

h5, h4 {
  color:#ffffff!important;
}
h5.pilot-my-site-ficha-detalle{
  color:#CAC4D0!important;
}

hr{
  border-top: 1px solid #49454F;
}