﻿@font-face {
    font-family: 'leu';
    font-display: fallback;
    src: url('/source/fonts/leu.eot?n1uosw');
    src: url('/source/fonts/leu.eot?n1uosw#iefix') format('embedded-opentype'), url('/source/fonts/leu.ttf?n1uosw') format('truetype'), url('/source/fonts/leu.woff?n1uosw') format('woff'), url('/source/fonts/leu.svg?n1uosw#leu') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'ArtegraSans-Medium';
    font-display: swap;
    src: url('../fonts/33C49D_6_0.eot?');
    src: url('../fonts/33C49D_6_0.eot?#iefix') format('embedded-opentype'),url('../fonts/33C49D_6_0.woff2') format('woff2'),url('../fonts/33C49D_6_0.woff') format('woff'),url('../fonts/33C49D_6_0.ttf') format('truetype'),url('../fonts/33C49D_6_0.svg#wf') format('svg')
}

.glyphicon-leu {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: leu, Georgia, serif;
    font-display: auto;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
}

.glyphicon-btn_download_filled .path1:before {
    content: "\e900";
    color: rgb(28, 51, 82);
}

.glyphicon-btn_download_filled .path2:before {
    content: "\e901";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.glyphicon-btn_add_picture .path1:before {
    content: "\e902";
    color: rgb(232, 236, 242);
}

.glyphicon-btn_add_picture .path2:before {
    content: "\e903";
    margin-left: -1em;
    color: rgb(198, 205, 216);
}

.glyphicon-btn_add_picture .path3:before {
    content: "\e904";
    margin-left: -1em;
    color: rgb(42, 55, 82);
}

.glyphicon-icon_phone:before {
    content: "\e905";
}

.glyphicon-icon_mail:before {
    content: "\e906";
}

.glyphicon-icon_fax:before {
    content: "\e907";
}

.glyphicon-status_not_ok .path1:before {
    content: "\e908";
    color: rgb(167, 28, 53);
}

.glyphicon-status_not_ok .path2:before {
    content: "\e909";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.glyphicon-status_ok .path1:before {
    content: "\e90a";
    color: rgb(88, 152, 109);
}

.glyphicon-status_ok .path2:before {
    content: "\e90b";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}

.glyphicon-arrow_next:before {
    content: "\e90c";
}

.glyphicon-arrow_back:before {
    content: "\e90d";
}

.list-group-item-info {
    color: #31708f !important;
    background-color: #d9edf7 !important;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f !important;
}

    a.list-group-item-info:hover,
    button.list-group-item-info:hover,
    a.list-group-item-info:focus,
    button.list-group-item-info:focus {
        color: #31708f !important;
        background-color: #c4e3f3 !important;
    }

    a.list-group-item-info.active,
    button.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    button.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus,
    button.list-group-item-info.active:focus {
        color: #fff !important;
        background-color: #31708f !important;
        border-color: #31708f !important;
    }

.list-group-item-secondary {
    color: #383d41 !important;
    background-color: #eceef1 !important;
    cursor: pointer;
}

.darkblue {
    color: #fff !important;
    background-color: #1c3352 !important;
}

    .darkblue > .badge {
        color: #fff !important;
    }

    .darkblue:hover {
        color: #808080 !important;
        background-color: #f5f5f5 !important;
    }

        .darkblue:hover > .badge {
            color: #808080 !important;
        }

.mirror {
    display: inline-block;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.header {
    background-color: #d1dcea;
    padding: 5px;
    text-align: center;
}

.black-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10% 0;
    text-align: center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.vertical-align {
    align-items: center;
}

.sticky-sidebar {
    transition: 0.5s;
    z-index: 1;
    /* margin-top: 25px; */
}

.sticky {
    transition: 0.5s;
    z-index: 1030;
    position: sticky !important;
    top: 111px;
}

.margin-center-arrow {
    margin-top: 150px;
    font-size: 2em;
    cursor: pointer;
}

#divArrow {
    position: absolute;
    bottom: 0;
}

.fancybox-slide--iframe .fancybox-content {
    width: 90% !important;
    height: 80% !important;
    max-width: 90%;
    max-height: 80%;
    margin: 0;
    overflow-y: auto;
}

.btn-special {
    color: #fff;
    background-color: #ba9642;
    border-color: #ba9642;
    padding: 10px 20px 10px 20px;
    font-size: 1.1em;
    font-weight: 500;
    text-decoration: none;
}

    .btn-special:focus,
    .btn-special.focus {
        color: #fff;
        background-color: #ba9642;
        border-color: #ba9642;
    }

    .btn-special:hover {
        color: #fff;
        background-color: #ba9642;
        border-color: #ba9642;
    }

    .btn-special:active,
    .btn-special.active,
    .open > .dropdown-toggle.btn-special {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-special:active:hover,
        .btn-special.active:hover,
        .open > .dropdown-toggle.btn-special:hover,
        .btn-special:active:focus,
        .btn-special.active:focus,
        .open > .dropdown-toggle.btn-special:focus,
        .btn-special:active.focus,
        .btn-special.active.focus,
        .open > .dropdown-toggle.btn-special.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-special:active,
    .btn-special.active,
    .open > .dropdown-toggle.btn-special {
        background-image: none;
    }

    .btn-special.disabled:hover,
    .btn-special[disabled]:hover,
    fieldset[disabled] .btn-special:hover,
    .btn-special.disabled:focus,
    .btn-special[disabled]:focus,
    fieldset[disabled] .btn-special:focus,
    .btn-special.disabled.focus,
    .btn-special[disabled].focus,
    fieldset[disabled] .btn-special.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-special .badge {
        color: #fff;
        background-color: #333;
    }

.btn-special-blue {
    color: #fff;
    background-color: #1c3352;
    border-color: #1c3352;
    padding: 10px 20px 10px 20px;
    font-size: 1.1em;
    font-weight: 500;
    text-decoration: none;
}

    .btn-special-blue:focus,
    .btn-special-blue.focus {
        color: #fff;
        background-color: #1c3352;
        border-color: #1c3352;
    }

    .btn-special-blue:hover {
        color: #fff;
        background-color: #1c3352;
        border-color: #1c3352;
        text-decoration: none;
    }

.dropdown-toggle.btn-special-blue {
    background-color: #24436b;
    border-color: #24436b;
    color: #96bbeb;
}

.btn-special-blue:active,
.btn-special-blue.active,
.open > .dropdown-toggle.btn-special-blue {
    color: #fff;
    background-color: #1c3352;
    border-color: #1c3352;
}

    .btn-special-blue:active:hover,
    .btn-special-blue.active:hover,
    .open > .dropdown-toggle.btn-special-blue:hover,
    .btn-special-blue:active:focus,
    .btn-special-blue.active:focus,
    .open > .dropdown-toggle.btn-special-blue:focus,
    .btn-special-blue:active.focus,
    .btn-special-blue.active.focus,
    .open > .dropdown-toggle.btn-special-blue.focus {
        color: #1c3352;
        background-color: #96bbeb;
        border-bottom-color: #96bbeb;
    }

.btn-special-blue:active,
.btn-special-blue.active,
.open > .dropdown-toggle.btn-special-blue {
    background-image: none;
    background-color: #24436b;
    border-color: #24436b;
    color: #96bbeb;
}

.btn-special-blue.disabled:hover,
.btn-special-blue[disabled]:hover,
fieldset[disabled] .btn-special-blue:hover,
.btn-special-blue.disabled:focus,
.btn-special-blue[disabled]:focus,
fieldset[disabled] .btn-special-blue:focus,
.btn-special-blue.disabled.focus,
.btn-special-blue[disabled].focus,
fieldset[disabled] .btn-special-blue.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-special-blue .badge {
    color: #337ab7;
    background-color: #fff;
}

#divSidebar li.active {
    border: 0 #eee solid;
    border-right-width: 5px;
}

.d-flex {
    display: flex;
    flex-direction: row;
}

.flex-item {
    box-sizing: border-box;
    max-width: 50%;
}

.white-tooltip + .tooltip > .tooltip-inner {
    color: #000;
    background-color: #fff;
}

.white-tooltip + .tooltip.bottom > .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff;
}

label.font-normal {
    font-family: Sagona-Book,Georgia,serif;
}

.text-light {
    color: #808080;
}

.bg-white {
    background-color: #fff;
}

#divCookieBanner {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    background-color: #e7ecf2;
    -webkit-box-shadow: 5px -5px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 5px -5px 10px 0px rgba(0,0,0,0.2);
    padding: 24px;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: end !important;
}

