.lazy.not-loaded{
    position: relative;
}

.lazy.not-loaded:after{
    text-indent: -9999px; 
    display: block; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background-color: #fff; 
    font-family: 'Helvetica'; 
    font-weight: 300; 
    line-height: 2; 
    text-align: center; 
    content: attr(alt); 
    background-size: 50px 50px!important; 
    background-position: center center!important; 
    background-repeat: no-repeat!important; 
    background-image: url(../images/lazy-preloader.gif)!important; 
}

.lot-view.full .licitation-history .show-all a{
    letter-spacing: 1.4px;
    color: #B99B78;
    font-size: 14px;
    text-transform: uppercase;
}

.lot-view.full .licitation-history-container{
    max-height: 170px;
    overflow: hidden;
    margin: 0 0 20px;
    transition: .3s max-height ease;
}

.lot-view.full .licitation-history-container.all-visible{
    max-height: 800px;
}

.lot-view.full .licitation-history-table{
    font-size: 14px;
    color: #888888;
    line-height: 25px;
    letter-spacing: 0;
}

.lot-view.full .images ul{
    overflow: hidden;
    position: relative;
}

.lot-view.full .images ul .thumbnails-controllers{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: table;
    width: 87%;
    background-color: white;
    text-align: center;
}

.lot-view.full .images ul .thumbnails-controllers .thumbnails-controller{
    display: inline-block;
    vertical-align: middle;
    padding: 0 0px;
    color: #B99B78;
    font-size: 30px;
    cursor: pointer;
}

.lot-view.full .images ul .thumbnails-controllers .thumbnails-controller[data-direction=down]{
    transform: rotate(90deg);
}

.lot-view.full .images ul .thumbnails-controllers .thumbnails-controller[data-direction=up]{
    transform: rotate(-90deg);
}

.lot-view.full .images ul li{
    position: relative;
    top: 0;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.customer-area-my-items table tr th a.sorter-dir{
    position: relative;
}

.customer-area-my-items table tr th a.sorter-dir{
    padding-left: 10px;
}

.customer-area-my-items table tr th a.sorter-dir::before,
.customer-area-my-items table tr th a.sorter-dir::after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 4.5px 4px 4.5px;
    border-color: transparent transparent #888888 transparent;
}

.customer-area-my-items table tr th a.sorter-dir::before{
    left: 0;
    top: 1px;
    transform: rotate(0deg);
}

.customer-area-my-items table tr th a.sorter-dir::after{
    left: 0;
    top: 9px;
    transform: rotate(-180deg);
}

.custom-drop-fileupload .dz-preview{
    display: none!important;
}

.custom-drop-fileupload .dz-default.dz-message{
    display: none!important;
    opacity: 1!important;
}

.customer-area .custom-drop-fileupload{position: relative; max-width: 620px; height: 100px; border: 1px dashed #D0D0D0!important; cursor: pointer!important;}
.customer-area .custom-drop-fileupload > span{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);	text-align: center; pointer-events: none;}
.customer-area .custom-drop-fileupload > span span{font-family: var(--primary-font-family); 	font-size: 12px; display: block; cursor: pointer;}
.customer-area .custom-drop-fileupload > span span:first-child{font-weight: 500; color: #000000;}
.customer-area .custom-drop-fileupload > span span:last-child{ font-weight: 400; color: #888888;}

.flash-messages{
    max-width: 1600px;
    margin: 0 auto;
    padding: 60px 20px 26px;
    box-sizing: border-box;
    color: #fff;
}

.edit-personal-lot-top-message{
    margin-bottom: 15px;
}

.edit-personal-lot-top-message p{
    font-family: var(--primary-font-family);
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1.5;
}

.reproved-reason{
    margin-top: 20px;
    padding: 10px 15px;
    font-family: var(--primary-font-family);
    font-weight: 400;
    font-size: 12px;
    color: #24272A;
    background-color: rgba(255, 0, 0, 0.15);
}

.reproved-reason p{
    text-transform: unset!important;
}


.reproved-reason p,
.reproved-reason p span{
    font-family: var(--primary-font-family)!important;
    font-weight: 400!important;
    font-size: 12px!important;
    color: #24272A!important;
}

.personal-lots-pagination{
    display: table;
    width: 100%;
    margin-top: 10px;
    font-size: 0;
    list-style: none;
}

.personal-lots-pagination li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 0 5px;
    position: relative;
}

.personal-lots-pagination li a{
    font-family: var(--primary-font-family);
    font-size: 14px;
    text-decoration: none!important;
}

.personal-lots-pagination li.active::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    height: 1px;
    width: 100%;
}

.personal-lots-pagination li:not(.active) a{
    font-weight: 400;
    color: #888888;
}

.personal-lots-pagination li.active a{
    font-weight: 600;
    color: #000000;
}

.reproved-reason p span{
    background-color: transparent!important;
}

.button1#accept_all_cookies:hover:not(.disabled){
    box-shadow: inset 225px 0 0 0 #000;
}

body.client-page .container-wrapper{
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 0;
    box-sizing: border-box;
}

body.client-page .main .wrapper .std .container-wrapper .block-container:first-child > .block-container-col > .block-container.cols-2{
    max-width: 1300px;
    padding: 60px 20px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}

body.client-page .main .wrapper .std .container-wrapper > .block-container:first-child > .block-container-col > .block-container > div,
body.client-page .main .wrapper .std .container-wrapper > .block-container:first-child > .block-container-col > .block-container > .block-container-col > .block-container > .block-container-col{
    width: 50% !important;
    vertical-align: top;
}

