/* Gotta have rock and roll update 11.10.2022 */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
}

@font-face {
    font-family: 'Neon 80s';
    src: url('../fonts/Neon80s.eot');
    src: url('../fonts/Neon80s.eot?#iefix') format('embedded-opentype'), url('../fonts/Neon80s.woff2') format('woff2'), url('../fonts/Neon80s.woff') format('woff'), url('../fonts/Neon80s.ttf') format('truetype'), url('../fonts/Neon80s.svg#Neon80s') format('svg');
    font-weight: normal;
    font-style: normal;
}

#PageBase {
    padding: 4rem 1.5rem;
    position: relative;
    max-width: 100%;
}

#PageBase > table {
    max-width: 1440px;
    margin: 0 auto;
}

h1 {}

select {
    border-color: #ccc;
}

.lightwidget-widget {
    background-color: #fff;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

input[type=submit],
input[type=button],
button, a.btn {
    border-radius: 9px;
    background-color: #0074D1;
    border: 0;
    color: #fff;
    border: 2px solid #0074D1;
    transition: all 0.4s ease;
    outline: none;
    padding: 0.5rem 1rem;
}

input[type=submit]:hover,
input[type=button]:hover,
button:hover,
input[type=submit]:active,
input[type=button]:active,
button:active,
input[type=submit]:focus,
input[type=button]:focus,
button:focus,
a.btn:hover {
    /*box-shadow: 
		0 0 10px #74BCF6,
		inset 0 0 10px #74BCF6;*/
    border: 2px solid #7FEDFC;
    color: #60F760;
    outline: none;
}

a.btn {
	width: 100%;
	font-size: 2rem;
	max-width: 416px;
	padding: 2rem;
	margin-top: 40px;
}

.hp-wrapper {
    background: url(../Image/SiteImages/brick-bg.jpg) repeat center center / 100% fixed #000;
    margin: -4rem -1.5rem;
    padding: 4rem 1.5rem;
}

@media screen and (min-width:768px) {
    .hp-wrapper {
        background: url(../Image/SiteImages/brick-bg.jpg) repeat center center fixed #000;
        padding: 4rem 1.5rem;
    }
}


/*---------------Header---------------*/

.site-header {
    background-color: #000;
    padding: 2rem 0 0 0;
}

.site-header a {
    color: #fff;
}

.logo {
    text-align: left;
    padding-bottom: 1rem;
}

.logo img {
    width: 250px;
}

.menu-button {
    text-align: right;
    padding-bottom: 2rem;
}

.navbar {
    padding: .5rem 0;
}

.navbar-toggler {
    color: #fff;
    border: 1px solid #fff;
    padding: 1rem;
    font-size: 1.6rem;
}

.nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 1rem;
}

.navbar-dark .navbar-toggler {
    color: #fff;
    border: 2px solid #fff;
}

.navbar-dark .navbar-toggler:focus {
    color: #7FEDFC;
    background-color: transparent;
    border: 2px solid #7FEDFC
}

.social li {
    display: inline-block;
    margin-right: 1rem;
}

.social li img {
    width: 30px;
}

.head-contact-info {
    display: none;
}

.mobile-head-contact-info {
    display: block;
    margin-top: 5px;
}

@media screen and (min-width: 768px) {
    .logo {
        text-align: left;
        margin-bottom: 0;
    }
    .nav-item {
        display: inline-block;
        width: auto;
        border-bottom: 0;
    }
    .menu-button {
        display: none;
    }

    .head-contact-info {
        display: block;
    }

    .mobile-head-contact-info {
        display: none;
    }
}

.gh-iframe {
    height: 50%!important;
    width: 50%!important;
}

/*---------------Masthead---------------*/

.masthead li {
    padding-left: .7rem;
}

li.search {
    display: block;
    width: 100%;
    padding-left: 0;
}

.masthead > li a {
    vertical-align: middle;
}

@media screen and (min-width: 576px) {
    .masthead li.search {
        display: inline-block;
        padding-left: .7rem;
    }
}


/*---------------Search Form---------------*/

.input-group>.form-control.search_box {
    height: 45px;
    border: 0;
    font-size: 1.6rem;
}

#SearchBtn {
    height: 45px;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    font-size: 2rem;
}


/*---------------Navigation---------------*/

.main-nav {
    padding-top: 0;
}

.nav-item a {
    color: #fff;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
}

.nav-item a:hover,
.nav-item a:focus {
    text-decoration: none;
    color: #7FEDFC;
}

.dropdown-menu {
    background-color: #000000;
    border-radius: 0;
    border: 1px solid #7FEDFC;
    margin-top: -1px;
    margin-left: -1px;
}

