/*
SM - > 576
MD - > 768
LG - > 992 px
XL - > 1200 px
*/

/*
@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}*/

.trunc-title a,
#content h1, #content h2, #content h3, #content h4, #content h5,
#content .h1, #content .h2, #content .h3, #content .h4, #content .h5 {
    font-family: 'Oswald';
    font-weight: 700;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1340px;
    }
}


.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/sortup.gif") left center no-repeat;
    padding-left: 12px;
}

.darr {
    background: url("/content/images/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%;
    }



section {
    overflow: hidden;
}

footer {
    overflow: hidden;
}

iframe {
    max-width: 100%;
}

.search-area-wrapper {
    display: none;
}

.search-area-leilosoc {

background: #fff;
position: fixed;
top: 0;
left: 0;
z-index: 0;
}

        .search-area-leilosoc .search-area-form {
            width: 100%;
            max-width: 80px;
            margin: 20px;
        }

        .search-area-leilosoc .search-area-input {
            padding: 4px 0;
            outline: none;
            font-size: 1.2em;
            font-weight: 300;
            background: none;
            border: none;
            width:100%;
            border-bottom: 1px solid #aaa;
        }

        .search-area-leilosoc .search-area-button {
            position: absolute;
            right: 0;
            bottom: 5px;
            background: none;
            border: none;
            outline: none;
            cursor: pointer;
        }

        .search-area-leilosoc .close-btn {
            position: absolute;
            top: 20px;
            right: 40px;
            cursor: pointer;
            color: #555;
        }

.megamenu .megamenu-list-item {
    margin-bottom: 2px;
}

.dropdown-item-sub-category {
    font-size: 0.8rem;
}
.cookies-eu .cookies-eu-button-holder .cookies-eu-ok {
    background-color: #0c525d !important;
    background-image: none!important;
}



.trunc-title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    letter-spacing: normal;
}


.gray-out {
    opacity: 0.2;
}

.btn-round {
    border-radius: 10px;
}

.input-round {
    border-radius: 10px;
}

.input-round.text-color-online {
    border: 1px solid #00aeef;
}

#lotContainer div.lot-item.highest-bidder {
    background-color: rgba(0, 171, 93, 0.15);
    /*border:1px solid rgb(57, 176, 15);*/
}

#lotContainer div.lot-item.overbid-bidder {
    background-color: rgba(246, 209, 6, 0.15);
    /*border:1px solid rgb(193, 28, 28);*/
}

#lotContainer div.lot-item.lot-status-bid-update {
    background-color: rgba(246, 209, 6, 0.2);
}

#lotContainer div.lot-item.lot-status-bid-winner {
    background-color: rgba(0, 171, 93, 0.20);
}


#lotContainer div.lot-item.no-bidder {
    /*background-color: rgb(245, 178, 131, 0.1);		*/
    border: 1px solid rgb(245, 178, 131);
}

#lotContainer div.lot-item.lot-status-closing:not(.highest-bidder) {
    background-color: rgba(0,0,0,0.1);
}

.line-seperator {
    bottom: 20px;
    height: 5px;
    width: 100px;
    display: block;
    margin: 10px auto;
}

.text-color-online,
.text-color-1 {
    color: #00aeef;
}
.text-color-buynow,
.text-color-2 {
    color: #00395D;
}
.text-color-live,
.text-color-3 {
    color: #f68b1f;
}

.text-color-liveonline,
.text-color-4 {
    color: #0074a6;
}


.text-color-closedletter,
.text-color-5 {
    color: #17a958;
}

.text-color-privatenegotiations,
.text-color-5 {
    color: #727272;
}

.text-color-realestate,
.text-color-6 {
    color: #A781E2;
}

.text-color-exclusive,
.text-color-8 {
    color: #3A7151;
}
.text-color-upcoming {
    color: #585858;
}