body.client-page .main .wrapper .std .container-wrapper > .block-container:first-child > .block-container-col > .block-container > div > .block-container{
    padding: 0!important;
}

body.client-page .main .wrapper .std .container-wrapper .client-logo,
body.client-page .main .wrapper .std .container-wrapper .client-type-of-project,
body.client-page .main .wrapper .std .container-wrapper .client-solution{
    text-align: left;
}

body.client-page .main .wrapper .std .container-wrapper .client-logo{
    margin-bottom: 10px;
}

body.client-page .main .wrapper .std .container-wrapper .client-type-of-project p{
    font-family:  var(--primary-font-family);
    font-weight: 700;
    font-size: 35px;
}

body.client-page .main .wrapper .std .container-wrapper .client-solution h2{
    margin-bottom: 15px;
    font-family:  var(--primary-font-family);
    font-weight: 700;
    font-size: 35px;
    color: #A6CE38;
}

body.client-page .main .wrapper .std .container-wrapper .client-solution h3{
    margin-bottom: 15px;
    font-family:  var(--primary-font-family);
    font-weight: 700;
    font-size: 20px;
    color: #000000;
}

body.client-page .main .wrapper .std .container-wrapper .client-solution h3 + p{
    margin-bottom: 35px;
    font-family:  var(--primary-font-family);
    font-weight: 300;
    font-size: 15px;
    color: #000000;
}

body.client-page .main .wrapper .std .container-wrapper .client-solution a{
    display: table;
    border: 3px solid #A6CE37;
    border-radius: 9px;
    padding: 5px 30px;
    font-family:  var(--primary-font-family);
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
}

body.client-page .main .wrapper .std .container-wrapper .client-solution a:hover{
    border-color: #000;
    background-color: #000;
    color: white;
}

body.client-page.full-width .main > .wrapper .block-container-col > .block.client-banner{
    max-width: 100%;
    width: 100%;
    padding: 0;
}

body.client-page.full-width .main > .wrapper .block-container-col > .block.client-banner > .block-content{
    font-size: 0;
}

body.client-page.full-width .main > .wrapper .block-container-col > .block.client-banner > .block-content img{
    width: 100%;
}

@media only screen and (max-width: 766px){
    .lot-view.full .images ul .thumbnails-controllers{
        bottom: 0px;
    }

    .lot-view.full .images ul .thumbnails-controllers .thumbnails-controller{
        font-size: 20px;
    }   

    .lot-view.full .images ul{
        padding: 0;
    }

    .lot-view.full .images ul li{
        margin-bottom: 3px;
    }

    body.client-page .main .wrapper .std .container-wrapper > .block-container:first-child > .block-container-col > .block-container > .block-container-col > .block-container > .block-container-col:first-child{
        margin-bottom: 50px;
    }

    body.client-page .main .wrapper .std .container-wrapper > .block-container:first-child > .block-container-col > .block-container > div,
    body.client-page .main .wrapper .std .container-wrapper > .block-container:first-child > .block-container-col > .block-container > .block-container-col > .block-container > .block-container-col{
        display: block;
        width: 100% !important;
        padding: 0!important;
        vertical-align: top;
    }
}

body.client-view .breadcrumbs-wrapper{
    display: none;
}

#other-projects-container {
    background-color: #141414;
    
}

#other-projects-container #other-projects-container-inner{
    max-width: 1300px;
    margin: 0 auto;
    padding: 75px 40px;
    box-sizing: border-box;
}

#other-projects-title-container{
    margin-bottom: 100px;
}

#other-projects-title-container h2{
    font-family: var(--primary-font-family);
    font-weight: 700;
    font-size: 35px;
    color: white;
}

#other-projects-title-container h2 + h3{
    font-family: var(--primary-font-family);
    font-weight: 700;
    font-size: 20px;
    color: white;
}

.projects-slider-item .project-image-container{
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* the slides */
#projects-slider .slick-slide {
    margin: 0 10px;
}

/* the parent */
#projects-slider .slick-list {
    margin: 0 -10px;
}

.project-image-container{
    cursor: pointer;
    position: relative;
}

.centered-container{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.86;
    display: none;
}

.project-image-container:hover .centered-container{
    display: block;
}

.centered-container .centered-container-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.centered-container .centered-container-inner h5{
    font-family: var(--primary-font-family);
    font-weight: 700;
    font-size: 35px;
    -webkit-text-stroke-width: 0.4px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.9);
    color: transparent;
}

.centered-container .centered-container-inner h5 + span{
    font-family: var(--primary-font-family);
    font-weight: 500;
    font-size: 20px;
    color: white;
}

/* BANNERS BLOCK */
#banners-container {font-size: 0;}
#banners-container img{width: 100%;}

/* OTHER PROJECTS BLOCK */
#other-projects-slider-buttons-container {display: table; list-style: none; margin-top: 35px;}
#other-projects-slider-buttons-container li {display: inline-block; vertical-align: middle; margin-right: 20px;}
#other-projects-slider-buttons-container li button {position: relative; height: 70px; width: 70px; border-radius: 50%; background-color: white;}
#other-projects-slider-buttons-container li button img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
#other-projects-slider-buttons-container li button.prev img {transform: translate(-50%, -50%) rotate(180deg);}