.imprint-text > p {
    padding-left: 10px;
    text-align: justify;
}

ol {
    list-style-position: outside;
    padding-left: 0;
    font-weight: bold;
    word-break: break-all;
    margin: 0;
}

    ol > li {
        list-style-position: outside;
        padding: 0;
    }

        ol > li::before {
            content: "";
            width: 9px;
            display: inline-block;
        }

/* CUSTOM */
html {
    min-height: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: Sagona-Book, Georgia, serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #1c3352;
    background-color: #fff;
    font-weight: normal;
    letter-spacing: 0px;
    overflow-x: hidden;
    margin: 0;
    overflow-y: visible !important;
}

form {
    height: 100%;
}

.about.img-responsive {
    margin: 0 auto;
}

.no-underline {
    text-decoration: none !important;
}

ul a {
    text-decoration: none;
}

ul > li a {
    text-decoration: none;
}

span a {
    text-decoration: none;
}

.google-maps {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.mybid-green {
    color: #0f996b !important;
}

.mybid-red {
    color: #a94442 !important;
}

.red {
    color: #ff0000 !important;
}

.border-red {
    border: solid 1px #ff0000 !important;
}

#myleu, #payments {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.glyphicon-refresh-animate {
    font-size: 3em;
    animation: spin .7s infinite linear;
}

#loading-indicator {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #00000079;
    text-align: center;
    width: 100%;
}

#loading-indicator-container {
    position: relative;
    color: #ffffff;
    text-align: center;
    width: 100%;
    top: 48%;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

