/* Minification failed. Returning unminified contents.
(672,19): run-time error CSS1030: Expected identifier, found '.'
(672,29): run-time error CSS1031: Expected selector, found ')'
(672,29): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.main a {
	color: #eb8b3e;
	text-decoration: none;
	font-family: 'Oswald-Bold',"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 90%;
}

.main #sale-details a[href^="tel:"] {
	font-size: 100%;
}

#sale-gallery-link {
	display: block;
	text-align: center;
	padding-top: 3px;
	font-size: 110%;
	font-weight: unset;
}

#farm-video, #testimonial-video {
	padding: 4px 0px;
}

.box {
	padding: 10px;
}

/* beta stuff */
header, main, footer {
	color: black;
}

main {
	margin-top: 10px;
	clear: both;
}

header {
	color: black;
	display: flex;
}

	header#sale-information-container {
		margin: 15px 0px;
		background: transparent;
		z-index: 0;
		position: relative;
	}

#sale-information-links {
	position: absolute;
	bottom: 5px;
	display: flex;
}

	#sale-information-links section {
		padding-right: 15px;
		text-transform: uppercase;
	}

aside#sale-media {
	width: 250px;
	margin: auto;
}

	aside#sale-media img {
		width: 235px;
	}

section#sale-information {
	background-color: #ded9d6;
	min-height: 200px;
	padding: 10px;
	line-height: 1.2em;
	color: #333;
	flex-grow: 1;
	font-family: 'Oswald-Regular',"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 125%;
	/* margin-left: 20px; */
}

	section#sale-information h1 {
		background-color: #ffffff;
		display: inline-block;
		text-align: center;
		padding: 20px 10px 10px;
		box-shadow: -4px 0px 4px 0px rgba(0,0,0,0.50);
		color: #eb8b3e;
		margin-top: 5px;
		font-size: 300%;
		text-transform: uppercase;
		vertical-align: baseline;
		font-family: 'Oswald-Bold',"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: normal;
	}

	section#sale-information ul {
		margin-top: 10px;
	}

		section#sale-information ul li {
			text-transform: uppercase;
			font-size: 110%;
			line-height: 1.4em;
			font-family: 'Oswald-Bold',"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight: normal;
		}

div.ckeditor-content * {
	all:revert;
	line-height: 1.2em
}

section#welcome-statement,
section#special-terms,
section#purchase-terms {
	clear: left;
	margin-bottom: 10px;
	line-height: 1.2em;
	font-family: 'Oswald-Regular',"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
	font-size: 145%;
	word-wrap: break-word;
}

	section#welcome-statement h2.ckeditor-content-header,
	section#special-terms h2.ckeditor-content-header,
	section#purchase-terms h2.ckeditor-content-header {
		text-transform: uppercase;
		font-weight: bold;
		padding: 5px 0px;
	}

section#purchase-terms {
	color: red;
}

div.lot-number, div.lot-number-mobile {
	background-color: #f0edec;
	padding-bottom: 4px;
}

div.lot-number-mobile {
	display: none;
}

#lot-list .lot-item-container:nth-child(even),
#lot-list .lot-item-container:nth-child(even) div.lot-number,
#lot-list .lot-item-container:nth-child(even) div.lot-number-mobile {
	background-color: #ded9d6;
}

aside.lot-item-media {
	margin-right: 20px;
	font-size: 125%;
	width: 33%;
}

	aside.lot-item-media img {
		width: 250px
	}

span.lot-item-link {
	display: inline-block;
	padding: 10px 0px 0px;
	text-decoration: unset;
	font-weight: normal;
	text-align: center;
	width: 100%;
	font-size: 120%;
	text-transform: uppercase;
	color: black;
	font-family: 'Oswald-Bold',"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a.lot-item-link {
	display: inline-block;
	padding: 10px 0px 0px;
	text-decoration: unset;
	font-weight: normal;
	text-align: center;
	width: 100%;
	font-size: 120%;
	text-transform: uppercase;
	color: #eb8b3e;
	font-family: 'Oswald-Bold',"Trebuchet MS", Arial, Helvetica, sans-serif;
}

div.bidding-overview {
	text-align: right;
	font-weight: normal;
	line-height: 1.3em;
	width: 100%;
	margin-bottom: 10px;
	font-size: 150%;
	font-family: 'Oswald-Bold',"Trebuchet MS", Arial, Helvetica, sans-serif;
}

	div.bidding-overview .bid-details > span:nth-child(1):after {
		content: ' - '
	}

.qty-error-message {
	color: red;
}

#edit-qty-dialog-body div {
	padding: 8px 0px;
	font-size: 115%;
}

#edit-qty-dialog-body h2 {
	font-size: revert;
	padding: 8px 0px;
}

#edit-qty-dialog-body input {
	border-radius: 3px;
	border: 1px solid #fff;
	text-align: center;
	font-family: 'Oswald-Bold',"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 2px 0px;
	vertical-align: middle;
	font-weight: normal;
	border: 1px solid #ddd;
}

.time-remaining {
	text-transform: uppercase;
	font-size: 110%
}

span.time-remaining-value.expiring {
	color: red;
}

section.lot-item-body {
	width: 100%;
}

.c2c-form {
	text-align: right;
}

	.c2c-form ul li, .c2c-form .lot-price {
		padding: 4px 0px;
		font-family: 'Oswald-Bold',"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: normal;
	}

		.c2c-form ul li a, .c2c-form .lot-view-pricing a {
			font-size: initial;
		}

		.c2c-form ul li label, .c2c-form .lot-price label {
			font-family: 'Oswald-Bold',"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 115%;
		}

	.c2c-form .total-purchased-amount {
		color: #eb8b3e;
		font-size: 125%;
	}

.sc-input-group.buy-now {
	display: flex;
	justify-content: flex-end;
}

.sc-input-group input {
	border-radius: 10px;
	border: 1px solid #fff;
	text-align: center;
	font-family: 'Oswald-Bold',"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 8px 0px 2px;
	font-size: 245%;
	height: 52px;
	width: 230px;
	vertical-align: top;
	border: 1px solid #ddd;
	box-shadow: unset;
	font-weight: normal;
}

	.sc-input-group input[type='text']:focus {
		border-radius: 6px;
		border: 1px solid #eb8b3e;
	}


.sc-input-group button {
	border-radius: 8px;
	border: none;
	text-align: center;
	min-width: 145px;
	background-color: #eb8b3e;
	text-transform: uppercase;
	font-family: 'Oswald-Bold';
	font-size: 180%;
	height: 52px;
	vertical-align: top;
	font-weight: normal;
	color: #000;
}

	.sc-input-group button:disabled {
		color: #7f7f7f;
		color: rgba(0, 0, 0, 0.3);
	}

