﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    /* background:#F6F5F4; */
    font-size: 14px;
}

a {
    /* color: #337ab7; */
}

    a:focus {
        outline: none;
    }

.pr-0 {
    padding-right: 0 !important;
}

.btn {
    font-size: 14px;
}
/*************************************************/
.logo {
    padding: 15px;
    float: left;
    max-width: 320px;
}

.admin .btn {
    opacity: 0.70;
    background: none;
    color: #fff;
}
/*************************************************/
.categories {
    margin-bottom: 20px;
    padding-left: 15px;
}

.custom-panel {
    color: #000;
    padding: 0 0;
    border-bottom: 1px solid rgb(236, 236, 236);
}

.custom-heading {
    padding: 11px 0;
    display: block;
    position: relative;
    color: #333;
}

    .custom-heading .caret {
        float: right;
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 0;
        border-top: 6px dashed;
        border-top: 4px solid \9;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        transform: rotate(-90deg);
    }

.event-row__thumbnails.infoimgss {
    margin: 8px 4px;
    width: 100%;
    min-height: 363px;
}

    .event-row__thumbnails.infoimgss a {
        box-shadow: 0px 0px 0px 0px;
        margin-top: 0px;
        border: 1px solid #eee;
        margin-right: -1px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        max-height: 183px;
    }

.custom-heading.collapsed .caret {
    transform: rotate(0deg);
}

.custom-panel ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

    .custom-panel ul li {
        background: rgba(0, 0, 0, 0.025);
        padding: 8px 14px;
        margin-bottom: 6px;
        border-radius: 4px;
    }

        .custom-panel ul li a {
            display: block;
        }

.detail__description-panel {
    margin-top: 15px;
}

.detail__payment_ins {
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 10px;
}

.detail__payment_ins_header {
    padding-left: 15px;
    padding-top: 10px;
}

.seller-data__payment {
    border: 1px solid #ddd !important;
}
/* .navbar-default{
  background: #fff;
} */
.nav-secondary {
    background: #152E43;
}

.p-0 {
    padding: 0 !important;
}

.nav-secondary input#FullTextQuery1 {
    width: 250px;
    background: #fff;
    color: #555;
    border-radius: 3px 0 0 3px;
}

.search-btn {
    border: 1px solid #fff !important;
    margin-left: -2px !important;
}

.search-box .btn {
    border: 1px solid #fff !important;
    border-left: 0 !important;
}

.nav-secondary form .btn:first-child {
    border-radius: 0 4px 4px 0;
}

.nav-secondary form .btn:last-child {
    border-radius: 0;
}

.user-menu {
    text-align: center;
    color: #fff;
}

    .user-menu span {
        position: relative;
        top: 12px;
    }


.nav-secondary ul.nav-pills > li > a {
    color: #fff;
}

.nav-secondary ul.menu-list li a {
    color: #313131;
}

.nav-secondary .nav .open > a {
    background-color: #152e43;
    border: 0;
}

.navbar-default {
    display: inline-block;
    float: right;
}

.nav-secondary form .btn {
    background-color: #152E43;
}

.browse-side-menu {
    width: 300px;
    position: fixed;
    left: 0;
    top: 0;
    min-width: 300px;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    left: -330px;
    transition: all ease 0.5s;
    bottom: 0;
    background: #fff;
    z-index: 10000;
}

    .browse-side-menu.open {
        left: 0;
        transition: all ease 0.5s;
    }

.browse-categories {
    border-radius: 0;
    box-shadow: none;
    display: block;
    min-width: auto;
    margin: 0;
    overflow-x: auto;
    position: absolute;
    top: 0;
    padding: 0;
    bottom: 0;
}

.browse-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10001;
    border: 0;
    background: none;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    margin-right: -34px;
    padding: 0 8px;
}

.browse-categories h3 {
    padding: 10px 18px;
    font-size: 21px;
    font-weight: 600;
}

.browse-categories .badge {
    background-color: #1de34e;
}

.open > .dropdown-menu.browse-categories {
    left: 0;
    transition: all ease 0.5s;
}

