h1, h2, h3, h4, h5 { position: relative; }

#b_main {
  overflow: hidden;
}


#b_head #b_nav>ul.bfcms-nav>li>a {
  transition: all 0.5s ease-out;
}
  #b_head #b_nav>ul.bfcms-nav>li:hover>a {
    transform: scale(1.2);
  }

#b_head #b_nav>ul.bfcms-nav>li>a.menu-highlight,
#b_head #b_nav>ul.bfcms-nav>li>a.menu-highlight:focus,
#b_head #b_nav>ul.bfcms-nav>li>a.menu-highlight:hover,
#b_head #b_nav>ul.bfcms-nav>li>a.menu-highlight:active {
  padding: 0.33rem 0.5rem;

  font-size: 0.75rem;
  line-height: 1;

  background: rgb(161, 144, 124);
}
  #b_head #b_nav>ul.bfcms-nav>li>a.menu-highlight:focus,
  #b_head #b_nav>ul.bfcms-nav>li>a.menu-highlight:hover,
  #b_head #b_nav>ul.bfcms-nav>li>a.menu-highlight:active {
    background: rgb(1, 97, 95);
  }


.bf-ctable tbody > tr td {
  transition: background-color 0.5s;
}
  .bf-ctable tbody > tr:hover td {
    background-color: rgba(255,255,255,0.1) !important;
  }

.button,.button-2,.button-3,.button-4 {
  transition: all 0.25s;
}
  .button:hover,.button-2:hover,.button-3:hover,.button-4:hover {
    transform: scale(1.1);
  }


.bf-gallery img {
  transition: all 0.5s;
}
  .bf-gallery img:hover {
    position: relative;
    z-index: 10;

    transform: scale(1.2) !important;
  }


.underlaid-header {
  display: block;
  margin-bottom: -0.65em;

  font-size: 175px;
  font-weight: 400;
  line-height: 1;

  opacity: 0.05;
}


.bfcms_pane input {
    text-transform: unset !important;
}

#b_anchor {
    overflow-x: hidden;
}

/*Font*/
@media (max-width: 767px) {
    h1 {
        font-size: 40px !important;
    }
    .underlaid-header {
        font-size: 100px;
        margin-bottom: -1.1em;
    }
}

/*Main Nav*/
.bf-has-brand #b_pre_head + #b_head:not(.fixed) {
	margin-top: 32px;
}
@media (min-width:992px) {
    body.bf-is-admin:not([data-bf-page-id]) {
        padding-top: 240px;
    }
    body.bf-is-admin:not([data-bf-page-id]) #b_head {
        right: 0;
        left: 0;
        padding-bottom: 10px;
    }
    body[data-bf-page-id] #b_main {
        /*margin-top: -151px;*/
    }
    .bf-has-brand #b_head > .container {
        padding-top: 30px;
    }
    .bf-has-brand #b_head.fixed > .container {
        padding-top: 10px;
    }
    #b_head a.logo, #b_head a.logo:hover {
        
    }
    #b_head a.logo.bf-logo-large, #b_head a.logo.bf-logo-large:hover {
    	height: 6rem;
    	margin: 0;
    }
    #b_head:not(.fixed) {
        position: absolute;
        top: 32px;
    }
    #b_head:not(.fixed) > .container {
        position: relative;
    }
    #b_head .row {
    	
    }
    #b_head:not(.fixed) .row::after {
        content: '';
        background: white;
        height: 1.1px;
        position: absolute;
        bottom: 0;
        width: calc(100% - 72px);
        left: 36px;
    }
    #b_head:not(.fixed) .row > div:last-of-type {
        margin-top: 36px;
    }
    .bf-has-brand[data-bf-page-id] #b_head:not(.fixed) {
    	right: 0;
    	left: 0;
    	z-index: 9998;
    	background: transparent;
    }
    body:not(.bf-has-brand) #b_head:not(.fixed) {
    	position: absolute;
    	top: 12px;
    	right: 0;
    	left: 0;
    	z-index: 9999;
    	background: transparent;
    }
    #b_head.fixed {
    	height: 80px;
    }
    #b_head.fixed > .container {
        padding-top: 8px;
    }
    #b_head.fixed .logo, #b_head.fixed .logo:hover {
    	margin-top: 5px;
    	max-height: 3em;
    }
    #b_head.fixed .row > div:last-of-type {
    	margin-top: 5px;
    }
}
@media (max-width: 1300px) {
    #b_head.fixed .logo, #b_head.fixed .logo:hover {
    	margin-top: 5px;
    	max-height: 2.5em;
    }
    #b_head.fixed {
    	height: 70px;
    }
}