div.ui-dialog .ui-dialog-buttonpane button {
	border-radius: 4px;
	padding: 8px 8px 6px;
	border: none;
	text-align: center;
	background-color: #eb8b3e;
	font-family: 'Oswald-Bold';
	font-weight: normal;
	vertical-align: top;
	font-size: 130%;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
}

button {
	cursor: pointer;
}

.sc-input-group {
	margin-bottom: 5px
}

span.next-bid-amount {
	text-align: right;
	display: block;
	padding-bottom: 5px;
	padding-right: 3px;
	font-weight: bold;
	font-size: 115%
}

.item-details {
	color: #333;
	font-size: 120%;
	margin-bottom: 10px;
	max-width: 44%;
	min-width: 33%;
}

	.item-details ul li, .comments {
        line-height: 1.25em;
        word-break: break-word;
	}

	.item-details strong {
		font-family: 'Oswald-Bold',"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: normal;
	}

.lot-item-body .item-details ul li .hide-on-auction-listing {
	display: none;
}

.comments {
	width: 100%;
	margin-top: 5px;
	font-size: 125%;
}

.watchlist-item-container img {
	border-width: 4px;
	border-style: solid;
	border-color: transparent;
}

	div.lot-item-container.losing,
	.watchlist-item-container img.losing {
		border-color: #d6092b;
	}

	div.lot-item-container.winning,
	.watchlist-item-container img.winning {
		border-color: #4a9e4e;
	}

	div.lot-item-container.losing.blinking,
	.watchlist-item-container img.losing.blinking {
		-moz-animation: blink-border 2s infinite;
		-ms-animation: blink-border 2s infinite;
		-o-animation: blink-border 2s infinite;
		-webkit-animation: blink-border 2s infinite;
		animation: blink-border 2s infinite;
	}

@keyframes blink-border {
	0% {
		border-color: #d6092b;
	}

	50% {
		border-color: transparent;
	}

	100% {
		border-color: #d6092b;
	}
}

@-webkit-keyframes blink-border {
	0% {
		border-color: #d6092b;
	}

	50% {
		border-color: transparent;
	}

	100% {
		border-color: #d6092b;
	}
}

footer#watch-list {
	background: rgb(197,210,208);
	background: -moz-linear-gradient(190deg, rgba(197,210,208,1) 19%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(190deg, rgba(197,210,208,1) 19%, rgba(255,255,255,1) 100%);
	background: linear-gradient(190deg, rgba(197,210,208,1) 19%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c5d2d0",endColorstr="#ffffff",GradientType=1);
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5);
	position: sticky;
	bottom: 0
}

section#watch-list-header h2 {
	background-color: #eb8b3e;
	display: inline-block;
	text-align: center;
	padding: 5px 5px 0px 5px;
	color: #ffffff;
	margin: 5px;
	font-size: 240%;
	text-transform: uppercase;
	font-family: 'Oswald-Bold',"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

section#watch-list-carousel {
	margin: auto;
	display: flex;
	overflow-x: hidden;
	position: relative;
}

div.watchlist-item-container {
	text-align: center;
	padding: 0px 14px 10px;
	border-right: 3px solid #ccc;
	margin-top: 10px;
	position: relative;
	max-width: 20%;
	flex: 1 0 20%;
}

	div.watchlist-item-container .wli-img-container {
		height: 110px;
	}

		div.watchlist-item-container .wli-img-container img {
			margin: auto;
		}

.watchlist-item-container:nth-child(5) {
	border: none;
}

.watchlist-item-container span {
	display: block;
}

.watchlist-item-container a {
	text-decoration: none;
	color: #eb8b3e;
}

.delete-watch-item {
	position: absolute;
	right: 5px;
	top: 5px;
}

div.bid-check-container {
	clear: both;
	padding-top: 0.5em;
}

div.highest-bidder-message {
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.15em;
}

.bid-message {
	color: #7d7d7d;
	font-size: 120%;
	padding: 10px;
	line-height: 1.3em;
}

* {
	box-sizing: border-box;
}

div#sc-modal * {
	box-sizing: content-box;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
	margin-bottom: 15px;
	background-color: transparent; /* Change the background-color of table here */
	text-align: left;
	border: 1px solid #ddd;
}

tr > th {
	font-weight: bold;
	border: 1px solid #ddd; /* Change the border-color of heading here */
	padding: 8px;
}

tr > td {
	border: 1px solid #ddd; /* Change the border-color of cells here */
	padding: 8px;
}

/* Stylized */

/* Adding Striped Effect for odd rows */

tr {
	background-color: transparent; /* Change the default background-color of rows here */
}

	tr:nth-of-type(2n+1) {
		background-color: #eeeeee; /* Change the background-color of odd rows here */
	}

	tr th {
		background-color: #E87C3C;
		color: white;
		font-weight: bold;
	}

/* Adding Hover Effect for rows */

tr {
	-moz-transition: background-color 300ms ease-in-out 0s;
	-ms-transition: background-color 300ms ease-in-out 0s;
	-o-transition: background-color 300ms ease-in-out 0s;
	-webkit-transition: background-color 300ms ease-in-out 0s;
	transition: background-color 300ms ease-in-out 0s;
}

	tr:hover {
		background-color: #fff176; /* Change the hover background-color of rows here */
	}

/* Removing left and right border of rows for modern UIs */

tr {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

th, td {
	border: none;
}

main#holder {
	position: relative;
}

div#loading {
	font-size: 300%;
	position: absolute;
	background: white;
	color: white;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.6;
	text-align: center;
	padding-top: 20px;
}

div.ui-widget-header {
	background-color: transparent;
	border: none;
	color: #7d7d7d;
}

/* dialog rewrite */

#lot-detail-dialog-body h2 {
	font-size: initial;
	padding: initial;
	font-weight: bold;
	margin: 10px 10px 10px 0px;
}

#lot-detail-dialog-body div {
	line-height: 1.2em;
}

.gallery-dialog.ui-widget-content {
	padding: 0px;
	background-color: transparent;
	border: none;
}

.gallery-dialog.ui-widget.ui-widget-content {
	border: none;
}



/*div.ui-dialog .ui-dialog-buttonpane button {
	height: 26px;
	line-height: 24px;
	display: inline-block;
	padding: 0 8px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 2px 2px 1px 1px #000000;
	-webkit-box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 1px 1px #000000;
	box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.3);
	outline: 0;
	border: 0;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	text-decoration: none;
	background: rgb(227,120,67);*/ /* Old browsers */
/*background: -moz-linear-gradient(left, rgba(227,120,67,1) 0, rgba(213,98,42,1) 100%);*/ /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(227,120,67,1)), color-stop(100%,rgba(213,98,42,1)));*/ /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(left, rgba(227,120,67,1) 0,rgba(213,98,42,1) 100%);*/ /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(left, rgba(227,120,67,1) 0,rgba(213,98,42,1) 100%);*/ /* Opera 11.10+ */
/*background: -ms-linear-gradient(left, rgba(227,120,67,1) 0,rgba(213,98,42,1) 100%);*/ /* IE10+ */
/*background: linear-gradient(to right, rgba(227,120,67,1) 0,rgba(213,98,42,1) 100%);*/ /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e37843', endColorstr='#d5622a',GradientType=1 );*/ /* IE6-9 */
/*behavior: url(/Content/Css/PIE.htc);
}*/

