@media (max-width: 600px) {
}


@media (max-width: 767px) {
  #b_foot .bf-photo-image,
  #b_foot .bf-form {
    margin: 0 auto 30px;
  }
  #b_foot .bfcms-richtext { text-align: center; }
  #b_copyright .container .row > div { text-align: center; }


  .bfcms-ctr-container:not(.bf-header):not(.bf-colmun-bleed):not(.no-margin) > .container > .row > div[class^="col-xs-12"], 
  .bfcms-ctr-container:not(.bf-header):not(.bf-column-bleed):not(.no-margin) > .container-fluid > .row > div[class^="col-xs-12"] {
    margin-top: 15px !important;
  }
  .mobile-hide { display: none; }
  .pt-30-xs { padding-top: 30px; }


  .bf-gallery ul.bf-gallery-overlap li {
    margin: 0;
  }
  .bf-gallery ul.bf-gallery-overlap > li:nth-child(n+2) {
    display: none;
  }


  .underlay .bf-photo-image {
    position: relative;
    transform: translate(-15px, -15px);

    width: fit-content;
  }
    .underlay .bf-photo-image::before {
    	content: '';

    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
      height: 100%;

    	background: rgba(211, 206, 176, 0.2);
    }
    .underlay img {
      transform: translate(15px, 15px);
    }
   .bf-u-auction .bf-auc-display {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .bf-u-auction .bf-auc-display .bf-auc-status {
    align-self: stretch;
    padding: 1rem 1.5rem;
  }
  .bf-u-auction .bf-auc-display .bf-auc-image {
    margin-bottom: 1rem;
   }
  .bf-u-auction .bf-auc-display .bf-auc-desc { padding: 0 1.5rem; }


  #bf-auc-bid-popup {
    flex-direction: column;

    top: 0;

    width: 95vw;
    margin-top: 100px;
    margin-left: -47.5vw
  }
    #bf-auc-bid-popup > .bf-auc-bid-popup-image {
      width: 100%;
      height: 200px;
    }
    #bf-auc-bid-popup .bf-auc-popup-close {
      text-shadow: 1px 1px 5px rgba(0,0,0,0.5)
    }
  .bfcms-ctr-container:has(.bf-auc-display) {
    margin-bottom: 30px !important;
  }

}
   


@media (max-width:991px) {
  #b_content > .bfcms-ctr-container:first-child, 
  #b_content > .bfcms_cell_zone > .bfcms-ctr-container:first-child {
    padding-top: 25px !important;
  }

  #b_head #b_nav ul.bfcms-nav {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
  }

  #b_head > .container #b_nav {
    position: static;
    display: block;

    float: none;
    overflow: hidden;

    width: 93%;
    margin: 0;

    text-align: right;

    background: transparent !important;
  }

  #b_head #b_nav ul.bfcms-nav > li {
    display: inline-block;
    width: auto;
  }

  #b_head #b_nav ul.bfcms-nav > li > a, #b_head #b_nav ul.bfcms-nav > li > a.on, #b_head #b_nav ul.bfcms-nav > li > a:hover, #b_head #b_nav ul.bfcms-nav > li > a:focus, #b_head #b_nav ul.bfcms-nav>li>a:visited {
    padding: 0.5rem;
    font-size: 14px;
    line-height: 1 !important;
  }

  #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 {
    font-size: 11px;
  }

  #b_head .row { position: relative; }
    #b_head:not(.fixed) .row::after {
      content: '';
    	position: absolute;
    	bottom: -55px;
    	left: 23px;

    	width: calc(100% - 62px);
    	height: 1px;

    	background: white;
    }
    #b_head.fixed .row::after {
    	content: '';
    	position: absolute;
    	bottom: -50px;
    	left: 23px;

    	width: calc(100% - 62px);
    	height: 1px;

    	background: white;
    }

    #b_head > .container > .row > div:first-child { width: 30%; }
    #b_head > .container > .row > div:nth-child(2) { width: 70%; }

    #b_head #b_mobile_toggle { display: none; }

    #b_head #b_nav ul.bfcms-nav {
      margin-top: 20px;
    }

  .subscribe-gallery-overlay {
    display: none;
  }
  .bf-u-auction .bf-auc-display {
    grid-template-columns: 25% 35% auto;
  }
  .bf-u-auction .bf-auc-display .bf-auc-desc {
    text-align: center;
  }
  .bf-u-auction .bf-aux-display .bf-aux-status {
    padding: .5em;
  }
}