.grey {
    font-family: Sagona-Thin, Georgia, serif;
    color: #333;
    font-weight: 600;
}

    .grey > a:link,
    .grey > a,
    .grey > a:hover {
        font-family: Sagona-Thin, Georgia, serif;
        color: #333 !important;
        font-weight: normal;
        text-decoration: underline;
    }

        .grey > a:hover {
            text-decoration: none;
        }

.div-numberofbids {
    font-weight: 600 !important;
}

.div-bold {
    font-family: Sagona-Book, Georgia, serif;
    font-weight: 800 !important;
}

.lot-description {
    font-family: ArtegraSans-Medium, Georgia, serif;
    line-height: 1.4;
    font-size: 14px !important;
}

.lot-description-auction {
    font-family: ArtegraSans-Medium, Georgia, serif;
    line-height: 1.4;
    font-size: 14px !important;
}

.half-circle-bottom {
    background: #e7ecf2;
    display: inline-block;
    margin: 0;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    height: 28px;
    width: 55px;
}

.border-bottom-dashed {
    border-bottom: dashed 1px #e7ecf2;
}

.div-small {
    height: 100%;
    padding-top: 15vw;
    overflow: auto;
}

.vertical-bottom {
    display: table-cell;
    align-items: baseline;
    vertical-align: bottom;
}

.home-box {
    height: 170px;
    padding: 15px;
}

.div-light {
    background-color: #e7ecf2;
}

.div-lighter {
    background-color: #F3F6F9;
}

.footer {
    /*
    position: absolute;
    left: 0;
    bottom: 0;
        */
    width: 100%;
}

.footer-top {
    padding: 10px 15px;
    background-color: #1c3352;
    width: 100%;
}

.footer-bottom {
    padding: 10px 15px;
    background-color: #122236;
    width: 100%;
}

body .contents {
    padding-top: 140px !important;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.footer-top > .row > .vertical-center {
    min-height: 10%; /* Fallback for browsers do NOT support vh unit */
    min-height: 6vh; /* These two lines are counted as one :-)       */
}

.footer-bottom > .row > .vertical-center {
    min-height: 20%; /* Fallback for browsers do NOT support vh unit */
    min-height: 10vh; /* These two lines are counted as one :-)       */
}

.footer-link {
    padding-right: 10px;
    padding-left: 10px;
    color: #96bbeb;
}

    .footer-link > a {
        color: #96bbeb !important;
        font-size: 11pt;
        font-family: Sagona-Book, Georgia, serif;
    }

        .footer-link > a:hover {
            color: #fff !important;
        }

.top-nav {
    padding-top: 5px;
    padding-bottom: 0px;
}

    .top-nav > li,
    .top-nav > li > a,
    .top-nav > li > div > a {
        color: #96bbeb;
    }

        .top-nav > li > a:hover {
            color: #fff !important;
        }

.text-white {
    color: #fff;
}

#divHomeAbout {
    max-width: 650px;
}

.responsive.right {
    text-align: right;
}

.responsive.left {
    text-align: left;
}

.responsive.center {
    text-align: center;
}

.transparent {
    background-color: transparent !important;
}

.blink {
    animation: blinker 1s step-start infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.Sagona-Thin {
    font-family: Sagona-Thin, Georgia, serif;
    font-weight: normal;
    font-style: normal;
}

.Sagona-Book {
    font-family: Sagona-Book, Georgia, serif;
    font-weight: normal;
    font-style: normal;
}

.Sagona-Bold {
    font-family: Sagona-Bold, Georgia, serif;
    font-weight: normal;
    font-style: normal;
}

/*# sourceMappingURL=bootstrap.css.map */

.ArtegraSans-Medium {
    font-family: ArtegraSans-Medium, Georgia, serif;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.row-table {
    display: flex;
    flex-wrap: wrap;
}

    .row-table > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

.flex-row {
    flex-direction: row !important;
}

.pulse {
    background: rgba(218, 124, 22, 1);
    border-radius: 50%;
    margin: 10px;
    height: 50px;
    width: 50px;
    box-shadow: 0 0 0 0 rgba(218, 124, 22, 1);
    animation: pulse 1s infinite;
}

.pulse-xs {
    background: rgba(218, 124, 22, 1);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    box-shadow: 0 0 0 0 rgba(218, 124, 22, 1);
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(218, 124, 22, 0.8);
    }

    70% {
        box-shadow: 0 0 0 10px rgb(220, 119, 10, 0.00);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(220, 119, 10, 0.00);
    }
}

#LiveTicker {
    z-index: 1040;
}

.align-self-center {
    justify-content: center;
    align-self: center;
}

.align-content-center {
    justify-content: center;
    align-content: center;
}

.align-items-center {
    justify-content: center;
    align-items: center;
}

.lot-content {
    left: 0;
    opacity: 1;
    z-index: 999;
}

.move-left {
    animation: moveLeft 1s forwards;
}

.move-right {
    animation: moveRight 1s forwards;
}

@keyframes moveLeft {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes moveRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

#divContents {
    margin: 0 auto;
    background: white;
    min-height: calc(100vh - 150px);
}

.navbar-toggle {
    float: none;
    margin-top: 10px;
    margin-bottom: 12px;
}

.alerts-border {
    border-bottom: 2px solid rgba(117,135,158,.5);
    animation: border-alert 1s;
    animation-iteration-count: 3;
}