.ui-widget.ui-widget-content {
}

@media screen and (max-width: 768px) {
	.ui-dialog:has(+ .lot-video) {
		width: calc(100% - 20px) !important;
		max-width: calc(100% - 20px) !important;
		left: 10px !important;
	}
}
/* end dialog */

img.first-media-watchlist {
	height: 100px;
}

img.confirm-bid-image {
	width: 75px;
	float: left;
	margin: 0 10px 10px 0;
}

a.mobile-view-watch-list {
	display: none;
	background-color: #E87C3C;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 10px;
	padding: 15px 0px;
	font-size: 250%
}

div.image-links-container a {
	display: inline-block;
	margin: 0px 4px;
	padding: 10px 0px 6px;
}

div.image-links-container {
	text-align: center;
	margin-top: 3px;
}

a.closing-procedure {
	font-size: 16px;
}

.lot-item-container {
	background-color: #f0edec;
	margin-bottom: 15px;
	padding: 0px 15px 15px;
	clear: left;
	min-height: 350px;
	border: 10px solid rgba(0,0,0, 0);
	font-family: 'Oswald-Light',"Trebuchet MS", Arial, Helvetica, sans-serif;
	display: flex;
}

.foo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0;
	flex-direction: row;
}

.gallery-dialog .ui-dialog-titlebar {
	display: none;
}

a#view-watch-list {
	display: inline-block;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 175%;
	color: #eb8b3e;
	font-weight: bold;
}

	a#view-watch-list:before {
		content: '+';
		display: inline-flex;
		margin-right: 5px;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		font-family: "Gotham-Medium";
		font-weight: 300;
		background-color: #ffffff;
		border-radius: 100%;
		color: #eb8b3e;
	}

a.add-to-watchlist {
	text-transform: uppercase;
	text-decoration: none;
	color: #eb8b3e;
	float: right;
	display: block;
	margin-top: -5px;
	font-size: 90%;
	cursor: pointer;
	font-family: 'Oswald-Bold',"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

	a.add-to-watchlist:before {
		display: inline-flex;
		margin-right: 5px;
		align-items: center;
		justify-content: center;
		width: 20px;
		height: 20px;
		font-family: "Gotham-Medium";
		font-weight: 300;
		background-color: #ffffff;
		border-radius: 100%;
	}

	a.add-to-watchlist.adding:before {
		content: '+';
	}

	a.add-to-watchlist.removing:before {
		content: '-';
	}

.under-lot-picture {
	text-align: center;
}

	.under-lot-picture a.add-to-watchlist {
		margin-top: 10px;
		float: none;
	}

.lot-number {
    color: #6d6d6d;
}

.bidding-disabled {
	color: red;
	font-size: 16px;
}

#lot-detail-dialog-body .item-details ul li {
	padding-bottom: 10px;
}

a#collapse-watch-list {
	position: absolute;
	right: 0px;
	margin: 6px;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	text-transform: uppercase;
}

div#carousel-paging {
	position: absolute;
	right: 5px;
	top: 20px;
	color: white;
}

#carousel-left, #carousel-right {
	position: absolute;
	bottom: 40%;
	cursor: pointer;
}

	#carousel-left:before {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 20px;
		height: 20px;
		background-color: #eb8b3e;
		color: white;
		border-radius: 100%;
		content: '<';
		font-weight: bolder;
	}

	#carousel-right:after {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 20px;
		height: 20px;
		background-color: #eb8b3e;
		color: white;
		border-radius: 100%;
		content: '>';
		font-weight: bolder;
	}

#carousel-left {
	left: 5px;
}

#carousel-right {
	right: 5px;
}

	#carousel-left.unusable, #carousel-right.unusable {
		opacity: 0.3;
	}

span.lot-quantity {
	display: inline-block;
	margin: 0px 4px;
	text-align: center;
	text-decoration: underline;
	padding: 14px 0px 0px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 180%;
}

	span.lot-quantity:before {
		content: 'x';
	}

.bid-form .sc-input-group button .lot-quantity {
	display: none;
}

span.wli-lot-quantity {
	position: absolute;
	right: 5px;
	bottom: 5px;
	border: 2px solid red;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	padding: 2px 4px;
	font-size: 80%;
}

#sale-timer-mobile {
	display: none;
}

iframe {
	width: 100%;
}

#farm-video iframe#farm-video-frame {
	width: unset;
}

.iframe-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 51%;
}

	.iframe-container iframe {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

#sc-modal select {
	padding: 5px 0px;
}

@media screen and (max-width: 880px) {
	div.bid-form {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: 0 auto;
	}

	.sc-input-group input {
		margin: 0;
		min-width: 64%;
		width: 64%;
	}

	.sc-input-group button {
		margin: 0;
		min-width: 35%;
		/* width: 35%; */
		font-size: 150%;
	}

	.sc-input-group {
		position: relative;
	}

		.sc-input-group input + .lot-quantity {
			display: none;
		}

	.bid-form .sc-input-group button .lot-quantity {
		font-size: 100%;
		display: block;
		padding: 0;
		margin: 0;
		text-transform: lowercase;
		line-height: 0.8em;
	}
}

