.sticky.is-sticky
{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
}
#news li
{
	padding-top: 8px;
	padding-bottom: 8px;
}
#news li a
{
	color: white;
	transition: all 0.7s;
}
#news li a:hover
{
	color: cyan;
}
#cont div a,#cont1 div a
{
	color: white;
	font-size: small;
	transition: all 0.5s;
}
#cont div a:hover,#cont1 div a:hover
{
	color: gold;
}

#auctions .tab-pane
{
    height: 600px;
    overflow-x: auto;
    background-color: White;
    padding: 25px;
}
#anews .list-group-item
{
	border-bottom:1px solid #818181 !important;
    background-color: #103344 !important;
    color: White !important;
}
#anews .list-group-item:hover, #anews .list-group-item:focus
{
    background-color: white !important;
    color: black !important;
}
#anewsarc .list-group-item
{
	border-bottom:1px solid #818181 !important;
    background-color: #103344 !important;
    color: White !important;
}
#anewsarc .list-group-item:hover, #anewsarc .list-group-item:focus
{
    background-color: white !important;
    color: black !important;
}

#saletoday .list-group-item,#upauc .list-group-item,#today .list-group-item
{
    background-color: white;
}
#saletoday .list-group-item:hover, #saletoday .list-group-item:focus,#upauc .list-group-item:hover, #upauc .list-group-item:focus,#today .list-group-item:hover, #today .list-group-item:focus
{
    background-color: #0275d8;
    color: White;
}
#saletoday .list-group,#upauc .list-group,#today .list-group
{
	box-shadow:none;
}
.mb-0{
	font-weight:bold;
}
h5.mb-0 .noti
{
	float:right;
}
h5.mb-0 .noti small {
	visibility:hidden;
}
h5.mb-0:hover small{
	visibility:visible;
}
.card-header{
	cursor:pointer;
}
#auctions .tab-pane
{
    height: 600px;
    overflow-x: auto;
    background-color: White;
    padding: 25px;
}
.carousel-item.active
{
    display: block;
}
#navbarNav1 .navbar-nav .nav-item a:not(:last-child):after
{
	content:' ';
}

.cover
{
	background-image:url('../img/giphy.gif'); 
	background-position:center center;
	background-repeat:no-repeat;
}