.browse-categories .close-btn {
    position: absolute;
    right: -30px;
    top: 0;
}

.overlay.show {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 1001;
}

body.fixed {
    overflow: hidden;
}



.navbar.navbar-default.nav-primary {
    border: 0;
    margin-top: 61px;
    background: none;
    margin-bottom: 0;
}

.admin.clearfix + nav {
    padding-top: 20px;
}

.navbar-right .navbar-nav > li > a:hover {
    background-color: transparent !important;
    color: #fff;
}

.navbar-default .navbar-nav > li:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-text {
    color: #fff;
}

.menu-list.nav-pills li {
    width: 100%;
}

.menu-list.nav-pills > li > a {
    background-color: transparent;
    color: #555;
    padding: 10px 15px;
}

    .menu-list.nav-pills > li > a:hover {
        background-color: rgba(0, 0, 0, 0.085) !important;
    }

.menu-list.nav > li .category-name__container {
    padding: 0;
    font-size: 12px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: rgba(255,255,255,.1) !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open:hover {
    background-color: rgba(255,255,255,.1) !important;
    color: #fff !important;
}


.login-user {
    background: #E5E5E5;
    font-size: 15px;
    line-height: 44px;
    padding: 0 22px;
}

/*********** event design *************/
.custom-event-panel {
    box-shadow: none;
    border-radius: 0;
    border: 0;
}

.custom-event {
    background: #000;
    padding: 21px 30px;
}

    .custom-event .event-row__title a {
        color: #fff;
        font-size: 33px;
        line-height: 37px;
    }

    .custom-event .event-row__title {
        height: auto;
        overflow: visible;
        white-space: normal;
        margin-bottom: 5px;
    }

    .custom-event .event-row__summary {
        color: #c8c8c8;
        overflow: visible;
        white-space: normal;
    }

    .custom-event .event-row {
        -ms-grid-columns: 135px 15px 1fr 15px 200px;
        -ms-grid-rows: 30px 30px 74px;
        grid-template-columns: 0 auto 213px;
        grid-template-rows: auto;
    }

.event-row__status--active {
    background-color: #34FF73;
    color: #000;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 14px;
}

.event-row__status--closed {
    background-color: #3C3C3C;
    color: #717171;
    padding: 10px;
    border-radius: 5px;
}



.custom-event .event-row__status {
    height: auto;
}

.view-all-lots .btn {
    background: #C9302C;
    color: #fff;
    padding: 9px;
    border-radius: 5px;
    border-color: #C9302C;
    font-size: 14px;
}

.event-detail-outer {
    min-height: 170px;
    border-right: 1px solid #606060;
    margin-right: 31px;
    padding-right: 40px;
}

.custom-event .awe-rt-ShowOnStart span {
    font-size: 26px;
    color: #34ff73;
    font-weight: 400;
}

.custom-event .event-row__time-label {
    text-align: left;
    margin-top: 25px;
    border: 0;
    color: #34ff73;
}

.event-row__thumbnails {
    display: flex;
    flex-wrap: wrap;
}

    .event-row__thumbnails a {
        width: 20%;
        display: inline-block;
        padding: 13px 15px;
        text-align: center;
        box-shadow: 0px 1px 0px 1px #eee;
    }

.custom-event-panel .event-row__thumb-single {
    height: auto;
    max-width: 100%;
    background-color: #ebebeb;
    margin-bottom: 3px;
    max-height: 150px;
    width: auto;
}

.navbar-brand.navbar-toggle {
    float: left;
}

.navbar-toggle .glyphicon.glyphicon-cog {
    font-size: 22px;
    color: #a6a3a3;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #a6a3a3;
}

.navbar-default .navbar-toggle {
    border: 0;
    border-radius: 0;
    color: #fff;
    margin: 0 0 0 0;
    height: 50px;
    padding: 15px 15px;
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: rgba(255,255,255,.1);
    }

.dropdown-menu {
    font-size: 14px;
}

.rightb0 {
    border: 0;
}

.halfhalf .rightb0 .event-row__title {
    min-height: 112px;
}

.halfhalf .event-row__summary {
    min-height: 121px;
}

.mt-5 {
    margin-top: 30px;
}

.event-time.leftbdbd div {
    margin: 0;
}

.event-time.leftbdbd {
    border-right: 1px solid #565656;
    width: 50%;
    min-height: 99px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-top: 31px;
}

/******************** Footer ******************************/
footer {
    background-color: #000000;
    padding-top: 0;
    min-height: 315px;
}

.footer__links {
    text-align: left;
}

footer #Time {
    text-align: right;
    color: #fff;
}