@keyframes border-alert {
    0%,100% {
        border-bottom: 2px solid rgba(117,135,158,.5);
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
    }

    50% {
        border: 2px #a94442 solid;
    }
}

.flex-column {
    flex-direction: column;
}

mark {
    background: #e7ecf2;
    color: #1c3352;
}

.input-block-level {
    border: none;
    background: none;
    width: 100%;
    height: 85%;
    text-align: left;
}

.liveTicker {
    width: 285px;
    position: fixed;
    top: 180px;
    right: 0;
    transition: transform linear 200ms;
}

.liveTicker__wrapper {
    background: #fff;
    width: 100%;
    position: relative;
    border: 5px solid #1c3352;
    display: flex;
    box-shadow: -5px 5px 8px 0 rgba(0, 0, 0, .2);
    overflow: hidden;
    min-height: 160px;
}

.liveTicker.-minimized {
    transform: translateX(calc(100% - 100px));
}

.liveTicker__inner {
    display: flex;
    flex-direction: column;
}

    .liveTicker__inner.-big {
        opacity: 1;
        visibility: visible;
        transition: opacity 200ms;
        width: 100%;
    }

.-minimized .liveTicker__inner.-big {
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms, visibility 0s 200ms;
    position: absolute;
}

.liveTicker__inner.-small {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100px;
    transition: opacity 200ms, visibility 0s 200ms;
}

.-minimized .liveTicker__inner.-small {
    opacity: 1;
    visibility: visible;
    width: 100px;
    transition: opacity 200ms;
}

.liveTicker__titleBar {
    background-color: #1c3352;
    color: white;
    padding: 0 5px 0.3em;
    width: 100%;
}

.liveTicker__content {
    background-color: white;
    flex: 1 1;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.liveTicker__heading {
    display: flex;
    justify-content: space-between;
}

.liveTicker__img {
    width: 100%;
    height: auto;
    margin: 10px 0;
    max-height: 90px;
    object-fit: contain;
    object-position: center;
}

.liveTicker__priceRow {
    display: flex;
    color: #333;
    gap: 15px;
    margin-bottom: 5px;
}

.-small .liveTicker__priceRow {
    flex-direction: column;
    gap: 0;
}

.liveTicker__priceRow.-bold {
    font-weight: 700;
}

.liveTicker__priceRow.-margin {
    margin-top: auto;
}

.liveTicker__priceCol {
    width: 50%;
}

.-small .liveTicker__priceCol {
    width: 100%;
}

.liveTicker__toggle {
    position: absolute;
    width: 100px;
    display: flex;
    z-index: 1040;
    transform: translate(-100%, 100%);
    left: 100%;
    bottom: -5px;
    transition: all linear 200ms;
}

.-minimized .liveTicker__toggle {
    left: 0;
    transform: translate(0%, 100%);
}

.liveTicker__toggle .btn {
    flex: 1 1;
}

.liveTicker__notifications {
    width: 100%;
    margin: 5px;
}

.liveview-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
}

.liveticker-backdrop {
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    margin: 5px;
    padding: 5px;
}

.-minimized .liveticker-backdrop {
    width: 90px;
}

.btn {
    text-decoration: none;
}

.btn-buy {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow-y: hidden;
}

    .btn-buy:active:hover {
        background-color: #1c3352;
        border-color: #1c3352;
    }

    .btn-buy.btn-success {
        background-color: #409841;
        border-color: #409841;
    }

.btn-buy__icon {
    fill: currentColor;
    height: 1.5em;
}

.btn-buy__labelAdd {
    position: absolute;
    left: 46px;
    transition: transform 200ms;
}

.btn-buy__labelRemove {
    transform: translateY(-30px);
    visibility: hidden;
    transition: transform 200ms, visibility 0s 200ms;
}

.btn-buy__trash {
    position: absolute;
    height: 20px;
    right: -30px;
    opacity: 0;
    transition: opacity 200ms;
}

.btn-success .btn-buy__trash {
    opacity: 1;
}

.btn-success .btn-buy__labelAdd {
    transform: translateY(30px);
    visibility: hidden;
    transition: transform 200ms, visibility 0s 200ms;
}

.btn-success .btn-buy__labelRemove {
    transform: translateY(0);
    visibility: visible;
    transition: transform 200ms;
}

.btn-buy__icon .check {
    transform: translateY(-10px);
    opacity: 0;
    transition: all 200ms;
    transform-origin: center;
}

.btn-buy.-noTransition *, .btn-buy.-noTransition {
    transition: none !important;
}

.btn-success .btn-buy__icon .check {
    transform: matrix(1,0,0,1,0,2.59283);
    opacity: 1;
}

.btn-buy__icon .plus {
    transition: all 200ms;
    transform-origin: 58% 37%;
}

.btn-success .btn-buy__icon .plus {
    transform: scale(0);
    opacity: 0;
}