.bg-color-live,
.bg-color-1 {
    background: #f68b1f;
}
.bg-color-online,
.bg-color-2 {
    background: #00aeef;
}
.bg-color-buynow,
.bg-color-3 {
    background: #00395d;
}

.bg-color-upcoming,
.bg-color-liveonline,
.bg-color-4 {
    background: #0074a6;
}
.bg-color-privatenegotiations,
.bg-color-5 {
    background: #727272;
}
.bg-color-realestate,
.bg-color-6 {
    background: #A781E2;
}

.bg-color-closedletter,
.bg-color-7 {
    background: #17a958;
}

.bg-color-exclusive,
.bg-color-8 {
    background: #3A7151;
}


.btn.bg-color-live:hover {
    background: #FFF;
    color: #f68b1f !important;
    border-color: #f68b1f;
}

.btn.bg-color-online:hover {
    background: #FFF;
    color: #00aeef !important;
    border-color: #00aeef;
}

.btn.bg-color-buynow:hover {
    background: #FFF;
    color: #00395d!important;
    border-color: #00395d;

}

.btn.bg-color-liveonline:hover {
    background: #FFF;
    color: #0074a6 !important;
    border-color: #0074a6;
}

.btn.bg-color-upcoming:hover {
    background: #00aeef;
    border-color: #0074a6;
}

.btn.bg-color-privatenegotiations:hover {
    background: #FFF;
    color: #727272 !important;
    border-color: #727272;
}

.btn.bg-color-realestate:hover {
    background: #FFF;
    color: #A781E2 !important;
    border-color: #A781E2;
}

.btn.bg-color-closedletter:hover {
    background: #FFF;
    color: #00395d !important;
    border-color: #00395d;
}

/* FOOTER*/
.footerlinks {
    color: #fff;
}

.footerlinks > div {
	padding-bottom: 3rem;
}

.footerlinks a {
	display: block;
	color: #fff;
	margin-bottom: 5px;
}

.footerlinks a:hover {
	color: #fff;
}


.footer-icons {
	margin-bottom: 30px;
}


@media only screen and (max-width : 959px) {

	.footer-icons {
		display: block !important;
	}

	.footer-icons > img {
		display: block;
		margin: 20px auto;
	}
}

.giveMeEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-height: 18px; /* fallback */
    max-height: 54px; /* fallback */
}

.giveMeEllipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-height: 18px; /* fallback */
    max-height: 46px; /* fallback */
}

.modal-content {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

.top-icons-calendar {
    width:100%;
    max-width:160px;
}


.img-outer-div {
    max-height: 170px;
    overflow: hidden;
}

.img-inner-div {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
    list-style-type: none;
    vertical-align: top;
    max-height: 170px;
    padding: 0px;
    margin-left: 0px;

}

.img-inner-div:hover {
    transform: scale(1.2);
}

.table.bid-log td{
    text-align:right;
}

.table.bid-log tr:first-child th,
.table.bid-log tr:first-child td {
    color: #00aeef;
}

.tippy b {
    background-color: #f68b1f;
    color: #fff;
    border-radius: 50%;
    padding: 1px 6px !important;
    margin: 1px;
    cursor: pointer;

}

.media-body ,
.media img {
    margin:auto;
}

.lead2 {
    font-size: 24px;
}

.current-bid.lead,
.little-lead {
    font-size: 1rem;
    font-weight: 300;
}

.noUi-handle {
    border-radius: 14px!important;
}

.noUi-horizontal {
    height: 4px;
}

.noUi-connect {
    background: #00aeef!important;
    border: 0;
}

/* =============================== */
input + label{
  margin-left:5px;
}

.dropdown-item{
  cursor:pointer;
}

.dropdown-item:hover{
  text-decoration: underline;
}

.megamenu-list-item{
  cursor:pointer;
}

.galleria-errors{display:none}

.countdown{
  justify-content: left !important;
}
.countdown .measurements{
  display: inline-flex !important;
  margin-right: 5px;
  height:20px;
}
.products-grid .countdown .measurements{
  height: 20px;
}

.product-details .countdown .measurements{
  height: 30px;
}


/*===========================*/

.homeCateg{
  background:white; display:flex; align-items: center; justify-content: center; padding:10px 20px;
}
.homeCateg a{
  font-family: "Oswald";
  height: 70px;
  color :#777;
}
.homeCateg img{
  height: 70px;
}

/*===========================*/

.coverShadow:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index:1;
  background:rgba(0,0,0,0.2);
}

