.fx1s {
    box-shadow: 7px 7px 5px #bdb9b9;
    transform: scale(0.99);
    margin-right: -4px;
    margin-top: -4px;
}
.fx1sa {
    box-shadow: 7px 7px 5px #bdb9b9;
    transform: scale(1.02);
    margin-right: -4px;
    margin-top: -4px;
}

.carousel {
    box-shadow: 7px 7px 5px #bdb9b9;
    margin-bottom: 5px;
}
.fx1 {
    box-shadow: 7px 7px 5px #bdb9b9;
    margin-bottom: 5px;
    /* transition-duration: 0.5s;*/
}
.fx2{
    -moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;
}

.active-lang-link1 {
    font-size: 1.3em;
}

.notice-on{
    color:  red !important;
    /* font-size: 2em;*/
    transition-duration: 0.8s;
}
.notice-off{

    /*font-size: 1em;*/
    transition-duration: 0.5s;
}
.div-trans {
    /* transition-duration: 1s;*/
}


/*

.div-menu-hide {
    opacity: 0;
}

.div-menu-show {
    opacity: 100%;
    transition-duration: 10s;
}
.div-background-hide {
    opacity: 0;
    transition-duration: 1.5s;
}

.div-background-show {
    opacity: 100%;
    transition-duration: 2s;
}

.div-main-hide {
    opacity: 0;
}

.div-main-show {
    opacity: 100%;
    transition-duration:  1.5s;
}

.scale90 {
    transform: scale(0.98);
}
*/
.scale100 {
    transform: scale(1);
    transition-duration: 0.8s;
}


.dropdown-item {
    font-size: 0.8rem;
    text-overflow: clip;
}

.bg-white {
    background-color: white;
    min-height: 60vh;
}

.bid-not-transmitted {
    color: red;
    font-size: 0.8rem;

}