.footer-top {
    background: #152E43;
    padding: 18px 0 0;
}

.footer__links a {
    color: #fff;
}

.eventTitle {
    position: relative;
    padding-right: 156px;
}

    .eventTitle h1 {
        font-size: 29px;
        margin: 0;
        font-weight: 600;
        text-transform: uppercase;
    }

div.eventTitle .arrow {
    /* float: right;
	background: #1362a4;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
	padding: 8px 0 0 0px;
	position: absolute;
	right: 0;
  top: 13px; */
    float: right;
    background: #00CE5F;
    width: auto;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    padding: 10px 13px;
    position: absolute;
    right: 0;
    top: 11px;
    white-space: nowrap;
    display: flex;
}

    div.eventTitle .arrow em {
        font-style: normal;
        margin-right: 2px;
        font-weight: 600;
    }

    div.eventTitle .arrow span {
        margin-top: 1px;
        margin-left: 3px;
    }

.eventTitle .data-card {
    float: left;
    margin: 6px 17px 0 0;
    color: #777;
}

.auctionUses {
    margin-top: 20px;
}

    .auctionUses .data-card {
        color: red;
        margin: 3px 0 0;
    }

.arrow.collapsed .glyphicon-minus {
    display: none;
}

.arrow.collapsed .glyphicon-plus {
    display: block;
}

.arrow .glyphicon-minus {
    display: block;
}

.arrow .glyphicon-plus {
    display: none;
}

.event-data a {
    color: #555;
}

.mt-2 {
    margin-top: 20px !important;
}

.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #c9302c;
    font-weight: 600;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302cc4;
        border-color: #c9302c;
    }

    .btn-danger:focus, .btn-danger.focus, .btn-danger:active {
        color: #fff;
        background-color: #c9302cc4 !important;
        border-color: #c9302c !important;
    }

.btn-success {
    color: #ffffff;
    background-color: #35a0d5;
    border-color: #35a0d5;
}

    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus,
    .btn-success:active:hover,
    .btn-success.active:hover,
    .open > .dropdown-toggle.btn-success:hover,
    .btn-success:active:focus,
    .btn-success.active:focus,
    .open > .dropdown-toggle.btn-success:focus,
    .btn-success:active.focus,
    .btn-success.active.focus,
    .open > .dropdown-toggle.btn-success.focus,
    .btn-success:active, .btn-success:focus,
    .btn-success:hover {
        background-color: #2d8cbb;
        border-color: #2d8cbb;
    }

.galleryTime--active {
    color: #E32C2C;
    font-size: 18px !important;
    margin-left: -12px;
}


.galleryPrice .NumberPart {
    font-size: 18px;
    font-weight: bold;
    /*color: #436F95;*/
    /*color: #00CE5F;*/
}

.galleryPrice {
    font-size: 20px;
    font-weight: bold;
    /*color: #436F95;*/
    /*color: #00CE5F;*/
}


.galleryData--title {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 10px;
    padding-top: 10px;
}




.galleryTitle .small {
    font-size: 14px;
    /*position: absolute;*/
    /* removed by Craig / RW 2022-12-09 */
    /*top: 15px;
  left: 21px;*/
}

/*.galleryTitle .total-bids {
  position: absolute;
  right: 0;
  z-index: 1;
}
.galleryTitle .total-bids span {
  position: unset;
}
*/
/* removed by Craig / RW 2022-12-09 */


.btn-primary {
    color: #ffffff;
    background-color: #393939;
    border-color: #393939;
}

    .btn-primary:hover {
        background-color: #000;
    }

