/* your styles go here */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900,300italic,400italic,700italic|Heebo:100,200,300,400,500,600,700,800,900,300italic,400italic,700italic|Neucha:100,200,300,400,500,600,700,800,900,300italic,400italic,700italic&subset=latin,latin-ext');



@import url('//fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900,300italic,400italic,700italic|Heebo:100,200,300,400,500,600,700,800,900,300italic,400italic,700italic|Neucha:100,200,300,400,500,600,700,800,900,300italic,400italic,700italic&subset=latin,latin-ext');

@media (min-width: 1200px) {
    .container {
        max-width: 1340px;
    }
}


#lotContainer div.lot-item.lot-status-closed .make-bid-container a{
	display:none;
}

.navbar {
    padding: 0.5rem 1rem;
}


.lot-item.no-bidder #highest-bidder,
.lot-item.no-bidder #overbid-bidder,
.lot-item.overbid-bidder #highest-bidder, 
.lot-item.highest-bidder #overbid-bidder {
    display: none;
}
.lot-item.overbid-bidder #overbid-bidder, .lot-item.highest-bidder #highest-bidder {
    display: block;
}

.uarr {
    background: url("/content/images/interface/sortup.gif") left center no-repeat;
    padding-left: 12px;
}

.darr {
    background: url("/content/images/interface/sortdown.gif") left center no-repeat;
    padding-left: 12px;
}

.dropdown-item {
    padding: 4px 10px;
}

.imagebox {
    background: black;
    padding: 0px;
    position: relative;
    text-align: center;
    width: 100%;
}

    .imagebox img {
        opacity: 1;
        transition: 0.5s opacity;
    }

    .imagebox .imagebox-desc {
        background-color: rgba(0, 0, 0, 0.6);
        bottom: 0px;
        color: white;
        font-size: 1.2em;
        left: 0px;
        padding: 10px 15px;
        position: absolute;
        transition: 0.5s padding;
        text-align: center;
        width: 100%;
    }

    .imagebox:hover img {
        opacity: 0.7;
    }

    .imagebox:hover .imagebox-desc {
        padding-bottom: 10%;
    }



.search-area-wrapper {
    display: none;
}

.search-area-top {
    border-radius: 5px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

.search-area-top .search-area-form {
    width: 100%;
    max-width: 80px;
    margin: 20px;
}

.search-area-top .search-area-input {
    padding: 4px;
    outline: none;
    font-size: 1.2em;
    font-weight: 300;
    background: none;
    border: none;
    font-size: 15px;
    padding: 10px;
    font-family: 'Heebo';
    font-weight: normal;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b4b4b4;
    opacity: 1; /* Firefox */
}

.search-area-top .search-area-button {
position: absolute;
    right: 0;
    bottom: 5px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    top: 2px;
    opacity: .6;
}

.search-area-top .close-btn {
    position: absolute;
    top: 20px;
    right: 40px;
    cursor: pointer;
    color: #555;
}


li.menu-item-bv a { 
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 40px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
    text-transform: none !important;
}

li.menu-item-bv:not(:first-child)::before {
    content: '|' !important;
    position: relative !important;
    left: -2px !important;
    color: #9e9e9e !important;
    padding : 20px 10px;
    font-size: 15px !important;
    font-weight: 400 !important;
}

#main-footer {
    background-color: rgb(28, 174, 221);
}


.bg-primary .text-muted {
    color:#FFF!important;
}

.navbar {
    padding:0;
}


.navbar .container-fluid {
    /*display: flex;
    flex-wrap: wrap;*/
    background-image: url('../images/header6.jpg');
    background-position: center;
    background-size:cover;
    padding: 7px 40px;
}

.navbar-brand {
    padding-left: 10px;
}

.header .navbar-light .nav-link {
    color: #ffffff;
    font-size: 16px!important;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    text-transform: none !important;
    position: relative;    
    padding: 1rem 0 !important;
}

.navbar-light .navbar-nav li.nav-item:first-child .nav-link:before {
    display: none;
}

.navbar-light .btn_topbar {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 4px;

}

.nav-topbar {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 4px;
}

    .nav-topbar  a:hover {
        color:inherit;
    }
    
    
    .navbar-brand img {
        height: 112px;
        width: auto;
    }

.sterke_punten_wrapper {
    background: #fff;
    padding: 5px 20px;
    box-shadow: 0px 5px 11px rgba(0,0,0,.1);
}

.header_side_right {
    width: calc(100% - 320px);
}