.dropdown-menu a {
    color: #fff;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus {
    background-color: transparent;
}

.dropdown {
    border: 1px solid transparent;
}

.dropdown.show {
    border-top: 1px solid #7FEDFC;
    border-left: 1px solid #7FEDFC;
    border-right: 1px solid #7FEDFC;
}

.dropdown.show::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid #000000;
    z-index: 99999;
    left: 0;
}

/*---------------slider---------------*/

.slider {
    text-align: center;
    color: #fff;
    padding-bottom: 4rem;
}

.slider a, .slider a:hover {
	color: #fff;
	text-decoration: none;
}

.slider.banner .btn {
    color: #fff;
    font-size: 2rem;
    background-color: #0074D1;
    border-radius: 9px;
    padding: 1rem 2rem;
    margin-top: 2rem;
}

.slider-control-next-icon,
.slider-control-prev-icon {
    background-color: #0074D1;
    height: 50px;
    width: 20px;
    background-size: 15px;
}

.slider-indicators .active {
    background-color: rgba(119, 169, 208, 1);
}

.slider-indicators > li {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: rgba(119, 169, 208, 0.5);
}

@media screen and (max-width:768px) {
    .slider-control-next,
    .slider-control-prev {
        width: 6%;
    }
}

@media screen and (min-width:768px) {
    .slider-control-next-icon,
    .slider-control-prev-icon {
        background-color: #0074D1;
        height: 100px;
        width: 50px;
        background-size: 30px;
    }
}


/*---------------Content---------------*/

#PageBase > div {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.neon {
    border-radius: 17px;
    border: 4px solid #FF0B0B;
    box-shadow: 0 0 50px #FF0B0B, inset 0 0 50px #FF0B0B;
    padding: 1.5rem;
    text-align: center;
    padding-top: 2rem;
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
}

.neon h1,
.neon h3 {
    text-align: center;
    color: #7FEDFC;
    text-shadow: 0px 0px 30px #74BCF6;
    text-transform: uppercase;
    font-family: 'Neon 80s', sans-serif;
    margin-bottom: 0;
}

.red-neon {
    text-align: center;
    color: #F80004 !important;
    text-shadow: 0px 0px 20px #FF0000 !important;
    text-transform: uppercase !important;
    font-family: 'Neon 80s', sans-serif !important;
}

.purple-neon {
    text-align: center;
    color: #B227FF !important;
    text-shadow: 0px 0px 20px #B227FF !important;
    text-transform: uppercase;
    font-family: 'Neon 80s', sans-serif;
}

.glow-box {
    background-color: rgba(9, 21, 40, .6);
    border-radius: 17px;
    border: 4px solid #7FEDFC;
    box-shadow: 0 0 50px #74BCF6, inset 0 0 50px #74BCF6;
    padding: 1.5rem;
    text-align: center;
}

.glow-box hr {
    background-color: rgba(9, 21, 40, .6);
    height: 8px;
    border-radius: 3px;
    box-shadow: 0 0 50px #7FEDFC, inset 0 0 50px #7FEDFC;
    margin: 20px 0;
}

.glow-box-green hr{
    background-color: #60f760;
	opacity: 1.25;
    height: 8px;
    border-radius: 3px;
    box-shadow: 0 0 50px #60f760, inset 0 0 50px #60f760;
    margin: 20px 0;
}


.glow-box h2,
h2.glow {
    text-align: center;
    color: #7FEDFC;
    text-shadow: 0px 0px 30px #74BCF6;
    margin-bottom: 2rem;
    font-size: 3rem;
    text-transform: uppercase;
    font-family: 'Neon 80s', sans-serif;
}

.glow-box h4,
h4.glow {
    text-align: center;
    color: #60F760;
    text-shadow: 0px 0px 30px rgba(253, 255, 0, 1);
    margin-bottom: 2rem;
    font-size: 2rem;
    text-transform: uppercase;
    font-family: 'Neon 80s', sans-serif;
}

.glow-box h3 {
    text-align: center;
    color: #fff;
    margin: 1rem 0 1.5rem 0;
    font-size: 1.5rem;
}

.glow-box p {
    color: #fff;
    text-align: center;
}

.glow-box a {
    cursor: pointer;
}

