.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;
}
.fx3 {
    box-shadow: 1px 7px 7px 4px  #bdb9b9;
    margin-bottom: 14px;
    /* transition-duration: 0.5s;*/
}

.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-org {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: lightgray;
    margin-bottom: 30px;
}

.page-div-title {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: lightgray;
    margin-bottom: 30px;
    margin-left: -30px;
    padding-left: 5px;


    background-color: #112d43;

    background: rgb(17,45,67);
    background: linear-gradient(100deg, rgba(17,45,67,1) 0%, rgba(37,78,106,0.6181606431635154) 66%);
    color: whitesmoke;
}
.content-title {
    font-size: 3rem;
    margin-bottom: 0rem;
}
.content-sub-title {
    font-size: 1.8rem;
}

.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.7rem;
    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;
    display: block;

}

    .header-img {
        height: 75px;
    }


@media (max-width: 992px) {
    .nav-item {
        margin-top: 10px;
        min-height: 2.5rem;
        font-size: 2rem;
        border-top: darkgray solid 1px;
    }


}
@media (max-width: 800px) {
    .header-image {
        display: block;
	width: 60px;
    }
    .header-img {
	height: 50px;
    }
    .header-link {
        font-size: 1rem;
    }

    .header-link-sub {
        font-size: 0.7rem;
	display: none;

    }


    .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 */
.grid141:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */
.grid {
    background-color: white;
}
.grid141 {
    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;
}


.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #112d43;
    background-clip: padding-box;
    border-top: 10px solid #fff0;
    border-bottom: 10px solid #fff0;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50px !important;
    border: solid white 5px;
}
/*
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: no-repeat 50%/100% 100%;



}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: no-repeat 50%/100% 100%;


}
*/
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: no-repeat 50%/100% 100%;
    background-image: none;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23112d43' stroke='white' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23112d43' stroke='white' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}


.nav-tabs .nav-link {
    background-color: white !important;;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}




.h1 {
    font-size: 1.5rem;
}
.h2 {
    font-size: 1.2rem;
}
.sub {
    font-style: italic;
    display:  block;
    font-weight: bolder;
}
.padded {
    padding-left: 10px;
}
ul {padding-left: 15px;}

body{
    ackground-color: white;
    font-size: 1.2rem;
}

#navBar {min-height: 100px;}
#banner-area { width: 100%;  padding-top: 100px;}

@media screen and (max-width: 900px ) {
    .content-title {
        font-size: 1.5rem;
        margin-bottom: 0rem;
    }
    .content-sub-title {
        font-size: 1.0rem;
    }
    body{
        ackground-color: white;
        font-size: 1rem;
    }
    #navBar {min-height: 75px;}
    #banner-area { width: 100%;  padding-top: 75px;}


    .carousel-indicators li {
        visibility: hidden;
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 10px;
        height: 10px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #112d43;
        background-clip: padding-box;
        border-top: 10px solid #fff0;
        border-bottom: 10px solid #fff0;
        opacity: .5;
        transition: opacity .6s ease;
        border-radius: 20px !important;
        border: solid white 2px;
    }
}