@media only screen and (max-width : 959px) {

    .navbar-brand {
        padding: 0;
        margin: 0 auto;
        display: block;
        padding-top: 10px;
        padding-bottom: 14px;
        position: relative;
        right: -16px;
    }

    .navbar .container-fluid {
        padding: 0;
    }

    .sterke_punten_wrapper {
        /*display: none;*/
    }

    .bootverkopenheader {
        display: block;
        text-align: center;
    }

    .sterke_punten_wrapper .bluecheck {
        width: 25px;
        height: 25px;
        display: flex;
        font-size: 17px;
        margin: auto;
        margin-bottom: 10px;

    }

    .sterke_punten_wrapper .sterkpunt {
        font-size: 15px;
        text-align: center;
        display: block;
        padding-bottom: 10px;
        margin-right: 0;
    }

    .navbar-expand-lg.navbar-sticky .navbar-collapse {
        max-height: 4000000px;
    }

    .navbar-light .navbar-nav .nav-link:before {
        display: none;
    }

    .header_side_right {
        width: 100%;
    }

    .header__searcharea {
        display: none !important;
    }

    .navbar-nav {
        width: 100%;
        background: #fff;
        position: relative;
    }

    .navbar-light .navbar-nav .nav-link span, .navbar-light .navbar-nav .nav-link img {
        padding-left: 15px;
    }

    .navbar-light .navbar-nav .nav-link span {
        color: #888 !important;
    }

    .header .navbar-light .nav-link {
        border-bottom: 1px solid #eaeaea;
    }

    .navbar-brand img {
        height: 84px;
    }

    .btn_topbar {
        display: none !important;
    }

    .navbar-light .navbar-toggler {
        color: #fff;
        font-size: 24px;
        position: absolute;
        top: 10px;
        left: 13px;
        border: 0px #fff solid;
        border-radius: 3px;
        padding: 7px 9px;
    }

    .sterke_punten_wrapper .container > div {
        width: 100%;
    }

    .sterke_punten_wrapper > div:first-child > div > div {
        margin-bottom: 10px;
        width: 100%;

    }
}



.bluecheck {
    display: inline-flex;
    width: 36px;
    height: 36px;
    color: #fff;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
    background-color: #1caedd;
}

.bootverkopenheader {
    padding: 8px 30px 8px 31px;
    font-size: 19px;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    z-index: 20;
    display: inline-flex;
    align-items: center;
    transition-duration: 0.4s;
    background: #1caedd;
    border-radius: 5px;
    border: 1px solid #1caedd;
}

.bootverkopenheader:hover {
    color: #1caedd;
    background: #fff;
    text-decoration: none;
}

.navbar-light .btn_topbar a.btn__nieuwsbrief {
    letter-spacing: 1px;
    background: #fff;
    color: #1caedd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 7px 12px;
    font-weight: bold;
    font-size: 18px;

    transition-duration: 0.4s;
}

.btn__nieuwsbrief:after {
    display: none !important;
}

.btn__nieuwsbrief:hover {
    color: #fff !important;
    text-decoration: none;
    background: #008600 !important;
}

.phone-number, .phone-number * {
    color: #fff !important;
}

.btn_topbar a {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    position: relative;
    display: inline-block;
    transition-duration: 0.4s;
    text-decoration: none;
}

.btn_topbar a:after {
    text-decoration: none;
    content: '';
    position: absolute;
    bottom: 3px;
    right: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    transition-duration: 0.2s;
    background-color: #fff;
}

.btn_topbar a:hover:after {
    bottom: 0;
    opacity: 1;
}

.sterke_punten_wrapper .sterkpunt {
    margin-right: 20px;
    font-size: 18px;
    font-weight: 400;

}

footer .footer_site_title {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:before {
    content: '|';
    
    position: relative;
    top: 2px;
    
    padding: 0 1rem;

    color: #fff;

    font-size: 18px;
    font-weight: 400;
    
}

.navbar-light .navbar-nav .nav-link span {
    color: #fff;
    position: relative;
    padding-bottom: 10px;
    
}

.navbar-light .navbar-nav .nav-link span:after {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    opacity: 0;
    transition: .3s cubic-bezier(.25,.46,.45,.94);
    content: '';
}

.navbar-light .navbar-nav .nav-link:hover span:after {
    opacity: 1;
}

.header .nav-link:hover {
    opacity: .8;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}

.header .nav-link, .navbar-icon-link {
    color: #fff;
}

.svg-icon {
    color:#000;
}


.social-media-icons li a {
    font-size: 40px;
}

.fontawesome-header {
    font-family: FontAwesome !important;
    font-weight: 400 !important;
    color: #fff !important;
    margin-right: 11px;
    font-size: 28px;
}

footer .social-media-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

footer .social-media-icons li {
    margin-right: 13px !important;
}

footer .subscribenewsletter {
    display: block;
    border: 1px solid #fff;
    padding: 10px 20px 30px 20px;
}

footer .copyright {
    background-color: #313131;
}

footer .copyright a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

footer .copyright a:hover {
    color: #1caedd;
}

footer .subscribenewsletter input[type="text"] {
    padding: 15px;
    border: none;
    outline: none;
    width: 100%;
    display: block;
    margin-bottom: 1.3rem;
    font-size: 13px;
    line-height: 17px;
    background-color: #fff;
    color: #818181;
}

footer .subscribenewsletter h4 {
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 7px;
}



footer ul.footerlinks li {
    margin-bottom: 10px;
}

footer .subscribenewsletter button {
    font-family: 'Raleway';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1caedd !important;
    background: #fff !important;
    font-size: 16px;
    height: 39px;
    padding: 0 23px;
    font-weight: 400;
    background-color: #1caedd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    outline: none;
    text-transform: none;
    border-width: 1px;

    cursor: pointer;

    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

footer .subscribenewsletter button:hover {
    background: #008600 !important;
    border: 1px solid #008600 !important;
    color: #fff !important;
}


.btn-bootveiling {
    letter-spacing: 1px;
    background: #fff;
    color: #1caedd;
    border: 1px solid #1caedd !important;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 7px 12px;
    transition-duration: 0.4s;
}


.btn-bootveiling:hover {
    background: #008600 !important;
    border: 1px solid #008600 !important;
    color: #fff !important;
}