/*flex*/
@media screen and (max-width: 820px) {
	#sale-gallery-link {
		padding: 8px 0px;
		font-size: 115%
	}

	div.lot-number-mobile a.add-to-watchlist {
		text-align: center;
		margin-top: 0px;
	}

	.lot-item-container {
		flex-flow: wrap;
		border-color: rgba(0,0,0, .20);
		border-width: 12px;
	}

	header#sale-information-container {
		flex-flow: wrap;
	}

	div.bidding-overview {
		font-size: 140%;
		padding: 10px 0px 0px;
		text-align: center;
	}

	div.item-details {
		text-align: center;
		margin: 0px auto 10px;
	}

	.sc-input-group:first-of-type {
	}

	aside.lot-item-media img,
	aside#sale-media img {
		width: 100%;
	}

	a.mobile-view-watch-list {
		display: block;
		clear: both;
	}

	footer#watch-list {
		display: none;
	}

	aside.lot-item-media {
		margin: auto;
		width: 100%;
	}

	img.lot-logo {
	}

	.foo {
		flex-direction: column;
	}

	.c2c-form {
		text-align: center;
	}

		.c2c-form button {
			width: 100%;
			font-size: 200%;
		}

	div.item-details {
		width: 100%;
		order: 3;
	}

	div.bidding-overview {
		font-size: 180%;
		order: 1;
	}

		div.bidding-overview .bid-details > span:nth-child(1):after {
			content: ''
		}

		div.bidding-overview .bid-details > span:nth-child(1) {
			display: block;
		}

		div.bidding-overview div.bid-details div:nth-child(3) {
			display: inline;
			font-size: 90%
		}

			div.bidding-overview div.bid-details div:nth-child(3):not(:empty):before {
				content: ' - '
			}

	div.comments {
		order: 4;
		margin-top: 0px
	}

	div.bid-form {
		order: 2;
		padding-bottom: 10px
	}

	div.c2c-purchase-availability {
		order: 5;
	}


	.comments a.add-to-watchlist {
		display: none;
	}

	.comments .comment-container {
		max-height: 63px;
		overflow: hidden;
		line-height: 20px;
	}

	section#sale-information {
		text-align: center;
	}

	#sale-information-links {
		position: inherit;
		justify-content: center;
	}

	section#sale-information h1 {
		line-height: 1em;
		padding: 8px 4px 4px;
		font-size: 210%;
		margin: 0px;
	}

	section#welcome-statement,
	section#special-terms {
		text-align: center;
		padding: 0px 12px;
	}

	a.closing-procedure {
		text-align: center;
		display: block;
	}

	div.lot-number-mobile {
		display: flex;
		flex-direction: column;
		position: sticky;
		top: 99px;
		padding: 7px 0px;
		width: 100%;
		z-index: 50;
		border-bottom: 1px solid #999;
		margin-bottom: 5px;
		font-size: 110%;
	}

		div.lot-number-mobile .lot-item-link {
			padding-top: 0px;
			font-size: 140%;
			line-height: 1.3em;
		}

	div.lot-number {
		display: none;
	}

	.comments a.more-details {
		display: block;
		text-align: center;
	}

	#sale-timer-mobile {
		display: block;
		position: sticky;
		bottom: 0px;
		background-color: white;
		color: #333;
		padding: 20px 10px;
		text-align: center;
		font-weight: normal;
		line-height: 1.3em;
		font-size: 150%;
		font-family: 'Oswald-Bold',"Trebuchet MS", Arial, Helvetica, sans-serif;
		z-index: 99;
		border-top: 1px solid #666;
		-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5);
	}

	.bidding-overview div.time-remaining {
		display: none
	}

	#farm-video iframe#farm-video-frame {
		display: block;
		margin: auto;
	}
}

@media screen and (max-width: 325px) {

	.sc-input-group input {
		margin: 0;
		min-width: 63%;
		width: 63%;
		font-size: 180%;
	}

	.sc-input-group button {
		margin: 0;
		min-width: 35%;
		width: 35%;
	}

	div.lot-number-mobile .lot-item-link {
		font-size: 120%;
	}
}

a.checkout-button {
	font-size: 14px;
}

	.comment-container ul, .comment-container ol, .comment-container dl {
		padding: 0 40px;
		display: block;
		margin: 1em 0;
	}

	.comment-container ol {
		list-style-type: decimal;
	}

	.comment-container ul {
		list-style-type: disc;
	}

	.comment-container strong, .comment-container b {
		font-weight: normal;
		font-family: 'Oswald-Bold',"Trebuchet MS", Arial, Helvetica, sans-serif;
	}

	.comment-container em, .comment-container i {
		font-style: italic;
	}

	.comment-container s {
		text-decoration: line-through;
	}

	.comment-container h1, .comment-container h2, .comment-container h3 {
		font-weight: normal;
		line-height: 1.2;
	}

	.comment-container h1 {
		font-size: 2em;
	}

	.comment-container h2 {
		font-size: 1.5em;
	}

	.comment-container h3 {
		font-size: 1.17em;
	}
/* RESPONSIVE STYLE SHEET */


/* BEGIN:   GLOBAL */



/* BEGIN:   GENERAL */

body.responsive .message-box {
	z-index: 99999999;
}

body.responsive.modal-open {
	margin: 0;
}

	body.responsive.modal-open .galleria-modal {
		width: fit-content;
		max-width: 100%;
		height: fit-content;
		max-height: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		z-index: 5000 !important;
	}

		body.responsive.modal-open .galleria-modal .gallery-content, body.responsive.modal-open .galleria-modal .gallery-content .galleria {
			max-width: 100%;
			max-height: 100%;
			min-height: 160px;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}

.modal-video {
	height: fit-content;
}

body.responsive div.title {
	margin: 0 0 7px 15px;
}

@media screen and (max-width: 1199px) {
	.visible-md-max {
		display: block !important;
	}

	.hidden-md-max {
		display: none !important;
	}

	.ptop10-md-max {
		padding-top: 10px;
	}

	.w300-md-max {
		width: 300px;
	}
}

@media screen and (min-width: 865px) {
	.mw865-ml-15 {
		margin-left: 15px;
	}
}

@media screen and (max-width: 870px) {
	.s870-ml-15 {
		margin-left: 15px;
	}

	.s870-mr-15 {
		margin-right: 15px;
	}

	.s870-bb {
		box-sizing: border-box;
	}

	body.responsive .message-box {
		right: 25px;
	}
}

@media screen and (max-width: 870px) {
	.password-validation-container {
		clear: both;
	}
}

@media screen and (min-width: 1051px) {
	/*edit profile*/
	.password-validation-container.is-profile {
		clear: both;
	}
}

@media screen and (min-width: 871px) {
	.password-validation-container {
		margin-left: 15px;
	}
}

@media screen and (min-width: 1051px) {
	.password-validation-container.is-profile {
		margin-left: 0;
	}
}

@media screen and (min-width: 871px) {
	.password-validation-container {
		max-width: 440px;
		display: flex;
		align-items: center;
		min-height: 29px;
	}
}

@media screen and (max-width: 720px) {
	body .visible-xs {
		display: block !important;
	}

	body .hidden-xs {
		display: none !important;
	}

	body.responsive .main .container {
		min-height: 0;
	}

	.xs-pr25 {
		padding-right: 25px;
	}

	body.responsive .message-box {
		right: 10px;
		left: 10px;
		width: auto;
		top: 50px;
	}

	body.responsive .jconfirm_inner {
		left: 20px !important;
		right: 20px !important;
		width: auto !important;
		height: auto !important;
		margin-top: auto !important;
		margin-left: auto !important;
		top: 50px !important;
	}
}

@media screen and (max-width: 550px) {
	body.responsive .visible-550 {
		display: block !important;
	}
}

/* END:     GENERAL */



/* BEGIN:   COMMON HEADER, MAIN, AND BOTTOM */

@media screen and (max-width: 1200px) {
	body .wrapper .header, body .wrapper div.bottom {
		width: 85%;
		margin: auto;
	}

	body .wrapper div.main {
		margin-left: auto;
		margin-right: auto;
		width: 85%;
	}
}