.btn-minimize {
    color: #1c3352;
    background-color: #e7ecf2;
    border-color: #e7ecf2;
    padding: 5px 10px 5px 10px;
    font-size: 11px;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: bold;
}

    .btn-minimize:focus,
    .btn-minimize.focus {
        color: #1c3352;
        background-color: #e7ecf2;
        border-color: #e7ecf2;
    }

    .btn-minimize:hover {
        color: #1c3352 !important;
        background-color: #e7ecf2;
        border-color: #e7ecf2;
        text-decoration: none;
    }

.dropdown-toggle.btn-minimize {
    background-color: #24436b;
    border-color: #24436b;
    color: #96bbeb;
}

.btn-minimize:active,
.btn-minimize.active,
.open > .dropdown-toggle.btn-minimize {
    color: #1c3352;
    background-color: #e7ecf2;
    border-color: #e7ecf2;
}

    .btn-minimize:active:hover,
    .btn-minimize.active:hover,
    .open > .dropdown-toggle.btn-minimize:hover,
    .btn-minimize:active:focus,
    .btn-minimize.active:focus,
    .open > .dropdown-toggle.btn-minimize:focus,
    .btn-minimize:active.focus,
    .btn-minimize.active.focus,
    .open > .dropdown-toggle.btn-minimize.focus {
        color: #1c3352;
        background-color: #96bbeb;
        border-bottom-color: #96bbeb;
    }

.btn-minimize:active,
.btn-minimize.active,
.open > .dropdown-toggle.btn-minimize {
    background-image: none;
    background-color: #e7ecf2;
    border-color: #e7ecf2;
    color: #1c3352;
}

.btn-minimize.disabled:hover,
.btn-minimize[disabled]:hover,
fieldset[disabled] .btn-minimize:hover,
.btn-minimize.disabled:focus,
.btn-minimize[disabled]:focus,
fieldset[disabled] .btn-minimize:focus,
.btn-minimize.disabled.focus,
.btn-minimize[disabled].focus,
fieldset[disabled] .btn-minimize.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-minimize .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-danger {
    background-color: #bf7171;
    border-color: #bf7171;
}

    .btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:active:hover {
        background-color: #bf7171;
        border-color: #bf7171;
    }

.btn-sold {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow-y: hidden;
    background-color: #bf7171;
    border-color: #bf7171;
    color: #fff;
    padding: 5px 15px 5px 15px;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
}

    .btn-sold:disabled {
        opacity: 1 !important;
    }

.btn-sold__icon {
    fill: currentColor;
    height: 1.5em;
}

.btn-sold:active, .btn-sold:hover, .btn-sold:focus, .btn-sold:active:hover {
    background-color: #bf7171;
    border-color: #bf7171;
}

.btn-sold-green {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow-y: hidden;
    background-color: #3c763d;
    border-color: #3c763d;
    color: #fff;
    padding: 5px 15px 5px 15px;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
}

    .btn-sold-green:disabled {
        opacity: 1 !important;
    }

.btn-sold-green__icon {
    fill: currentColor;
    height: 1.5em;
}

.btn-sold-green:active, .btn-sold-green:hover, .btn-sold-green:focus, .btn-sold-green:active:hover {
    background-color: #3c763d;
    border-color: #3c763d;
}

.btn-reserved {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow-y: hidden;
    background-color: #d8bd7b;
    border-color: #d8bd7b;
    color: #fff;
    padding: 5px 15px 5px 15px;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
}

    .btn-reserved:disabled {
        opacity: 1 !important;
    }

.btn-reserved__icon {
    fill: currentColor;
    height: 1.5em;
}

.btn-reserve:active, .btn-reserve:hover, .btn-reserve:focus, .btn-reserve:active:hover {
    background-color: #d8bd7b;
    border-color: #1c3352;
}