.bid-not-transmitted td {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.bid-transmitted {
    color: green;
    font-size: 0.8rem;

}

.bid-transmitted td {
    padding-left: 5px;
    padding-right: 5px;

}

@media (max-width: 1300px) {
    .container {
        max-width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

* {
    border-radius: 0 !important;
}

h1.pr-policy {
    font-size: 2rem;
}

h2.pr-policy {
    font-size: 1.5rem;
    margin-top: 30px;
}

h3.pr-policy {
    font-size: 1.3rem;
    margin-top: 20px;
}

.team-image {
    width: auto;
    max-height: 400px;


    max-width: 97%;

    height: auto;

}

h1.pagehead {
    margin-top: 30px;
    font-size: 2rem;
    font-weight: normal;
    text-transform: uppercase;
}

h2.pagehead {
    font-size: 1.6rem;
    font-weight: normal;
    text-transform: uppercase;
}
h3.pagehead {
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: uppercase;
}
h4.auction-title {
    font-size: 1.2rem;
    font-weight: normal;
    text-transform: uppercase;
}
.page-div-title {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: lightgray;
    margin-bottom: 30px;
}

.header-triple-col {
    padding-left: 5px;
    padding-right: 5px;
}

.page-div {
    margin-bottom: 60px;
}

.header-link {
    color: rgba(50, 50, 50, 0.8);
    text-transform: uppercase;
    font-size: 1.1rem;
    text-decoration: none !important;
}

.header-link:hover {
    color: rgba(10, 10, 10, 0.8);
}


.header-link-sub {
    font-size: 1.2rem;
    color: rgba(50, 50, 50, 0.8);
    text-transform: uppercase;
}


@media (max-width: 992px) {
    .nav-item {
        margin-top: 10px;
        min-height: 4rem;
        font-size: 2rem;
        border-top: darkgray solid 1px;
    }


}
@media (max-width: 800px) {
    .header-image {
        display: none;
    }

    .header-link {
        font-size: 1.1rem;
    }

    .header-link-sub {
        font-size: 0.9rem;

    }


    .catalog-auction-title {
        font-size: 0.8rem;
        font-weight: normal !important;
    }

    .catalog-catalog-title {
        font-size: 0.6rem;
        font-weight: 600 !important;
        margin-bottom: 1rem;
    }

    .catalog-selection-title {
        font-size: 0.6rem;
        font-style: italic;
        font-weight: normal;
        margin-bottom: 2rem;
    }
}


.back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: darkgray;
    text-decoration: none;
    font-weight: bold;
    font-size: 40px;
}

.row.catalog-item {
    margin-bottom: 40px;
    font-size: 1.1rem;
}

.row.catalog-item-head {
    font-size: 1.1em;
    font-weight: 500;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: lightgray;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #4b4b4b;
}
.catalog-item-image-ie {
    border: red solid 4px;
    width: 300px;
    height: auto;
}

.catalog-item-image {
    /* padding-right: 10px;
     width: 100%;
     max-width: 90%;


     max-height: 500px;
     height: auto;
 */
    /*  border: darkgray solid 1px; */
    /*
    /*
        width: 90%;
        height: auto;

        padding-right: 10px;
        width: 100%;
        max-width: 90%;


        max-height: 500px;
        height: auto;
    */
}

.catalog-item-image-small {
    /* padding-right: 10px;
     width: 100%;
     max-width: 90%;


     max-height: 500px;
     height: auto;
 */
    /*  border: darkgray solid 1px; */
    padding-right: 10px;
    width: 70%;
    max-width: 90%;
    height: auto;

}
.catalog-item-title {
    font-size: 1.1em;
    font-weight: 500;
    display: inline-block;
}

.catalog-auction-title {
    font-size: 1.4rem;
    font-weight: normal !important;
}

.catalog-catalog-title {
    font-size: 1.6rem;
    font-weight: 600 !important;
    margin-bottom: 1rem;
}

.catalog-selection-title {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 2rem;
}



.catalog-page-nav {
    margin-bottom: 30px;
}

.w-1btn {
    width: 50px;
    margin-bottom: 3px;
    margin-right: -1px;
    margin-left: -1px;
}

.w-2btn {
    width: 100px;
    margin-bottom: 3px;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */
.grid {
    background-color: white;

}

.grid-sizer,
.grid-item {
    width: 24%;
}

.grid-item--width2 {
    width: 24%;
}

@media (max-width: 992px) {
    .grid-sizer,
    .grid-item {
        width: 48%;
    }

    .grid-item--width2 {
        width: 48%;
    }

    .divider-small {
        height: 1px;
        margin: 2px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .divider-large {
        height: 1px;
        margin: 1px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }
}

@media (max-width: 600px) {
    .grid-sizer,
    .grid-item {
        width: 100%;
    }

    .grid-item--width2 {
        width: 100%;
    }
}

.grid-item {
    float: left;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 5px;
    border: rgb(167, 167, 167) solid 1px;;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
}

.grid-item img {
    display: block;
    width: 100%;
}

/**/
.carousel-trans {

}

.carousel .carousel-item {
    transition: transform 1s, opacity 1s !important;
}

#banner-area {
    padding-bottom: 3px;
    padding-top: 3px;
    /*border-bottom: black solid 1px;
    border-top: black solid 1px;

     */
    background-color: white;
}


.banner-background {
    transition: all .5s;
}

.scale11 {
    transform: scale(1.05);
}

.scale10 {
    transform: scale(1);
}

.scale15 {
    transform: scale(1.5);
/ / font-size: 1.2 rem !important;
}

.bannerD:hover .banner-background,
.bannerD:focus .banner-background {
    transform: scale(1.1);
}

/**/
.container.mg {
    margin-bottom: 50px;
}


.mg-dates {

}

.mg-dates .row {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: lightgray;
    margin-left: 0px;
    margin-right: 0px;
}

.catalog-title-image {
    width: auto;
    max-width: 100%;

    max-height: 70vh;
}

.catalog-preview-item img {

    width: auto;
    max-width: 100%;

    max-height: 70vh;
}

a {
    color: #005cbf;
    text-decoration: none;
}

.btn-red {
    background-color: #b93131;
}

.btn-red-outline {
    border-color: #b93131;
    background-color: white;
}

.btn-red-outline:hover {
    border-color: white;
    background-color: #b93131;
}

.btn-red:hover {
    background-color: white;
    color: #b93131;
}

.footer * {
    font-size: 1rem;
    white-space: nowrap;
    color: white;

}

.footer-link {
    font-size: 1rem;
    white-space: nowrap;
    color: white;
}

.nav-link {
    white-space: nowrap;
}

.nav-link:hover {
    color: #981900 !important;
}

.no-padding {
    padding: 0px 0px 0px 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: black;

}



/*animations */


.trans500ms {
    /* transition: all 2s ease; */
    transition-duration: 500ms;
}

.trans1s {
    /* transition: all 2s ease; */
    /* transition: all 2s ease; */
    transition-duration: 1s;
}

.trans2s {
    /* transition: all 2s ease; */
    transition-duration: 2s;
}

.transFront {
    /* transition: all 2s ease; */
    transition-duration: 1s !important;
}

.transBack {
    /* transition: all 2s ease; */
    transition-duration: 500ms !important;
}

.light {
    filter: brightness(120%) !important;
    -webkit-filter: brightness(120%) !important;;
    -moz-filter: brightness(120%) !important;;
    -o-filter: brightness(120%) !important;;
    -ms-filter: brightness(120%) !important;
}


.dark {
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -o-filter: brightness(50%);
    -ms-filter: brightness(50%);
}

.trans {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;

}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);

}

.colored {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.none {
    display: none;
}


.smaller {
    font-size: 0.5em !important;
}

.invisible-small {
    font-size: 0px !important;

}

/* highlight */

.highlight {
    animation-name: highlight;
    animation-duration: 2s;
    animation-fill-mode: forwards;


    -webkit-animation-name: highlight;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
}

@keyframes highlight {
    0% {
        filter: brightness(100%) !important;
        -webkit-filter: brightness(100%);
        -moz-filter: brightness(100%) !important;;
        -o-filter: brightness(100%) !important;;
        -ms-filter: brightness(100%) !important;;
    }

    100% {
        filter: brightness(120%) !important;;
        -webkit-filter: brightness(120%) !important;;
        -moz-filter: brightness(120%) !important;;
        -o-filter: brightness(120%) !important;;
        -ms-filter: brightness(120%) !important;;
    }
}


/* lightin */

.lightin {
    animation-name: lightin;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    transition-timing-function: ease-in;

    -webkit-animation-name: lightin;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;

}

@keyframes lightin {
    0% {
        filter: brightness(50%);
        -webkit-filter: brightness(50%);
        -moz-filter: brightness(50%);
        -o-filter: brightness(50%);
        -ms-filter: brightness(50%);
    }

    100% {
        filter: brightness(120%);
        -webkit-filter: brightness(120%);
        -moz-filter: brightness(120%);
        -o-filter: brightness(120%);
        -ms-filter: brightness(120%);
    }
}


. banner-text {
    padding: 5px;
}

.banner-img-title {
    position: absolute;
    color: white;
    font-size: 0.8rem;

    transition-duration: 1s;
    z-index: 3;

    padding: 5px;
}

.scale {
    transition: all 1s;
    transform: scale(1.6);
    color: white !important;
    background-color: rgba(0.7, 0.7, 0.7, 0.5);

}

.unscale {
    transition: all 0.5s !important;
    transform: scale(1) !important;
    background-color: transparent;
"
}

.stage {
    background-color: white;
    transition: all 1s;

}

.stage-muted {
    filter: brightness(0.5);

}

.unmuted {
    filter: brightness(1.1) !important;
}

/* content */


.bottom-border {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}




#stage {
    margin: 20px;
}

#header {
    margin: 5px;
    padding-bottom: 5px;

}
#item {
    line-height: 1.2rem;
}
#itemNumber{
    font-weight: bold;
}

