@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Jaini&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*BODY*/
body {
	/*background-color: whitesmoke;*/
	background-color: #fff;
}
:focus {
	outline: transparent;
}

/*FONTS*/
/*Berlin Email*/
@font-face {
	font-family: 'berlin_email_heavyregular';
	src:
		url('../font/berlin-email/berlin-email.berlin-email-heavy-webfont.woff2')
		format('woff2'),
		url('../font/berlin-email/berlin-email.berlin-email-heavy-webfont.woff')
		format('woff');
	font-weight: normal;
	font-style: normal;
}

.font-bottom-1 {
	padding-top: 1rem;
	margin-bottom: -1rem;
}

.berlin-email {
	font-family: "berlin_email_heavyregular";
}

/*COLORS*/
/**Background color**/
.single-window-red {
	/*background-color: #d81f26!important;*/
	background-color: #1c56a3!important;
}

.single-window-yellow {
	background-color: #ffe716!important;
}

.light-grey {
	background-color: #e0e0e0!important;
}

.ura-portal-blue {
	background-color: color: #2eafff!important;
}

.ura-portal-yellow {
	background-color: #fff200!important;
}
/**Foreground color**/
.transparent {
	color: transparent!important;
}

.ura-portal-blue-text {
	color: #2eafff!important;
}

.ura-portal-yellow-text {
	color: #fff200!important;
}
/*WIDTHS*/
.w-93 {
	min-width: 93%;
}
.w-95 {
	min-width: 95%;
}

/*PADDINGS*/
@media only screen and (min-width: 1921px) {
	.pl-5, .px-5 {
		padding-left: 6rem!important;
	}
	.pl-5, .px-5 {
		padding-right: 6rem!important;
	}
}