.consign {
    border-radius: 17px;
    background-color: #6feafd;
    box-shadow: 4px 5px 6px 3px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.consign h3 {
    background-color: rgba(9, 21, 40, 0.7);
    color: #60f760;
    text-shadow: 0 0 6px #feff00;
    font-family: 'Neon 80s', sans-serif;
	font-size: 14px;
    letter-spacing: .06em;
    text-align: left;
    padding: 3rem 2rem;
    margin: 0 -1.5rem -1.5rem -1.5rem;
    text-transform: uppercase;
    text-align: center;
    transition: background 0.4s ease, color 0.4s ease;
}

.consign a,
.consign h3:hover {
    text-decoration: none;
    color: #BAF3BA;
    background-color: rgba(9, 21, 40, 1);
}

.twitter-feed {
    border-radius: 17px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 2rem;
}

body.rules #maincontent{
    max-width: 1500px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

body.aboutus #AboutUsContent,
body.adduser #AddUserContent,
body.emailsignup #EmailSignupContent {
    max-width: 800px;
    margin: 0 auto;
}

body.viewuserdefinedpage #ViewUserDefinedPageContent {
    max-width: 1200px;
    margin: 0 auto;
}

#EmailSignupContent #EmailTB {
    margin: 0 0 1.5rem 0;
}

#SearchGrid td {
    padding: 0.5rem 1rem;
    border: 0;
}

#SearchGrid tr:nth-child(even) td {
    background-color: #eee;
}

#SearchGrid tr.color_c {
    background-color: #000;
}

#SearchGrid tr.color_c a {
    color: #fff;
}

.Estimate h6 {
    font-size: 1.3rem;
}

#LotDetailContent {}

.CategoryBreadcrumbLink {
    font-size: 1.5rem;
}

.glow-box .media img {
	width: 100px;
	height: auto;
}

.glow-box .media-body p {
	text-align: left;
}

@media only screen and (max-width: 610px){
        #homepage-contact-text{
           font-size:25px !important;
}
}


/*---------------Buttons---------------*/

.btn-neon {
    font-size: 1.8rem;
    border-radius: 9px;
    border: 3px solid #7FEDFC;
    box-shadow: 0 0 20px #74BCF6, inset 0 0 20px #74BCF6;
    padding: .55rem 2.5rem;
    color: #60F760;
    text-shadow: 0px 0px 30px rgba(253, 255, 0, 1);
    font-family: 'Neon 80s', sans-serif;
    letter-spacing: .06em;
}

.btn-neon:hover,
.btn-neon:active,
.btn-neon:focus {
    color: #A0F5A0;
    text-shadow: 0px 0px 30px rgba(253, 255, 0, 1);
    border: 3px solid #fff;
    box-shadow: 0 0 20px #7FEDFC, inset 0 0 20px #7FEDFC;
}

#searchResetButton {
    border: 0;
    background-color: transparent;
    color: #0074D1;
    text-decoration: underline;
}

#searchResetButton:hover {
    border: 0;
    background-color: transparent;
    color: #0074D1;
    text-decoration: underline;
    box-shadow: none;
}

.LotDetailButtons {
    margin-top: 30px;
} 
@media screen and (min-width: 2560px) {
    .LotDetailButtons {
        margin-top: 100px;
    }
}
/*---------------Alerts---------------*/

#messagePanel,
#BannedUserDiv {
    background-color: #60F760;
    margin-bottom: 1rem;
    width: 100%;
    border-radius: 6px;
    padding: 0;
}

#messagePanel h3,
#BannedUserDiv {
    margin-bottom: 0;
    text-align: center;
    padding: 1rem;
    font-size: 1.8rem;
}

#messagePanel h3 {
    padding: 10px;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 700;
}


/*---------------Catalog---------------*/

#CatalogContent {
    padding: 0;
}

#selectAuctionContent select {
	background-color: #fff;
}

h3#selectAuctionTop {
	color: #fff;
}

#searchContent h5 {
    display: none;
}

#category #categoryTop,
#searchTop,
#searchContent h5,
h3#categoryTop {
    color: #60F760;
    text-shadow: 0px 0px 30px rgba(253, 255, 0, 1);
    font-size: 2rem;
    text-transform: uppercase;
    font-family: 'Neon 80s', sans-serif;
}

#categoryView table {
    width: 100%;
}

#categoryView > table td:first-child a {
    background-color: #797979;
}

#categoryView a {
    font-size: 1.6rem;
    text-decoration: none;
}

#categoryView > div a {
    display: block;
    padding: .8rem 1.5rem;
    border-bottom: 1px solid #ccc;
    font-size: 1.1rem;
}

.categoryView_4 a {
    color: #fff !important;
}

#categoryView > table td:first-child a:before {
    content: "—";
    color: #000;
    display: inline;
}

#categoryView table:first-child td:first-child img {
    display: none;
}