.coverShadow a{
  text-shadow: 0px 0px 3px black;
}

/* ======================== */
#banner_top .textBlock{
  position: absolute;
}


#banner_top .textBlock h2{
  color:white;
  margin-top:20px;
  text-shadow: 3px 3px 2px black;
}

#banner_top .textBlock .btn-frontpage{
  margin-top:20px;
  padding:10px 60px;
}

@media (max-width: 767px) {
  #banner_top .textBlock{
    display: none;
    /*transform: translate3d(150px, -157%, 0px);*/
  }
  #banner_top .textBlock h2{
    display: none;
  }
  #banner_top .textBlock .btn-frontpage{
    display: none;
  }
}

@media (min-width: 768px) {
  #banner_top .textBlock{
    transform: translate3d(203px, -188%, 0px);
  }
  #banner_top .textBlock.b{
    transform: translate3d(217px, -204%, 0px);
  }

  #banner_top .textBlock h2{
    font-size: 24px;
  }
  #banner_top .textBlock .btn-frontpage{
    padding: 6px 46px;
  }
}

@media (min-width: 1025px) {
  #banner_top .textBlock{
    transform: translate3d(311px, -204%, 0px);
  }
  #banner_top .textBlock.b{
    transform: translate3d(315px, -190%, 0px);
  }
  #banner_top .textBlock h2{
    font-size: 30px;
  }
  #banner_top .textBlock .btn-frontpage{
    padding: 10px 54px;
  }
}

@media (min-width: 1210px) {
  #banner_top .textBlock{
    transform: translate3d(466px, -250%, 0px);
  }
  #banner_top .textBlock.b{
    transform: translate3d(497px, -264%, 0px);
  }
}

/* ======================== */

@media (min-width: 768px) {
    .col-md-align-right {
        justify-content: right;
    }
}
@media (min-width: 1200px) {
    .col-xl-align-right {
        justify-content: right;
    }
}

/* ======================== */

.topSellSelect img{
  height:90px;
}

.homeSellSelect img{
  height:120px;
}

@media (max-width: 400px) {
  .topSellSelect img{
    height:40px;
  }
  .topSellSelect h6{
    display:none;
  }

  .homeSellSelect img{
    height:40px;
  }
  .homeSellSelect h6{
    font-size: 10px;
  }
}


@media (min-width: 401px) and (max-width: 767px) {
  .topSellSelect img{
    height:70px;
  }
  .topSellSelect h6{
    display:none;
  }

  .homeSellSelect img{
    height:70px;
  }
  .homeSellSelect h6{
    font-size: 10px;
  }
}

@media (max-width: 992px) {
  .homeSellSelect img{
    height:80px;
  }
  .homeSellSelect h6{
    font-size: 13px;
  }
}

/* ======================== */
@media (max-width: 992px) {
  .sidebar-block {
    padding-top: 0px;
  }
}

/* ========================= */

.TableBidValues{
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px;
}
.TableBidValues .rowTableBidValues{
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 6px 2px 0px 2px;
  margin-top:1px;
}
.TableBidValues .rowTableBidValues.highlight{
  color:#f68b1f !important;
}
.TableBidValues .rowTableBidValues.highlight2{
  color:#00aeef !important;
}
.TableBidValues .bidValTitle{
  width: 100%;
  font-weight: 700;
  align-items: left;
}
.TableBidValues .bidVal{
  width: auto;
  align-items: right;
}