/*GRIDS*/
.col-9-5 {
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

/*Z-DEPTHS*/
.z-depth-0 {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.z-depth-1 {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0
		rgba(0, 0, 0, .12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0
		rgba(0, 0, 0, .12)
}

.z-depth-1-half {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0
		rgba(0, 0, 0, .15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0
		rgba(0, 0, 0, .15)
}

.z-depth-2 {
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0
		rgba(0, 0, 0, .19);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0
		rgba(0, 0, 0, .19)
}

.z-depth-3 {
	-webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0
		rgba(0, 0, 0, .19);
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0
		rgba(0, 0, 0, .19)
}

.z-depth-4 {
	-webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .22), 0 25px 55px 0
		rgba(0, 0, 0, .21);
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .22), 0 25px 55px 0
		rgba(0, 0, 0, .21)
}

.z-depth-5 {
	-webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0
		rgba(0, 0, 0, .22);
	box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0
		rgba(0, 0, 0, .22)
}

/*OFFSETS*/
.offset-2-5 {
	margin-left: 20%;
}

/*POSITIONS*/
.position-relative {
	position: relative;
}
/*BORDERS*/
.outline-elegant {
	border: 2px solid #2e2e2e!important;
}

.no-border-radius {
	border-radius: 0;
}

/*WEBKIT SCROLLBAR */
::-webkit-scrollbar {
	background-color: rgba(238, 238, 238, 0.9);
	width: 6px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #e1e1e1;
	height: .2875rem;
}

.invidible-scrollbar::-webkit-scrollbar,
.invidible-scrollbar::-webkit-scrollbar-button ,
.invidible-scrollbar::-webkit-scrollbar-track,
.invidible-scrollbar::-webkit-scrollbar-track-piece,
.invidible-scrollbar::-webkit-scrollbar-thumb,
.invidible-scrollbar::-webkit-scrollbar-corner,
.invidible-scrollbar::-webkit-resizer{
	background-color: transparent;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	width: 0px;
}

/*SCROLL*/
.scroll-y {
	overflow-y: scroll!important;
}

.scroll-y::-webkit-scrollbar{
	width: 0px;
}

.scroll-y:hover::-webkit-scrollbar{
	width: 6px;
}

/*MAIN*/
main {
	min-height: 40vh;
}

/*FIRST NAVBAR*/
.single-window-navbar {
	/*background-color: whitesmoke;*/
	background-color: #1c56a3;
	/* color: #fff; */
	/*border-bottom-width: 2px;*/
	border-bottom-style: solid;
	/*border-bottom-color: #d81f26;*/
	border-bottom-color: #1c56a3;

}

.single-window-navbar.double-nav a {
	/*color: #d81f26;*/
	/*color: #1c56a3;*/
	color: #FFFFFF;
}

.double-nav a {
	font-size: 15px;
	color: #fff;
}
.dropdown-menu.login.show {
	margin-left: -8.5vw;
}

@media
(max-width: 1440px) {
	.dropdown-menu.login.show {
	margin-left: -12.5vw;
	}
}

@media
( min-width : 600px) {
	.pt-140 {
		padding-top: 140px;
	}

	.navbar .dropdown-menu form {
		width: 16rem;
	}
	
	.navbar.scrolling-navbar.top-nav-collapse {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	.navbar.scrolling-navbar.top-nav-collapse img {
		width: 36px;
		height: 36px;
	}
	
	.pt-140.top-nav-collapse {
		padding-top: 60px;
	}
}
@media ( max-width : 600px) {
	.navbar .dropdown-menu form {
		width: 10rem;
	}
}
.navbar-no-shadow {
	box-shadow: none;
}
/*SECOND NAVBAR*/
.card-intro {
	margin-top: 75px;
	padding-left: 0 !important;
	z-index: 10;
}

#searchNav form.search-form {
	width: 30%;
}

/*BANNER*/
.crop {
	height: 360px;
	max-height: 360px;
	overflow: hidden;
}

.crop img {
	width: 100%;
	margin-top: -180px;
	margin-right: 0px;
	margin-bottm: 0px;
	/*margin-left: -100px;*/
}

/*SIDE NAVIGATION*/
/**Left Navigation**/
.side-nav {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	height: 100%;
	background-color: #fafafa;
	-webkit-background-size : cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
	will-change: transform;
	backface-visibility: hidden;
	padding: 0;
	box-shadow: 0 -1.5px 5px 0 rgba(0, 0, 0, .16), 0 -1.5px 10px 0
		rgba(0, 0, 0, .12);
	-webkit-background-size: cover;
}

.side-nav>ul {
	max-height: 100vh
}

.side-nav ul {
	list-style: none;
	padding-left: 0
}

#mainMenuNav button {
	font-size: 10px;
}


.navbar-nav ul li {
	padding: 0
}

.side-nav.right-aligned {
	right: 0;
	left: auto;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.side-nav.side-nav-light {
	background-color: #e5e5e5
}

.side-nav.side-nav-light .search-form input[type=text] {
	border-bottom-color: rgba(238, 238, 238, .3);
	color: #555 !important
}

.side-nav .about, .side-nav .logo-wrapper, .side-nav .search-form input[type=text],
	.side-nav .social {
	border-bottom: 1px solid rgba(255, 255, 255, .65)
}

.side-nav.side-nav-light .search-form input[type=text]::-webkit-input-placeholder
	{
	color: #555 !important
}

.side-nav.side-nav-light .search-form input[type=text]::-moz-placeholder
	{
	color: #555 !important
}

.side-nav.side-nav-light .search-form input[type=text]:-ms-input-placeholder
	{
	color: #555 !important
}

.side-nav.side-nav-light .search-form input[type=text]::-ms-input-placeholder
	{
	color: #555 !important
}

.side-nav.side-nav-light .search-form input[type=text]::placeholder {
	color: #555 !important
}

.side-nav.side-nav-light .collapsible a {
	color: #555
}

.side-nav.side-nav-light .collapsible-body a {
	background-color: rgba(0, 0, 0, .1)
}

.side-nav.side-nav-light .collapsible li .collapsible-header:hover {
	background-color: rgba(0, 0, 0, .05)
}

.side-nav.side-nav-light .collapsible li .collapsible-header.active {
	color: #4285f4;
	background-color: transparent
}

.side-nav.fixed {
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	position: absolute
}

.side-nav.fixed.right-aligned {
	right: 0;
	left: auto
}

.side-nav .collapsible {
	margin: 1rem 0 0;
	padding: 0
}

.side-nav .collapsible li a:hover {
	background-color: rgba(0, 0, 0, .15)
}

.side-nav .collapsible>li {
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.side-nav .collapsible>li a.collapsible-header.active, .side-nav .collapsible>li a.collapsible-header:hover
	{
	background-color: rgba(255, 255, 255, .15)
}

.side-nav .collapsible ul {
	padding: 0;
	list-style-type: none
}

.side-nav .collapsible a {
	color: #818285;
	font-weight: 300;
	font-size: .8rem;
	height: 36px;
	line-height: 36px
}

#.side-nav .collapsible a.active, .side-nav .collapsible a:hover {
	-webkit-border-radius: 0px;
	border-radius: 0px
}

.side-nav .collapsible .fa {
	font-size: .8rem;
	margin-right: 13px
}

.side-nav .collapsible-body a {
	padding-left: 47px;
	height: 36px;
	line-height: 36px;
	background-color: rgba(0, 0, 0, .15)
}

.side-nav a {
	display: block;
	font-size: 1rem;
	height: 56px;
	line-height: 56px;
	padding-left: 20px
}

.side-nav .fa-angle-down.rotate-icon {
	position: absolute;
	right: 0;
	top: .8rem;
	margin-right: 1.25rem
}

.side-nav .sidenav-bg {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 15rem;
	background-attachment: fixed
}

.rating li, .side-nav .social li {
	display: inline-block
}

.side-nav .logo-wrapper {
	height: 8.75rem
}

.side-nav .logo-wrapper a {
	height: 8.75rem;
	width: 15rem;
	padding: 0
}

.side-nav .logo-wrapper img {
	height: auto;
	padding: 20% 50px
}

@media ( max-height : 992px) {
	.side-nav .logo-wrapper, .side-nav .logo-wrapper a {
		height: 80px
	}
	.side-nav .logo-wrapper img {
		padding-top: 7%;
		padding-bottom: 7%
	}
}

.side-nav .logo-wrapper.sn-avatar-wrapper {
	padding: 10% 33%
}

.side-nav .logo-wrapper.sn-avatar-wrapper img {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0
		rgba(0, 0, 0, .12);
	margin: 0;
	padding: 0;
	max-width: 90px
}

@media only screen and (max-height: 992px) {
	.side-nav .logo-wrapper.sn-avatar-wrapper {
		padding-left: 40%;
		padding-right: 40%
	}
	.side-nav .logo-wrapper.sn-avatar-wrapper img {
		max-width: 50px
	}
}

.side-nav .logo-wrapper.sn-ad-avatar-wrapper {
	height: auto;
	margin-bottom: 0
}

.side-nav .logo-wrapper.sn-ad-avatar-wrapper img {
	max-width: 3.75rem;
	padding: 1.25rem .63rem;
	float: left
}

.side-nav .logo-wrapper.sn-ad-avatar-wrapper p {
	font-size: .94rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	margin: 0
}

.side-nav .about {
	padding: 1rem
}

.side-nav .about p {
	margin-bottom: 0
}

.side-nav .social {
	padding-top: 0
}

.side-nav .social li {
	padding-top: .6rem;
	padding-bottom: .6rem;
	margin: 0
}

.side-nav .social a {
	margin: 0;
	padding: 0
}

.side-nav .social .fa {
	font-size: .9rem;
	padding-right: .6rem;
	padding-left: .6rem;
	color: #dbe4e7;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.side-nav .card {
	border-radius: 0px;
}

.timer-in-sidebar {
	max-width: 15rem;
	min-width: 15rem;
	border-radius: 0px;
	text-align: right;
}

/**Ongoing Bidding**/
.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	height: 480px;
}

.hclatestbuyoffers ul.latest_container, .hclatestproducts ul.latest_container
	{
	height: 60px;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.als-wrapper {
	position: relative;
	list-style: none;
}

.als-viewport ul.latest_container {
	/*height: 80px;*/
	width: 100%;
}

.hclatestbuyoffers ul li.latest_row_b, .hclatestproducts ul li.latest_row_s
	{
	border-bottom: 1px solid #ffe0e3;
	height: 60px; /*14px;*/
	margin-left: 0px;
	padding: 5px 5px 4px 7px
}

.als-item {
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 100%;
}

#declscroll {
	font-size: 0.8rem;
}
#declscroll ul.als-wrapper li:nth-of-type(odd) {
	background-color: #f8f9fa;
}