@media screen and (max-width: 1200px) {
	body.entry .wrapper .header, body .wrapper div.bottom {
		margin: auto;
	}

	body.entry .wrapper div.main {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 1000px) {
	body {
		background: none;
		background-color: #FFFFFF;
	}

		body .wrapper {
			background: none;
			background-color: #FFFFFF;
		}

			body .wrapper .header, body .wrapper div.main, body .wrapper div.bottom {
				width: 100%;
			}

		body.entry .wrapper div.main {
			margin-top: -50px;
		}
}

/* END:     COMMON HEADER, MAIN, AND BOTTOM */


/* BEGIN:   HEADER */

@media screen and (max-width: 1200px) {
	body .wrapper .header {
		z-index: 100;
	}

	body .wrapper {
		width: 100%;
		max-width: 100%;
		background-size: 100%;
	}

	body.entry .wrapper {
		max-width: none;
	}

	body .wrapper .header .container {
		width: 100%;
		overflow: hidden;
	}

	body .wrapper .header .slogan {
		display: none;
	}

	body .wrapper .header .search, body .wrapper .header .profile-menu {
		z-index: 2;
	}
}

@media screen and (max-width: 1120px) {
	body .wrapper .header .menu {
		bottom: 0;
		top: auto;
		left: auto;
		right: auto;
	}

	.header .profile-menu {
		top: 20px;
	}
}

@media screen and (min-width: 820px) and (max-width: 870px) {

	body .wrapper .header .search {
		top: auto;
		bottom: 65px;
		right: auto;
		left: 50px;
		width: 400px;
		height: 45px;
	}

		body .wrapper .header .search form {
			display: inline-block;
			position: relative;
			top: -2px;
		}

	.header .profile-menu {
		top: 10px;
		right: 72px;
	}
}

@media screen and (max-width: 820px) {

	.top-menu {
		background: #f28644;
		position: fixed;
		padding-top: 25px;
		width: 100%;
		top: 0;
	}

	body .wrapper .header .container {
		z-index: -1;
	}

	body .wrapper .header {
		position: sticky;
		z-index: 100;
		margin-top: 40px;
	}

		body .wrapper .header .search {
			bottom: auto;
			top: 150px;
		}

		body .wrapper .header .profile-menu {
			display: none !important;
		}

	/* MENU */
	body.menu-open {
		overflow: hidden !important;
	}

		body.menu-open .wrapper .header .menu {
			overflow: auto;
			max-height: 100%;
		}

	body .wrapper .header .menu {
		position: fixed;
		top: 10px;
		background: none;
		background-color: #070606;
		height: 40px;
		box-shadow: 0 0 5px #666666;
		-webkit-box-shadow: 0 0 5px #666666;
		-moz-box-shadow: 0 0 5px #666666;
		bottom: auto;
		height: auto;
	}

		body .wrapper .header .menu > ul {
			background-color: #070606;
		}

		body .wrapper .header .menu ul {
			width: 820px;
			height: 70px;
			margin: 40px auto auto auto;
			display: none;
			height: auto;
			margin-top: 40px;
		}

		body .wrapper .header .menu > ul {
			border-top: 2px solid #070606;
			width: 100%;
		}

		body .wrapper .header .menu .mobile-bars {
			display: inline-block;
			float: left;
			padding: 10px 0px 12px;
			margin-left: 10px;
			margin-right: 10px;
		}

			body .wrapper .header .menu .mobile-bars span {
				height: 2px;
				background-color: #FFFFFF;
				width: 30px;
				display: block;
				margin-top: 5px;
			}

		body .wrapper .header .menu .search-container {
			width: calc(100% - 60px);
		}

		body .wrapper .header .menu .mobile-text {
			display: block;
			width: auto;
			height: 40px;
			line-height: 40px;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			color: #FFFFFF;
			text-align: center;
		}

		body .wrapper .header .menu ul li.item, body .wrapper .header .menu ul li.item.divider {
			display: none;
		}

			body .wrapper .header .menu ul li.item, body .wrapper .header .menu ul li.item.active {
				background: none;
				top: auto;
				height: auto;
				min-height: 42px;
				margin: 0;
				float: none;
				display: block;
				width: 100%;
				background-color: inherit;
				color: #FFFFFF;
				left: auto;
				right: auto;
				position: relative;
				border-bottom: 1px solid #ccc3b1;
			}

		body .wrapper .header .menu > ul > li:first-child {
			border-top: 1px solid #ccc3b1;
		}

		body .wrapper .header .menu li .sub {
			position: relative;
			left: auto;
			right: auto;
			top: auto;
			margin-top: 0;
			border: none;
			width: 100%;
			background: none;
			background-color: #070606;
		}

			body .wrapper .header .menu li .sub li {
				padding: 0;
				margin: 0;
				border-top: 1px solid #ccc3b1;
				border-bottom: none;
			}

				body .wrapper .header .menu li .sub li:last-child {
					border-bottom: 1px solid #ccc3b1;
				}

		body .wrapper .header .menu .item.active .sub {
			left: 0;
		}

		body .wrapper .header .menu li:hover .sub {
			display: none;
			left: 0;
		}

		body .wrapper .header .menu a {
			display: block;
			line-height: 42px;
		}

			body .wrapper .header .menu a.auth-link {
				height: auto;
				padding: 0;
				background-color: inherit;
				border: none;
				font-size: inherit;
			}

		body .wrapper .header .menu .glyphicon {
			position: absolute;
			display: block;
			right: 15px;
			padding: 8px;
			top: 5px;
			box-shadow: 0 0 2px #FFFFFF;
			-webkit-box-shadow: 0 0 2px #FFFFFF;
			-moz-box-shadow: 0 0 2px #FFFFFF;
			z-index: 11;
			font-size: 14px;
		}

			body .wrapper .header .menu .glyphicon.main-glyph {
				color: #FFF;
				top: 6px;
				padding: 8px 9px;
				right: 16px;
			}

			body .wrapper .header .menu .glyphicon:active, body .wrapper .header .menu .glyphicon:hover, body .wrapper .header .menu .glyphicon:focus {
				box-shadow: 0 0 4px 2px #FFFFFF;
				-webkit-box-shadow: 0 0 4px 2px #FFFFFF;
				-moz-box-shadow: 0 0 4px 2px #FFFFFF;
			}
}

@media screen and (max-width: 450px) {
	body .wrapper .header {
		position:sticky;
		z-index: 100;
	}

		body .wrapper .header .search {
			left: 20px;
			right: 28px;
			width: auto;
		}

			body .wrapper .header .search form {
				display: block;
				margin-top: 10px;
			}

				body .wrapper .header .search form > div {
					position: relative;
				}

					body .wrapper .header .search form > div > input {
						display: block;
						width: 100%;
					}
}

/* END:     HEADER */


/* BEGIN:   MAIN */

@media screen and (max-width: 1200px) {
	body .wrapper .main .container {
		width: 100%;
		max-width: 100%;
	}

	.header .menu {
		width: 100%;
		max-width: 100%;
	}
}

/* END:     MAIN */


/* BEGIN:   FOOTER */

@media screen and (max-width: 4000px) {
	body .footer .container {
		width: 1200px;
	}
}

@media screen and (min-width: 720px) and (max-width: 1200px) {
	body .footer .container {
		width: 100%;
	}
}

@media screen and (min-width: 720px) {
	body .footer .container {
		height: 130px;
		padding-top: 30px;
	}
}

@media screen and (max-width: 720px) {
	body .footer .container {
		height: 40px;
		padding-top: 15px;
		width: 100%;
	}

	.footer .container .footer-logo {
		display: none;
	}

	.footer .container .footer-address {
		display: none;
	}

	.footer .container .footer-links {
		display: none;
	}
}

@media screen and (max-width: 420px) {
	.footer .container .footer-xs-text {
		font-size: 12px;
	}
}

@media screen and (max-width: 350px) {
	.footer .container .footer-xs-text {
		font-size: 10px;
	}
}
/* END:     FOOTER */


/* BEGIN:   HOME PAGE */

@media screen and (max-width: 1200px) {
	#rightSideHomePage {
		width: 100%;
		float: none;
		margin: 0;
		padding-left: 15px;
		display: block;
		padding-right: 15px;
		max-width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.grey-right-bordered {
		border-right: 0 solid #ccc3b1;
		padding-right: 0;
	}

	.upcoming-sales-section {
		display: block;
		width: 100%;
		float: none;
		padding: 20px;
		color: black;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin-top: 10px;
	}

	#adsSection {
		display: block;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 0 15px;
		margin-left: 0;
		text-align: center;
		float: none;
	}

	#homepage-divider {
		display: none;
	}
}

