/* MVP Auctions custom styles */

/* lot pages - hiding number of views 02/2019 */
.lot-detail .col-md-7.col-sm-7 .row:nth-child(7) .col-sm-6.col-xs-6 {
  text-indent: -99999em;
}

/* social share */
.share-this {
  margin: 0.5em 0 0.5em 0.1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

.a2a_default_style a {
  margin-right: 1.6rem;
}

.a2a_default_style a:last-of-type {
  margin-right: 0;
}

.a2a_default_style .a2a_svg {
  border-radius: 0 !important;
}

/* global */
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color:#101010;
}

/* body.home {
  background-color: rgb(25, 25, 25);
  color: #f6f6f6;
} */

form {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #808080;
  letter-spacing: 2px;
}

h1,
h2 {
  text-transform: uppercase;
}

.services h2, .services h3 {
  color: #fbd465;
}

.services p {
  color: #f6f6f6;
}

sub,
sup {
  font-size: 60%;
}

header {
  padding: 0;
  background-color: #080406;
}

header .col-sm-10 {
  padding-right: 0;
  padding-left: 0;
}

.site-branding {
  padding: 8px 0;
  position: relative;
  z-index: 9999;
}

.site-branding img {
  max-width: 100%;
  max-height: 100%
}

.home-register .btn,
.home-links .btn {
  border-radius: 0;
  text-transform: uppercase;
}

.content {
  padding: 0 15px 200px;
}

.welcome {
  font-size: 16px;
  margin: 2em 0 0;
  color: #b0b0b0;
  padding: 0 1em;
}

.services {
  margin-top: 1em;
  background-color: #101010;
}

.services h2 {
  padding: 1em 0;
}

.services img {
  opacity: 50%;
}

.carousel .content {
  padding-bottom: 240px;
}

.rslides {
  background-color: rgb(25, 25, 25);
}

.btn-carousel {
  background-color: transparent;
  border: 2px solid #f0f0f0;
  padding-left: 0;
  padding-right: 0;
}

.btn-primary, .btn-carousel:hover {
  background-color: #1c9642;
  color: #ffffff !important;
  font-weight: 600;
}
.btn-primary:hover {
    background-color: #0a3718;
    border-color:#0a3718;
}
.caption {
  background-color: rgba(0, 0, 0, 0.65);
}

.caption h1,
.caption h2,
.caption h3 {
  color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
}

.caption .btn {
  text-transform: uppercase;
  font-weight: 600;
}

.caption a,
.caption a:visited {
  color: #fff;
  text-decoration: none;
}

footer {
  border-top: 4px solid #b37628;
  background-color: #0a3718;
  color: #ddd;
  padding: 2rem 0;
  font-size: 13px;
}

footer a,
footer a:visited {
  color: #a0a0a0;
}

footer a:hover {
  text-decoration: none;
  color: #ffffff;
}

footer .fab {
  font-size: 2.5rem;
}

a.social {
  opacity: 1;
  margin-right: 1.6rem;
}

a.social:hover {
  opacity: 1;
}

address {
  margin-bottom: 0;
}

.modal-title {
  color: #f0f0f0;
}

.user-actions {
  text-transform: initial;
  background-color: #101010;
  border-bottom: none;
  border-top: none;
}

.user-actions a,
.user-actions a:visited {
  color: #a0a0a0;
  font-size: 13px;
  font-weight: 600;
  padding: 0 0 0 11px;
}

.user-actions a:hover {
  color: #ffffff;
}

.user-actions .glyphicon {
  font-size: 13px;
  color: #eaeaea;
}

.user-actions .user-nav ul {
  margin: 0;
}

.navbar {
  /* border-top: none; */
  border-bottom: none;
}

.navbar-default {
  /* background-color: #1b1b1b; */
  border-color: #0a3718;
  border-right: 0;
  border-left: 0;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover {
  color: #777777;
  background: none !important;
}

.navbar-default .navbar-nav>li>a:focus {
  color: #777777;
  background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #fbd465
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fbd465;
}

.navbar-default .navbar-brand, .sub-nav .navbar-brand {
  font-size: 18px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fbd465;
}
.sub-nav .navbar-toggle .icon-bar {
    background-color: #fbd465;
}
.navbar button {
  background: transparent;
}

.navbar button:hover {
  background: #fbd465
}

.sub-nav {
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
}

.section-title {
  display: inline-block;
}

.section-head {
  position: relative;
  margin-bottom: 1em;
}

.section-head:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  bottom: -2px;
  left: 0;
  background-color: #ff5b4c;
}