#declscroll ul.als-wrapper li:nth-of-type(even) {
	background-color: #e9ecef;
}

#declscroll a {
	font-size: 0.7rem;
	line-height: 36px;
	height: 36px;
}

/*DIVS*/
/**Containers**/
.container, .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
}

/**Carousels**/
/***Normal***/
.carousel .carousel-control-prev-icon {
	background-image: url(../img/svg/arrow_left.svg);
	display: block;
	width: 100px;
	height: 82px;
}

.carousel .carousel-control-next-icon {
	background-image: url(../img/svg/arrow_right.svg);
	display: block;
	width: 100px;
	height: 82px;
}

/***Carousel Thumbnails***/
.carousel-thumbnails {
	/*Enable when we add multiple images to lot*/
	/*margin-bottom: 5rem;*/
	min-height: 80%;
	
}

.carousel-thumbnails .carousel-inner .carousel-item {
	height : 28vw;
	max-height:28vw;
	min-height: 28vw;
	overflow: hidden;
	border-radius: 5%;
}

@media only screen and (min-width: 1921px) {
	.carousel-thumbnails .carousel-inner .carousel-item {
		height : 20vw;
		max-height:20vw;
		min-height: 20vw;
	}
}

.carousel-thumbnails .carousel-inner  .carousel-item .product {
	width: 100%;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
	margin-right: 0px;
	margin-bottm: 0px;
}

.carousel-thumbnails .carousel-indicators {
	margin-bottom: -4rem;
	position: absolute;
	height: 6vw;
	max-height: 6vw;
	overflow: hidden;
}

.carousel-thumbnails .carousel-indicators li {
	height: auto;
	width: 6.25rem;
	max-width: 6.25rem;
	border: none
}

.carousel-thumbnails .carousel-indicators .active {
	height: auto;
	width: auto;
	opacity: .5
}

.carousel-thumbnails .carousel-indicators img {
	max-width: 100%;
	width: 100%;
	max-height: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	border-radius: 5%;
}

@media only screen and (max-width: 540px) {
	.carousel-thumbnails {
		margin-bottom: 3.75rem
	}
	.carousel-thumbnails .carousel-indicators {
		margin-bottom: -3.44rem
	}
}

/**Accordion**/
.accordion .card {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #e0e0e0;
	-webkit-border-radius: 0;
	border-radius: 0
}

.accordion .card:first-of-type, .accordion .card:not (:first-of-type ):not
	(:last-of-type ) {
	border-bottom: 1px solid #e0e0e0
}

.accordion .card .card-header {
	border-bottom: 0;
	padding: 1rem 1.5rem;
	background: 0 0
}

.accordion .card .card-header .card-title {
	font-weight: 400
}

.accordion .card .card-header a {
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s
}

.accordion .card .card-header a:not(.collapsed ) .rotate-icon,
.card .card-header a:not(.collapsed ) .rotate-icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.accordion .card .fa-angle-down,
.accordion .card .fa-angle-up,
.card .fa-angle-down,
.card .fa-angle-up {
	float: right
}

.accordion .card .card-body {
	font-size: .9rem;
	line-height: 1.7;
	font-weight: 300;
	color: #626262
}