.btn-buynow {
    color: #ffffff;
    background-color: #ec971d;
    border-color: #ec971d;
}

    .btn-buynow:hover {
        background-color: #ec971db8;
        color: #ffffff;
    }




/*.listing .cta .bids .btn {
  min-width: 100px;
  clear: both;
  width: 100%;*/
/*background: #00ce5f;
  border-color: #00ce5f;*/
/*margin-top: 10px;
}
.listing .cta {
  position: unset;
  padding-top: 40px;
  float: right;
  margin-right: 5px;
  width: 100%;
}*/
/* removed by Craig / RW 2022-12-09 */


.listing .price {
    /*color: #436F95;*/
    font-size: 18px;
    font-weight: bold;
}

.listing .title a {
    color: #337ab7 !important;
}

.listing .title {
    font-size: 1rem;
    margin-top: 0;
    padding-right: 0;
}

.awe-rt-HideOnEnd.condition {
    position: absolute;
    top: 5px;
    right: 75px;
    font-size: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 2px 0 8px;
    color: #888;
}

.awe-rt-HideOnEnd.condition {
    top: -4px;
}


.listing .bids {
    text-align: left;
    padding: 3px 0 0 0px;
}

.listing .time {
    text-align: left;
    color: #E32C2C;
    font-size: 16px;
}

.awe-rt-MinimumBid {
    min-width: 215px;
}

.listing .awe-rt-MinimumBid {
    min-width: 174px;
    width: 100%;
}

.listing .title.inlinebidding {
    padding-right: 0;
}

.listing {
    margin: 0 0 00;
    min-height: 145px;
    padding: 10px;
    position: relative;
    border-radius: 00;
}

.galleryUnit {
    /*padding-right: 0;*/
    /*padding-left: 0;*/
    position: relative;
}

    .galleryUnit > .panel.panel-default {
        background-color: #fff;
        /*padding: 10px;*/
        /*margin-bottom: 0;*/
        border-radius: 0;
        min-height: 368px;
        overflow: hidden;
    }
/* removed by Craig / RW 2022-12-09 */

.well-sm {
    padding: 9px;
    border-radius: 1px;
}

.btn-primary {
    color: #ffffff;
    background-color: #000;
    border-color: #000;
}
/* .gallery-quickbid {
  height: 35px;
  margin-top: 16px;
} */
.right-arrow {
    margin-left: 10px;
    color: #555;
    margin-top: 4px;
    font-size: 13px;
    display: none;
}

.login-user .glyphicon.glyphicon-user {
    background: #555;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 11px;
    margin-right: 2px;
}

.myaccount__dropdown li a .glyphicon {
    color: #49B0DE;
}

.event-option-btn {
    position: absolute;
    right: -3px;
    top: -13px;
    border: 0;
    padding: 0px 10px 9px;
    background: none;
    font-size: 19px;
}

    .event-option-btn:hover {
        background: none;
    }

.mb-0 {
    margin-bottom: 10px;
}

.mb-1 {
    margin-bottom: 10px;
}

.event-row__countdown {
    text-align: left;
    color: #fff;
    font-size: 16px;
}

.form-group.status-filter.ended-lots {
    float: none;
}

.categories .panel {
    border: 0 !important;
    box-shadow: none;
}

.categories .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    padding: 10px 0 8px;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 3px;
    border: 0;
}

.categories .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 7px;
    color: #555;
}

.categories .nav > li.active > a {
    background-color: rgba(0, 0, 0, 0.05);
}


.categories .panel-default .nav > li.active:hover {
    background-color: rgba(0, 0, 0, 0.09);
}

    .categories .panel-default .nav > li.active:hover a {
        color: #555;
    }

.categories .badge {
    background: #1de34e;
}

.categories .region-container {
    border-bottom: 1px solid #ccc !important;
    border-radius: 0;
    padding-bottom: 20px;
}

.bid-cont {
    white-space: nowrap;
}

.custom-event {
    position: relative;
}

    .custom-event > a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

.awe-rt-HideOnEnd.remaining {
    display: none;
}

.completed-title-margin {
    margin-top: 50px;
}


.blue-color {
    color: #436F95 !important;
}

