/* automation variables */
/* Standard Colors */
/* Colors for live auction left column, where it says "Now", "Paused", and "Closed" on the top right of the left column. */
/* End of colors for live auction left column */
/* Lot grid view colors */
/* End of lot grid view colors */
/* Text color for:
	- "Won"
	- "Bidding $3,000 (Max. $4,000)"
	- "You bid $3,000" (for timed auctions to indicate what your bid was for a non-active lot)
*/
/* Text color for "Outbid $4,000 [...] Current $4,500". */
/* Lot list background color when hovering. */
/*$auction-status-color-default: transparentize($primary-color-medium,0.1) !default;
$auction-status-text-color-default: #fff !default;*/
/*$button-color-black-text-shadow: #495d75 !default;
$button-color-black-border: #8598a9 !default;
$button-color-black-shadow: #131d27 !default;*/
/* TODO Need to create red color button for the demo template */
/* Emulating bootstrap default line height, useful when you want to reset the line height */
/* Line height value used for a nearly zero pixel gap around text. Useful when you want to align text pixel perfectly. */
/* Deprecated, do not use this. Use $am-logo-color from _menu.scss instead. */
/* new menu variables */
/* realestate menu variables */
.navbar,
.return-to-wrapper {
  display: none !important; }

#footer,
#footer-mobile {
  display: none !important; }

.btn.print {
  display: none; }

.scroll-sticky.stick {
  top: 0px !important;
  position: relative; }

.scroll-sticky-placeholder {
  height: 0px !important; }

.lot-page {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .lot-page .lot-page-header {
    flex: 1 0 100%; }
  .lot-page .right-column,
  .lot-page .left-column {
    flex: 1;
    padding-top: 5rem;
    display: flex;
    flex-direction: column;
    margin-top: 0; }
  .lot-page .main-image-wrap {
    width: 100%;
    margin: 0;
    position: inherit;
    display: block; }
  .lot-page div[class*="my-bid-"] {
    min-height: auto; }

/*# sourceMappingURL=langs-print.css.map */