.accordion .card:not (:first-of-type ):not (:last-of-type ) {
	border-bottom: 0;
	border-radius: 0
}

.accordion .card:not (:first-of-type ) .card-header:first-child {
	border-radius: 0
}

.accordion .card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
#collapseBid .md-form {
	margin-bottom : 6px;
}
/*
#collapseBid .md-form .prefix~label {
	margin-left: 3.0rem;
}*/

/**Help Page**/
/* Style the element that is used to open and close the accordion class for FAQs */
p.help-accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	margin-bottom: 10px;
}

/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
p.help-accordion.active, p.accordion:hover {
	background-color: #ddd;
}

/* Unicode character for "plus" sign (+) */
p.help-accordion:after {
	content: '\2795';
	font-size: 13px;
	color: #777;
	float: right;
	margin-left: 5px;
}

/* Unicode character for "minus" sign (-) */
p.help-accordion.active:after {
	content: "\2796";
}

/* Style the element that is used for the panel class */
div.help-panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: 0.4s ease-in-out;
	opacity: 0;
	margin-bottom: 10px;
}

div.help-panel.show {
	opacity: 1;
	max-height: 500px;
}

/*FORMS*/
/* Change the white to any color ;) */
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}
/**Search form**/
#searchForm {
	border-top: 1px solid rgba(153, 153, 153, .3);
}
#searchForm input[type="text"] {
	background-color: #f8f9fa;
}

