* {
  border-radius: 0 !important;
}

header {
  position: relative;
  z-index: 101;
}

#searchCollapse {
  border-top: 0px;
  background-color: transparent;
}

.header-splash {
  background-color: transparent !important;
}

a {
  color: #000000;
  text-decoration: none;
}

a:active,
a:focus,
a:hover {
  color: #bf1f2e;
}

.image img {
  width: 100%;
}

.image {
  position: relative;
  margin-top: -80px;
}

@media (max-width: 767px) {
  .image {
    position: relative;
    margin-top: 0px;
  }
}

.image figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.homepage-header-div {
  position: relative;
  text-align: center;
}

.homepage-header {
  max-width: 100%;
}

.homepage-header-text {
  text-transform: uppercase;
  font-size: 3.3vmax;
  font-weight: 700;
}

.red {
  color: #bf1f2e;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #bf1f2e;
}

.header--style2 {
  border-bottom: 0px;
}

.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-primary:hover {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}

.btn-danger {
  color: #fff;
  background-color: #bf1f2e;
  border-color: #bf1f2e;
}

.btn-success {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-success:hover {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}

.btn-link {
  color: #000;
}

.detail__price--current {
  color: #bf1f2e;
}

.text-danger {
  color: #bf1f2e;
}

.galleryPrice {
  color: #bf1f2e;
}

.detail__time {
  color: #bf1f2e;
}

.highlight {
  background-color: #e9e9e9 !important;
}

.listing-badge:before {
  border-color: #bf1f2e;
  border-right-color: transparent;
}
.listing-badge:after {
  border-color: #bf152e;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.listing.highlight .title a,
.listing.highlight .subtitle a {
  color: #000;
}

.listing .price {
  color: #000;
}

.label-info {
  background-color: #bf1f2e;
}

.alert-warning {
  color: #bf1f2e;
  background-color: #fff;
  border-color: #bf1f2e;
}

.detail__disclaimer--auction {
  background-color: #fff;
  border: 1px solid #bf1f2e;
  color: #bf1f2e;
  font-weight: bold;
}

.bootstrap-dialog.type-primary .modal-header {
  background-color: #000 !important;
}

.text-success {
  color: #bf1f2e !important;
}

footer {
  background-color: #000000;
  color: #ffffff;
}

footer #Time {
  color: #fff;
}

.footer__links a {
  color: #fff;
}

.footer__links a:hover {
  color: #bf1f2e;
}

footer .container {
  text-align: center;
}

.footer__links a {
  display: block;
  text-align: left;
}

footer #Time {
  display: none;
}

#SignalRStatus {
  display: none;
}

.footer__copyright {
  color: #666;
  font-size: 10px;
  margin-bottom: 20px;
  margin-top: 40px;
}

@media (max-width: 992px) {
  .footer__links a {
    text-align: center;
  }
}

@media (min-width: 992px) {
  footer .row {
    display: flex;
    align-items: center;
  }
}