#categoryViewn0Nodes table tr td:first-child,
#categoryViewn0Nodes table tr td:first-child + td,
#categoryViewn0Nodes > div table tr td:nth-child(3) {
    display: none;
}

#categoryViewn0Nodes > div table tr td a {
	padding-left: 3rem;
}

#categoryView > div td {
    display: block;
}

#catalogAuctionLabel h1 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

#displayByTop,
#storedisplayByTop {
    border-bottom: 1px solid #0074D1;
    border-top: 0;
    padding: 10px;
    color: #000;
}

#displayByBot,
#storedisplayByBot {
    border-top: 1px solid #0074D1;
    border-bottom: 0;
    padding: 10px;
}

#displayByTop h2,
#storedisplayByTop h2,
#displayByBot h2,
#storedisplayByBot h2 {
    font-size: 1rem;
    font-weight: normal;
    display: inline;
    color: #000;
}

#displaybypagingtop h2,
#displaybypagingbot h2 {
    display: none;
}

#backAllButtonTop,
#backButtonTop,
#PageJumpBtn,
#forwardButtonTop,
#forwardAllButtonTop,
#backAllButtonBot,
#backButtonBot,
#PageJumpBotBtn,
#forwardButtonBot,
#forwardAllButtonBot {
    color: transparent;
    padding: 5px;
    border: none;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
    background-color: transparent;
}

#displaybypagingtop h2#ofpages,
#displaybypagingbot h2#ofpagesbot {
    display: inline-block;
    margin: 0;
}

#displaybypagingtop input#CurrPageTopTB,
#displaybypagingbot input#CurrPageBotTB {
    border: 1px solid #666;
    color: #333;
    font-weight: bold;
    font-size: 11px;
    padding: 2px;
    outline: none;
    margin: 0 5px 0 5px;
    height: 2rem;
    text-align: center;
}

#PageJumpBtn,
#PageJumpBotBtn {
    background-color: #eee;
    border: 1px solid #000;
    height: 2rem;
    vertical-align: middle;
    padding: 2px 5px;
    margin: -1px 5px 0 5px;
    color: #000000;
}

#linkForClosedAuctionsContainer a {
    color: #fff !important;
    margin-bottom: 2rem;
    display: block;
}

#galleryList {
    padding-top: 5rem;
}

#galleryList ul {
    list-style-type: none;
    padding: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    width: 100%;
}

#galleryList ul li {
    width: calc(50% - 3rem);
    text-align: center;
    padding: 1rem;
    border: 1px solid #ccc;
    transition: all .2s ease-in-out;
    border-radius: 17px;
    border: 1px solid #0074D1;
    box-shadow: none;
}

#galleryList ul li:hover {
    text-align: center;
    padding: 1rem;
    border: 1px solid rgb(127, 237, 252);
    border-radius: 17px;
    transform: scale(1.01);
    transition: all .2s ease-in-out;
    box-shadow: 0 0 10px #74BCF6, inset 0 0 10px #74BCF6;
}

#LotLabel,
#LotNumber,
#LotNumberColon {
    font-size: 1.8rem;
    color: #7e868c;
    text-transform: uppercase;
}

.lotInner h5,
.lotInnerMouseOver h5 {
    color: #000;
    font-size: 12px;
    order: 2;
    height: auto;
    border-top: 1px solid #0074D1;
    padding: 1rem;
    margin: 0 -1rem;
    text-align: center;
    height: auto;
}

#LotName,
.lotInnerMouseOver #LotName {
    height: 9em;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.lotData h6,
.LotData h6,
.LotData div,
.LiveAuctionUCLCurrentBidDiv,
.LiveAuctionUCLNumBidsDiv {
    color: #939598;
}

.lotInner a,
.lotInnerMouseOver a,
span.LotName a {
    font-weight: 400;
}

input#WatchBtn {
    margin: 0;
}

#leftColumn,
#leftcolumn,
#leftColumn a,
#leftcolumn a {
    color: #000;
}

@media screen and (min-width: 768px) {
    #leftColumn,
    #leftcolumn {
        width: 30%;
    }
    #mainPanel {
        width: 70%;
        padding-left: 2rem;
    }
    #displayByTop select,
    #storedisplayByTop select,
    #displayByBot select,
    #storedisplayByBot select {
        height: auto;
    }
    #leftColumn,
    #leftcolumn {
        padding: 2rem 3rem 2rem 3rem;
        background-color: #333;
        margin: -4rem 0 -4rem -1.5rem;
    }
    #categoryView > div a {
        border-bottom: 1px solid #575757;
    }
    #categoryView a {
        color:white;
    }
}