/*INPUTS*/
/**md-form**/
.md-form label {
	min-width: 100%;
	color: transparent;
}
.md-form label.active {
	font-size: .8rem;
	transform: translateY(-140%);
	color: #757575;
}
.md-form .validate {
	margin-bottom: 0.5rem
}
/**Input Groups**/
.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group>.form-control, .input-group>.custom-select, .input-group>.custom-file
	{
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.input-group>.form-control:focus, .input-group>.custom-select:focus,
	.input-group>.custom-file:focus {
	z-index: 3;
}

.input-group>.form-control+.form-control, .input-group>.form-control+.custom-select,
	.input-group>.form-control+.custom-file, .input-group>.custom-select+.form-control,
	.input-group>.custom-select+.custom-select, .input-group>.custom-select+.custom-file,
	.input-group>.custom-file+.form-control, .input-group>.custom-file+.custom-select,
	.input-group>.custom-file+.custom-file {
	margin-left: -1px;
}

.input-group>.form-control:not (:last-child ), .input-group>.custom-select:not
	(:last-child ) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.form-control:not (:first-child ), .input-group>.custom-select:not
	(:first-child ) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group>.custom-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-group>.custom-file:not (:last-child ) .custom-file-label,
	.input-group>.custom-file:not (:last-child ) .custom-file-label::before
	{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.custom-file:not (:first-child ) .custom-file-label,
	.input-group>.custom-file:not (:first-child ) .custom-file-label::before
	{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-prepend, .input-group-append {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.input-group-prepend .btn, .input-group-append .btn {
	position: relative;
	z-index: 2;
}

.input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text,
	.input-group-prepend .input-group-text+.input-group-text,
	.input-group-prepend .input-group-text+.btn, .input-group-append .btn+.btn,
	.input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.input-group-text,
	.input-group-append .input-group-text+.btn {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.input-group-text input[type="radio"], .input-group-text input[type="checkbox"]
	{
	margin-top: 0;
}

.input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text,
	.input-group>.input-group-append:not (:last-child ) >.btn, .input-group>.input-group-append:not
	(:last-child ) >.input-group-text, .input-group>.input-group-append:last-child>.btn:not
	(:last-child ):not (.dropdown-toggle ), .input-group>.input-group-append:last-child>.input-group-text:not
	(:last-child ) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text,
	.input-group>.input-group-prepend:not (:first-child ) >.btn,
	.input-group>.input-group-prepend:not (:first-child ) >.input-group-text,
	.input-group>.input-group-prepend:first-child>.btn:not (:first-child ),
	.input-group>.input-group-prepend:first-child>.input-group-text:not (:first-child
	) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm>.form-control-plaintext.form-control,
	.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
	.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
	.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
	.input-group-sm>.input-group-append>.form-control-plaintext.btn,
	.form-control-plaintext.form-control-lg, .input-group-lg>.form-control-plaintext.form-control,
	.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
	.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
	.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
	.input-group-lg>.input-group-append>.form-control-plaintext.btn {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-prepend>.input-group-text,
	.input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn,
	.input-group-sm>.input-group-append>.btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

select.form-control-sm:not ([size] ):not ([multiple] ), .input-group-sm>select.form-control:not
	([size] ):not ([multiple] ), .input-group-sm>.input-group-prepend>select.input-group-text:not
	([size] ):not ([multiple] ), .input-group-sm>.input-group-append>select.input-group-text:not
	([size] ):not ([multiple] ), .input-group-sm>.input-group-prepend>select.btn:not
	([size] ):not ([multiple] ), .input-group-sm>.input-group-append>select.btn:not
	([size] ):not ([multiple] ) {
	height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-prepend>.input-group-text,
	.input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn,
	.input-group-lg>.input-group-append>.btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

select.form-control-lg:not ([size] ):not ([multiple] ), .input-group-lg>select.form-control:not
	([size] ):not ([multiple] ), .input-group-lg>.input-group-prepend>select.input-group-text:not
	([size] ):not ([multiple] ), .input-group-lg>.input-group-append>select.input-group-text:not
	([size] ):not ([multiple] ), .input-group-lg>.input-group-prepend>select.btn:not
	([size] ):not ([multiple] ), .input-group-lg>.input-group-append>select.btn:not
	([size] ):not ([multiple] ) {
	height: calc(2.875rem + 2px);
}

.form-inline .input-group {
	width: auto;
}
.btn-toolbar .input-group {
 width: auto;
}
/**Text**/
#formattedNumberField {
	text-align: right;
}

/**Checkboxes**/
.md-checkbox {
	position: relative;
	margin: 16px 0;
	text-align: left;
}

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

.md-checkbox label {
	cursor: pointer;
}

.md-checkbox label:before, .md-checkbox label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}

.md-checkbox label:before {
	width: 20px;
	height: 20px;
	background: #fff;
	border: 2px solid rgba(0, 0, 0, 0.54);
	border-radius: 2px;
	cursor: pointer;
	transition: background .3s;
	margin-left: 2px;
}

.md-checkbox input[type="checkbox"] {
	outline: 0;
	margin-right: 10px;
	visibility: hidden;
}

.md-checkbox input[type="checkbox"]:checked+label:before {
	background: #1a237e;
	border: none;
}

.md-checkbox input[type="checkbox"]:checked+label:after {
	transform: rotate(-45deg);
	top: 5px;
	left: 4px;
	width: 12px;
	height: 6px;
	border: 2px solid #fff;
	border-top-style: none;
	border-right-style: none;
}

.md-checkbox input[type="checkbox"]:disabled+label:before {
	border-color: rgba(0, 0, 0, 0.26);
}

.md-checkbox input[type="checkbox"]:disabled:checked+label:before {
	background: rgba(0, 0, 0, 0.26);
}

/*BUTTONS*/
.btn-outline-elegant.btn-black.active, .btn-outline-elegant.btn-black:active,
	.btn-outline-elegant.btn-black:active:focus, .btn-outline-elegant.btn-black:focus,
	.btn-outline-elegant.btn-black:hover {
	border-color: #2e2e2e !important;
	background-color: transparent !important;
	/*color: #fafafa !important;*/
}
/**Button Groups**/
.btn-group {
	outline-color: transparent;
}

/**Floating Buttons**/
.btn-floating {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0
		rgba(0, 0, 0, .15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0
		rgba(0, 0, 0, .15);
	width: 40px;
	height: 47px;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 10px;
	-webkit-border-radius: 50%;
	border-radius: 10%;
	padding: 0;
	cursor: pointer
}

.btn-floating i {
	font-size: 1.25rem;
	line-height: 47px
}

.btn-floating i {
	display: inline-block;
	width: inherit;
	text-align: center;
	color: #fff
}

.btn-floating:hover {
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0
		rgba(0, 0, 0, .19);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0
		rgba(0, 0, 0, .19)
}

.btn-floating:before {
	-webkit-border-radius: 0;
	border-radius: 0
}

.btn-floating.btn-sm {
	width: 36.15385px;
	height: 36.15385px
}

.btn-floating.btn-sm i {
	font-size: .96154rem;
	line-height: 36.15385px
}

.btn-floating.btn-lg {
	width: 61.1px;
	height: 61.1px
}

.btn-floating.btn-lg i {
	font-size: 1.625rem;
	line-height: 61.1px
}

/**Rounded Buttons**/
.btn-rounded {
	-webkit-border-radius: 10em;
	border-radius: 10em
}
.btn-group a:hover {
	color: #fff;
}
/*#ffee00 yellow*/
/**Fancy E-shop buttons**/
.fancy-eshop-button {
	/*background: #d81f26;*/
	background: #1c56a3;

	width: 80px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	transition: .15s;
	cursor: pointer;
	border-radius: 3px;
	/*box-shadow: 0px 1px 2px rgba(0,0,0,.2);*/
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0
		rgba(0, 0, 0, .15);
	-webkit-border-radius: 10em;
	border-radius: 10em;
	padding-top: 0.5em;
	font-weight: 700;
}

.fancy-eshop-button-inner {
	position: relative;
	width: 100%;
	height: 100px;
	margin-top: -100px;
	padding-top: 2px;
	background: #000;
	right: -250px;
	transition: .15s;
}

.btnText {
	color: white;
	transition: .3s;
}

.btnIcon {
	margin-top: 63px;
	color: #FFF;
}

.fancy-eshop-button:hover .fancy-eshop-button-inner {
	/*When hovering over .button change .btnTwo*/
	right: 0px;
}

.fancy-eshop-button:hover .btnText {
	/*When hovering over .button change .btnText*/
	margin-right: 130px;
}

.fancy-eshop-button:active { /*Clicked and held*/
	box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.3);
}

/*E-COMMERCE*/
/**Multi Item cards**/
.carousel-multi-item {
	margin-bottom: 5rem
}

.carousel-multi-item .carousel-inner .carousel-item.active,
	.carousel-multi-item .carousel-item-next, .carousel-multi-item .carousel-item-prev
	{
	display: block
}

.carousel-multi-item .controls-top {
	text-align: center;
	margin-bottom: 1.88rem
}

.carousel-multi-item .controls-top .btn-floating {
	background: #4285f4
}

.carousel-multi-item .card-cascade.narrower {
	margin-top: 1.25rem;
	margin-bottom: .3rem
}

@media ( min-width : 768px) {
	.carousel-multi-item .col-md-4 {
		float: left;
		width: 33.333333%;
		max-width: 100%
	}
}

@media only screen and (max-width: 992px) {
	.carousel-multi-item .carousel-indicators li {
		margin-bottom: -1.88rem
	}
}

/**Cascading cards**/
.card.card-cascade .view.view-cascade {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0
		rgba(0, 0, 0, .15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0
		rgba(0, 0, 0, .15);
	-webkit-border-radius: .25rem;
	border-radius: .25rem
}

.card.card-cascade .view.view-cascade.gradient-card-header {
	padding: 1.6rem 1rem;
	text-align: center
}

.card.card-cascade .view.view-cascade.gradient-card-header .card-header-title
	{
	font-weight: 500
}

.card.card-cascade .view.view-cascade.gradient-card-header .btn-floating
	{
	background-color: rgba(255, 255, 255, .2)
}

.card.card-cascade.wider {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent
}

.card.card-cascade.wider .view.view-cascade {
	z-index: 2
}

.card.card-cascade.wider .card-body.card-body-cascade {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0
		rgba(0, 0, 0, .12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0
		rgba(0, 0, 0, .12);
	margin-left: 4%;
	margin-right: 4%;
	background: #fff;
	z-index: 1;
	-webkit-border-radius: 0 0 .25rem .25rem;
	border-radius: 0 0 .25rem .25rem
}

.card.card-cascade.wider.reverse .card-body.card-body-cascade {
	z-index: 3;
	margin-top: -1rem;
	-webkit-border-radius: .25rem;
	border-radius: .25rem;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0
		rgba(0, 0, 0, .15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0
		rgba(0, 0, 0, .15)
}

.card.card-cascade.narrower {
	margin-top: 1.25rem
}

.carousel-multi-item .card-cascade.narrower {
	margin-top: 1.25rem;
	margin-bottom: .3rem
}

.card.card-cascade.narrower .view.view-cascade {
	margin-left: 4%;
	margin-right: 4%;
	margin-top: -1.25rem
}
/**E-commerce cards**/
.card.card-ecommerce .card-footer {
	background-color: transparent
}


/*IMAGES*/
/*border: 1px solid #dee2e6;*/
.card-img-top-index {
	width: 100%;
	max-height: 100%;
	height: 100%;
	border-radius: 0px;
}

.card-img-top-index-main {
	margin-top: auto;
	margin-bottom: auto;
	width: 100%;
	max-height: 100%;
	border-radius: 0px;
}

.view .mask {
	height: 32vw;
}

.card-image-container {
	display: flex;
	align-items: center;
	justify-content: center;
	/*background: #b4babe;*/
	overflow: hidden;
	border: 1px groove #b4babe1f;
	border-radius: 5px;
}

.card-image-container-large-container {
	height: 32vw;
	width: 52vw;
	background: #33333345;
	-webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
	filter: grayscale(50%);
}

.card-image-container-large-container:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

.card-image-container-large {
	height: 32vw;
	min-width: 65%;
	max-width: 65% !important;
}

.card-image-container-small-container {
	height: 32vw;
	min-width: 35%;
	max-width: 35%;
}

.card-image-container-small {
	min-height: 33.3%;
	max-height: 33.3% !important;
}

.card-image-container-small-end {
	min-height: 33.4%;
	max-height: 33.4% !important;
}

.product {
	max-width:16vw;
	width: 204px;
	height: auto;
}

@media (min-width: 1281px) {
	.product.in-list  {
		height: 10vw;
		max-height: 10vw;
		min-height: 10vw;
	}
}
@media (max-width: 1280px) {
	.product.in-list  {
		height: 12vw;
		max-height: 12vw;
		min-height: 12vw;
	}
}
@media (max-width: 1024px) {
	.product.in-list  {
		height: 20vw;
		max-height: 20vw;
		min-height: 20vw;
	}
}
/*LINKS*/
a, a.disabled:hover, a:disabled:hover {
	color: #4c4c4c;
}

a:hover {
	color: #000;
}

/*PAGINATION*/
.pagination {
	display: flex;
	justify-content: center;
}

.page-link:focus {
	box-shadow: 0 0 0 0.2rem #ff354726;
}
 /*ALERTS*/
.alert-dismissible {
	padding-right: 2rem;
}

/*HOVER EFFECTS*/
.hoverable {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .55s ease-in-out;
	-o-transition: all .55s ease-in-out;
	transition: all .55s ease-in-out
}

.hoverable:hover {
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0
		rgba(0, 0, 0, .19);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0
		rgba(0, 0, 0, .19);
	-webkit-transition: all .55s ease-in-out;
	-o-transition: all .55s ease-in-out;
	transition: all .55s ease-in-out
}

/*MODALS*/
#modalAuctionEndNotification {
	background-color: #2727278c;
}
#modalAuctionEndNotification a.btn.btn-outline-danger,
#modalAuctionEndNotification a.btn.btn-outline-yellow{
	background-color: #fff!important;
	-webkit-appearance: none;
}

.center-modal {
	margin-top: 10vw;
}

/*FOOTER*/
footer {
	font-weight: 400;
}

footer.page-footer a {
	color: #4f4f4f;
	font-weight: 400;
}

.footer-copyright a {
	color: #fff!important;
}

/*BREADCRUMBS*/
.breadcrumb a{
	color: #da2b32!important;
}

/*DATATABLES*/
#lot-items-table ::before,
#past-auction-lots-table ::before {
	background-color: #4c4c4c;
}

#lot-items-table td.child {
	padding-left: 0!important;
	padding-right: 0!important;
}

#lot-items-table ul.dtr-details,
#past-auction-lots-table ul.dtr-details {
	width: 100%;
}

#past-auction-lots-table span.dtr-title,
#past-auction-lots-table span.dtr-data {
	padding-right: 0 !important;
	padding-left: 0 !important;
	position: relative;
	width: 100%;
	min-height: 1px;
}

#past-auction-lots-table span.dtr-title {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

#past-auction-lots-table span.dtr-data {
	lex: 0 0 83.333333%;
	max-width: 83.333333%;
}

li.dt-button.active {
	background-color: #e0e0e0!important;
}

li.dt-button a {
	margin-left: .5rem !important;
	margin-right: .5rem !important;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after,
	table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after,
	table.dataTable thead .sorting_desc_disabled:after {
	position: absolute;
	bottom: 8px;
	right: 8px;
	display: block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	opacity: 0.5
}

table.dataTable thead .sorting:after {
	opacity: 0.2;
	content: "\f0dc"!important;
}

table.dataTable thead .sorting_asc:after {
	content: "\f161"!important;
}

table.dataTable thead .sorting_desc:after {
	content: "\f160"!important;
}

/*LINE-HEIGHTS*/
.lh-100 {
	line-height: 100%;
}

/*SUPERSCRIPTS*/
.messageCount {
	line-height: 0.8;
	font-size: 10px;
	margin-left: -0.9rem;
}

.popup-top {
	margin-top: 10%;
}

/*Styling for the popup*/
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #3498db;
	-webkit-animation: spin 2s linear infinite;
	/* Chrome, Opera 15+, Safari 5+ */
	animation: spin 2s linear infinite;
	/* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e74c3c;
	-webkit-animation: spin 3s linear infinite;
	/* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite;
	/* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f9c922;
	-webkit-animation: spin 1.5s linear infinite;
	/* Chrome, Opera 15+, Safari 5+ */
	animation: spin 1.5s linear infinite;
	/* Chrome, Firefox 16+, IE 10+, Opera */
}

@
-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}