@media screen and (min-width: 721px) and (max-width: 1200px) {
	.adRow {
		width: 690px;
		margin-left: auto;
		margin-right: auto;
	}

	.adItem.marginRight {
		margin-right: 10px;
	}

	.adItem {
		margin: 10px 10px 60px 10px;
		display: inline;
	}
}

@media screen and (max-width: 520px) {
    .grey-right-bordered .adRow .adItem:nth-child(odd) {
        margin-right: auto!important;
    }
	.adRow {
		width: 100%;
	}

		.adRow img {
			max-width: 100%;
            width: auto !important;
            height: auto !important;
		}

		.adRow .adItem {
			float: left;
			margin-left: 12px;
			width: 45%;
		}

			.adRow .adItem a + div {
				height: 28px;
				display: block;
			}

			.adRow .adItem.marginRight {
				float: left;
				margin-right: 0;
			}
}

@media screen and (max-width: 420px) {
	.adRow .adItem a + div {
		height: 40px;
	}
}


@media screen and (max-width: 720px) {
	body .wrapper .main #emailSignup {
		padding-top: 20px;
	}

	body .wrapper .main #emailSignupFields span {
		width: 70px;
		display: inline-block;
	}

	body .wrapper .main #emailSignupFields input, body .wrapper .main #emailSignupFields span {
		margin-top: 15px;
	}

	body .wrapper .main .container #getStartedSection {
		width: 400px;
	}

		body .wrapper .main .container #getStartedSection .getStartedIcon {
			width: 190px;
			height: 190px;
			background-size: 100%;
		}

		body .wrapper .main .container #getStartedSection .iconText {
			margin-top: 165px;
		}
}

@media screen and (max-width: 450px) {
	body .wrapper .main .container .adPaging {
		display: inline-block;
	}


	body .wrapper .main .container .adRow .adItem img {
		max-width: 100%;
	}

	body .wrapper .main .container #getStartedSection {
		width: 270px;
	}

		body .wrapper .main .container #getStartedSection .getStartedIcon {
			width: 125px;
			height: 150px;
			background-size: 100%;
		}

		body .wrapper .main .container #getStartedSection .iconText {
			margin-top: 110px;
		}

	#adsSection {
		width: 100%;
		margin-left: 0;
	}

		#adsSection .adPaging {
			padding-left: 10px;
			padding-right: 10px;
			display: block;
			width: auto;
		}

	#rightSideHomePage {
		width: auto;
		float: none;
		margin-right: 0;
		display: block;
		padding: 50px 10px 10px 10px;
	}

	.upcoming-sales-section {
		float: none;
		display: block;
		width: auto;
		margin-top: 0;
	}
}


@media screen and (max-width: 950px) {
	.entry-items {
		width: 635px;
	}

	.entry-small-items .entry-item {
		width: 155px;
		height: 155px;
	}

	.entry-medium-items .entry-item {
		width: 315px;
		height: 99px;
	}

	.entry-large-items .entry-item {
		width: 635px;
		height: 107px;
	}
}

@media screen and (max-width: 635px) {
	.entry-items {
		width: 435px;
	}

	.entry-small-items .entry-item {
		width: 105px;
		height: 105px;
	}

	.entry-medium-items .entry-item {
		width: 215px;
		height: 68px;
	}

	.entry-large-items .entry-item {
		width: 435px;
		height: 73px;
	}

	.home-wrapper #species .specie, .home-wrapper #species .separator {
		font-size: 80%;
	}
}

@media screen and (max-width: 435px) {
	.entry-items {
		width: 315px;
	}

	.entry-small-items .entry-item {
		width: 75px;
		height: 75px;
	}

	.entry-medium-items .entry-item {
		width: 155px;
		height: 49px;
	}

	.entry-large-items .entry-item {
		width: 315px;
		height: 53px;
	}
}

@media screen and (max-width: 350px) {
	.home-wrapper #species .specie, .home-wrapper #species .separator {
		font-size: 70%;
	}
}

/*------------------Banners responsive additions------------------*/
@media screen and (max-width: 1200px) {
	.mobile-app {
		display: none;
	}

	.tagline {
		border: 0;
		display: none;
	}

    .email-list {
		border: 0;
		display: inline-block;
	}

	.contact-sco-team {
		display: none;
	}

	.mobile-app.helper-block {
		display: inline-block !important;
	}

	.banners-container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.mobile-app {
		display: block;
	}

		.mobile-app span img {
			width: auto !important;
		}

	.tagline {
		border: 0;
		display: none;
	}

    .email-list {
		border: 0;
	}

		.email-list span img {
			width: auto !important;
		}

	.contact-sco-team {
		display: block;
		width: 341px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.mobile-app.helper-block {
		display: none !important;
	}

	.banners-container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 480px) {
	.mobile-app {
		display: block;
	}

		.mobile-app span img {
			width: 95% !important;
		}

	.tagline {
		border: 0;
		display: none;
	}

    .email-list {
		border: 0;
	}

		.email-list span img {
			width: 95% !important;
		}

	.contact-sco-team {
		display: block;
		width: 85% !important;
		padding-left: 5%;
		padding-right: 5%;
	}

	.mobile-app.helper-block {
		display: none !important;
	}
}

@media screen and (max-width: 455px) {
    #adsSection .new-tabs li a {
        font-size: 11px;
    }

    .adItem {
        height: 190px;
    }
}
@media screen and (max-width: 410px) {
    #adsSection .new-tabs li a {
        font-size: 9px;
    }

    .adItem {
        height: 170px;
    }
}
@media screen and (max-width: 360px) {
    #adsSection .new-tabs li a {
        font-size: 7px;
    }
    .adItem {
        height: 140px;
    }
}
@media screen and (max-width: 315px) {
    #adsSection .new-tabs li a {
        font-size: 6px;
    }
    .adItem {
        height: 120px;
    }
}
/*------------------End Banners responsive additions--------------*/