.red-color {
    color: #E32C2C !important;
}

.green-color {
    color: green !important;
    /*color: #00CE5F !important;*/
}

.msrp {
    font-size: 16px !important;
    color: #777;
    display: inline-block !important;
}

    .msrp span:first-child {
        text-decoration: line-through;
    }
/*  .galleryTitle {
    padding: 0px 0 2px;
    position: relative;
    margin: 0 0 10px;
    border: 0;
}
*/
/* removed by Craig / RW 2022-12-09 */

#ShowMoreLots.btn {
    display: inline-block !important;
    margin-top: 13px;
}

.pagination > .active > a {
    background-color: #00ce5f;
    border-color: #00ce5f;
}


.dropdown-toggle.nav-link .caret {
    position: relative;
}

    .dropdown-toggle.nav-link .caret .label {
        position: absolute;
        top: -25px;
        left: -35px;
        font-size: 12px;
        line-height: 8px;
        padding: 0 2px 2px 2px;
        background-color: rgba(0, 0, 0, 0.65);
        color: rgba(255,255,255,.85);
    }

.filter-option:hover {
    background: #ddd;
}

.filter-option a {
    color: #152E43;
}

.category-badge__container {
    padding: 0;
}
/*.galleryImage.Aspect43 {
  aspect-ratio: auto;
}

.galleryImage {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.galleryImage{
  margin-bottom: 10px;
}

.galleryImage.Aspect43.galleryImage__cropped img {
  max-height: 200px;
  max-width: 100%;
}

.galleryImage img{
  max-height: 200px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
*/
/* removed by Craig / RW 2022-12-09 */


.manageAuctionBtn {
    position: relative;
    right: 0;
    margin: 0;
}

    .manageAuctionBtn .btn {
        position: absolute;
        right: -3px;
        z-index: 1;
        top: -19px;
        font-size: 21px;
        color: #333;
        padding: 0;
        margin: 3px;
    }

.panel-default {
  border:1px solid #ddd !important;
  box-shadow: none !important;
}
/* 
.galleryContainer {
  margin: 0 -5px 0 -5px;
} */



/*.gallery-quickbid {
  margin: 0;
  height: 35px;
margin-top: 5px;
}
.galleryData--title{
  margin: 0;
  margin-bottom: 5px;
}
.galleryData--values {
  margin: 0;
  padding: 0;
}
.gallery_shortTitle{
  height: auto ;
}
*/
/* removed by Craig / RW 2022-12-09 */


.btn.summary-link {
    font-size: 1.4em;
    color: #0275d8;
    padding: .5em 5px;
}

span.summary-link {
    padding: .5em 5px;
}

.badge {
    font-size: 12px;
    font-weight: bold !important;
}

.well.summary, .well.summary.active {
    padding: 0;
    border: 0;
    background: none;
}

.summary a {
    text-align: center;
    padding: 7px 9px;
    font-size: 16px;
    border-radius: 5px;
    background: none;
    color: #333;
    border: 1px solid #ccc;
    display: block;
}

.summary:hover, .summary.active a {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    border-radius: 5px;
}

.summary.active a {
    color: #333;
}

.panel.panel-default.event-hp {
    border: 0 !important;
}

.input-sm {
    height: 30px;
}

.btn-sm {
    font-size: 12px !important;
}

.listing-badge::before {
    z-index: 10 !important;
    top: 0px !important;
    left: 0px !important;
}

.home-btn {
    float: right;
    font-size: 17px;
    margin-top: 0;
    padding: 4px 6px;
}

    .home-btn i {
        color: #152e43;
    }

.custom-event {
    background: #000;
    padding: 21px 30px;
    margin: 0 4px;
}

.infoimgss a {
    width: 33%;
}

.panel.panel-default.event-hp.custom-event-panel.col-md-6 {
    padding: 0 !important;
}
/**************************** Media Query ***********************************/