.auction-menu-item {
	background-color: transparent;
	border: 0;
	text-align: left;
	padding: 10px;
	cursor: pointer;
}

button:hover, button:focus, .button:hover, .button:focus {
	outline-style: none;
}

.auction-main-menu-item {
	background-color: transparent;
	border: 0;
	text-align: left;
	/*color: #d81f26;*/
	/*color: #1c56a3;*/
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Open Sans", serif;
}

.side-nav .collapsible a {
	color: black;
	font-weight: 400;
}

.auction-search {
	width:40px;
}

@media screen and (min-width: 769px) and (max-width: 1114px) {
	.sidebar-left {
		display: none;
	}

	.container, .container-fluid {
		margin-left: -120px;
	}

	.col-3.container.pl-0 {
		margin-left: 0;
	}

	.offset-2-5 {
		margin-left: 0;
	}

	.col-9-5 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.modal-content {
		width: fit-content;
		margin-left: -50px;
	}
}

@media screen and (max-width: 768px) {
	.crop {
		height: 250px;
	}
	.crop img {
		margin-top: 0;
		margin-left: 0;
	}
	.col-3.container {
		display: contents;
	}
	.navbar .navbar-toggler {
		border: 1px solid #b59292;
		height: 35px;
		width: auto;
	}
	.navbar-toggler {
		position: absolute;
		margin-top: 35px;
		margin-left: 20px;
	}
	.col-6.navbar-collapse {
		top: 100%;
		position: absolute;
		/*background: white;*/
		z-index: 10000;
	}
	.col-3.navbar-brand.logo {
		margin-bottom: 30px;
	}
	.container.ml-auto.mr-0.w-auto {
		margin-top: 30px;
	}
	.navbar.scrolling-navbar.top-nav-collapse {
		padding-bottom: 18px;
	}
	#slide-out {
		display: none;
	}
	.offset-2-5 {
		margin-left: 0;
	}
	.col-9-5 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-8 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pl-5, .px-5 {
		padding-left: 0 !important;
	}
	.pr-5, .px-5 {
		padding-right: 0 !important;
	}
	.product {
		height: auto;
	}
	.carousel-thumbnails .carousel-inner .carousel-item {
		height: auto;
		max-height: 100%;
		min-height: 100%;
	}
	.navbar-nav>ul>li {
		border-bottom-style: solid;
		border-bottom-color: #e6d1d1;
	}
	table {
		overflow: scroll;
		display: block;
	}
	
	.product-slider .modal-lg {
		margin-top: 280px !important;
	}
	
}