.snackbar {
    min-width: 400px;
    margin-left: -200px;
    opacity: 0;
    background-color: #1c3352;
    position: fixed;
    bottom: 0;
    left: 50%;
    padding: 2rem;
    text-align: center;
    box-shadow: -5px 5px 8px 0 rgba(0, 0, 0, .2);
    font-size: 1.5rem;
    color: #e7e7e7;
    z-index: 10001;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.row .no-float {
    display: table-cell;
    float: none;
}

.d-block {
    display: inline-block !important;
}

.dot {
    position: absolute;
    height: 15px;
    width: 15px;
    top: 10px;
    right: 0px;
    float: left;
    background-color: #e24545;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding-right: 0px;
    padding-bottom: 3px;
}

.text-nowrap {
    white-space: nowrap;
}

.bold {
    font-weight: bold;
}

.cart-disabled {
    background-color: #f3f3f3;
    text-decoration: line-through;
}

/* Custom Checkbox */
.checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.check {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #D7DCDE;
}

.checkbox:hover input ~ .check {
    background-color: #ccc;
}

.checkbox input:checked ~ .check {
    background-color: #1c3352;
}

.check:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked ~ .check:after {
    display: block;
}

.checkbox .check:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Custom Radio button */
.radiobutton {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radiobutton input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 4px solid #D7DCDE;
}

.radiobutton:hover input ~ .checkmark {
    background-color: #fff;
    border: 4px solid #1c3352;
}

.radiobutton input:checked ~ .checkmark {
    background-color: #fff;
    border: 4px solid #1c3352;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radiobutton input:checked ~ .checkmark:after {
    display: block;
}

.radiobutton .checkmark:after {
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1c3352;
}
/* End Custom Radio button */

.border-0 {
    border-width: 0px;
}

/* Cart buttons  */
.button-remove-icon, .button-back-icon, .button-trash-icon {
    width: 32px;
    height: 32px;
}

.button-trash-icon {
    height: 20px;
    width: 20px;
    background-color: white;
    border: 1.5px solid currentColor;
    margin: 5px;
}

.button-back-icon {
    display: none;
}

.cart-disabled .button-back-icon {
    display: inline;
}

.cart-disabled .button-remove-icon {
    display: none;
}

.btn-trash {
    visibility: hidden;
}

    .btn-trash:hover {
        color: currentColor !important;
    }

.cart-disabled .btn-trash {
    visibility: visible;
}

/* Cart buttons end*/

button {
    background-color: transparent;
}

table > tfoot > tr > th {
    border-top: none !important;
}

.no-bold {
    font-weight: normal;
    font-family: Sagona-Book, Georgia, serif;
}

.div-dark {
    background-color: #1c3352;
    color: #fff;
}

ul.parsley-errors-list {
    list-style: none;
    color: #E74C3C;
    padding-left: 0;
}

input.parsley-error, textarea.parsley-error, select.parsley-error {
    background: #FAEDEC;
    border-bottom: 2px solid #a94442 !important;
}

.btn-group .parsley-errors-list {
    display: none;
}

/* Cart SVG */
.icon-cart {
    position: relative;
    transform: translateY(7px);
}

    .icon-cart.-noOffset {
        transform: none;
        text-align: center;
    }

    .icon-cart .dot {
        position: absolute;
        top: 0;
        right: 0;
    }

.floating-cart {
    position: fixed;
    top: 20%;
    min-width: 70px;
    height: 70px;
    background-color: #1c3352;
    z-index: 10;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    visibility: visible;
    transition: transform 200ms, visibility 0s 200ms;
    box-shadow: -5px 5px 8px 0 rgba(0, 0, 0, .2);
}

    .floating-cart.-visible {
        visibility: visible;
        transform: translateX(0);
        transition: transform 200ms;
    }

.floating-cart__label {
    color: white;
    padding-left: 1rem;
    padding-right: 1rem;
}

#tCart tr td:nth-child(5) {
    background-color: #fff !important;
}

.iframe-lightbox .content-holder {
    height: 80% !important;
}

.iframe-lightbox .content {
    height: 100% !important;
    padding-bottom: unset !important;
}

.modal-title {
    margin-left: 0px !important;
}

#borderTerms {
    border: 1px solid transparent;
}

.form-control.dark {
    background-color: #F3F6F9;
}

    .form-control.dark:focus {
        outline: 0;
        background-color: #f3f6f9cc;
    }

#connection-state-overlay {
    position: fixed;
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 10001;
}

.connection-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1c3352;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 30vw;
    max-height: 90%;
    text-align: center;
    color: #fff;
}

    .connection-state img {
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .connection-state h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .connection-state p {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

.noscroll {
    overflow: hidden !important;
}

.category-padding {
    padding: 10px 15px 10px 10px;
}

.category-margin {
    margin: 10px 0px 10px 15px !important;
}

.collection-category-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: solid;
    border-color: #1c3352;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: transform 0.2s;
    cursor: pointer;
}

    .collection-category-arrow.collapsed {
        display: inline-block;
        width: 8px;
        height: 8px;
        border: solid;
        border-color: #1c3352;
        border-width: 0 2px 2px 0;
        transform: rotate(-135deg);
        transition: transform 0.2s;
        cursor: pointer;
    }

        .collection-category-arrow.collapsed > .collection-category-content {
            display: none;
        }

.collection-category-content {
    margin-left: 20px;
}

.flex-responsive {
    display: flex;
    flex-direction: column;
}

/* Extra Small Devices, Phones */
@media (min-width : 480px) {
    .connection-state {
        width: 90%;
    }

    .margin-center-arrow {
        margin-top: 170px;
        font-size: 3em;
        cursor: pointer;
    }

    .fancybox-slide--iframe .fancybox-content {
        width: 80% !important;
        height: 80% !important;
        max-width: 80%;
        max-height: 80%;
        margin: 0;
        overflow-y: auto;
    }

    .overlay {
        top: 5%;
        min-width: 100%;
    }

        .overlay.affix-top {
            margin-top: 22px;
            position: absolute !important;
        }

        .overlay.affix {
            margin-top: 22px;
            position: fixed !important;
        }

    #divArrow {
        left: 45%;
        margin-bottom: 10px;
    }

        #divArrow img {
            width: 6rem;
            color: #ffffff;
        }
}
/* Small Devices, Tablets */