/* END:     HOME PAGE */


/* BEGIN:   UPCOMING SALES PAGE */

@media screen and (max-width: 1200px) {
	div.upcoming-sale-table .sale-body > div:nth-child(4) {
		width: 46%;
	}
}

@media screen and (max-width: 750px) {
	div.upcoming-sale-table .sale-body > div:nth-child(4) {
		width: 44%;
	}
}

@media screen and (max-width: 720px) {

	div.upcoming-sale-table .sale-body > div:nth-child(1) {
		width: 55%;
		font-weight: bold;
	}

	div.upcoming-sale-table .sale-body > div:nth-child(2) {
		width: 15%;
		font-weight: bold;
		color: #000000;
	}

	div.upcoming-sale-table .sale-body > div:nth-child(3) {
		width: 15%;
		font-weight: bold;
		color: #000000;
	}

	div.upcoming-sale-table .sale-body > div:nth-child(4) {
		display: none;
	}

	div.upcoming-sales div.book-a-sale-wrapper > a > span.book-text {
		display: block;
	}

	div.upcoming-sales .ml15 {
		margin-left: 15px;
		margin-right: 15px;
	}

	div.upcoming-sale-table .expandable-info {
		margin-bottom: 10px;
	}

	div.upcoming-sale-table div.sale-items {
		display: none;
	}

	body .upcoming-sale-table .expandable-info > div > span.visible-xs {
		position: absolute;
		right: 20px;
		top: 8px;
	}

	body .upcoming-sale-table .expandable-info .glyphicon {
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		color: #FFF;
		text-shadow: 0 0 10px #666;
		font-size: 20px;
	}
}

@media screen and (max-width: 450px) {
	div.upcoming-sale-table .sale-body > div:nth-child(1) {
		width: 42%;
		font-weight: bold;
	}

	div.upcoming-sale-table .sale-body > div:nth-child(2) {
		width: 20%;
		font-weight: bold;
		color: #000000;
	}

	div.upcoming-sale-table .sale-body > div:nth-child(3) {
		width: 20%;
		font-weight: bold;
		color: #000000;
	}

	div.upcoming-sales > ul.tabs {
		display: none;
	}
}

/* END:     UPCOMING SALES PAGE */


/* BEGIN:   AUCTION LISTING PAGE (SPECIFIC SALE) */

@media screen and (max-width: 820px) {
	.lot-item .lot-info {
		flex-wrap: wrap;
	}

		.lot-item .lot-info .lot-num-and-thumb {
			flex-basis: 100% !important;
		}

	.lot-item .lot-options {
		order: 4;
		text-align: center !important;
		flex-basis: 100%;
	}

		.lot-item .lot-options .d-flex.justify-content-flex-end {
			justify-content: center;
		}

		.lot-item .lot-options .button-add-watchlist {
			float: none;
		}

	.lot-item .lot-content-block {
		order: 1;
		text-align: center !important;
	}

	.lot-item .lot-options.lot-options-head {
		order: 3;
		text-align: center !important;
		margin-top: 10px;
		min-height: 0;
	}

		.lot-item .lot-options.lot-options-head .time-remaining {
			text-align: center !important;
			font-size: 18px !important;
		}

	.lot-item .lot-options .lot-options-content {
		text-align: center !important;
	}

		.lot-item .lot-options .lot-options-content .fs-20, .lot-item .lot-options .lot-options-content .fs-22 {
			font-size: 16px !important;
		}

	.lot-item .comments-block {
		order: 2;
		text-align: center;
	}

	.sale-information-header {
		font-size: 30px !important;
	}

	.sale-information-block {
		flex-wrap: wrap;
	}

		.sale-information-block .sale-info {
			flex-basis: 100%;
		}

		.sale-information-block .sale-information {
			flex-basis: 100%;
			text-align: center;
			margin-left: 0;
		}

			.sale-information-block .sale-information .fs-22 {
				font-size: 16px !important;
			}

	.lots-list .sale-info .holder img {
		max-width: 100%;
		width: initial;
	}

	.lots-list .button-std,
	div.lot-content .lot-options .button-std {
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 18px;
		min-width: 135px;
	}

	.lots-list .lot-item .lot-options .amount, .lots-list .lot-item .lot-options .max-bid-input {
		font-size: 24px;
		padding-top: 5px;
		padding-bottom: 0;
		padding-left: 5px;
		padding-right: 5px;
		min-width: 90px !important;
		width: 100px;
	}

	.rank1:after, .rank2:after, .rank3:after, .rank4:after, .rank5:after, .rank6:after, .rank7:after, .rank8:after, .rank9:after, .rank10:after {
		font-size: 14px !important;
	}

	.ranking-select {
		float: none !important;
	}

	.view-watch-list {
		display: block;
	}

	body.responsive .watch-list {
		display: none;
	}
}
/* END:     AUCTION LISTING PAGE (SPECIFIC SALE) */
/* BEGIN:   WATCH LIST PAGE (BIDS/DASHBOARD) */
@media screen and (max-width: 1200px) {
	.watch-list-container .wl-ajax-container-live > .left, .watch-list-container .wl-ajax-container-upcoming > .left, .watch-list-container .wl-container-closed > .left {
		flex-basis: 33.3%;
		width: 33%;
	}
}

@media screen and (max-width: 820px) {
	.watch-list-container .wl-ajax-container-live > .left, .watch-list-container .wl-ajax-container-upcoming > .left, .watch-list-container .wl-container-closed > .left {
		flex-basis: 50%;
		width: 50%;
	}
    span.next-bid-amount {
        text-align: center;
    }
}

@media screen and (max-width: 780px) {
	.watch-list-container .wl-ajax-container-live > .left, .watch-list-container .wl-ajax-container-upcoming > .left, .watch-list-container .wl-container-closed > .left {
		flex-basis: 100%;
		width: 100%;
	}
    span.next-bid-amount {
        text-align: center;
    }
}

/* END:     WATCH LIST PAGE (BIDS/DASHBOARD) */


/* BEGIN:   AUCTION DETAILS PAGE */