@media screen and (max-width: 480px) {
	.crop  {
		height: 250px;
	}
	.crop img {
		margin-top: 0;
		margin-left: 0;
	}
	.col-3 {
		flex: none;
		max-width: none;
	}
	.container.ml-auto {
		margin-top: 25px;
	}
	.auction-search {
		width: 10px;
	}
	.dropdown-menu.login.show {
		margin-left: -100px;
	}
	.md-form .prefix {
		font-size: 1.2rem;
	}
	.navbar .dropdown-menu form {
		width: 12rem;
	}
	.row .col-6 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.row.pb-5.px-5, .row.pb-5.pl-5.pr-5 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.col-12.p-0.row.ml-0.mr-0 {
		height: auto !important;
		width: 100% !important;
	}
	.card {
		margin-bottom: 15px;
	}
	.ml-0 {
		margin-left: 10px !important;
	}
	.navbar {
		width: 100%;
		background-color: #1c56a3;
	}
	.navbar .navbar-toggler  {
		border: 1px solid #b59292;
		height: 35px;
		width: auto;
	}
	.col-6.navbar-collapse {
		top: 100%;
		position: absolute;
		/*background: white;*/
		z-index: 10000;
	}
	.col-3.navbar-brand.logo {
		margin-bottom: 0;
	}
	#slide-out {
		display: none;
	}
	.offset-2-5 {
		margin-left: 0;
	}
	.col-9-5 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-8 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pl-5, .px-5 {
		padding-left: 0 !important;
	}
	.pr-5, .px-5 {
		padding-right: 0 !important;
	}
	.product {
		height: auto;
	}
	.carousel-thumbnails .carousel-inner .carousel-item {
		height: auto;
		max-height: 100%;
		min-height: 100%;
	}
	.navbar-nav>ul>li {
		border-bottom-style: solid;
		border-bottom-color: #e6d1d1;
	}
	table {
		overflow: scroll;
		display: block;
	}
	.product-slider .modal-lg {
		margin-top: 280px !important;
	}
}