@media (min-width: 767px) {
    .row-centered {
        display: flex;
        justify-content: center;
    }

    .div-top-spacer {
        padding-top: 15vw;
    }

    .div-top-spacer-small {
        padding-top: 1vw;
    }

    #divHomeTitle {
        padding-left: 10vw;
    }

    #divHome {
        background: url(/source/images/img_home_r.jpg) no-repeat center;
        display: table;
        width: 100%;
        margin-right: 0;
        padding: 0;
        height: 88vh;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }

        #divHome > div {
            height: 100%;
            display: table-cell;
            vertical-align: middle;
        }

    .contents-fixed {
        background-color: #000000;
        padding-top: 130px;
    }

    .div-border-right {
        border-right: solid 1px #c5ced9;
    }

    #img-logo-large {
        height: 70px;
    }

    #img-logo-medium {
        height: 60px;
    }

    .navbar-brand > img {
        -webkit-transition: .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: .5s ease-in-out,padding .5s ease-in-out;
        transition: .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar,
    .nav {
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .navbar-fixed-top .nav {
        padding-top: 15px;
    }

    .top-nav-collapse {
        padding-top: 8px;
        padding-bottom: 0px;
    }

        .top-nav-collapse .nav {
            padding-top: 0;
            padding-bottom: 0;
        }

        .top-nav-collapse #img-logo-large {
            height: 55px;
        }

        .top-nav-collapse #img-logo-medium {
            height: 55px;
        }

    .margin-center-arrow {
        margin-top: 180px;
        font-size: 5em;
        cursor: pointer;
    }

    .fancybox-slide--iframe .fancybox-content {
        width: 80% !important;
        height: 80% !important;
        max-width: 80%;
        max-height: 80%;
        margin: 0;
        overflow-y: auto;
    }

    .top-nav {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .title-text {
        font-size: 1em;
    }

    .overlay {
        top: 25%;
        min-width: unset;
    }

        .overlay.expanded {
            width: 200px;
        }

        .overlay.affix-top {
            margin-top: 0;
            position: fixed !important;
        }

        .overlay.affix {
            margin-top: 0;
            position: fixed !important;
        }

    #divArrow {
        left: 48%;
        margin-bottom: 10px;
    }

        #divArrow img {
            width: 6rem;
            color: #ffffff;
        }

    #imgLiveView {
        max-width: 50px;
    }
}

@media (max-width: 767px) {
    .connection-state {
        width: 90%;
    }

    .row-centered {
        display: unset;
        justify-content: center;
    }

    .div-top-spacer {
        padding-top: 15vw;
    }

    .div-top-spacer-small {
        padding-top: 1vw;
    }

    #divHomeTitle {
        padding-left: 5px;
        text-align: left;
    }

    #divHome {
        background: url(/source/images/img_home_r.jpg) no-repeat center;
        display: table;
        width: 100%;
        margin-right: 0;
        padding: 0;
        height: 100vh;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }

        #divHome > div {
            height: 100%;
            display: table-cell;
            vertical-align: middle;
        }

    #divArrow {
        left: 45%;
        margin-bottom: 10px;
    }

        #divArrow img {
            width: 6rem;
            color: #ffffff;
        }

    .contents-fixed {
        background-color: #000000;
        padding-top: 40px;
    }

    .lot-description {
        height: 120px;
        overflow-y: scroll;
        -moz-box-shadow: inset 0 -10px 10px -10px #0000005f;
        -webkit-box-shadow: inset 0 -10px 10px -10px #0000005f;
        box-shadow: inset 0 -10px 10px -10px #0000005f;
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-right: 2rem;
    }

    .div-border-right {
        border-right: none;
    }

    .title-text {
        font-size: 3.0vw;
    }

    .title-title {
        font-size: 8.1vw;
    }

    .flex-xs-column {
        flex-direction: column;
    }
}

/* Medium Devices, Desktops */
@media (min-width: 992px) {
    .connection-state {
        width: 40%;
    }

    .sticky-sidebar {
        position: sticky !important;
        top: 120px !important;
    }

    .sticky {
        position: sticky !important;
        top: 111px;
        z-index: 1030;
    }

    .margin-center-arrow {
        margin-top: 180px;
        font-size: 5em;
        cursor: pointer;
    }

    .fancybox-slide--iframe .fancybox-content {
        width: 80% !important;
        height: 80% !important;
        max-width: 80%;
        max-height: 80%;
        margin: 0;
        overflow-y: auto;
    }

    .overlay {
        top: 30%;
        min-width: unset;
    }

        .overlay.expanded {
            width: 300px;
        }

        .overlay.affix-top {
            margin-top: 0;
            position: fixed !important;
        }

        .overlay.affix {
            margin-top: 0;
            position: fixed !important;
        }

    #divArrow {
        left: 48%;
        margin-bottom: 10px;
    }

        #divArrow img {
            width: 6rem;
            color: #ffffff;
        }

    #imgLiveView {
        max-width: 50px;
    }

    .categories {
        max-height: 40vh;
        overflow-y: auto;
    }

    .flex-responsive {
        flex-direction: row;
    }
}
/* Large Devices, Wide Screens */
@media (min-width: 1200px) {
    .connection-state {
        width: 40%;
    }

    .row-centered {
        display: flex;
        justify-content: center;
    }

    .sticky-sidebar {
        position: sticky !important;
        top: 120px !important;
    }

    .sticky {
        position: sticky !important;
        top: 111px;
        z-index: 1030;
    }

    .liveview-icon {
        min-height: 50px;
    }

    .div-top-spacer {
        padding-top: 10vw;
    }

    .div-top-spacer-small {
        padding-top: 1vw;
    }

    #divHomeTitle {
        padding-left: 15vw;
    }

    #divHome {
        background: url(/source/images/img_home_r.jpg) no-repeat center;
        display: table;
        width: 100%;
        margin-right: 0;
        padding: 0;
        height: 88vh;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }

        #divHome > div {
            height: 100%;
            display: table-cell;
            vertical-align: middle;
        }

    .contents-fixed {
        background-color: #000000;
        padding-top: 130px;
    }

    .div-border-right {
        border-right: solid 1px #c5ced9;
    }

    .margin-center-arrow {
        margin-top: 190px;
        font-size: 5em;
        cursor: pointer;
    }

    .fancybox-slide--iframe .fancybox-content {
        width: 80% !important;
        height: 80% !important;
        max-width: 80%;
        max-height: 80%;
        margin: 0;
        overflow-y: auto;
    }

    .title-text {
        font-size: 1.2em;
    }

    .overlay {
        top: 25%;
        min-width: unset;
    }

        .overlay.expanded {
            width: 300px;
        }

        .overlay.affix-top {
            margin-top: 0;
            position: fixed !important;
        }

        .overlay.affix {
            margin-top: 0;
            position: fixed !important;
        }

    #divArrow {
        left: 48%;
        margin-bottom: 10px;
    }

        #divArrow img {
            width: 6rem;
            color: #ffffff;
        }

    #imgLiveView {
        max-width: 50px;
    }

    .categories {
        max-height: 50vh;
        overflow-y: auto;
    }
}