@media screen and (min-width: 992px) {
    #leftColumn,
    #leftcolumn {
        width: 25%;
    }
    #mainPanel {
        width: 75%;
    }
    #galleryList ul li {
        width: calc(33.33333% - 3rem);
    }
}

@media screen and (min-width: 1200px) {
    #leftColumn,
    #leftcolumn {
        width: 20%;
    }
    #mainPanel {
        width: 80%;
    }
    #galleryList ul li {
        width: calc(25% - 3rem)
    }
}


/*---------------Lot Detail---------------*/

.LotDetail #PageBase {
    max-width: 1440px;
    padding-top: 0;
}


/*inserted from theme.js*/
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#TableBreadcrumbs tr {
    display: none;
}

#TableBreadcrumbs tr:first-child {
    display: block;
}

#ReturnToSearchResults {
    display: inline-block;
}

#ReturnToSearchResults a {
    font-size: 1.4rem;
    text-decoration: none;
    padding: 8px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 6px;
    background-color: #ccc;
    color: #0056b3;
}

#ReturnToSearchResults a:hover {
    opacity: 0.5;
}

#EmailAFriendDiv a,
#AskAQuestionDiv a,
#IHaveOneToSellDiv a,
#ItemDetailEmailAFriendDiv a,
#ItemDetailAskAQuestionDiv a,
#ItemDetailIHaveOneToSellDiv a {
    border-radius: 4px;
    color: white;
    border-color: #0056b3;
    background-color: #0056b3;
}

#EmailAFriendDiv a:hover,
#AskAQuestionDiv a:hover,
#ItemDetailAskAQuestionDiv a:hover,
#IHaveOneToSellDiv a:hover,
#ItemDetailEmailAFriendDiv a:hover,
#ItemDetailIHaveOneToSellDiv a:hover {
    background-color: white;
    color: #0056b3;
}

#ClosedItem {
    background: #1D9BCE;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    padding: 5px 0px 5px 0px;
    margin-bottom: 2rem;
}

#FooterTable {
    max-width: 600px;
}

#ImagesSection div:nth-child(3) a {
	position: relative;
	height: 100px;
}

#ImagesSection div:nth-child(3) img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#BiddingSummaryTable tr td:empty {
	display: table-cell;
}

body.consignwithus #PageBase {
    max-width: 1500px;
    margin: 0 auto;
}

.consignwithus_title {
    display: none;
}

body.contactus2 #PageBase {
    max-width: 1500px;
    margin: 0 auto;
}



@media screen and (min-width: 768px) {
    #Breadcrumbs {
        grid-column-start: 2;
    }
    #NavigationControlsTop {
        grid-column-start: 2;
    }
    #TableBreadcrumbs {
        /*position: absolute;*/
    }
    #ImagesSection {
        grid-row-start: 3;
		margin-top: -80px;
    }
	
	body.contactus2 #PageBase {
		display: grid;
		justify-content: center;
		grid-template-columns: 50% 50%;
	}
	
	#ContactUsExtraDiv2 {
		grid-column: 1;
		max-width: none;
		width: 100%;
	}

	#ContactUsContent {
		grid-column: 2;
		width: 100%;
	}
}


/*---------------Footer---------------*/

.site-footer {
    color: #51698e;
    background-color: #fff;
    padding: 3.6rem 0 1.9rem 0;
    font-size: 1.3rem;
    border-top: 1px solid #0074d1;
}

.site-footer a {
    color: #51698e;
    font-size: 1.6rem;
}

.site-footer li {
    padding-bottom: 1rem;
}

.footer-base {
    border-top: 1px solid #0074d1;
    padding-top: 2rem;
    margin-top: 2rem;
}

@media screen and (min-width:768px) {
    .footer-base,
    .info {
        text-align: right;
    }
}

body.viewuserdefinedpage img {
    max-width: 100%;
    height: auto;
}

.carousel-inner {
    text-align: center;
}

/*---------------Homepage---------------*/

.hero-slider img {
	width: 100%;
}

.slider-inner, .hero-slider {
    max-width: 1500px;
    margin: 3rem auto;
}

.slider-item {
    margin: 0 auto;
}

.slider-image {
    height: 200px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.slider-image.sold {
	position: relative;
}

.slider-image.sold::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	display: block;
	background: url(../Image/sold_logo.png) no-repeat center center / contain transparent;
	width: 75px;
	height: 59px;
}

.slick-slide {
    float: left;
}

.slick-slide .slider-image img {
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    height: auto;
    vertical-align: middle;
    margin: 0 auto;
}

.slider-item p {
}