@media (max-width:990px) {
    .halfhalf .event-btns.col-md-6.pull-right.mt-5 {
        width: 47%;
        margin: 0;
    }

    .admin.clearfix + nav {
        padding-top: 0;
    }

    .about-boxes {
        padding: 0;
    }

    .banner-graphic svg {
        display: none;
    }

    .p-text h3 {
        font-size: 37px;
        font-weight: bold;
        line-height: 34px;
    }

    .charity .p-text h3 {
        font-size: 22px;
        line-height: 29px;
    }

    /* .galleryImage {
  height: auto;
} */


    .condition--inline {
        font-size: 13px;
        min-height: 38px;
        min-height: 30px;
        line-height: 13px;
        margin-top: 5px;
        display: block !important;
        /* display:block !important;
  color: #777;
  text-transform: uppercase;
  font-weight: normal; */
    }
    /* .galleryTime--active {
  display: block;
  float: none;
  margin-left: -8px;
} */
    .completed-title-margin {
        margin-top: 92px;
    }


    /*    .galleryUnit > .panel.panel-default{
      min-height:430px;
    }
*/
    /* removed by Craig / RW 2022-12-09 */


}

@media (max-width: 767px) {
    .halfhalf .event-row__thumbnails.infoimgss a {
        border: 1px solid #eee;
        margin-right: 0;
        max-height: inherit;
    }

    .custom-event-panel .event-row__thumb-single {
        max-height: 108px;
    }

    .halfhalf .event-btns > div {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .halfhalf .event-detail-outer.col-md-12.rightb0 {
        margin-bottom: 15px;
        padding: 0;
    }

    .halfhalf .custom-event {
        padding: 0 15px 0;
    }

    .halfhalf .view-all-lots {
        margin-right: 0 !important;
        margin-left: 0;
    }

    .halfhalf .event-btns.col-md-6.pull-right.mt-5 {
        padding: 0;
    }

    .halfhalf .event-time.leftbdbd {
        min-height: auto;
    }

        .halfhalf .event-time.leftbdbd > div {
            float: left;
            width: 50%;
        }

    .halfhalf .event-row__thumbnails.infoimgss {
        /*max-height: 137px;*/
        min-height: auto;
        margin: 13px 0;
    }

    .halfhalf header {
        margin-bottom: 0;
    }

    .halfhalf .event-row__summary {
        display: none;
    }

    .event-detail-outer {
        min-height: auto;
    }

    .custom-event {
        padding: 21px 30px 0;
    }

    .halfhalf .event-btns.col-md-6.pull-right.mt-5 {
        width: 100%;
        border: 0;
    }

    .halfhalf .event-time.leftbdbd {
        width: 100%;
        border: 0;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .leftbdbd .event-row__time-label.awe-rt-eventtimelabel {
        text-align: center;
    }

    .halfhalf .event-row__details.col-md-12 {
        display: contents;
    }

    button.navbar-brand.visible-xs.navbar-toggle.mobileBrowse {
        font-size: 15px;
    }

    .navbar-default {
        position: absolute;
        top: 0;
        width: 100%;
        border: 0;
        z-index: 100;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #bdbdbd;
        }

            .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
                color: #fff;
            }

    .nav-secondary form {
        margin-right: 10px;
        float: none !important;
    }

    .nav-secondary input#FullTextQuery1 {
        width: 100%;
    }

    .navbar-collapse {
        border-top: 0;
        border-top-color: currentcolor;
        background: #000;
        margin-top: 50px;
    }

    .user-menu {
        text-align: left;
        color: #fff;
    }

        .user-menu span {
            display: none;
        }

    footer #Time {
        text-align: left;
        color: #fff;
        margin-top: 41px;
    }

    .footer-logo {
        display: flex;
        justify-content: center;
        margin: 36px 0;
    }

    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }


    .custom-event .event-row {
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-column-gap: 0;
    }

    .event-detail-outer {
        height: auto;
        border-right: 0px solid #606060;
        margin-right: 0;
        padding-right: 0;
        width: 100%;
        margin-bottom: 26px;
    }

    .event-row__details {
        text-align: center;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .event-btns {
        width: 55%;
        border-left: 1px solid #5b5b5b;
        padding-left: 14px;
        margin-left: 10px;
    }

    .custom-event .awe-rt-ShowOnStart span {
        font-size: 16px;
        color: #34ff73;
        font-weight: 400;
    }

    .event-row__thumbnails {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .event-row__thumbnails a {
            width: 33%;
            margin-bottom: 4px;
        }


    /*.listing .cta {
  position: unset;
  padding-top: 10px;
  float: left;
  margin-right: 5px;
  width: 300px;
}
*/
    /* removed by Craig / RW 2022-12-09 */


    .awe-rt-HideOnEnd.condition {
        position: unset;
        padding: 0 2px 0 0;
        display: block;
        border: 0;
    }

    /*.listing .cta {
  text-align: left;
}
*/
    /* removed by Craig / RW 2022-12-09 */

    .halfhalf .custom-event .event-row__title a {
        color: #fff;
        font-size: 18px;
        line-height: 23px;
    }

    .halfhalf .rightb0 .event-row__title {
        min-height: auto;
    }

    .event-row {
        display: -ms-grid;
        display: block;
    }

    /* .no-photo-thumbnail {
  padding: 0;
  max-width: 100%;
}
.no-photo-thumbnail img {
  width: 100%;
} */


    /*.listing .title {
  font-size: 14px;
  padding-bottom: 0;
}
*/ /* removed by Craig / RW 2022-12-09 */


    .listing .cta {
        margin-right: 0;
        width: 100%;
    }

    .awe-rt-MinimumBid {
        width: 100%;
        min-width: auto;
    }

    .browse-side-menu {
        width: 280px;
        position: fixed;
        left: 0;
        top: 0;
        min-width: 280px;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        display: block;
        left: -310px;
        transition: all ease 0.5s;
        bottom: 0;
        background: #fff;
        z-index: 10000;
    }

    .search-filter {
        width: calc(100% - 72px);
        margin-right: 5px;
    }

    .form-group.status-filter.ended-lots {
        float: left;
    }

    .listGrid-view {
        float: left;
        margin-top: 3px;
    }

    .footer__links a {
        padding-left: 0;
        padding-top: 10px;
        display: inline-block;
        padding-right: 20px;
    }

    .navbar.navbar-default.nav-primary {
        border: 0;
        margin-top: 91px;
    }

    div.eventTitle .arrow {
        position: unset;
        width: calc(100% - 20px);
        margin: 12px 10px 0;
        justify-content: center;
    }

    .eventTitle {
        padding-right: 0;
    }

        .eventTitle h1 {
            font-size: 16px;
        }

    .listing .img-container {
        padding-bottom: 0;
        padding-right: 0;
    }


    /*.listing .cta {
  max-width: 300px;
}
*/
    /* removed by Craig / RW 2022-12-09 */

    /*.galleryUnit > .panel.panel-default{
  min-height: 452px;
}
*/ /* removed by Craig / RW 2022-12-09 */


    /****************************************/

    .navbar-nav {
        float: left;
        margin: 0;
        width: 100%;
    }

    .user-nav {
        display: block;
    }

    .logo {
        float: none;
        max-width: 100%;
        text-align: center;
    }

        .logo a {
            position: relative;
            z-index: 1000;
            display: inline-block;
        }

    .head-sec {
        display: flex;
        flex-direction: column;
    }
    /* .navbar-header{
  background: #007acd;
} */
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #a6a3a3;
    }

    body.fixed header .container-fluid .logo {
        display: none;
    }

    header {
        padding-top: 0;
        padding-bottom: 0;
        min-height: auto;
    }

    .completed-title-margin {
        margin-top: 92px;
    }

    /*  .galleryTitle {
    font-size: 16px;
    line-height: 18px;
    white-space: normal !important;
  }
  .galleryTime--active, .galleryQTY, .galleryDate--ended {
    font-size: 15px !important;
  }
*/
    /* removed by Craig / RW 2022-12-09 */


    .navbar-nav .open .dropdown-menu {
        padding-top: 0px !important;
        padding-bottom: 5px !important;
    }

    .dropdown.more ul li:first-child {
        display: none;
    }

    .dropdown.more ul li:nth-child(2) {
        display: none;
    }
}