.fadeIn {
    animation: fade-in 0.3s forwards;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.btn {
    border-radius: 0;
}

select, input {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0;
}

.form-control {
    font-family: Sagona-Book, Georgia, serif;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    height: 32px;
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #1c3352;
    background-color: #fff;
    background-image: none;
    border: 0;
    outline: 0;
    border-radius: 0;
    border-bottom: 2px solid rgba(117, 135, 158, .5);
    font-weight: normal;
}

.form-select {
    border-radius: 0 !important;
}

.control-label {
    color: #1c3352;
    font-weight: bold;
}

.bg-leu {
    background-color: #1c3352 !important;
}

.btn-leu {
    background-color: #1c3352 !important;
    color: #fff;
}

.btn-leu:hover {
    color: #fff;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: #1c3352;
    border-color: #1c3352;
}

.active > .page-link, .page-link.active {
    background-color: var(--cz-pagination-active-bg);
    border-color: var(--cz-pagination-active-border-color);
    color: var(--cz-pagination-active-color);
    z-index: 3;
}

.truncate {
    overflow: hidden;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.nav-tabs {
    background-color: transparent !important;
    align-items: end;
    padding-bottom: 0;
}

.nav-tabs .nav-item {
    
    align-self: stretch;
}

.nav-tabs .nav-item .nav-link {
    border-radius: 0;
    height: 100%;
}

.nav-tabs .nav-link.active {
    box-shadow: none;
}

.div-light h1 {
    font-family: Georgia;
    font-weight: 100;
    color: #1c3352;
}

.product-list-item .btn-group-lg > .btn-icon.btn, .btn-icon.btn-lg {
    --cz-btn-size: 2rem;
}

.product-list-item .card-body {
    border-bottom: 2px dotted #d1dcea;
}

span.badge.top-0 {
    right: 0;
}

.product-list-item .bi-star-fill, .product-list-item .bi-star {
    color: #d1dcea !important;
}

.btn-leu-selected, .btn-leu-selected:hover {
    background-color: rgba(218,124,22,1) !important;
    color: white;
    cursor: default;
}

.side-flag {
    width:64px;
    height:64px;
}

.form-select {
    border-width: 2px;
    background-color: #F3F6F9;
}

.nav-link, .nav-link:hover, .bg-body, .bg-body a {
    color: #96bbeb !important;
}

#navbarTop .nav-link {
    font-size: 14px !important;
}

.notransition, .notransition:hover {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.footer-top {
    padding: 0!important;
}

.btn-in-cart span:before {
    font-family: bootstrap-icons;
    display: inline-block;
    font-size: 16px;
}

.btn-in-cart span:before {
    content: "\F23A\00a0 In your cart";
}

.btn-in-cart:hover {
    background-color: #dc3545 !important;
    -webkit-transition: background-color 500ms ease-in;
    -ms-transition: background-color 500ms ease-in;
    transition: background-color 500ms ease-in;
}

.btn-in-cart:hover span:before {
    content: "\F241\00a0 Remove";
}

.form-check-input {
    border: 2px solid #ccc !important;
}

.btn {
    min-height: 40px;
}

.tooltip-inner {
    font-size: 12px !important;
}

.btn-add-cart:hover {
    background-color: #409841!important;
}

.carousel-item .ratio {
    background-color: #fff !important;
}

.modal.lightbox svg {
    fill: #1c3352 !important;
}

@media (min-width: 768px) {
    .nav-mobile {
        display: none!important;
    }

    #navbarNav .nav-item:after {
        content: " | ";
    }

    #navbarNav .nav-item.last:after {
        content: "  ";
    }
}