/* DEFAULTS
/* ----------------------------------------------------------------- */

body {
	background-color: #363842;
	font-family: "Open Sans", sans-serif;
	color: #363842;
	font-size: 16px;
	line-height: 1.6em;
}

h1 {
	margin-top: 0px;
	margin-bottom: 0.2em;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 700;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0.2em;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: 700;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0.2em;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 700;
}

h4 {
	margin-top: 0px;
	margin-bottom: 0.2em;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 700;
}

h5 {
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: 700;
}

h6 {
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: 700;
}

p {
	margin-bottom: 1em;
}
.the-content p {
	margin-bottom: 0;
}

a {
	color: #009fe3;
	text-decoration: underline;
}

ul {
	margin-top: 0px;
	margin-bottom: 1em;
	padding-left: 20px;
}

ol {
	margin-top: 0px;
	margin-bottom: 1em;
	padding-left: 20px;
}

hr {
	display: block;
	height: 1px;
	width: auto;
	border: none;
	background-color: #ddd;
}

/* ELEMENTS
/* ----------------------------------------------------------------- */

.nowrap {
	white-space: nowrap;
}

pre,
code {
	display: block;
	max-width: 100%;
	padding: 15px;
	margin-bottom: 0.5em;
	background: #f7f7f7;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	color: #666666;
	border-left: 3px solid #7b7b7b;
}

.container {
	display: block;
	width: 100%;
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}

.section {
	padding-top: 65px;
	padding-bottom: 65px;
	background-color: #fff;
}

.page-wrapper .section:nth-child(2n + 2),
.section.whitesmoke {
	background-color: #f5f5f5;
}

.main {
	width: 65.5%;
	margin-bottom: 1.5em;
	float: left;
}

.main.right {
	float: right;
}

.sidebar {
	width: 31%;
	margin-bottom: 1.5em;
	float: right;
	clear: right;
}

.sidebar.left {
	float: left;
	clear: left;
}

.content-boxed {
	padding: 1.2em;
	border: 1px solid #ddd;
	border-radius: 6px;
	background-color: #fff;
}

.button {
	display: inline-block;
	margin-top: 0.2em;
	padding: 0.6em 1.2em;
	border: 3px solid #009fe3;
	border-radius: 12px;
	background-color: #009fe3;
	-webkit-transition: background-color 200ms ease, border-color 200ms ease;
	transition: background-color 200ms ease, border-color 200ms ease;
	color: #fff;
	line-height: 1.2em;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	cursor: pointer;
}

.button:hover {
	border-color: #71ccf2;
	background-color: #71ccf2;
}

.button.outline {
	background-color: transparent;
	color: #009fe3;
}

.button.outline:hover {
	background-color: #71ccf2;
	color: #fff;
}

.button.outline.white {
	color: #fff;
}

.button.noclick {
	cursor: initial;
}
.button.noclick:hover {
	background-color: #009fe3;
	border-color: #009fe3;
}

.button-group {
	display: block;
	width: 100%;
}
.button-group .button:not(:last-child) {
	margin-right: 0.6em;
}

/* POST
/* ----------------------------------------------------------------- */
.post-content {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

[data-lang-content] {
	display: none;
}
html[lang="nl"] [data-lang-content="nl"],
html[lang="en"] [data-lang-content="en"],
html[lang="zh-CN"] [data-lang-content="zh-CN"],
html:not([lang="en"]):not([lang="zh-CN"]) [data-lang-content="nl"] {
	display: block;
}
html[lang="en"] [data-lang-alt="en"],
html[lang="zh-CN"] [data-lang-alt="zh-CN"] {
	display: block !important;
}
html[lang="en"] [data-lang-disable="en"],
html[lang="zh-CN"] [data-lang-disable="zh-CN"] {
	display: none !important;
}

/* VIDEO BACKGROUND
/* ----------------------------------------------------------------- */

.fw-video-wrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
}
.fw-video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}

/* IMAGES
/* ----------------------------------------------------------------- */

.fw-image {
	display: block;
	width: 100%;
	height: auto;
}

.fw-image-cover {
	display: block;
	position: relative;
	padding-bottom: 65%;
	margin-bottom: 0;
	overflow: hidden;
}
.fw-image-cover .fw-image {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-object-fit: cover;
	object-fit: cover;
	-webkit-object-position: center center;
	object-position: center center;
}

/* MESSAGE BOX
/* ----------------------------------------------------------------- */

.message-box {
	border: 1px solid #ddd;
	padding: 15px 20px;
	margin-bottom: 30px;
}