@media (min-width:768px)  {
  .bfu-header-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
    .bfu-header-background > .row > div {
      padding-top: 0; 
    }

  .bfu-header-content {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
  }


  .bf-gallery ul.bf-gallery-overlap {
    margin: 75% 0 0;
    padding: 0;
    list-style: none;
    position: relative;
  }
  .bf-gallery ul.bf-gallery-overlap li {
    float: unset;
    margin: unset:
  }
  .bf-gallery  ul.bf-gallery-overlap > li {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .bf-gallery ul.bf-gallery-overlap > li:first-child {
        z-index: 10;
        position: relative;
        z-index: 10;
        left: 0;
        top: 0;
    }
   .bf-gallery  ul.bf-gallery-overlap > li:nth-child(2) {
        top: -60%;
        left: 60%;
        z-index: 1;
    }
    .bf-gallery ul.bf-gallery-overlap > li:nth-child(3) {
      top: 80%;
      left: 40%;
      z-index: 11;
    }
   .bf-gallery  ul.bf-gallery-overlap > li img {
      /*opacity: 0.75;*/
    }

   .bf-gallery ul.bf-gallery-overlap > li:first-child img {
      opacity: 1;
    }

  .grid-sizer, .grid-item { width: 30%; }
  .grid-item img {
    min-height: 200px;
  }
    .bf-masonry-overlap .grid-item:nth-child(2) { transform: translate(15%, 0); }
    .bf-masonry-overlap .grid-item:nth-child(3) { transform: translate(15%, -15%); }
    .bf-masonry-overlap .grid-item:nth-child(4) { transform: translate(10%, 5%); }
    .bf-masonry-overlap .grid-item:nth-child(5) { transform: translate(0, 5%); }
    .bf-masonry-overlap .grid-item:nth-child(6) { transform: translate(10%, -20%); }
    .bf-masonry-overlap .grid-item:nth-child(7) { transform: translate(10%, -10%); }
    .bf-masonry-overlap .grid-item:nth-child(8) { transform: translate(50%, -8%); }
    .bf-masonry-overlap .grid-item:nth-child(9) { transform: translate(60%, -30%); }
    .bf-masonry-overlap .grid-item:nth-child(5) img { transform: scale(1); }
    .bf-masonry-overlap .grid-item:nth-child(6) img { transform: scale(1.3); }
    .bf-masonry-overlap .grid-item:nth-child(7) img { transform: scale(0.8); }
    .bf-masonry-overlap .grid-item:nth-child(8) img { transform: scale(1.1); }
    .bf-masonry-overlap .grid-item:nth-child(9) img { transform: scale(1.1); }

  .underlay .bf-photo-image {
    position: relative;
    width: fit-content;
  }
    .underlay img {
      transform: translate(50px, 50px);
    }
    .underlay .bf-photo-image::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;

    	background: rgba(211, 206, 176, 0.2);
    }


  .translate-up-120 { transform: translateY(-120px); }
  .translate-up-180 { transform: translateY(-180px); }
  .pb-180-sm { padding-bottom: 180px; }
}


@media (min-width:1200px) {
  .grid-item img {
    max-height: 30vw;
    min-height: 300px;
  }

  .bfcms-ctr-container-wide > .container {
    width: 100%;
  }
}


@media (min-width: 992px) and (max-width: 1499px) {
    .subscribe-gallery-overlay .row > div:first-child > a {
    	position: absolute;
    	left: -70%;
    	top: 3em;
    	padding-top: 500px;
    }
    .subscribe-gallery-overlay .row > div:nth-child(2) > a {
    	position: absolute;
    	top: -4em;
    	right: -70%;
    	padding-top: 400px;
    }
}


@media (min-width: 1500px) {
    .subscribe-gallery-overlay .row > div:first-child > a {
    	position: absolute;
    	left: -40%;
    	top: 3em;
    	padding-top: 500px;
    }
    .subscribe-gallery-overlay .row > div:nth-child(2) > a {
    	position: absolute;
    	top: -4em;
    	right: -40%;
    	padding-top: 400px;
    }
}

@media (min-width: 1600px) {
  .bfcms-ctr-container-wide > .container {
    max-width: 1600px;
  }
}