element.style {
}
.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

@media (min-width: 992px) {
	.product-slider .modal-lg {
		max-width: 1200px;
	}
}

.product-slider .modal-lg {
	margin-top: 180px;
}

/*CLIENT NAME*/

.clientName {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 16rem;
}

@media (max-width: 1910px) {
	.clientName {
		width: 12rem;
	}
}

@media (max-width: 1650px) {
	.clientName {
		width: 11rem;
	}
}

@media (max-width: 1585px) {
	.clientName {
		width: 10rem;
	}
}

@media (max-width: 1520px) {
	.clientName {
		width: 9rem;
	}
}

@media (max-width: 1450px) {
	.clientName {
		width: 8rem;
	}
}

@media (max-width: 1390px) {
	.clientName {
		width: 7rem;
	}
}

@media (max-width: 1280px) {
	.clientName {
		width: 6rem;
	}
}

@media (max-width: 1260px) {
	.clientName {
		width: 5rem;
	}
}

@media (max-width: 1200px) {
	.clientName {
		width: 4rem;
	}
}

@media (max-width: 1140px) {
	.clientName {
		width: 3rem;
	}
}

@media (max-width: 1070px) {
	.clientName {
		width: 2rem;
	}
}

@media (max-width: 1000px) {
	.clientName {
		width: 1rem;
	}
}

div.clientName {
	display: inline-block;
	margin-bottom: -5px;
}

/*BID OPEN DATE BANNER*/
.bid-open-date-banner {
}

.bid-open-date-banner.before-opening {
	background-color: #ffee00;
}

.bid-open-date-banner.after-opening {
	background-color: darkseagreen;
}

.bid-open-date-banner.bids-closed {
	background-color: darkred;
	color:white;
}


.hs-wrapper img{
	top: 0px;
	left: 0px;
	position: absolute;
	animation: showMe 0.8s linear infinite 0s forwards;
	animation-play-state: paused;
}
.hs-wrapper:hover img{
	animation-play-state: running;
}
@keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}
.hs-wrapper img:nth-child(1){
	z-index: 9;
}
.hs-wrapper img:nth-child(2){
	animation-delay: 0.2s;
	z-index: 8;
}
.hs-wrapper img:nth-child(3){
	animation-delay: 0.4s;
	z-index: 7;
}
.hs-wrapper img:nth-child(4){
	animation-delay: 0.6s;
	z-index: 6;
}
.hs-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 500;
	background: rgba(0,0,0,0.6);
	box-shadow: 0 0 0 0 rgba(255,255,255,0.3) inset;
	pointer-events: none;
	transition: all 0.3s linear;
}
.hs-wrapper:hover .hs-overlay{
	opacity: 1;
	box-shadow: 0 0 0 5px rgba(255,255,255,0.3) inset;
}
/*.poppins-bold {*/
/*	!*font-family: "Poppins", sans-serif;*!*/
/*	font-family: "Jaini", system-ui;*/
/*	font-weight: 700;*/
/*	font-style: normal;*/
/*}*/

.abril-fatface-regular {
	font-family: "Abril Fatface", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 1365px) {
	.abril-fatface-regular {
		padding-left: 2rem;
	}
}
@media only screen and (min-width: 1366px) {
	.abril-fatface-regular {
		padding-left: 18rem;
	}
}
.carousel-caption{
	color: #ffee00;
}
.auction-search-btn{
	background-color: #ffee00;
	color: #FFFFFF;
}