.message-box.error {
	background-color: #fef3f7;
	color: #b7153c;
	border-color: #b7153c;
}
.message-box.error:before {
	content: "\f057";
	display: block;
	float: left;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.message-box.success {
	background-color: #f1f8f1;
	color: #02b130;
	border-color: #02b130;
}
.message-box.success:before {
	content: "\f058";
	display: block;
	float: left;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.message-box.warning {
	background-color: #fffff3;
	color: #f79600;
	border-color: #f79600;
}
.message-box.warning:before {
	content: "\f071";
	display: block;
	float: left;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.message-box.notice {
	background-color: #f0f9fe;
	color: #387aae;
	border-color: #387aae;
}
.message-box.notice:before {
	content: "\f05a";
	display: block;
	float: left;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.message-box ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 30px;
}

/* HOMEPAGE SLIDER
/* ----------------------------------------------------------------- */

.homepage-slider {
	overflow: hidden;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

.slide-wrapper {
	position: relative;
	width: 100%;
	z-index: 5;
}
.homepage-slider.slick-slider .slide-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.slide-description {
	margin-bottom: 0;
}
.slide-wrapper .container {
	position: relative;
}
.homepage-slider.slick-slider .slide-wrapper .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.slide-title {
	color: #71ccf2;
	font-size: 3.8em;
	line-height: 1em;
	font-weight: 800;
	text-transform: uppercase;
}
.slide-title:first-line {
	color: #fff;
	font-weight: 400;
}

.slide-content {
	padding-top: 1em;
	padding-bottom: 1em;
}
.slide-content > p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.slide-date {
	margin-bottom: 0.4em;
	font-weight: 600;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.slide-content-wrapper {
	position: relative;
	z-index: 5;
	max-width: 600px;
	padding-top: 5em;
	padding-bottom: 5em;
	color: #fff;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
.homepage-slider.slick-slider .slide-content-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.slide-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3;
	background-image: url("../images/dot.png"),
		-webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25));
	background-image: url("../images/dot.png"),
		linear-gradient(90deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25));
	background-position: 0px 0px, 0px 0px;
}

.slide-video {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	overflow: hidden;
}

.slide-image-wrapper {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 530px;
	max-width: 60%;
	margin: 0px 0px 0px 600px;
}

.slide-image {
	position: absolute;
	left: 50%;
	bottom: 0px;
	display: block;
	width: auto;
	height: 95%;
	max-width: none;
	-webkit-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
}

.homepage-slide {
	position: relative;
	overflow: hidden;
}

.slide-background {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: cover;
	background-color: #363842;
}
.slide-background.placeholder {
	background-image: url("../images/gps-auctions-placeholder-slide.jpg");
}

.homepage-slide .button.outline {
	color: #fff;
}

/* SLICK SLIDER
/* ----------------------------------------------------------------- */

.homepage-slider.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.homepage-slider > .homepage-slide:not(:first-child) {
	display: none;
}
.homepage-slider .slick-list {
	margin: 0;
	padding: 0;
}
.homepage-slider .slick-dots {
	bottom: 1.5em;
}
.homepage-slider .slick-dots li.slick-active button::before,
.homepage-slider .slick-dots li button::before {
	content: "\2022";
	color: #fff;
}

.homepage-slider .slick-slide > div {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.homepage-slider.slick-slider .homepage-slide {
	position: relative;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	overflow: hidden;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.homepage-slider .slick-track {
	display: flex !important;
}
.homepage-slider .slick-slide {
	display: flex !important;
	height: inherit !important;
	margin-bottom: 0;
}

.homepage-slider.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.homepage-slider.slick-dotted .slick-dots {
	bottom: 8px;
}

.homepage-slider .slick-dots li button:before {
	color: #fff !important;
	font-size: 16px;
}
.homepage-slider .slick-dots li {
	margin: 0;
}

.latest-bids-slider .slick-slide {
	margin: 0 0.5em;
}
.latest-bids-slider .slick-list {
	margin: 0 -0.6em;
	padding: 3px 0;
}
.banners-slider .slick-slide {
	margin: 0 1em;
}
.banners-slider .slick-list {
	margin: 0 -1em;
}

/* PIGEON LIST BLOCK
/* ----------------------------------------------------------------- */

.pigeon-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 6px;
	background-color: #fff;
	-webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
	transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
	transition: box-shadow 200ms ease, transform 200ms ease;
	transition: box-shadow 200ms ease, transform 200ms ease,
		-webkit-transform 200ms ease;
	color: #363842;
	text-align: center;
	text-decoration: none;
}

.pigeon-block:hover {
	box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate(0px, -3px);
	-ms-transform: translate(0px, -3px);
	transform: translate(0px, -3px);
}

.pigeon-block-figure {
	position: relative;
	margin: 0px;
	padding: 5%;
	/*background-image: -webkit-linear-gradient(270deg, transparent, #fff), url('../images/pigeon-background.jpg');
  background-image: linear-gradient(180deg, transparent, #fff), url('../images/pigeon-background.jpg');*/
	background-position: 0px 0px, 50% 0px;
	background-size: auto, cover;
	background-repeat: repeat, repeat;
}

.pigeon-block-content-wrapper {
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	background-color: #009fe3;
}

.pigeon-block-title {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.pigeon-block-information {
	color: #fff;
}

.pigeon-block-lot {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
	padding: 0.8em 2em 2em 0.8em;
	background-image: url("../images/lot-corner.png");
	background-position: 0px 0px;
	background-size: contain;
	background-repeat: no-repeat;
	color: #fff;
	line-height: 1em;
	font-weight: 600;
	text-transform: uppercase;
}

.pigeon-list-figure {
	position: relative;
	overflow: hidden;
	margin: 0px;
	border-radius: 3px;
}

.pigeon-block-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding: 0em 1em 1em;
	-webkit-flex-grow: 2;
	flex-grow: 2;
}

.pigeon-block-content-inner-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-flex-grow: 2;
	flex-grow: 2;
}
.pigeon-block-content-inner-wrapper .notes {
	padding: 0.6em 1.2em;
	background-color: #ebebeb;
    border-radius: 4px;
	margin-bottom: 0.6em;
}
.pigeon-block-content-inner-wrapper .notes p:last-child {
	margin-bottom: 0;
}

.pigeon-block-content .button-group {
	margin-top: 0.3em;
}

.pigeon-block-price {
	font-weight: 700;
}

.amount {
	display: inline-block;
}

.amount.big {
	font-size: 1.5em;
}

.highest-bid,
.pigeon-block-latest-bid {
	font-size: 0.8em;
	line-height: 1.4em;
}

.pigeon-block-heading {
	font-size: 1.4em;
	line-height: 1.2em;
}

.pigeon-block-description {
	display: -webkit-box;
	margin-bottom: 0.4em;
	line-height: 1.6em;
	text-align: center;
}
.pigeon-block-description.limit {
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pigeon-block-description > * {
	width: 100%;
}


.pigeon-block-date {
	margin-top: -0.3em;
	margin-bottom: 1em;
	color: #009fe3;
	line-height: 1.2em;
}

.time-left {
	display: block;
	margin-bottom: -0.5em;
	margin-top: 0.5em;
}

/* AUCTIONS LIST
/* ----------------------------------------------------------------- */

.auctions-list {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
}

.auction-list-item {
	margin-top: 1.5em;
	border: 1px solid #ddd;
	border-radius: 6px;
	background-color: #fff;
}

.auction-list-image {
	width: 25%;
	margin: 0px;
	padding: 1.2em;
	float: left;
}

.auction-list-content {
	width: 75%;
	margin: 0px;
	padding: 1.2em;
	float: right;
}

.auction-list-content > p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.columns-1 .auction-list-content > p {
	-webkit-line-clamp: 4;
}

.auction-list-heading {
	margin: 0px;
	font-size: 1.6em;
	line-height: 1.2em;
}

.auction-list-subheading {
	margin-bottom: 1em;
	color: #009fe3;
	line-height: 1.2em;
}

.auction-list-average-bid::before {
	content: " | ";
}

.auction-list-heading-wrapper {
	padding-left: 1em;
	border-left: 5px solid #009fe3;
}

.auction-list-content-wrapper {
	position: relative;
	z-index: 1;
}

.auction-list-figure {
	position: relative;
	overflow: hidden;
	margin: 0px;
	border-radius: 3px;
	padding-bottom: 100%;
}

.auction-list-figure img {
	display: block;
	position: absolute;
	height: 100% !important;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-object-fit: cover;
	object-fit: cover;
	-webkit-object-position: center center;
	object-position: center center;
}

.hidden-icon {
	opacity: 0.25;
}

.end-date-text::before {
	content: "\f111";
	margin-right: 0.4em;
	font-size: 1em;
	color: #009fe3;
	vertical-align: middle;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.end-date-text.yellow::before {
	color: #ebb01f;
}
.end-date-text.red::before {
	color: #e63126;
}
.end-date-text.green::before {
	color: #7bb929;
}
.end-date-text.blinker::before {
	animation: blinker 1.2s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0.5;
	}
}

/* NEWS BLOCK
/* ----------------------------------------------------------------- */

.news-block {
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 6px;
	background-color: #fff;
}

.news-block-content {
	padding: 1em 1em 1.2em;
}

.news-block-link {
	display: block;
}

.news-block-figure {
	position: relative;
	padding-bottom: 65%;
	margin: 0px;
}

.news-block-heading {
	margin-bottom: 0.4em;
}

.news-block-category {
	color: #009fe3;
	font-weight: 700;
	text-transform: uppercase;
}

/* VIDEO BLOCK
/* ----------------------------------------------------------------- */

.video-block {
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 6px;
	background-color: #fff;
}

.video-block-content {
	padding: 0.5em 1em;
}

.video-block-link {
	display: block;
}

.video-block-figure {
	position: relative;
	padding-bottom: 65%;
	margin: 0px;
}

.video-block-heading {
	font-size: 1.2em;
	margin: 0;
}

/* IMAGE CORNER OVERLAY
/* ----------------------------------------------------------------- */

.bid-status-text,
.image-corner {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
	padding: 0.8em 1.5em 2em 0.8em;
	background-image: url("../images/lot-corner-blue.svg");
	background-position: 0px 0px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #fff;
	line-height: 1em;
	font-weight: 600;
	text-transform: uppercase;
}

.bid-status-text.dark,
.image-corner.dark {
	background-image: url("../images/lot-corner-dark.svg");
}

.bid-status-text.green,
.image-corner.green {
	background-image: url("../images/lot-corner-green.svg");
	padding: 0.8em 1.6em 2.1em 0.8em;
}

.bid-status-text.red,
.image-corner.red {
	background-image: url("../images/lot-corner-red.svg");
	padding: 0.8em 1.6em 2.1em 0.8em;
}

.bid-status-text span,
.image-corner-text {
	-webkit-transform: translate(0px, 25%);
	-ms-transform: translate(0px, 25%);
	transform: translate(0px, 25%);
}

.bid-status-text.right {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	left: auto;
	right: 0;
	padding: 0.8em 2em 1.5em 0.8em;
}
.bid-status-text.right span {
	display: block;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

/* MISCELLANEOUS
/* ----------------------------------------------------------------- */

.content-block {
	padding: 1.2em;
	border: 1px solid #ddd;
	border-radius: 6px;
	background-color: #fff;
}

.section-heading {
	margin-bottom: 1em;
	font-size: 2.3em;
	font-weight: 400;
}

.section-sub-heading {
	font-weight: 700;
}

.blue {
	color: #009fe3;
}

.heading-square {
	display: inline-block;
	padding: 0.4em;
	border-radius: 6px;
	background-color: #009fe3;
	color: #fff;
	font-size: 0.6em;
	line-height: 1em;
}











.page-heading {
	margin: 0px;
	font-size: 3.4em;
	letter-spacing: -2px;
	text-transform: uppercase;
}

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

.banners-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.banner-link {
	display: block;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	-webkit-transition: border 200ms ease;
	transition: border 200ms ease;
}

.banner-link:hover {
	border-color: #009fe3;
}

.pagination {
	margin-top: 1.5em;
}
.pagination.center {
	text-align: center;
}

.page-intro {
	margin-top: -1.5em;
	margin-bottom: 3em;
}

.page-image {
	width: 23%;
	margin-top: 1.5em;
	float: left;
}

.page-description {
	width: 74.4%;
	margin-top: 1.5em;
	float: right;
}

.breadcrumbs {
	font-weight: 700;
	text-transform: uppercase;
}

.banner-slide {
	display: inline-block;
	width: 16%;
}

.latest-bids-slider {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	line-height: 1.6em;
	list-style-type: none;
}
ul.latest-bids-slider > li:nth-child(n + 6) {
	display: none;
}
ul.latest-bids-slider > li {
	display: inline-block;
	width: 18.8%;
	margin-right: 1.5%;
}
ul.latest-bids-slider > li:nth-child(5) {
	margin-right: 0;
}

.summary-table {
	width: 100%;
	text-align: left;
}
.summary-table th {
	padding-right: 1em;
	width: 10em;
}
.bids-table {
	width: 100%;
	text-align: left;
}

.bids-table tbody tr:nth-child(n + 6) {
	display: none;
}
.bids-table.show-all tbody tr:nth-child(n + 6) {
	display: table-row;
}

.spacer {
	height: 1.5em;
}

.spacer.double {
	height: 3em;
}

.lot-page-title {
	margin: 0px 0px 0.3em;
	font-size: 2.2em;
	line-height: 1.2em;
}

.lot-page-lotnumber {
	font-size: 0.8em;
}

.lot-page-summary {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
	border-left: 5px solid #009fe3;
}

.bid-history {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.bid-history.hidden {
	display: none;
}

.lot-page-price {
	margin-bottom: 0.8em;
	color: #009fe3;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 700;
}

.latest-bids-auction-name {
	margin-top: -0.3em;
	margin-bottom: 0.3em;
}

.pigeon-block-details img {
	display: inline-block;
}

.lot-page-figure {
	margin-bottom: 0px;
}

.section-heading-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.text-columns {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 3em;
	column-gap: 3em;
}

.video-lightbox {
	display: block;
	margin-top: 20px;
	border: 4px solid #fff;
	border-radius: 4px;
}

.heading-square {
	vertical-align: middle;
}
.banners-list li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-top: 4%;
	margin-right: 4%;
}
.banners-list li:nth-child(2n + 2) {
	margin-right: 0;
}
.breadcrumbs a {
	color: #363842;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.auction-list-item.half .auction-list-image {
	width: 40%;
}
.auction-list-item.half .auction-list-content {
	width: 60%;
}
.auction-list-item.half .auction-list-heading {
	font-size: 1.4em;
}
.place-bid .w-input {
	width: auto;
	display: inline-block;
}
.place-bid .w-checkbox {
	display: inline-block;
}
.lot-page-price .amount {
	font-size: 1.4em;
}

/* NAVIGATION BAR
/* ----------------------------------------------------------------- */

.navbar {
	position: relative;
	z-index: 500;
	background-color: #fff;
	/*box-shadow: 0 0 12px 0 rgba(0, 0, 0, .65);*/
}

/* TOP NAVIGATION
/* ----------------------------------------------------------------- */

.navbar-top {
	position: relative;
	background-color: #363842;
	color: #fff;
	font-size: 0.9em;
	z-index: 501;
}
.current-time {
	margin: 0px;
	padding: 0.8em 0px;
	float: left;
}
.top-navigation {
	position: relative;
	z-index: 100;
	display: block;
	float: right;
}
.top-navigation > ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.top-navigation > ul > li {
	display: inline-block;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.top-navigation > ul > li:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.top-navigation > ul > li a {
	display: block;
	padding: 0.8em 1.4em;
	text-decoration: none;
	color: #fff;
	position: relative;
}
.top-navigation > ul > li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
.top-navigation > ul > li a .fa {
	font-size: 1.2em;
}
.top-navigation > ul > li a .mini-cart-items {
	position: absolute;
	bottom: 20px;
	right: 10px;
	font-size: 9px;
	text-align: center;
	background-color: #009fe3;
	color: #fff;
	line-height: 18px;
	font-weight: 400;
	border-radius: 50%;
	width: 18px;
	height: 18px;
}
.top-navigation > ul > li a.top-nav-menu-button {
	font-weight: 700;
	cursor: pointer;
}
.top-navigation > ul > li a.active {
	background-color: #009fe3;
}
.top-navigation > ul > li > ul {
	display: none;
	padding: 0;
	margin: 0;
	position: absolute;
	list-style-type: none;
	background-color: #009fe3;
	text-align: left;
}
.top-navigation > ul > li > a.active + ul {
	display: block;
}
.top-navigation > ul > li > ul a {
	padding: 0.4em 1.2em;
	line-height: 1.2em;
}
.top-navigation > ul > li > ul a:hover {
	background-color: rgba(255, 255, 255, 0.15);
}

.top-menu-flag,
a.glink img {
	margin-right: 0.3em;
}

#language-button > img[data-lang] {
	display: none;
}
html[lang="en"] #language-button > img[data-lang="en"],
html[lang="ar"] #language-button > img[data-lang="ar"],
html[lang="zh-CN"] #language-button > img[data-lang="zh-CN"],
html[lang="da"] #language-button > img[data-lang="da"],
html[lang="nl"] #language-button > img[data-lang="nl"],
html[lang="fr"] #language-button > img[data-lang="fr"],
html[lang="de"] #language-button > img[data-lang="de"],
html[lang="pl"] #language-button > img[data-lang="pl"],
html[lang="es"] #language-button > img[data-lang="es"] {
	display: inline-block;
}

/* MIDDLE NAVIGATION
/* ----------------------------------------------------------------- */

.navbar-middle {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.navbar-middle-right {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	padding-left: 50px;
	text-align: right;
}

.navbar-search-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.navbar-search-field {
	margin: 0px;
	padding-right: 4em;
	border-style: none;
	background-color: #f1f1f1;
}

.navbar-search-button {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	margin: 0px;
	padding: 0px 1em;
	background-color: transparent;
	color: #363842;
	text-align: center;
	text-decoration: none;
}
.navbar-phone {
	color: #009fe3;
	font-size: 1.5em;
	line-height: 1.1em;
	font-weight: 700;
	text-decoration: none;
}

.navbar-middle-content-inner {
	display: inline-block;
	text-align: left;
}

.navbar-middle-search {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding-left: 50px;
}

.navbar-middle-content {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	text-align: center;
}

.navbar-logo-link {
	vertical-align: middle;
	width: 30%;
}

.woocommerce img.navbar-logo,
.woocommerce-page img.navbar-logo,
.navbar-logo {
	display: block;
	width: 100%;
	height: auto;
	max-width: 230px;
}

/* MAIN NAVIGATION
/* ----------------------------------------------------------------- */

.navbar-bottom {
	position: relative;
	z-index: 500;
}
.navbar-bottom.blue {
	background-color: #009fe3;
}
.main-navigation {
	text-align: left;
}
.main-navigation ul {
	padding: 0;
	margin: 0 -1em;
	list-style-type: none;
}

.main-navigation > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-navigation > ul > li {
	display: inline-block;
	position: relative;
}
.main-navigation > ul > li > a {
	display: block;
	padding: 1.2em 1em 1em;
	text-decoration: none;
	color: #363842;
	line-height: 1.2em;
	text-transform: uppercase;
	border-bottom: 0.2em solid transparent;
}
.navbar-bottom.blue .main-navigation > ul > li > a {
	color: #fff;
}
.main-navigation > ul > li > a.w--current,
.main-navigation > ul > li > a:hover {
	color: #009fe3;
	border-bottom-color: #009fe3;
}
.navbar-bottom.blue .main-navigation > ul > li > a.w--current,
.navbar-bottom.blue .main-navigation > ul > li > a:hover {
	color: #fff;
	border-bottom-color: #fff;
}
.main-navigation > ul > li:after {
	content: "";
	display: block;
	position: absolute;
	right: -1px;
	top: 1em;
	bottom: 1em;
	border-right: 1px solid #ddd;
}
.navbar-bottom.blue .main-navigation > ul > li:after {
	border-color: #fff;
}
.main-navigation > ul > li:last-child:after {
	display: none;
}
.main-navigation ul li:hover ul {
	display: block;
}
.main-navigation ul li:hover > a {
	color: #009fe3;
}
.main-navigation ul li ul {
	display: none;
	position: absolute;
	background-color: #009fe3;
	padding: 0.3em 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.main-navigation ul li ul li {
	display: block;
	position: relative;
}
.main-navigation ul li ul li a {
	display: block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #363842;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #fff;
}
.main-navigation ul li ul li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.main-navigation > ul > li.menu-social-media {
	padding: 0 0 0 1em;
	text-align: right;
	-webkit-flex-grow: 2;
	flex-grow: 2;
}
.main-navigation > ul > li.menu-social-media > a {
	padding: 0 0.2em;
	font-size: 1.4em;
	display: inline-block;
}
.navbar-bottom.blue .main-navigation > ul > li.menu-social-media > a:hover {
	border-color: transparent;
}

/* PAGINATION
/* ----------------------------------------------------------------- */

.pagination a,
.pagination > span,
.pagination .current {
	display: inline-block;
	padding: 0.6em 0.8em;
	color: #363842;
	line-height: 1em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.pagination a:hover,
.pagination .current {
	background-color: #009fe3;
	border-color: #009fe3;
	color: #fff !important;
}

/* COUNTDOWN
/* ----------------------------------------------------------------- */

.ce-countdown {
	display: inline-block;
	font-size: 1em;
	line-height: 1.2em;
	padding: 0;
	text-align: center;
}
.ce-countdown .ce-row {
	display: inline-block;
	vertical-align: top;
	margin: 0.2em 0;
}
.ce-countdown .ce-col {
	display: inline-block;
	margin: 0.2em;
	padding: 0.8em;
	min-width: 70px;
	vertical-align: top;
	border: 2px solid #363842;
	border-radius: 12px;
}
.ce-countdown.white .ce-col {
	border-color: #fff;
}
.ce-countdown .ce-days,
.ce-countdown .ce-hours,
.ce-countdown .ce-minutes,
.ce-countdown .ce-seconds,
.ce-countdown .ce-dseconds,
.ce-countdown .ce-mseconds {
	font-size: 2em;
	font-weight: 700;
}
.ce-countdown .ce-days-label,
.ce-countdown .ce-hours-label,
.ce-countdown .ce-minutes-label,
.ce-countdown .ce-seconds-label,
.ce-countdown .ce-dseconds-label,
.ce-countdown .ce-mseconds-label {
	display: block;
	margin-top: 0.4em;
	text-transform: uppercase;
	font-size: 0.6em;
	line-height: 1em;
}

/* FOOTER
/* ----------------------------------------------------------------- */

.footer-block {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin-right: 2.6%;
}

.footer-blocks {
	margin-top: 3em;
}

.footer-heading {
	margin-bottom: 1em;
	color: #fff;
}

.footer-top {
	padding-top: 65px;
	padding-bottom: 65px;
	background-color: #4a4c55;
	color: #aaa;
}

.footer-top-block {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 3px;
	background-color: #363842;
}

.footer-top-block-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 25%;
	float: left;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: hsla(0, 0%, 100%, 0.15);
	color: #ddd;
	font-size: 1.5em;
	text-align: center;
}

.footer-top-block-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 75%;
	padding: 1em 1em 1em 1.5em;
	float: right;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-link-block {
	display: block;
	overflow: hidden;
	border-radius: 3px;
}

.footer-logo {
	display: block;
	width: 80%;
	height: auto;
	/*margin-top: -1em;*/
	margin-bottom: 2em;
}

.footer-social-media {
	margin-top: 1em;
}

.payment-icons {
	padding-left: 1em;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
}

.payment-icon {
	display: inline-block;
	width: 54px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 1%;
}

.footer-bottom {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	background-color: #363842;
	color: #aaa;
	font-size: 0.8em;
	line-height: 1.4em;
}
.footer-bottom-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-block:nth-child(4n + 4) {
	margin-right: 0;
}
.footer a {
	color: #aaa;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

.footer .widget_nav_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer .widget_nav_menu ul li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .widget_nav_menu ul li a {
	display: block;
	padding: 0.2em 0;
	text-decoration: none;
	color: #aaa;
}
.footer .widget_nav_menu ul li a:before {
	content: "\f152";
	margin-right: 0.4em;
	font-family: "Font Awesome 5 Free";
}
.footer .widget_nav_menu ul li a:hover {
	color: #009fe3;
}

/* INSPECTION REPORT
/* ----------------------------------------------------------------- */

.InspectionReport table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	text-transform: capitalize;
}

.InspectionReportDisabled {
	display: none;
}

div.InspectionReport > table > tbody > tr:first-child {
	color: #eeeeee;
	background-color: #009fe3;
	height: 30px;
}

.InspectionReport td {
	border: 1px solid black;
	height: 25px;
	padding: 0px;
}

div.InspectionReport > table > tbody > tr > td:first-child {
	font-weight: bold;
}

.InspectionReport .selected {
	color: #eeeeee;
	background-color: #009fe3;
}

table.InspectionReportInnerTable {
	border: 0px;
}

table.InspectionReportInnerTable td {
	border: 0px;
	width: 50%;
}

table.InspectionReportInnerTable td:first-child {
	border-right: 1px solid black;
}

/* PRODUCT NAV
/* ----------------------------------------------------------------- */
.prev-next-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.heading-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.prev-next-buttons a,
.prev-next-button {
	position: relative;
	display: block;
	overflow: hidden;
	width: 2em;
	height: 2em;
	margin-left: 0.4em;
	background-color: #009fe3;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	color: #fff;
	font-size: 1.2em;
	line-height: 2em;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
}

.prev-next-button.inactive,
.prev-next-buttons a:hover,
.prev-next-button:hover {
	background-color: #71ccf2;
}

.prev-next-button.inactive {
	opacity: 0.5;
	cursor: not-allowed;
}

@media (max-width: 1159px) {
	.auction-list-content > p {
		-webkit-line-clamp: 6;
	}
}

@media (max-width: 991px) {
	/* MISCELLANEOUS
  /* ----------------------------------------------------------------- */

	.bid-status-text,
	.image-corner {
		font-size: 0.6em;
	}
	.page-heading {
		font-size: 3.5em;
	}

	/* HOMEPAGE SLIDER
  /* ----------------------------------------------------------------- */

	.slide-title {
		font-size: 3em;
	}
	.slide-content-wrapper {
		max-width: 450px;
	}
	.pigeon-block-description {
		display: none;
		font-size: 0.8em;
	}
	.slide-image-wrapper {
		margin-left: 450px;
	}

	/* FOOTER
  /* ----------------------------------------------------------------- */

	.payment-icon {
		width: 40px;
	}
	.footer-top-block-icon {
		width: 15%;
	}
	.footer-top-block-content {
		width: 85%;
	}
	.copyright-divider {
		display: block;
		overflow: hidden;
		height: 0;
		width: 0;
		opacity: 0;
	}

	/* NAVIGATION
  /* ----------------------------------------------------------------- */

	.top-navigation {
		margin-right: -30px;
	}
	.navbar-phone {
		font-size: 1.2em;
	}
	.navbar-middle-search {
		padding-left: 25px;
	}
	.navbar-middle-right {
		padding-left: 25px;
	}
	.top-navigation ul li:last-child {
		border-right: none;
	}

	/* MAIN NAVIGATION
  /* ----------------------------------------------------------------- */
	.main-navigation > ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.main-navigation > ul > li:after {
		content: none;
	}
	.main-navigation > ul > li > a {
		font-size: 1.5vw;
	}
}

@media (max-width: 767px) {
	.container {
		padding-right: 25px;
		padding-left: 25px;
	}
	.slide-content-wrapper {
		display: block;
		max-width: none;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	.slide-overlay {
		background-image: url("../images/dot.png"),
			-webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
		background-image: url("../images/dot.png"),
			linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
		background-position: 0px 0px, 0px 0px;
	}
	.auction-list-image {
		width: 25%;
		min-width: 120px;
		padding-bottom: 0.3em;
	}
	.auction-list-content {
		width: auto;
		float: none;
	}
	.auction-list-content > p {
		-webkit-line-clamp: 3;
	}
	.auction-list-heading-wrapper {
		padding-left: 0em;
		border-left-style: none;
	}
	.footer-bottom {
		padding-top: 1.6em;
		padding-bottom: 1.6em;
	}
	.page-heading {
		font-size: 2.5em;
		letter-spacing: -1px;
	}
	.footer-block {
		width: 49%;
		margin-top: 2em;
		margin-right: 2%;
	}
	.pigeon-block-description {
		display: -webkit-box;
	}
	.main {
		width: auto;
		float: none;
	}
	.sidebar {
		width: auto;
		float: none;
		clear: none;
	}
	.page-image {
		width: auto;
		float: none;
	}
	.page-description {
		width: auto;
		float: none;
	}
	.lot-page-summary {
		padding-left: 0em;
		border-left-style: none;
	}
	.homepage-slider.slick-slider .slide-content-wrapper {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.slide-wrapper {
		z-index: auto;
	}
	.slide-image-wrapper {
		margin-left: 50%;
		z-index: 2;
	}
	.slide-description {
		font-size: 0.9em;
		line-height: 1.4em;
	}
	.news-block-link {
		width: 25%;
		min-width: 120px;
		padding: 1.2em 1.2em 0.3em;
		float: left;
	}
	.new-block-category {
		display: inline-block;
	}
	.text-columns {
		-webkit-column-count: 1;
		column-count: 1;
	}

	/* MISCELLENEOUS
  /* ----------------------------------------------------------------- */
	.auction-list-item.half .auction-list-image {
		width: 25%;
	}
	.auction-list-item.half .auction-list-content {
		width: auto;
	}
	.auction-list-item.half .auction-list-heading {
		font-size: 1.6em;
	}

	/* TOP NAVIGATION
  /* ----------------------------------------------------------------- */
	.navbar-top {
		z-index: 1;
	}
	.top-navigation {
		margin-right: -25px;
	}
	.top-navigation > ul > li > ul {
		display: block;
		padding: 0.6em 0;
		overflow-y: auto;
		height: 100vh;
		position: fixed;
		left: 0px;
		top: 0px;
		bottom: 0px;
		z-index: 9999;
		background-color: #009fe3;
		-webkit-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
		-webkit-transition: -webkit-transform 400ms ease;
		transition: -webkit-transform 400ms ease;
		transition: transform 400ms ease;
		transition: transform 400ms ease, -webkit-transform 400ms ease;
		color: #fff;
	}
	.top-navigation > ul > li a.active + ul {
		-webkit-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	.current-time {
		display: none;
	}
	.top-menu-flag {
		margin-right: 0;
	}

	/* MIDDLE NAVIGATION
  /* ----------------------------------------------------------------- */

	.navbar-middle {
		border-bottom-style: none;
	}
	.navbar-middle-content {
		text-align: left;
	}
	.navbar-middle-right {
		display: block;
		width: auto;
		padding-left: 0px;
	}
	.navbar-logo-link {
		display: block;
		width: auto;
		max-width: 550px;
		margin-bottom: 15px;
	}
	.woocommerce img.navbar-logo,
	.woocommerce-page img.navbar-logo,
	.navbar-logo {
		margin: 0 auto;
	}

	/* MAIN NAVIGATION
  /* ----------------------------------------------------------------- */

	.main-navigation {
		position: fixed;
		left: 0px;
		top: 0px;
		bottom: 0px;
		z-index: 9999;
		background-color: #009fe3;
		-webkit-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
		-webkit-transition: -webkit-transform 400ms ease;
		transition: -webkit-transform 400ms ease;
		transition: transform 400ms ease;
		transition: transform 400ms ease, -webkit-transform 400ms ease;
		color: #fff;
	}
	.main-navigation.open {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.main-navigation > ul {
		display: block;
		padding: 0.6em 0;
		margin: 0;
		overflow-y: auto;
		height: 100vh;
	}
	.main-navigation > ul > li {
		display: block;
	}
	.main-navigation > ul > li a {
		font-size: 16px;
		padding: 0.3em 1em;
		color: #fff;
	}
	.main-navigation > ul > li a.w--current,
	.main-navigation > ul li a:hover {
		color: #fff;
		border-color: transparent !important;
	}
	.main-navigation > ul li:after {
		display: none;
	}
	.main-navigation ul li ul {
		position: relative;
		background-color: transparent;
	}
	.main-navigation ul li ul li a:hover {
		background-color: transparent;
	}
	.main-navigation ul li:hover ul {
		display: none;
	}
	.main-navigation > ul > li.menu-social-media {
		padding: 0.3em 1em;
		text-align: left;
	}

	/* FOOTER
  /* ----------------------------------------------------------------- */
	.footer-block:nth-child(2n + 2) {
		margin-right: 0;
	}

	/* PRODUCT NAV
  /* ----------------------------------------------------------------- */
	.prev-next-buttons a,
	.prev-next-button {
		margin-bottom: 1em;
	}
	.heading-flex {
		display: block;
	}
	.prev-next-buttons a,
	.prev-next-button {
		margin-right: 0.2em;
		margin-left: 0.2em;
	}
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed !important;
	}
}

@media (max-width: 479px) {
	/* DEFAULTS
  /* ----------------------------------------------------------------- */

	body {
		text-align: center;
	}
	.container {
		padding-right: 20px;
		padding-left: 20px;
	}
	.button {
		display: block;
	}
	.spacer.double {
		height: 2.5em;
	}
	.button-group .button:last-child {
		margin-right: 0;
	}

	/* HOMEPAGE SLIDER
  /* ----------------------------------------------------------------- */
	.slide-title {
		font-size: 2em;
	}
	.slide-date {
		letter-spacing: 0px;
	}
	.slide-wrapper,
	.slide-content-wrapper {
		text-align: center;
	}

	/* NEWS BLOCK
  /* ----------------------------------------------------------------- */
	.news-block-link {
		width: auto;
		min-width: 0px;
		padding: 0em;
		float: none;
	}
	.news-block-heading {
		font-size: 1.4em;
	}
	.section-heading-flex {
		display: block;
	}

	/* TOP NAVIGATION
  /* ----------------------------------------------------------------- */
	.top-navigation {
		margin-right: -20px;
		margin-left: -20px;
		float: none;
	}
	.top-navigation ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.top-navigation ul li {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		text-align: center;
	}
	.top-navigation ul li:first-child {
		border-left: none;
	}
	.top-navigation ul li a .mini-cart-items {
		position: absolute;
		bottom: 20px;
		right: 30%;
	}

	/* MIDDLE NAVIGATION
  /* ----------------------------------------------------------------- */
	.navbar-middle-content-inner {
		text-align: center;
	}
	.navbar-middle-search {
		display: block;
		width: auto;
		padding-left: 0px;
	}
	.navbar-middle-content {
		display: block;
		width: auto;
		margin-bottom: 10px;
		text-align: center;
	}
	.navbar-logo-link {
		margin-bottom: 10px;
	}

	/* MISCELLANEOUS
  /* ----------------------------------------------------------------- */
	.latest-bids-slider {
		font-size: 0.6em;
	}
	.auction-list-item {
		border-style: none;
		background-color: transparent;
	}
	.auction-list-image {
		width: auto;
		min-width: 0px;
		padding: 0px;
		float: none;
	}
	.auction-list-content {
		padding-right: 0px;
		padding-left: 0px;
	}
	.bid-status-text,
	.image-corner {
		font-size: 1em;
	}
	.footer-bottom {
		text-align: center;
	}
	.page-heading {
		font-size: 2em;
	}
	.banners-slider .slick-slide {
		margin: 0 0.3em;
	}
	.banners-slider .slick-list {
		margin: 0 -0.3em;
	}
	.auction-list-item.half .auction-list-image {
		width: auto;
	}

	.summary-table th {
		text-align: right;
	}

	/* COUNTDOWN
  /* ----------------------------------------------------------------- */
	.ce-countdown {
		font-size: 0.8em;
	}
	.ce-countdown .ce-col {
		min-width: 64px;
	}

	/* FOOTER
  /* ----------------------------------------------------------------- */
	.footer-block {
		display: block;
		width: auto;
		margin-right: 0px;
	}
	.footer-top-block-icon {
		font-size: 1em;
	}

	.payment-icons {
		margin-top: 1.2em;
		text-align: center;
	}
	.footer-bottom-flex {
		display: block;
	}

	/* PAGINATION
  /* ----------------------------------------------------------------- */
	.pagination a,
	.pagination > span {
		display: none;
	}
	.pagination .prev,
	.pagination .current,
	.pagination .next {
		display: inline-block;
	}

	/* PRODUCT NAV
  /* ----------------------------------------------------------------- */
	.prev-next-buttons {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	/* INSPECTION REPORT
  /* ----------------------------------------------------------------- */

	.InspectionReport table {
		font-size: 0.9em;
	}
}

.wp-block-auctions-blog-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 2em;
}

.wp-block-auctions-blog-item > * {
	width: 100%;
	max-width: 540px;
	text-align: center;
}

.wp-block-auctions-blog-item picture {
	display: block;
	position: relative;
	padding-bottom: 60%;
}

.wp-block-auctions-blog-item picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100% !important;
	object-fit: cover;
}

.wp-block-auctions-blog-item__title {
	font-weight: bold;
}

li.product.product_cat-bonnenverkoop {
	/* --image-aspect-ratio: 4 / 3; */
	--image-aspect-ratio: 1 / 1;
}

@supports not (aspect-ratio: 1 / 1) {
	li.product.product_cat-bonnenverkoop .pigeon-block-figure picture {
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: calc(100% / (var(--image-aspect-ratio)));
		position: relative;
	}

	li.product.product_cat-bonnenverkoop .pigeon-block-figure picture > img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@supports (aspect-ratio: 1 / 1) {
	li.product.product_cat-bonnenverkoop .pigeon-block-figure img {
		aspect-ratio: var(--image-aspect-ratio);
		object-fit: cover;
	}
}

li.product.product_cat-bonnenverkoop .pigeon-block-title-wrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

li.product.product_cat-bonnenverkoop .pigeon-block-content-inner-wrapper {
	flex: unset;
}

li.product.product_cat-bonnenverkoop .pigeon-block-date {
	margin-top: 0.5em;
}

li.product.extra {
	position: relative;
    z-index: 3;
}
li.product.extra::after {
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3em;
    color: #009fe3;
    text-align: center;
    width: 10%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    transform: translateX(-100%);
}
@media (max-width: 767px) {
	li.product.extra::after {
		width: 5%;
	}
}