.section-title h3 {
  font-size: 18px;
  color: #ffffff;
  background-color: #333333;
  padding: 4px 14px 5px;
  margin-bottom: 0;
}

.payments {
  padding: 3rem 0 1rem;
}

/* Modals */
.modal-header {
  background-color: #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
}

/* Items */
.items {
  padding-top: 20px;
  background-color: #f6f6f6;
}

.items h1, .items h2, .items h3, .items h4, .items h5, .items h6 {
    color: #202020;
}

.items .item h5.boxed {
  background-color: #1b1b1b;
  font-weight: 700;
}

.items .item .item-price a {
   background-color:#1c9642;
}

.items .item .item-price a:hover {
  background-color: #0a3718;
}

.ribbon-wrapper-green {
  z-index: 1;
}

.items h5.title {
  font-weight: 600;
  color: #0a3718;
}

.title span {
  font-size: 26px;
  margin: -9px 4px 0 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #1c9642;
    border-color:#1c9642;
}

/* Single Lot View */
.lot-detail .col-lg-12 p:first-of-type {
  padding-top: 24px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .navbar-default .navbar-nav>li>a {
    padding: 15px 10px 15px;
  }

  .navbar {
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .navbar {
    float: right;
    min-height: 40px;
    margin-bottom: 0;
    background-color: transparent;
    border-color: transparent;
  }

  header {
    border-bottom: none;
  }

  .site-branding img {
    padding-left: 0;
  }

  .header-logo {
    margin: 0;
  }

  .navbar .nav {
    border-left: none;
  }

  .navbar-right>li {
    padding: 0 0.75em;
  }

  .navbar-right .fas {
    font-size: 11px;
    margin-left: 2px;
  }

  .navbar .nav>li>a {
    border-right: none;
    padding: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #909090;
  }

  .home .navbar .nav>li>a:hover {
    color: #f0f0f0;
  }

  .navbar .nav>li>a:hover {
    color: #f0f0f0;
  }

  .home-links .col-sm-2 {
    width: 20%;
    margin-bottom: 2em;
  }

  .navbar-right .dropdown-menu {
    width: 200px;
    top: 48px;
  }

  .rslides_nav.prev {
    background-position: 2%;
  }

  .rslides_nav.next {
    background-position: 96%;
  }

  .rslides_nav {
    opacity: 0.5;
    height: 38px;
    margin-top: -20px;
    border-radius: 50%;
  }

  .social {
    text-align: right;
  }

  .caption h1,
  .caption h2,
  .caption h3 {
    font-size: 24px;
    margin: 0;
    line-height: 34px;
  }

  .caption .btn {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .navbar {
    margin-top: 60px;
  }

  .navbar-right>li {
    padding: 0 1em;
  }

  .navbar-right {
    padding-right: 0;
  }

  .navbar-right li:last-of-type {
    padding-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  header {
    min-height: 70px;
  }

  .navbar {
    min-height: 40px;
  }

  .navbar-right .dropdown-menu {
    top: 60px;
  }

  .home-feature-after {
    padding: 5rem 0;
  }

  section:last-of-type {
    padding-bottom: 190px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-header {
    background-color: #0a3718;
  }

  a.social {
    margin-right: 14px;
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .sub-nav {
    border-top: 1px solid #e0e0e0;
  }

  a.social {
    margin-right: 14px;
    margin-bottom: 4px;
    margin-left: 0;
  }

  a.social:last-child {
    margin-bottom: 0;
  }

  .user-actions a,
  .user-actions a:visited {
    padding: 0;
  }

  .user-nav .list-inline>li {
    padding: 0;
  }

  .user-actions .glyphicon {
    padding-right: 4px;
  }

  .home-links .btn {
    margin-bottom: 1em;
  }

  .caption {
    position: unset;
    height: auto;
    clear: both;
  }

  .rslides_nav {
    display: none;
  }
}

/*
.navbar .nav>li>a:hover {
}
*/
.navbar .nav .active>a,
.navbar .nav .active>a:hover,
.navbar .nav .active>a:focus {
  color: #fbd465;
  background-color: transparent;
  text-decoration: none;
}

.dropdown-toggle {
  background: #1b1b1b !important;
}

.navbar-collapse {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-default .nav>li>a {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.nav-title, .sub-nav .nav>li>a {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 600;
  color:#202020;}

/* .nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
} */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #0a3718;
  background-color: #080406;
}

.dropdown-menu>li>a {
  font-family: "Roboto Slab", sans-serif;
  padding: 0.7em 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #404040;
}