/*Footer*/
#footer-subscribe-form form {
  display: flex;
  flex-wrap: wrap;
}
  #footer-subscribe-form form .bf-form-row-submit {
    width: 32.4%;
  }
  #footer-subscribe-form form .bf-form-field input {
    padding: 8px 10px 7px;
    margin-bottom: 0 !important;

    font-size: 12px;
  }
    #footer-subscribe-form form .bf-form-row-submit input {
      width: 100%;
      padding: 10px;

      font-size: 12px;

      border: 1px solid rgb(247, 248, 248);
    }
      #footer-subscribe-form form .bf-form-field input::placeholder {
        color: rgba(255, 255, 255, 0.75);
      }

/*Schedule Table*/
#rally-schedule.bfcms-ctr-container.overlay-bg > .bf-flex-underlay {
    opacity: 0.94;
}
.bf-ctable table {
	width: 100%;
}
.bf-ctable thead th {
	font-weight: 500;
	background: rgb(43, 43, 43);
	color: #fff;
	text-transform: uppercase;
}
.bf-ctable th, .bf-ctable td {
	padding: 20px 26px;
}
.bf-ctable tbody td,
.bf-ctable tbody > tr:nth-child(2n) td,
.bf-ctable tbody > tr:hover td,
.bf-ctable tbody > tr:nth-child(2n):hover td {
	background: transparent;
	border-bottom: 1.4px solid rgb(43, 43, 43);
	color: rgb(43, 43, 43);
	white-space: pre-wrap;
}

/*Masonry Gallery*/
.grid {
    list-style: none;
    /*transform: translateX(1%);*/
}
.grid:after {
    content: '';
    display: block;
    clear: both;
}
.grid-sizer {
    width: 75%;
}
.bf-gallery .grid-item {
    float: left;
    margin: 0 0 30px !important;
}


/*Layouts*/
.translate-up-120-all {
   margin-top: -120px;
}


/*Subscribe gallery overlay*/
.subscribe-gallery-overlay {
    transform: translateY(-620px);
}
.subscribe-gallery-overlay .row > div {
	position: relative;
}
.subscribe-gallery-overlay .bf-gallery-default a, .subscribe-gallery-overlay .bf-gallery-default a:hover {
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat;
}







#bf-payment-cart {
    background: rgb(161, 144, 124);
    min-width: 350px;
    width: 50vw;
    margin-left: -25vw;
    padding-top: 10px;
}

#bf-payment-cart .bf-payment-step {
    color: #fff;
    font-size: 18px;
}

#bf-payment-cart .bf-payment-preset-description {
    color: #fff;
    font-size: 1rem;
    line-height: 1.2;
}

#bf-payment-cart .bf-payment-logo {
    max-height: 100px;
    margin-bottom: 0;
    height: 100px;
    background-size: 100%;
}
  #bf-payment-cart .bf-payment-close {
    top: 0;
    left: auto;
    right: 0;

    width: 1.75rem;
    height: 1.75rem;

    font-size: 1rem;
    font-weight: bold;
    border-radius: 0;

    line-height: 1.75rem;

    color: #333;
    background: RGB(225, 223, 214);
  }

  #bf-payment-cart.bf-payment-popup > .bf-payment-shim {
    width: 100%;
  }
  #bf-payment-cart.bf-payment-popup .bf-payment-field {
    height: 45px;
  }

  #bf-payment-cart.bf-payment-popup .bf-payment-field input, 
  #bf-payment-cart.bf-payment-popup .bf-payment-field textarea,
  #bf-payment-cart.bf-payment-popup .bf-payment-field select {
    width: 100%;
    padding: 0 12px;

    font-size: 1rem;
    font-weight: 400;
    line-height: 45px;

    color: #fff;
    background-color: transparent;
  }
    #bf-payment-cart.bf-payment-popup .bf-payment-field input::placeholder,
    #bf-payment-cart.bf-payment-popup .bf-payment-field textarea::placeholder {
      color: rgba(255, 255, 255, 0.5);
    }

    #bf-payment-cart.bf-payment-popup .bf-payment-field input:focus, 
    #bf-payment-cart.bf-payment-popup .bf-payment-field textarea:focus,
    #bf-payment-cart.bf-payment-popup .bf-payment-field select:focus {
      background:rgba(255,255,255,0.15);
    }
  
    #bf-payment-cart.bf-payment-popup .icon-shim {
      padding: 0;
    }

  #bf-payment-cart .bf-payment-description {
    padding: 0.25rem 0;
    margin: 0.5rem 1.7rem 0;

    font-size: 1.4rem;
    text-transform: uppercase;

    background: rgba(255, 255, 255, 0.15);
  }

  #bf-payment-cart .bf-payment-errors {
    margin: 0.5rem 1.7rem 0;

    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border-width: 0;
  }
    #bf-payment-cart .bf-payment-errors ul {
      font-size: 0.9rem;
    }