@media screen and (max-width: 820px) {
	.lots-list {
		text-align: center;
	}

	.single-lot .thumb {
		flex-basis: 100%;
		margin-bottom: 0;
	}

		.single-lot .thumb .ta-l {
			text-align: center;
		}

	.single-lot .info {
		flex-basis: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}

	.single-lot .options {
		flex-basis: 100%;
		text-align: center;
	}

		.single-lot .options .d-flex {
			justify-content: center;
		}

		.single-lot .options .button-add-watchlist, .single-lot .options .button-remove-watchlist {
			float: none;
		}

	.view-watch-list {
		display: block;
	}

	body.responsive .watch-list {
		display: none;
	}
	/*body.responsive div.lots-list.single-lot > .info {
		margin-right: 10px;
		margin-left: 0;
	}

	body.responsive div.lots-list.single-lot > .options {
		margin-left: 0;
	}

	body.responsive div.lots-list.single-lot .thumb {
		width: 100%;
		min-height: 0;
		margin-top: 20px;
	}

		body.responsive div.lots-list.single-lot .thumb .holder {
			width: 100%;
			display: block;
			height: auto;
		}

		body.responsive div.lots-list.single-lot .thumb img {
			max-width: 100%;
		}

	body.responsive div.lots-list.single-lot div.lot-num > #top-watch-link {
		text-transform: none;
		font-family: 'caviar_dreamsregular',"Trebuchet MS", Arial, Helvetica, sans-serif;
		line-height: 1;
	}

	body.responsive div.lots-list.single-lot {
		padding-right: 40px;
		min-height: 0;
	}*/
}

/* END:     AUCTINO DETAILS PAGE */


/* BEGIN:   USER PROFILE EDIT PAGE */

#user-edit-page .box-inner {
	padding: 15px 20px;
}

#user-edit-page .left.box {
	max-width: 400px;
}

@media screen and (max-width: 1200px) {

	#user-edit-page .left.box {
		width: 100%;
		max-width: 400px;
	}

		#user-edit-page .left.box div.title {
			margin-left: 5px;
		}

		#user-edit-page .left.box div.edit-content {
			margin-left: 10px;
		}
}

@media screen and (max-width: 1050px) {
	#user-edit-page .left.box, #user-edit-page .right.box {
		display: block;
		float: none;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
}

@media screen and (max-width: 460px) {
	#user-edit-page .right.box div.left, #user-edit-page .right.box div.left label {
		display: block;
		float: none;
		padding-top: 0;
	}

	#user-edit-page .right.box .box-inner form div.row.visible-md-max div:first-child {
		display: none;
	}
}

/* END:     USER PROFILE EDIT PAGE */


/* BEGIN:   LOGIN PAGE */

@media screen and (max-width: 1200px) {
	#login-content {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
	}

		#login-content div.left {
			margin-left: 0;
		}

		#login-content > div.left, #login-content > div.right {
			max-width: 430px;
			width: auto;
		}
}

@media screen and (max-width: 1000px) {
	#login-content > div.left, #login-content > div.right {
		float: none;
		display: block;
		width: 100%;
		max-width: none;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	#login-content > div.right {
		margin-top: 15px;
	}

		#login-content > div.right img {
			max-width: 100%;
		}
}

/* END:     LOGIN PAGE */

/* END:     GLOBAL */

/*------------Home Page Layout         ------------*/
    @media screen and (min-width: 1200px) {
        .main {
            margin-top: 0;
        }
    }

    @media screen and (max-width: 840px) {
		.home-top-logo {
			margin: 0 auto;
			display: block;
			width: 100%;
			margin-bottom: -25px;
		}
    }

    @media screen and (max-width: 950px) {
		.entry-item img {
			width: 100%;
		}

		.home-wrapper #species {
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: center;
		}

            .home-wrapper #species .specie {
                text-align: center;
            }

			.home-wrapper #species .separator {
				margin-top: 0;
			}

		.home-wrapper #species .middle-separator {
			flex-basis: 100%;
			visibility: hidden;
			height: 0;
		}

        .home-wrapper #social {
            margin-top: 30px !important;
        }
    }
/*Bidders portal pages*/
@media screen and (max-width: 870px) {
    .show-me-lg {
        display: none;
    }

    .grid-header-title {
        white-space: pre-wrap !important;
    }

    .invoice-tabs {
        white-space: pre-wrap !important;
    }
}

@media screen and (max-width: 600px) {
	.responsive-pay-button span {
		display: none;
	}

	.responsive-pay-button:after {
		content: 'Pay';
	}

    .auction-details table.grid-table {
        width: auto;
    }

	.grid-filter, .mvc-grid-filter {
		display: none;
	}

    .lot-grid-col {
        display: none;
    }

    .auction-details {
        padding: 5px;
    }

    .w445 {
        width: auto;
    }

    .w400 {
        width: auto;
    }

    .table tbody tr td {
        padding: 2px;
    }

    .table thead tr th {
        padding: 2px;
    }

    li.invoice-tabs {
        border-radius: 0;
        -webkit-border-radius: 0;
        min-width: 200px;
    }	

    ul.tabs {
        border-bottom: none;
        padding-left: 5px;
    }

	.my-invoices {
		border: 1px solid #E27741;
	}

    #SaleId {
        max-width: 100%;
    }

    .auction-details {
        border-top: #E27741 2px solid;
    }
}
/*End of Bidders portal pages*/
/*------------ End of Home Page Layout  ------------*/
/*---------- Todays Auctions------------------------*/
@media screen and (max-width: 400px) {
	.us-separator .tabs-filter {
		float: none;
		margin-top: 10px;
        padding: 10px;
	}
	.us-separator h2 {
        padding: 0 10px;
    }
}
/*---------- End of today's Auctions ---------------*/

@media screen and (max-width: 1000px) {
	.card-manager {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media screen and (max-width: 600px) {
	.card-manager > .cm-option > div > .row {
		flex-direction: column;
	}
		.card-manager > .cm-option > div > .row:not(:first-of-type) {
			margin-top: 0px !important;
		}

		.card-manager > .cm-option > div > .row:not(:last-of-type) {
			margin-bottom: 0px !important;
		}

		.cm-add-container {
			width: 100% !important;
		}

		.card-manager > .cm-option > div > .row > div {
			margin-right: 0 !important;
			margin-left: 0 !important;
			margin-bottom: 10px;
			box-sizing: border-box;
		}

		.card-manager > .cm-option > div > .row > select {
			box-sizing: border-box;
			width: 100% !important;
			margin-right: 0 !important;
			margin-bottom: 10px;
		}

		.card-manager > .cm-option > div > .row > span {
			margin-bottom: 10px;
		}

		#cc-container .left {
			float:none;
		}

		#cc-container input {
			box-sizing: border-box;
			width: 100%;
		}
}


@media screen and (max-width: 1200px) {
	.password-requirements {
		max-width: 340px;
	}
}

@media screen and (max-width: 550px) {
	.password-requirements {
		max-width: 200px;
	}
}

@media screen and (max-width: 460px) {
	.password-requirements {
		max-width: initial;
	}
}