@media (min-width: 675px) {
    .condition--inline {
        display: none !important;
    }
}

@media (max-width: 675px) {
    .event-row__thumbnails a {
        width: 49%;
        margin-bottom: 4px;
    }



    /*  .galleryData--title.completed {
    display: block;
}
.completed-value .galleryPrice .NumberPart {
	font-size: 14px;
}
 
.completed-value .galleryPrice {
	font-size: 14px;
}
 svg:not(:root) {
  overflow: hidden;
  width: 15px;
}
.completed-value .galleryDate--ended {
  font-size: 74%;
  padding-right: 18px;
  margin-top: 4px;
}
*/
    /* removed by Craig / RW 2022-12-09 */



    .listingTypeIcon {
        bottom: 3px;
    }

    .status-type.ended {
        display: block;
    }

    .completed-title-margin {
        margin-top: 92px;
    }

    .event-row__countdown {
        text-align: left;
        color: #fff;
        letter-spacing: -0.5px;
    }


    /*.galleryUnit > .panel.panel-default{
  min-height:390px;
}
.galleryImage {
  height: 160px;
}
.galleryImage img {
  max-height: 160px;
}

*/
    /* removed by Craig / RW 2022-12-09 */

}

/*
@media (max-width:500px) {
  .galleryUnit > .panel.panel-default{
    min-height:430px;
  }
  .galleryTitle {
    height: 108px;
  }
}
@media (max-width:470px) {
  .galleryUnit > .panel.panel-default{
    min-height:422px;
  }
  .btn-buynow {
    font-size: 75%;
  }
  .galleryTime--active span, .galleryQTY span, .galleryDate--ended {
    font-size: 85%;
  }
  .galleryUnit .InlineQuickBid {
    font-size: 75%;
  }
}
*/
/* removed by Craig / RW 2022-12-09 */