.bf-u-auction .bf-auc-display {
  display: grid;
  grid-template-columns: 25%  44% 25%;
  grid-template-rows: minmax(250px, auto);
  grid-gap: 3%;
}
.bf-auc-image.default {
	background: rgb(247, 248, 248);
	display: flex;
	justify-content: center;
	align-items: center;
  font-size: 5em;
  color: rgb(161, 144, 124);
}
  .bf-auc-image > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .fit-image-to-container .bf-auc-image > img {
    object-fit: contain;
  }
  .image-bg .bf-auc-image > img {
    background: rgb(247, 248, 248);
    padding: 1em;
  }

  .bf-auc-bid-toggle {
    display: flex;
    justify-content: space-between;

    margin: 0;
    padding: 1rem;

    font-size: 1.4rem;
    line-height: 1;

    color: #fff;
    background: rgb(161, 144, 124);

    cursor: pointer;
  }
    .bf-auc-bid-toggle.open {
      padding: 1rem 1rem 2rem;
    }

    .bf-auc-cur-bid {
      margin-bottom: 0.5rem;
    }
      .bf-auc-cur-bid > div {
        font-size: 1.2rem;
      }

    .bf-auc-bid-history {
      display: none;
    }
      .bf-auc-bid-history > table {
        width: 90%;
        margin: -1rem auto 1rem;
      }

        .bf-auc-bid-history > table tr > td:nth-child(2),
        .bf-auc-bid-history > table tr > th:nth-child(2) {
          text-align: right;
        }

      .bf-auc-bid.open .bf-auc-bid-toggle { padding-bottom: 2rem; }
      .bf-auc-bid.open .bf-auc-bid-history { display: block; }

  .bf-auc-status {
    height: 100%;
    align-content: center;
    align-self: flex-start;
    padding: 2rem;

    text-align: center;

    background: rgb(225, 223, 214);
  }
  .bf-auc-bid-open {
    margin-right: 0;
  }

#bf-auc-bid-popup-underlay {
  display: none;

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  z-index: 10000;

  background-color: rgba(225, 223, 214, 0.95)
}


#bf-auc-bid-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10001;

  width: 50vw;
  margin-left: -25vw;
  margin-top: -250px;

  text-align: center;

  color: #fff;
  background: rgb(43, 43, 43);

  display: flex;
  flex-direction: row;
  align-items: stretch;
}

  #bf-auc-bid-popup > .bf-auc-bid-popup-image {
    width: 50%;

    background-size: cover;
    background-position: center;
  }
  .fit-image-to-container #bf-auc-bid-popup > .bf-auc-bid-popup-image {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .image-bg #bf-auc-bid-popup > .bf-auc-bid-popup-image {
    background-color: rgb(247, 248, 248);
  }

  #bf-auc-bid-popup > .bf-auc-bid-popup-inner {
    padding: 2rem;
  }

    .bf-auc-popup-close {
      position: absolute;
      top: 0.25rem;
      right: 0.5rem;

      width: 40px;
      height: 40px;

      line-height: 40px;
      text-align: center;

      cursor: pointer;
    }

    #bf-auc-bid-popup h3 {
      color: #fff;
    }



  #bf-auc-bid-popup input {
    width: 100%;
    margin-bottom: 0;

    color: #fff;
  }
    #bf-auc-bid-popup input::placeholder {
      font-style: italic;
      color: #fff;
    }

    #bf-auc-bid-popup .bf-auc-popup-bid > input[type="number"] {
      max-width: 50%;

      font-size: 1.4rem;
      text-align: center;
    }

  #bf-auc-bid-popup button {
    padding: 0.5rem 1rem;

    font-size: 1rem;
    text-transform: uppercase;

    color: #333;
  }

  .bf-auc-popup-bid {
    margin-bottom: 1rem;
  }

  .bf-auc-popup-field {
    display: flex;
    gap: 0.5rem;

    margin-bottom: 0.5rem;
  }



@media ( min-width: 600px ) {
  #bf-payment-cart.bf-payment-popup.step-30 {
      width: 75vw;
      min-width: 350px;
      margin-left: -37.5vw;
      padding-top: 10px;

      background: rgb(161, 144, 124);
  }

  #bf-payment-cart.bf-payment-popup .bf-payment-panel-cart, #bf-payment-cart.bf-payment-popup .bf-payment-panel-billing, #bf-payment-cart.bf-payment-popup.use-extra .bf-payment-panel-thankyou {
    width: 47%;
  }

  #bf-payment-cart.bf-payment-popup .bf-payment-panel-payment, #bf-payment-cart.bf-payment-popup .bf-payment-panel-extra {
    width: 47%;
  }
}