#bidConfirmBid{
    font-weight: bold;
    color: red;
    font-size: 2rem;
}
.white-hr {
    border-color: white;
}

.small-hr {
    margin-top: 2px;
    margin-bottom: 2px;;
}
#currentBidBox {
    border-radius: 0px;
    background-color: black;
    color: white;
    font-size: 2rem;

}

#currentBid {

}
#currentNumberBox{
    border-radius: 5px;
    background-color: lightgray;
    color: black;
    font-size: 2rem;
    margin: 10px;
}
#itemNumberBid {

    font-size: 1.5rem;
}
#itemLimitPrice {

    font-size: 1.5rem;
}

.bid-button {
    height: 70px;
    width: 100%;
    font-size: 2rem;
}


.pending {
    background-color: orange !important;
    color: black!important;
    font-size: 1.2rem !important;
}

.sending {
    background-color: dodgerblue !important;
    color: white!important;
    font-size: 1.2rem !important;
}


.highest {
    background-color: #34ce57 !important;
    color: white!important;
    font-size: 1.2rem !important;
}

.you {
    background-color: #34ce57 !important;
    color: black;
}

#items {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}
.item {
    border-bottom: solid darkgray 1px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    opacity: 1;
    background-color: #f8f2f6;
    min-height: 90px;
}
.r1 {
    display: inline-block;
    width: 10%;
    max-width: 10%;
    font-size: 0.6rem;
    vertical-align: top;

}
.r2 {
    display: inline-block;
    width: 90px;
    max-width: 90px;
    vertical-align: top;
    text-align: center;

}
.r3 {
    display: inline-block;

    vertical-align: top;
    padding-left: 10px;
    width: 55%;
    max-width: 55%;
    font-size: 1rem;
}
.item-number {
    font-weight: bold;
}
.limit-price {
 font-size: 1rem;
}

.current-item {
    background-color: white!important;
    opacity: 1!important;
    border: solid lightskyblue 2px;
}

#messages-old {
    font-size: 0.9rem;
    overflow-y: auto; overflow-x: auto;
    max-height: 36vh;
    min-height: 36vh;
    width: 100%;
    text-align: right;
    padding-right: 10px;
    border: solid darkgray 1px;
}
#message {
    text-align: right;
    font-size: 1.4rem;
    font-weight: bold;
    overflow-y: auto; overflow-x: auto;
    width: 100%;
    padding-right: 3px;
    line-height: 1.3rem;
    padding-top: 3px;
    padding-bottom: 5px;
}
.going-once {
    border: solid black 1px;
    background-color: yellow;
    color: black!important;
    padding: 3px;
}
.going-twice {
    border: solid black 1px;
    background-color: orange;
    color: black!important;
    padding: 3px;
}