@media (max-width: 340px) {
    .event-btns {
        width: 100%;
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
    }

    .event-row__details {
        text-align: center;
        display: block;
    }
}

.header-splash {
    padding-top: 0 !important;
}

span.glyphicon.glyphicon-menu-right.size-set:before {
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 0 1px;
}

.size-set.colrgreen {
    color: #1de34e;
}

span.glyphicon.glyphicon-menu-right.size-set.colrgreen:before {
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 0 -2px;
}


/* 35 merge tweaks*/

.galleryData--values {
    padding-bottom: 0;
}

.gallery-quickbid {
    margin-bottom: 0;
}

div.galleryUnit > .awe-rt-ListingActionMessage {
    left: 20px;
    right: 20px;
}


.galleryImage a {
    display: flex;
    align-items: center;
}


@media (min-width: 370px) and (max-width: 420px) {
    .galleryData--values .msrp {
        display: block !important;
    }

    .gallery-quickbid .btn {
        padding: 6px 6px;
        font-size: 12px;
    }
}

img.img-responsive {
    max-height: 100% !important;
}

@media (min-width: 370px) and (max-width: 580px) {
    .galleryTitle {
        height: 170px !important;
    }
}

@media screen and (max-width: 377px) {
    .galleryTime--active {
        font-size: 16px !important;
    }
}

.galleryTitle {
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
    height: 100px;
}

    .galleryTitle strong {
        font-weight: 600;
    }



.galleryUnit > .panel.panel-default {
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.1), 0 0 15px rgba(51, 51, 51, 0.1), 0 15px 15px rgba(51, 51, 51, 0.1) !important;
    -webkit-box-shadow: 0 0 15px rgba(51, 51, 51, 0.1), 0 0 15px rgba(51, 51, 51, 0.1), 0 15px 15px rgba(51, 51, 51, 0.1) !important;
}

@media (min-width: 1200px) and (max-width: 1400px){
    .galleryPrice {
        font-size: 17px !important;
    }

    .galleryTime--active {
        font-size: 16px !important;
        padding-left: 0px;
        display: inline;
        position: absolute;
        float: right;
        right: 5px;
    }

    .galleryData--values {
        margin: 10px 0px 0 5px !important;
    }
}


.galleryImage img{
    mix-blend-mode: darken;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .container {
        width: 1250px;
    }
}

