/* Minification failed. Returning unminified contents.
(3377,1): run-time error CSS1019: Unexpected token, found '}'
 */
html, body, p, div, span, button {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 300;
}

.debug-solution-info {
    font-size: 20px;
    position: absolute;
    top: 7px;
    left: 5px;
    z-index: 99999;
    color: white;
    font-weight: bold !important;
}
/*ie input x clear*/
::-ms-reveal {
    display: none;
}

.oswald {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400;
}

.roboto17 {
    font-size: 17px;
    color: #818181;
}

always-visible.ps-container > .ps-scrollbar-x-rail,
.always-visible.ps-container > .ps-scrollbar-y-rail {
    opacity: 0.6;
}

.ripplelink {
    display: block;
    float: left;
    width: 49.6%;
    margin: 0.2%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 0;
}

    .ripplelink:hover {
        z-index: 1000;
        box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px 0;
        -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px 0;
        -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px 0;
    }

.ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.no-ko .dynamic-content {
    display: none !important;
}
/*.dynamic-content {
    display: none;
}*/
input {
    color: #818181 !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #818181;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #818181;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #818181;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #818181;
}

.validation-address-placeholder-bgd::-webkit-input-placeholder {
    color: #c72121 !important;
    font-weight: 400;
}

.validation-address-placeholder-bgd:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c72121 !important;
    font-weight: 400;
    opacity: 1;
}

.validation-address-placeholder-bgd::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c72121 !important;
    font-weight: 400;
    opacity: 1;
}

.validation-address-placeholder-bgd:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #c72121 !important;
    font-weight: 400;
}

.pencil-input-white::-webkit-input-placeholder {
    color: #fff !important;
    font-weight: 400;
}

.pencil-input-white:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
    font-weight: 400;
    opacity: 1;
}

.pencil-input-white::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff !important;
    font-weight: 400;
    opacity: 1;
}

.pencil-input-white:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff !important;
    font-weight: 400;
}

html, body {
    height: 100%;
    margin: 0;
}

.button {
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

a:hover {
    /*color: #76AC10!important;
    text-decoration:underline!important;*/
}

.div-inline-block {
    display: inline-block !important;
}

.div-block {
    display: block !important;
}

.display-inline {
    display: inline;
}

.btn-send-message {
    background-color: #76AC10 !important;
    margin: 0 !important;
    width: 100%;
    padding: 3px 7px !important;
    color: #fff !important;
}

.btn-green {
    background-color: #76AC10 !important;
    margin: 0px !important;
    width: 100%;
    padding: 8px 7px !important;
    font-size: 20px !important;
    color: #fff !important;
}

    .btn-green:hover {
        background-color: #5C8D00 !important;
    }

.btn-gray {
    background-color: #818181 !important;
    margin: 0px !important;
    width: 100%;
    padding: 8px 7px !important;
    font-size: 20px !important;
    color: #fff !important;
}

    .btn-gray:hover {
        background-color: #696969 !important;
    }

.btn-offer-small {
    padding: 3px 7px !important;
}

    .btn-offer-small img {
        height: 20px;
    }



.btn-blue {
    background-color: #40C6D2 !important;
    margin: 0px !important;
    padding: 8px 33px !important;
    font-size: 20px !important;
    float: right;
}



    .btn-blue:hover {
        background-color: #1FB4C2 !important;
    }

.btn-red {
    background-color: #E12A00 !important;
    margin: 0px !important;
    padding: 8px 7px !important;
    font-size: 20px !important;
    float: right;
}

    .btn-red:hover {
        background-color: #B62300 !important;
    }

.no-space {
    margin-right: -6px;
}

.agro-green {
    color: #76AC10 !important;
}


.text-400 {
    font-weight: 400;
}

.contact-info-text-unauthorized {
    color: white !important;
    font-weight: 300 !important;
}

.text-color-green {
    color: #76AC10;
}

.text-color-gray {
    color: #818181;
}

.text-color-red {
    color: #f16821;
}

.text-color-orange {
    color: #efc483;
}


.text-color-yellow {
    color: #efb201;
}

.text-color-81, .text-color-81:hover {
    color: #818181;
}

.mb443 {
    margin-bottom: 443px !important;
}

.agroContainer {
    position: relative;
    width: 100%;
    background-image: url("../Img/pattern.jpg");
    background-repeat: repeat;
    height: auto !important;
    height: 100%;
    /* IE6: treaded as min-height; */
    min-height: 100%;
}

.body-content {
    width: 100%;
    position: relative;
    /*padding-bottom: 240px;*/
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.pagination-centered {
    margin-bottom: 65px !important;
    float: right !important;
}

.main-content {
    width: 80%;
    margin: 0 auto;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    padding: 27px 0px 25px 0px;
    z-index: 10;
    min-height: 900px !important;
}

#testAutocomplete {
    padding: 10px 15px;
    background-color: rgba(245, 245, 245, 0.7);
    margin: 0px !important;
}

.autocomplete-advanced-search {
    /*padding: 10px 15px;
    background-color: rgba(245, 245, 245, 0.7);*/
    margin: 50px 0px 0px 0px !important;
}


.home-search-btn {
    padding-left: 15px !important;
    padding-right: 0px !important;
}

.transport-home-search-btn {
    padding-left: 15px !important;
    padding-right: 0px !important;
}

.search-box {
    padding: 0px !important;
    float: left !important;
}

    .search-box [type="search"] {
        margin: 0;
        height: 40px;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

.carousel-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 298px;
    overflow: hidden;
    border-bottom: 2px #76AC10 solid;
    padding-bottom: 5px;
}

    .carousel-content img {
        max-width: initial;
        height: 100%;
    }

.carousel-img {
    height: 300px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.squareImg img {
    margin: 0 auto;
    width: 100%;
}

.search-home-content {
    position: absolute;
    top: 10px;
}

.search-box-content {
    height: 130px;
}

.advanced-search-box-content {
    margin-top: 60px;
    margin-bottom: 110px;
}

.save-search {
    right: -35px;
    cursor: pointer;
}

    .save-search button {
        font-size: 15px !important;
    }

.my-save {
    right: 3px;
}

    .my-save a {
        font-size: 15px !important;
    }

.search-list-content {
    width: 100%;
    float: left;
}

.save-search-button {
    color: #76ac10;
    float: right;
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 10px;
    margin-left: 0;
    right: -38px;
}

.search-list {
    padding-left: 25px !important;
    list-style: none;
    margin: 0px 0px;
    padding: 10px;
    border: 0px #cccccc solid;
    position: relative;
    border-top: none;
    color: #818181;
    background-color: white;
    z-index: 4;
    position: absolute;
    width: 100%;
    top: 87px;
    display: inline-block;
    left: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


    .search-list > .auto-ui-ul-focused, .auto-ui-ul-focused {
        background-color: #fffbdc;
        color: #4b4b4b;
        margin: 0px -10px;
        padding: 0px 10px;
        cursor: pointer;
    }

.search-dots {
    width: 100%;
    height: 25px;
    color: white;
    position: absolute;
    z-index: 220;
    text-align: center;
    background-color: #76AC10;
    border: 1px #76AC10 solid;
    display: inline-block;
    float: left;
    top: 232px;
    left: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


    .search-dots > div {
        margin-top: -15px;
        font-size: 35px;
    }

    .search-dots:hover {
        cursor: pointer;
        /*background-color: #BEBEBE;*/
        color: rgba(62, 82, 24, 1);
    }

.search-spin {
    width: 16px;
    height: 16px;
    background-image: url("/Img/spinner.GIF");
}

.spin-autoCompl {
    /*left: 2px;
    position: absolute;
    top: -159px;*/
    left: 5px;
    position: absolute;
    top: 60px;
}

.autocomplete-advanced-search .search-list-content {
    position: absolute;
    top: -50px;
}


.list-spin {
    margin: 0 auto;
}

.userChooseImg {
    margin-top: -35px;
    z-index: 999;
    position: relative;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#owl-demo .owl-item div {
}

#owl-demo .owl-item img {
    display: block;
    width: 100%;
    min-height: 396px;
    height: auto;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #76AC10 !important;
    border-radius: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-margins {
    margin: 0px !important;
}

.validationMessage {
    /*color: #F00;
    background-color: white;
    border: 1px red solid;
    position: absolute;
    z-index: 100;
    border-radius: 5px !important;
    padding: 2px 5px;
    display: inline-block;
    margin-top: 47px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
    position: absolute;
    margin-top: 5px;
    border-radius: 0 !important;
    width: 100%;
    height: 35px;
    z-index: 9999 !important;
    background-color: #c72121 !important;
    display: block;
    color: #fff;
    border: none !important;
    background-image: url("/Img/btn-bgd/validation-sign.png");
    background-position-x: 7px;
    background-position-y: 7px;
    background-repeat: no-repeat;
    line-height: 35px;
    padding-left: 15px;
    font-size: 14px;
    top: 0;
    margin: 0;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    left: 0;
}

.edit-offer {
    line-height: 18px !important;
}

.notice-bgd input[type="text"] {
    position: relative !important;
}

#step2-body .validationMessage {
    position: absolute;
    padding: 5px 8px;
    background: white;
    color: red;
    border: 1px red solid;
    z-index: 100;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    word-wrap: normal;
    margin-top: 4px;
    margin-left: 2px;
}

.notice-header .validationMessage {
    left: 15px;
    top: 20px;
}

/*TOOLTIP*/
a.tooltips {
    position: absolute;
    display: inline-block;
    /*z-index: 1000;*/
    top: 25px;
    font-weight: 600;
    color: #40C6D2;
}

    a.tooltips span {
        position: absolute;
        width: 140px;
        color: #FFFFFF;
        background: #000000;
        height: auto;
        line-height: 30px;
        text-align: center;
        visibility: hidden;
        border-radius: 6px;
    }

        a.tooltips span:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 0%;
            margin-left: -10px;
            margin-top: -10px;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 10px solid black;
        }

a:hover.tooltips span {
    visibility: visible;
    opacity: 0.8;
    top: -50px;
    left: 20px;
    z-index: 999;
}

.logo-agro {
    float: left !important;
    position: absolute !important;
    padding-left: 0px !important;
    padding-top: 14px;
}

.default-userImg {
    height: 75px;
    width: 75px;
}

.auctionContent .default-userImg {
    height: 35px;
    width: 35px;
    margin-right: 5px;
}

.cauta-icon {
    margin-left: 14px;
    display: inline-block;
    margin-top: 0px;
    margin-right: 10px;
}

.advance-title {
    font-size: 30px;
    color: #818181;
    line-height: 1;
}

.rotate90 {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-minus90 {
    -ms-transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}

.rotate180 {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*SEARCH*/
/* Form wrapper styling */
.form-wrapper {
    position: relative;
}

    /* Form text input */
    .form-wrapper input {
        width: 330px !important;
        height: 35px !important;
        padding: 10px 5px !important;
        float: left;
        border: 0;
    }

    .form-wrapper .validationMessage {
        left: 0px;
        top: -5px;
    }

    .form-wrapper input:focus {
        outline: 0;
        background: #fff;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }

    .form-wrapper input::-webkit-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }

    .form-wrapper input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }

    .form-wrapper input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }

    .form-wrapper button {
        overflow: hidden;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        width: 110px;
        border-radius: 0 3px 3px 0;
        text-shadow: 0 -1px 0 rgba(0, 0,0, .3);
        font-size: 15px !important;
        position: absolute;
        /*right: 0px;
        top: 1px;*/
    }

        .form-wrapper button:hover {
            background: #5C8D00;
        }

        .form-wrapper button:active,
        .form-wrapper button:focus {
            background: #5C8D00;
            outline: 0;
        }


        .form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
            border: 0;
            padding: 0;
        }

/*combo saved search*/
.search-box-container {
    margin-top: 61px !important;
    position: absolute;
    z-index: 9999;
    right: 0px;
}


.search-top-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 25px solid white;
    position: absolute;
    top: -25px;
    right: 75px;
}

.search-predefined-container {
    /*display:none;*/
    list-style: none;
    max-height: 280px;
    overflow: auto;
    height: 35px;
    list-style: none;
    margin: 0px;
    box-shadow: 10px 10px 5px -7px #ccc;
}

.search-predefined-container {
    height: 100%;
    position: relative;
}

    .search-predefined-container li {
        background: white;
        height: 35px;
        line-height: 35px;
        padding: 0px 15px;
    }

        .search-predefined-container li:hover {
            background: #cccccc;
            cursor: pointer;
        }

.advanced-search-box-content input[type="search"] {
    margin: 0px !important;
}

.advanced-search-carousel-body {
    height: 250px !important;
}

.search-box-content.height {
    height: 80px !important;
}

.advanced-search-box-content .profile-input {
    padding-left: 30px !important;
}

.advanced-search-box-content .home-search-btn, .transport-home-search-btn {
    padding-left: 0px !important;
}

    .transport-home-search-btn .btn-green {
        padding: 7px 2px !important;
        font-size: 16px !important;
        margin-top: 3px !important;
    }

.advanced-search-box-content .home-search-btn {
    padding: 0 0px 0px 8px !important;
    font-size: 16px !important;
    margin-top: 0 !important;
}

.advanced-search-box-content .home-search-btn,
.transport-home-search-btn .btn-green img {
    /*width: 14px;*/
    margin-top: -3px;
}

.advanced-input input {
    height: 35px !important;
    padding: 0px 5px 0px 30px !important;
    line-height: 35px !important;
    text-align: left !important;
    background-color: white !important;
    color: #4b4b4b !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
}

.hide-top-white-line {
    background-color: #e4e3de;
    height: 6px;
    width: 107% !important;
    margin-left: -5px !important;
    z-index: 999;
}

.hide-bottom-white-line {
    background-color: #e4e3de;
    height: 6px;
    width: 107% !important;
    margin-left: -5px !important;
    z-index: 999;
}

.main-content .no-right-border {
    border-right: none !important;
    padding-left: 10px !important;
}

.search-product::-webkit-input-placeholder { /* WebKit browsers */
    color: #d9d9d9;
}

.search-product:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #d9d9d9;
    opacity: 1;
}

.search-product::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #d9d9d9;
    opacity: 1;
}

.search-product:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #d9d9d9;
}

.address-step-modal .validationMessage {
    margin-top: 0 !important;
    width: 480px;
    right: 0;
    left: initial;
}

.search-localitate::-webkit-input-placeholder { /* WebKit browsers */
    font-weight: 400 !important;
}

.search-localitate:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-weight: 400 !important;
    opacity: 1;
}

.search-localitate::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-weight: 400 !important;
    opacity: 1;
}

.search-localitate:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-weight: 400 !important;
}

.input-img-place {
    color: #76ac10;
    position: absolute;
    top: 6px;
    font-size: 20px;
    line-height: 1.2;
    left: 8px;
}

.fixed {
    width: 100%;
    padding-left: 18.5%;
    position: fixed;
    top: 0;
    z-index: 9999;
    border-bottom: 4px #76ac10 solid;
    background-image: url('data:image/jpeg;base64,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JxAAAAAAAAoAAQAAAAAAAAACOEJJTQP1AAAAAABIAC9mZgABAGxmZgAGAAAAAAABAC9mZgABAKGZmgAGAAAAAAABADIAAAABAFoAAAAGAAAAAAABADUAAAABAC0AAAAGAAAAAAABOEJJTQP4AAAAAABwAAD/////////////////////////////A+gAAAAA/////////////////////////////wPoAAAAAP////////////////////////////8D6AAAAAD/////////////////////////////A+gAADhCSU0EAAAAAAAAAgAAOEJJTQQCAAAAAAACAAA4QklNBDAAAAAAAAEBADhCSU0ELQAAAAAABgABAAAAAjhCSU0ECAAAAAAAEAAAAAEAAAJAAAACQAAAAAA4QklNBB4AAAAAAAQAAAAAOEJJTQQaAAAAAANJAAAABgAAAAAAAAAAAAAA2wAAANsAAAAKAFUAbgB0AGkAdABsAGUAZAAtADMAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAANsAAADbAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAEAAAAAAABudWxsAAAAAgAAAAZib3VuZHNPYmpjAAAAAQAAAAAAAFJjdDEAAAAEAAAAAFRvcCBsb25nAAAAAAAAAABMZWZ0bG9uZwAAAAAAAAAAQnRvbWxvbmcAAADbAAAAAFJnaHRsb25nAAAA2wAAAAZzbGljZXNWbExzAAAAAU9iamMAAAABAAAAAAAFc2xpY2UAAAASAAAAB3NsaWNlSURsb25nAAAAAAAAAAdncm91cElEbG9uZwAAAAAAAAAGb3JpZ2luZW51bQAAAAxFU2xpY2VPcmlnaW4AAAANYXV0b0dlbmVyYXRlZAAAAABUeXBlZW51bQAAAApFU2xpY2VUeXBlAAAAAEltZyAAAAAGYm91bmRzT2JqYwAAAAEAAAAAAABSY3QxAAAABAAAAABUb3AgbG9uZwAAAAAAAAAATGVmdGxvbmcAAAAAAAAAAEJ0b21sb25nAAAA2wAAAABSZ2h0bG9uZwAAANsAAAADdXJsVEVYVAAAAAEAAAAAAABudWxsVEVYVAAAAAEAAAAAAABNc2dlVEVYVAAAAAEAAAAAAAZhbHRUYWdURVhU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DwBBAGQAbwBiAGUAIABQAGgAbwB0AG8AcwBoAG8AcAAAABMAQQBkAG8AYgBlACAAUABoAG8AdABvAHMAaABvAHAAIABDAFMANgAAAAEAOEJJTQQGAAAAAAAHAAgAAQABAQD/4Q3WaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxNC0xMS0yNVQxMDoxMzo0NiswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxNC0xMS0yNVQxMDoxMzo0NiswMjowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTQtMTEtMjVUMTA6MTM6NDYrMDI6MDAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDQ3RDVGNzM3NDc0RTQxMUFGQzk4NEJEQTE3MDdBNTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDM3RDVGNzM3NDc0RTQxMUFGQzk4NEJEQTE3MDdBNTAiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0MzdENUY3Mzc0NzRFNDExQUZDOTg0QkRBMTcwN0E1MCIgZGM6Zm9ybWF0PSJpbWFnZS9qcGVnIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjQzN0Q1RjczNzQ3NEU0MTFBRkM5ODRCREExNzA3QTUwIiBzdEV2dDp3aGVuPSIyMDE0LTExLTI1VDEwOjEzOjQ2KzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NDQ3RDVGNzM3NDc0RTQxMUFGQzk4NEJEQTE3MDdBNTAiIHN0RXZ0OndoZW49IjIwMTQtMTEtMjVUMTA6MTM6NDYrMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg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') /*../Img/pattern.jpg*/;
    background-repeat: repeat;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.fixed-offer {
    width: 100%;
    position: fixed !important;
    top: 0;
    z-index: 9999;
    margin-top: 39px !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    height: 85px !important;
}

.f-dropdown.open {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.tabs-content > .content {
    margin-bottom: 310px;
}

.padding-fixed-tabs {
    padding-top: 0px;
}

.result-number {
    margin-bottom: 20px;
}

    .result-number div, .result-number img {
        display: inline;
    }

    .result-number img {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }

.search-content-margins {
    margin: 20px 0px;
    width: 100%;
    float: left;
}

.advanced-search-container {
    padding-top: 0px;
    padding-bottom: 202px;
    overflow: visible;
    z-index: 223;
}

.main-content.advanced-search-container {
    min-height: 100% !important;
}

.advanced-search-box-content {
    margin-top: -48px;
    margin-bottom: 101px;
}

.locality-distance {
    /*width: 45% !important;*/
    /*margin-left: 10px;*/
    border-left: 10px solid #E4E3DE;
}

.white-background-full {
    background-color: white;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 60px;
    float: left;
    width: 100%;
}

    .white-background-full .list-row {
        border: 2px #F0F0F0 solid;
    }

#agro-distances {
    width: 100%;
    margin-top: 5px;
}

button[disabled], button[disabled]:hover {
    background-color: #ccc !important;
    cursor: not-allowed;
}

.reveal-modal {
    top: 13% !important;
    width: 400px !important;
    border-radius: 7px !important;
    padding: 0px 0px 10px !important;
    position: fixed !important;
    z-index: 99999 !important;
}

#cropper-modal.reveal-modal {
    width: auto !important;
}


.u_hover:hover {
    text-decoration: underline !important;
}

#preview-modal {
    width: 1024px !important;
    top: 16% !important;
    max-height: 630px;
    padding: 5px 0 0 !important;
    overflow: auto;
}

    #preview-modal .notice-details {
        padding-top: 20px;
    }

    #preview-modal .connected-carousels .carousel-navigation {
        height: 87px !important;
    }

.reveal-modal .close_modal_x {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 999;
}

.modal-header {
    height: 30px;
    width: 100%;
    /* background: #76AC10; */
    top: 0px;
    margin-bottom: 20px;
    margin-left: -30px;
    position: absolute;
}

#modalOk {
    float: right;
    margin-bottom: 0px;
    margin-right: 15px;
}

#modalTitle, #modalTitle-verbs {
    background: #eeeeee;
    font-size: 25px;
    color: #818181;
    min-height: 30px;
    line-height: 57px;
    padding-left: 39px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    /*border-top-left-radius: 7px !important;*/
    /*border-top-right-radius: 7px !important;*/
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

    #modalTitle img, #modalTitle-verbs img {
        position: absolute;
        top: 20px;
        left: 19px;
    }

.reveal-modal .close_modal_x {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    z-index: 999;
}

.reveal-modal #modalText, .reveal-modal #modalText-verbs {
    padding: 15px 20px 0px;
}

.reveal-modal #modalYes, .reveal-modal #modalContinue {
    margin-left: 20px;
}

.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    top: -8px !important;
    color: #fff !important;
    font-weight: 300 !important;
}

.reveal-modal .message-body {
    padding: 19px !important;
    height: auto !important;
}

    .reveal-modal .message-body textarea {
        width: 100% !important;
        margin-bottom: 27px;
    }

.reveal-modal .btn-green-items {
    margin-left: 270px !important;
    position: absolute;
    top: 143px !important;
}

.reveal-modal .btn-green-bug {
    margin-left: 270px !important;
    position: absolute;
    top: 152px !important;
    right: 19px !important;
}

.reveal-modal .btn-green-error {
    margin-left: 270px !important;
    position: absolute;
    bottom: 10px !important;
    right: 18px !important;
}

.reveal-modal button {
    background: #76AC10;
    padding: 10px;
    min-width: 70px;
}

    .reveal-modal button:hover {
        background-color: #5C8D00 !important;
    }

.white-bg {
    background: #fff !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl15,
.pl-15 {
    padding-left: 15px !important;
}

.beta-feedback {
    position: fixed;
    top: 70%;
    right: 0px;
    height: 185px;
    width: 54px;
    z-index: 99;
    text-align: right;
    cursor: pointer;
}

    .beta-feedback .add-feedback {
        width: 82px;
        height: 92px;
        background: #75ad42;
        border-top-left-radius: 10px;
        padding-top: 9px;
    }

    .beta-feedback .line {
        width: 82px;
        height: 1px;
        border-left: 8px solid #75ad42;
        border-right: 8px solid #75ad42;
        background: #5C8D00;
    }

    .beta-feedback .add-bug {
        padding-top: 3px;
    }

        .beta-feedback .add-feedback:hover, .beta-feedback .add-bug:hover {
            width: 54px;
            height: 56px;
            background: #476828;
            border-bottom-left-radius: 10px;
            border-top-left-radius: 10px;
            padding-top: 3px;
        }

            .beta-feedback .add-feedback:hover + .line {
                border: none !important;
            }

.comments-counter {
    font-size: 17px;
}

.w100 {
    width: 100%;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    color: #4b4b4b;
}


.border-bt-green {
    border-bottom: 2px solid #76AC10;
}

.predefined-container.ps-container, .add-judet .add-container {
    border-top: 2px solid #f7f7f7;
    border-bottom: 2px solid #76AC10;
}

county-widget .overflow-text-ellipsis,
city-widget .overflow-text-ellipsis {
    cursor: pointer;
}

    county-widget .overflow-text-ellipsis:hover,
    city-widget .overflow-text-ellipsis:hover {
        background: #f16822;
        color: #f7f7f7;
    }


county-widget div, city-widget div {
    height: 25px !important;
    line-height: 25px !important;
}

county-widget:nth-child(3n) .attr-bgd,
city-widget:nth-child(2n) .attr-bgd {
    border: none !important;
}


/*Shopping cart*/
#notification-header-shopping {
    right: 0px !important;
}

.shopping-list-container {
    overflow: hidden;
    margin-top: 20px !important;
}

    .shopping-list-container .title h1 {
        color: #5e5e5e;
        font-size: 22px;
        font-weight: bold !important;
        margin-bottom: 5px !important;
    }

.shopping-cart-element {
    background: #fff;
    color: #818181;
    padding: 8px !important;
    position: relative;
    border-top: 1px dashed #76AC10;
}

.shopping-cart-element-img img {
    width: 325px !important;
    height: 235px !important;
}

.shopping-cart-element-info {
    padding-left: 17px !important;
    padding-top: 15px !important;
}

    .shopping-cart-element-info .product-name {
        font-size: 22px;
        font-weight: bold !important;
        color: #5e5e5e;
    }

        .shopping-cart-element-info .product-name div {
            font-size: 17px;
            line-height: 19px;
            font-weight: lighter !important;
        }

    .shopping-cart-element-info .info {
        border-left: 1px solid #e5e5dd;
        text-align: center;
        padding-top: 10px !important;
    }

    .shopping-cart-element-info .product-description {
        font-size: 17px;
    }

.shopping-cart-element .price {
    font-size: 19px;
    color: #fff;
    background: #76AC10;
    position: absolute;
    bottom: 8px;
    right: 8px;
    padding: 12px !important;
}

    .shopping-cart-element .price span {
        font-size: 22px;
        font-weight: 400;
    }

.btn:first-letter,
button:first-letter,
.notice-card-action-btn:first-letter,
.notification-bgd-green:first-letter {
    text-transform: capitalize;
}

/*Address modal*/
.green-bg {
    background: #76AC10 !important;
}

.white-color {
    color: #fff !important;
}

.address-container {
    border-radius: 5px !important;
}

    .address-container #modalTitle {
        height: 40px;
        line-height: 40px !important;
        border-radius: 0 !important;
    }



.modal-address-container {
    width: 650px !important;
    border-radius: 5px !important;
}

    .modal-address-container #modalTitle .address-container #modalTitle {
        padding-left: 24px !important;
        font-size: 20px !important;
    }

    .modal-address-container #modalTitle {
        height: 40px;
        line-height: 40px !important;
        /*border-radius: 0 !important;*/
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
    }




.modal-address-content {
    overflow: hidden;
    padding: 15px 0px 10px;
    width: 100%;
}

.modal-address-container .modal-address-line {
    overflow: hidden;
    width: 626px;
    border-bottom: 1px dotted #808080 !important;
    height: 32px;
    padding: 0 12px;
    margin: 0 12px;
    white-space: nowrap;
}


.address-container .modal-address-line {
    overflow-y: hidden;
    border-bottom: 1px dotted #808080 !important;
    height: 32px;
    padding: 0 12px;
    margin: 0 12px;
    white-space: nowrap;
}

    .modal-address-container .modal-address-line:last-child,
    .address-container .modal-address-line:last-child {
        border-bottom: 0px dotted #000;
        margin-bottom: 20px;
    }

.modal-address-line .pencil-input,
.modal-address-line .pencil-input.inputSelect {
    background-position: right 0px center !important;
}

.locality-pencil {
    background-position: right 130px center !important;
}

.save-modal-address {
    width: 56px;
    height: 55px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA3CAYAAABZ0InLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCNTA5MkVFNEQ0MUZFNTExQTJDNjg1RDVGMDQ5RjlFNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5MTdGQzVCMDE4MUYxMUU1ODc2QjhCODdGRDJGRTQ4QyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5MTdGQzVBRjE4MUYxMUU1ODc2QjhCODdGRDJGRTQ4QyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI4RTMxRkNDRjcxRkU1MTFBMkM2ODVENUYwNDlGOUU1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI1MDkyRUU0RDQxRkU1MTFBMkM2ODVENUYwNDlGOUU1Ii8+IDwvcmRmOkRlc2NyaXB0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') /*../Img/modal-adresa-btn.png*/;
    position: absolute;
    bottom: -26px;
    right: 30px;
    cursor: pointer;
    -moz-transition: 300ms ease-in-out !important;
    -o-transition: 300ms ease-in-out !important;
    -webkit-transition: 300ms ease-in-out !important;
    transition: 300ms ease-in-out !important;
}

    .save-modal-address:hover {
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -o-transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

.other-addresses-modal-btn {
    width: 185px;
    position: absolute;
    bottom: -30px;
    right: 103px;
    text-align: center !important;
    -moz-transition: 300ms ease-in-out !important;
    -o-transition: 300ms ease-in-out !important;
    -webkit-transition: 300ms ease-in-out !important;
    transition: 300ms ease-in-out !important;
    box-shadow: 0px 4px 20px #909090;
    font-size: 18px !important;
    /*margin: 50px 2.6%!important;*/
    background-color: #76AC10 !important;
    border-bottom: 3px solid #669900 !important;
}

.modal-address-container .modal-address-line input,
.address-container .modal-address-line input {
    width: 480px !important;
    border: none !important;
    outline: none !important;
    float: left;
    position: relative;
    box-shadow: none !important;
    /*cursor: pointer;*/
}


.modal-address-line:hover {
    border-bottom: 1px solid #808080 !important;
}

.modal-address-container .close_modal_x {
    top: 8px;
}

.modal-address-container .select_location,
.address-container .select_location {
    position: absolute;
    right: 20px;
    color: #818181 !important;
    font-size: 17px;
    top: 50px;
    line-height: 22px;
    z-index: 999;
}

.modal-address-container .modal-address-line label,
.address-container .modal-address-line label {
    width: 120px;
    float: left;
    color: #818181 !important;
    position: relative;
    font-size: 16px !important;
    line-height: 32px !important;
}

.locality-modal .modal-address-content {
    padding: 15px 0 20px;
}

.modal-address-content {
    /*min-height: 355px;*/
}

.address-fast-visible {
    height: 305px;
    left: 0px;
    position: absolute;
    min-width: 100%;
    z-index: 9999;
    background-color: #fff;
}

.locality-step.ps-container {
    top: 0px !important;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
}

/*.home-locality .locality-step.ps-container{
    top: 6px !important;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
}*/
.address-fast-visible .dynamic-content {
    background-color: #fff;
    color: #818181;
    padding-left: 15px;
}

/*404 error*/
.error_404_container {
    padding-bottom: 200px !important;
    margin-bottom: 150px !important;
    margin-top: 10px !important;
}

.error_404_img {
    font-size: 41px;
    border-bottom: 3px solid #e8e8e8;
    color: #818181;
    padding-bottom: 28px;
    margin-bottom: 23px;
    margin-top: 215px;
}

    .error_404_img img {
        vertical-align: bottom !important;
    }

.error_404_text {
    font-size: 24px;
    color: #818181;
}

.error_404_btn {
    display: inline;
    margin-right: 15px !important;
}


.text-right {
    text-align: right;
}

#notify-alert-content {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    -moz-transition: 300ms ease-in-out !important;
    -o-transition: 300ms ease-in-out !important;
    -webkit-transition: 300ms ease-in-out !important;
    transition: 300ms ease-in-out !important;
    -moz-transform: translateY(82px);
    -ms-transform: translateY(82px);
    -o-transform: translateY(82px);
    -webkit-transform: translateY(82px);
    transform: translateY(82px);
    /*display: none;*/
}

.notify-alert-body {
    padding: 15px 0;
    width: 35%;
    margin: 0 auto;
    position: relative;
    bottom: 0;
    opacity: 1;
    background-color: rgb(255, 255, 255);
    z-index: 9999;
    box-shadow: 0 -3px 2px rgba(0,0,0,0.16), 0 0 2px rgba(0,0,0,0.23);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 2px rgb(118, 172, 16) solid;
    /*left: 50%;*/
    /*margin-left: -215px;*/
}

.close-alert {
    position: absolute;
    right: 5px;
    top: 0;
}

#notify-alert-content img {
    position: absolute;
    left: 25px;
    top: 8px;
}

#notify-text {
    line-height: 20px;
    float: left;
    font-size: 16px;
    color: #818181;
    width: 100%;
    margin: 0;
    height: 100%;
    text-align: center;
}

.user-summary-content {
    position: absolute;
    bottom: -65px;
    width: 100%;
    z-index: 999;
    opacity: 0;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

.user-summary-body {
    opacity: 1;
    z-index: 9999;
}

.user-summary-content img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
}

.user-summary-text {
    line-height: 5px;
    font-size: 16px;
    color: #818181;
    width: 100%;
    margin: 5px;
    height: 100%;
    text-align: center;
    display: inline;
}

    .user-summary-text label {
        display: inline;
    }

.preview-modal-back {
    position: absolute;
    bottom: 0px;
    padding: 10px;
}

.notify-confirm-content {
    margin-top: 20px;
}

.notify-confirm-body {
    padding: 10px;
    position: relative;
    bottom: 0;
    opacity: 1;
    background-color: rgb(255, 255, 255);
    z-index: 9999;
    box-shadow: 0 -3px 2px rgba(0,0,0,0.16), 0 0 2px rgba(0,0,0,0.23);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 2px #76ac10 solid;
}

.notify-confirm-content .notify-text {
    line-height: 20px;
    float: left;
    font-size: 16px;
    color: #818181;
    width: 100%;
    margin: 0;
    height: 100%;
    text-align: center;
}

.user-summary-content .short-info .pop-up-ratings {
    display: none;
}

.user-summary-content .short-info .popup_name {
    width: 300px;
}
/*Popup name*/

.popup_name {
    width: 400px;
    overflow: hidden;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 9999;
    box-shadow: 0 0 10px#c7c7c7;
    padding: 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    top: -65px;
}

.close_popup {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #808080;
}

.user-summary-body .popup_name img {
    width: 92px;
    height: 96px;
    padding: 2px;
    border: 1px solid #cacaca;
    float: left;
    position: relative;
    margin-right: 13px;
}

.popup_details {
    float: left;
    position: relative;
    width: 260px;
    color: #515151 !important;
}

.pop-up-name {
    font-size: 20px !important;
    color: #515151 !important;
}

.pop-up-ratings {
    float: left;
    width: 100%;
}

.popup-details span {
    color: #818181 !important;
    display: inline-block !important;
}

.pop-up-votes {
    float: left;
    margin-left: 91px;
    color: #818181;
    font-size: 15px;
}

.pop-up-label {
    color: #515151 !important;
    font-size: 16px;
    float: left;
}

.pop-up-telefon {
    display: inline-block;
}

.pop-up-email {
    display: inline-block;
}

.pop-up-after-label {
    float: left;
    margin-left: 15px;
    color: #818181;
}

.pop-up-ratings-apple {
    position: relative;
    float: left;
    margin-left: 5px;
    width: 84px;
    height: 2px;
    display: inline-block;
}

.wait {
    cursor: url("/Img/spinner.GIF");
}

span[account-user-summary-hover] {
    cursor: pointer;
}

    span[account-user-summary-hover]:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.pop-up-apple-rating-red {
    height: 18px !important;
}

    .pop-up-apple-rating-red li {
        height: 19px !important;
    }

.top2 {
    top: 2px !important;
}

.save-favorite-user span:hover {
    text-decoration: underline;
}

.rating-offer-box {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 15px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.rating-offer-box-btns {
    float: right;
    border-top: 1px #e8e8e8 solid;
    padding: 10px 0 !important;
    margin-top: 10px;
}

.newStarRating-left-small {
    width: 100%;
}

.newStarRating-left-value {
    float: left;
    width: 4%;
    border-left: 1px solid #818181;
    line-height: 20px;
    padding: 0 10px;
    margin-left: -60px;
}

.newStarRating-left-big {
    float: left;
    width: 85%;
}

.custom-notification-check {
    width: 22px;
    height: 27px;
    line-height: 0 !important;
    margin-left: 5px;
}

.validation-address-placeholder-bgd::-webkit-input-placeholder {
    color: #c72121 !important;
    font-weight: 400;
}

.validation-address-placeholder-bgd:-moz-placeholder { /*/ Mozilla Firefox 4 to 18 /*/
    color: #c72121 !important;
    opacity: 1;
}

.validation-address-placeholder-bgd::-moz-placeholder { /*/ Mozilla Firefox 19+ /*/
    color: #c72121 !important;
    opacity: 1;
}

.validation-address-placeholder-bgd:-ms-input-placeholder { /*/ Internet Explorer 10+ /*/
    color: #c72121 !important;
    font-weight: 400;
}

address-selection .add-judet.dynamic-content {
    max-height: 245px !important;
}

.dropdown-top-content-token {
    bottom: -6px;
    left: 0px;
    height: 6px;
    position: absolute;
    width: 100%;
    opacity: 0;
}

.dropdown-top-content-token {
    bottom: -6px;
    left: 0px;
    height: 6px;
    position: absolute;
    width: 100%;
    opacity: 0;
}

/*home*/
.services-home {
    border-bottom: 2px solid #fff;
    height: 200px;
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
    height: 96px;
}

    .services-home:before {
        background: none;
        border-bottom: 2px solid #459c1b;
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        left: 0px;
        right: 0px;
        bottom: 2px;
        pointer-events: none;
    }

.services-boxes {
    overflow: hidden;
    margin-bottom: 15px;
}

    .services-boxes .box {
        padding: 10px !important;
        padding-top: 15px !important;
        overflow: hidden;
        color: #fff !important;
        cursor: pointer;
        height: 72px !important;
    }

        .services-boxes .box .img, .services-boxes .box .arrow {
            margin-top: 3px !important;
        }

    .services-boxes .transport {
        margin-right: 2px !important;
        background: #3EBAC9 !important;
    }

        .services-boxes .transport:hover {
            background: #4AC8DA !important;
        }

    .services-boxes .depozitare {
        margin-left: 2px !important;
        background: #EEB300;
    }

.depozitare-icon {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.services-boxes .depozitare:hover {
    background: #FFBF00 !important;
}

.services-boxes .box > div {
    float: left;
    position: relative;
}

.services-boxes .box .text {
    float: left;
    position: relative;
    overflow: hidden;
}

.services-boxes .box .details {
    display: none;
    float: right;
    margin-top: 4px !important;
}

    .services-boxes .box .details div {
        float: left;
        position: relative;
    }

        .services-boxes .box .details div.button {
            box-shadow: 0px 0px 5px#888888;
            margin-right: 15px;
            border-radius: 5px;
            background: none;
            font-size: 20px;
            height: 35px !important;
            line-height: 35px !important;
            padding: 0 35px !important;
            background-position-y: 0px !important;
        }

            .services-boxes .box .details div.button:hover {
                background-color: #4AC8DA !important;
            }



            .services-boxes .box .details div.button img {
                display: none;
                width: 15px;
                position: absolute;
                margin-top: 9px;
                margin-left: -22px;
                transition: all 0s linear;
                transition-delay: 0s;
                -webkit-transition: all 0s linear;
                -moz-transition: all 0s linear;
                -o-transition: all 0s linear;
                -ms-transition: all 0s linear;
            }

        .services-boxes .box .details div.button {
            background: none;
        }

.box-container.left-side.active .transport {
    background-color: #4AC8DA !important;
}

.box-container.right-side.active .depozitare {
    background-color: #FFBF00 !important;
}

.services-boxes .depozitare .button {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAjCAIAAAAxJEzgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDQjJDMzhGRTQ0NTBFNDExQkIyRjk2NDY1RDc1ODUxNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxOTAxQkE1NTQ4OTIxMUU1QjI4OEJFN0Q0MTE0Qzk4NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxOTAxQkE1NDQ4OTIxMUU1QjI4OEJFN0Q0MTE0Qzk4NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ0QjY4MTRCRTM0RkU1MTE5NzhEQjU0RDlERjY2OEU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNCMkMzOEZFNDQ1MEU0MTFCQjJGOTY0NjVENzU4NTE2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+kjKIwQAAAE9JREFUeNpsjcENgDAMA03UGdh/DbZigh7FpBWI9GOdfWq289glhfya6A7xozBhglJpmGJudwyTpMckTV5nyeATValim790inIQa8vyEmAAkw02/hbg/vgAAAAASUVORK5CYII=') /*../Img/services/yellow_bg.png*/ top repeat-x !important;
}

.services-boxes .transport .button {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAjCAIAAADaE/fjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDQjJDMzhGRTQ0NTBFNDExQkIyRjk2NDY1RDc1ODUxNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxOTAxQkE1OTQ4OTIxMUU1QjI4OEJFN0Q0MTE0Qzk4NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxOTAxQkE1ODQ4OTIxMUU1QjI4OEJFN0Q0MTE0Qzk4NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ0QjY4MTRCRTM0RkU1MTE5NzhEQjU0RDlERjY2OEU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNCMkMzOEZFNDQ1MEU0MTFCQjJGOTY0NjVENzU4NTE2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+gY5XSQAAAD9JREFUeNpsi0EOACAIwxoe6J+9+yZwgPFgPJC1y2DMZYB5hIWyGbG88mXd2d5eTv22k17dz5N7mz/hfpwtwAALgTXolA3iRQAAAABJRU5ErkJggg==') /*../Img/services/blue_bg.png*/ top repeat-x !important;
}

.services-boxes .box .details div.xclose {
    margin-top: 4px;
}

.services-boxes .box .img {
    float: left;
    position: relative;
}

.services-boxes .box .all-text {
    float: left;
    position: relative;
    padding-left: 30px;
}

.services-boxes .box .title {
    line-height: 35px;
}

.services-boxes .box .subtitle {
    text-align: left !important;
    padding: 0px !important;
    margin: 0px !important;
}

.services-boxes .box .arrow {
    float: right;
}

.services-boxes .delivery-transport-search {
    padding: 5px 10px;
    background-color: rgba(245, 245, 245, 0.7);
    margin: 0px !important;
    position: relative;
}

    .services-boxes .delivery-transport-search div.button,
    .delivery-transport-search .input-search input {
        margin: 0px !important;
    }

.delivery-transport-search .input-search,
.delivery-transport-search .button,
.delivery-transport-search .xclose {
    margin-right: 5px;
}

.delivery-transport-search .xclose {
    margin-left: 5px;
}

.delivery-container .services-boxes .box .details {
    margin-top: 0px !important;
}

.delivery-transport-search-card {
    margin: 10px 0px;
    padding: 0px 30px !important;
}

.delivery-transport-search-card-check {
}

.delivery-transport-search-card-notice {
    margin: 10px 0px;
}

.bg_transport {
    background-color: #3EBAC9;
}

.bg_depozitare {
    background-color: #EEB300;
}

.home-search-btn .button {
    background-color: #74ae0e !important;
}

    .home-search-btn .button:hover {
        background-color: #82C209 !important;
    }

.transport-home-search-btn .button {
    background-color: #3EBAC9 !important;
}

.agro-blue {
    color: #3EBAC9 !important;
}

.agro-yellow {
    color: #EEB300 !important;
}

.agro-orange {
    color: #f16821 !important;
}

.btn-blue {
    background-color: #3EBAC9 !important;
}

.btn-yellow {
    background-color: #EEB300 !important;
    padding: 8px 7px !important;
}

.border-green {
    border-color: #74ae0e !important;
}

.border-blue {
    border-color: #3EBAC9 !important;
}

.border-yellow {
    border-color: #EEB300 !important;
}

.border-orange {
    border-color: #f16821 !important;
}

.standard-row .list-img {
    border-color: #ffbf00;
}

.simple-row .list-img {
    border-color: #74ae0e;
}

.package-row .list-img {
    border-color: #50770c;
}

.service-row .list-img {
    border-color: #eeb300;
}

.transport-row .list-img {
    border-color: #3EBAC9;
}

/*.service-row .title-desc-container {
    width: auto !important;
}*/

.service-row .img-list {
    height: 30px !important;
}

.promo-notice-img {
    position: absolute !important;
    margin-left: 0 !important;
    margin-top: -9px !important;
}

.img-simple-notice {
    margin-top: -9px !important;
}

.list-row .sticker {
    overflow: hidden;
    margin: -24px 0 0 -28px;
}

    .list-row .sticker .head {
        height: 16px;
    }

    .list-row .sticker .body {
        height: 25px;
        overflow: hidden;
        line-height: 25px;
        width: 122px;
        padding-left: 20px;
        color: #fff;
        text-align: center;
    }

.promo-green .sticker .body {
    background-color: #74AE0E;
}

.promo-yellow .sticker .body {
    background-color: #EEB300;
}

.promo-blue .sticker .body {
    background-color: #3EBAC9;
}

.promo-green .absolute-promo,
.promo-yellow .absolute-promo,
.promo-blue .absolute-promo {
    position: absolute;
    top: 17px;
    left: 125px;
}

.notice-id {
    top: -7px !important;
}

.not-promo {
    top: 17px;
    margin-left: 125px;
}


.promo-green .upArrow,
.promo-yellow .upArrow,
.promo-blue .upArrow {
    bottom: 8px !important;
}

.home-row-title {
    overflow: hidden;
    float: left;
    position: relative;
    text-align: left;
    padding-left: 5px;
}

    .home-row-title h1 {
        font-size: 16px;
        color: #5e5e5e;
        font-weight: 400;
        padding: 0px !important;
        margin: 0px !important;
    }

    .home-row-title span {
        font-size: 12px;
        color: #818181;
    }

.font-14 {
    font-size: 14px;
}

.title-section {
    background-color: #76AC10;
    color: white;
    padding: 5px 10px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.features-container {
    position: relative;
    max-height: 400px !important;
}

.add-params {
    position: relative;
    /*float: right;
    margin-top: -37px;*/
    color: #818181;
    cursor: pointer;
    font-weight: 400;
}

/*.add-params img {
        margin-left: 10px;
    }*/

.delete-param {
    position: relative;
    float: right;
    color: #818181;
    cursor: pointer;
    font-weight: 400;
    margin: 5px;
}

    .delete-param img {
        width: 29px;
    }

.font-normal {
    font-weight: normal !important;
}

.mandatoryStar {
    color: red;
}

.locality-container .mandatoryStar {
    position: absolute;
    top: -20px;
    left: 0px;
    color: red;
}

.user-notice-title .mandatoryStar {
    color: red;
    position: absolute;
    top: 0;
    left: -15px;
}

.mr3 {
    margin-right: 3px !important;
}

.w97p {
    width: 97% !important;
}

.w70 {
    width: 70px !important;
}

.w99p {
    width: 99% !important;
}

.write-message {
    border: 1px solid #e8e8e8 !important;
}

/*Cautare avansata*/

.cautare-avansata {
    width: 100%;
    /*border-top: 2px solid #76ac10;
    border-bottom: 2px solid #76ac10;*/
    margin: 2px 0 !important;
    overflow: visible;
}

    .cautare-avansata .title {
        color: #818181;
        font-size: 25px;
        font-weight: 400;
    }

    .cautare-avansata .autocomplete-advanced-search {
        margin-top: -37px !important;
    }

    .cautare-avansata .advanced-search-box-content {
        margin-bottom: 0px !important;
    }

    .cautare-avansata .buttons {
    }

    .cautare-avansata .btn-search {
        /*width: auto !important;*/
    }

        .cautare-avansata .btn-search a {
            height: 35px !important;
            line-height: 35px !important;
            font-size: 20px !important;
            padding: 0px 25px 0 0 !important;
            background: #76AC10 !important;
            color: #fff;
            display: block;
            font-weight: 400;
        }

            .cautare-avansata .btn-search a:hover {
                background: #5C8D00 !important;
            }

    .cautare-avansata .search-content-margins {
        margin-top: 40px !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    .cautare-avansata .locality-container {
        height: 35px;
        right: 5px;
    }

    .cautare-avansata input {
        width: 100%;
        outline: none;
    }

    .cautare-avansata .ico-apple {
        background: url('../Img/cautareAvansata/ico-mar.jpg') left no-repeat;
    }

    .cautare-avansata .ico-location {
        background: url('../Img/cautareAvansata/ico-loc.jpg') left no-repeat;
    }

.nr-rezultate {
    font-size: 17px;
    color: #818181;
}

.delete-all {
    color: #76ac10;
    position: absolute;
    float: right;
    right: 8px;
    font-weight: 400;
    text-decoration: underline;
    top: 13px;
}

.delete-filter {
    position: relative !important;
    left: -8px !important;
    top: 5px;
    z-index: 999;
}

.facets-options {
    margin-top: -46px !important;
}

.save-search-button {
    color: #76ac10;
    float: right;
    left: 244px;
    font-weight: 400;
    text-decoration: underline;
    top: 14px;
}

    .save-search-button.my-searches::before {
        content: '';
        border-left: 2px solid #c7c7c7;
        margin: 0 10px;
    }

.product-facet {
    margin-left: 15px !important;
    font-size: 16px;
}

.cautare-left .subtitle {
    left: -15px;
}

.sub-item {
    left: 35px;
}

.cautare-avansata-container .cautare-left {
    padding-right: 32px;
}

    .cautare-avansata-container .cautare-left ul > li.active .gray-background {
        background: #cccbc9 !important;
    }

        .cautare-avansata-container .cautare-left ul > li.active .gray-background:hover {
            background: #cccbc9 !important;
        }

.cautare-avansata-container {
    background: #e4e3de;
    width: 100%;
    padding-bottom: 140px !important;
}

    .cautare-avansata-container .cautare-left .filters {
        /*background: #f0f0f0;*/
        padding: 5px 5px 5px 0 !important;
        margin-bottom: 5px;
        overflow: hidden;
    }

        .cautare-avansata-container .cautare-left .filters h2 {
            font-size: 18px;
            padding: 5px 0 0 0 !important;
            color: #818181 !important;
            margin-bottom: 2px;
        }

        .cautare-avansata-container .cautare-left .filters div {
            background: #efefef;
            float: left;
            position: relative;
            font-size: 15px;
            margin-right: 5px;
            margin-bottom: 5px;
            line-height: 24px;
            color: #818181 !important;
            padding: 0 7px;
            border-radius: 3px;
        }

            .cautare-avansata-container .cautare-left .filters div .delete-facet {
                color: #d9d9d9;
            }

    .cautare-avansata-container .cautare-left {
        max-width: 30%;
    }

        .cautare-avansata-container .cautare-left h1 {
            height: 39px;
            line-height: 37px;
            padding: 0 10px 0 0 !important;
            color: #818181;
            font-size: 18px;
            /*background: #f0f0f0;*/
            /*border-top: 1px dotted #f0f0f0;*/
            border-top: 1px dotted #76AC10;
            /*position: relative;*/
            margin-bottom: 0px !important;
            margin-right: 8px;
        }

            .cautare-avansata-container .cautare-left h1:before {
                background: none;
                border-top: 2px solid #fff;
                content: "";
                display: block;
                position: absolute;
                top: 0px;
                left: 0px;
                right: 0px;
                pointer-events: none;
            }

    .cautare-avansata-container .main-content {
        top: 40px;
    }

    .cautare-avansata-container .cautare-left h1:after {
        background: none;
        border-top: 2px solid #fff;
        content: "";
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        pointer-events: none;
    }

    .cautare-avansata-container .cautare-left ul {
        overflow: hidden;
        padding: 0 !important;
        margin: 8px !important;
        color: #818181 !important;
    }

        .cautare-avansata-container .cautare-left ul > li {
            /*border-bottom: 1px solid #f0f0f0;*/
            min-height: 30px;
            line-height: 30px;
            color: #818181;
            font-size: 17px;
            overflow: hidden;
            list-style: none;
            padding: 0 0 0 10px !important;
            margin: 0 !important;
            position: relative;
            cursor: pointer;
        }

            .cautare-avansata-container .cautare-left ul > li .sub-item {
                min-height: 22px !important;
                line-height: 22px !important;
            }

                .cautare-avansata-container .cautare-left ul > li .sub-item .radioGreen.small + label:before {
                    height: 14px !important;
                    width: 14px !important;
                    top: 2px;
                }

            .cautare-avansata-container .cautare-left ul > li .subtitle span:first-child {
                margin-left: 0;
            }

            .cautare-avansata-container .cautare-left ul > li .subtitle span {
                display: block;
            }

            .cautare-avansata-container .cautare-left ul > li .status {
                position: absolute;
                right: 0px;
                top: 3px;
                /*border: 1px solid #818181;*/
                color: #fff;
                font-size: 24px;
                font-weight: 400;
                border-radius: 3px;
                height: 20px;
                width: 20px;
                line-height: 18px;
                text-align: center;
                cursor: pointer;
                background-color: #76AC10 !important;
            }

                .cautare-avansata-container .cautare-left ul > li .status:hover {
                    background: #76AC10 !important;
                }

            .cautare-avansata-container .cautare-left ul > li.active ul {
                display: block;
            }

            .cautare-avansata-container .cautare-left ul > li.active {
                padding-left: 0px !important;
                margin-top: 1px !important;
            }

                .cautare-avansata-container .cautare-left ul > li.active .status {
                    border: none;
                    background: #76AC10;
                }

                .cautare-avansata-container .cautare-left ul > li.active .title {
                    height: 27px;
                    line-height: 37px;
                    padding: 0 10px !important;
                    color: #818181;
                    font-size: 18px;
                    /*background: #f0f0f0;
                    border-top: 1px solid #f0f0f0;
                    border-bottom: 1px solid #f0f0f0;*/
                    position: relative;
                    margin-bottom: 0px !important;
                    display: block;
                }

                    .cautare-avansata-container .cautare-left ul > li.active .title:after {
                        background: none;
                        /*border-top: 1px solid #fff;*/
                        content: "";
                        display: block;
                        position: absolute;
                        bottom: 0px;
                        left: 0px;
                        right: 0px;
                        pointer-events: none;
                    }

            .cautare-avansata-container .cautare-left ul > li .sub-item span .radioGreen.small + label:before {
                height: 14px !important;
                width: 14px !important;
            }



            .cautare-avansata-container .cautare-left ul > li.active ul li {
                min-height: 25px !important;
                height: 25px !important;
                line-height: 27px;
                font-size: 15px;
                border: none !important;
                position: relative;
                cursor: pointer;
            }



                .cautare-avansata-container .cautare-left ul > li.active ul li img {
                    position: absolute;
                    top: 7px;
                    left: 12px;
                }

                .cautare-avansata-container .cautare-left ul > li.active ul li .subtitle {
                    float: left;
                    position: relative;
                    padding-left: 7px;
                    width: 100%;
                    margin-left: 15px;
                }

                .cautare-avansata-container .cautare-left ul > li.active ul li:hover .sub-item {
                    background: #efefef;
                }

                .cautare-avansata-container .cautare-left ul > li.active ul li:hover .subtitle {
                    color: #76ac0e;
                    background-color: #f0f0f0;
                }

            .cautare-avansata-container .cautare-left ul > li .product-facet :hover {
                color: #76ac0e;
                background-color: #f0f0f0;
            }


.sub-item .radioGreen.small:checked + label:before {
    height: 14px !important;
    width: 14px !important;
    background-position: -3px -23px !important;
    border: 2px solid white !important;
}
/*.notice-facets {
    border-bottom: 1px dotted #76AC10;
}*/

/*Popup modal header*/
.points-list-modal {
    color: #818181 !important;
    font-weight: bold !important;
}

    .points-list-modal li {
        padding: 0 15px 0 10px !important;
        height: 40px;
        line-height: 40px !important;
        background: none !important;
        border-bottom: none !important;
    }

        .points-list-modal li:hover {
            background: #f0f0f0 !important;
        }

        .points-list-modal li .container {
            overflow: hidden;
            border-bottom: 1px dashed #818181 !important;
            padding: 0px 0 0 4px !important;
        }

    .points-list-modal .name {
        font-size: 18px;
        color: #818181 !important;
    }

    .points-list-modal .text {
        font-size: 15px;
        color: #818181 !important;
        text-align: left;
    }

    .points-list-modal .score {
        font-size: 24px;
        text-align: center;
        color: #76AC10 !important;
    }

.text-right {
    text-align: right !important;
}

.h26 {
    height: 26px;
}

.h118 {
    height: 118px !important;
}

.h122 {
    height: 122px !important;
}

.h148 {
    height: 148px !important;
}

.h137 {
    height: 137px !important;
}

.h100 {
    height: 100px !important;
}

.br0 {
    border-right: none !important;
}

.bl0 {
    border-right: none !important;
}

.bl2 {
    border-left: 2px solid #fff !important;
}

.br2 {
    border-right: 2px solid #fff !important;
}

span.di {
    display: inline !important;
}

.values-container .title-desc-container.full {
    background: #f0f0f0;
    border-right: 2px solid #fff;
    width: 100% !important;
    padding: 5px 0 5px 5px !important;
}

.service-price {
    /*margin-top: -9px !important;*/
    margin-top: 0px !important;
}

    .service-price span {
        display: inline !important;
    }

    .service-price > span {
        font-weight: 600 !important;
        font-size: 18px;
    }

notice-display-inotice .service-row .values-container .list-column, notice-display-inotice .transport-row .values-container .list-column {
    height: 85px !important;
    padding-top: 0px !important;
}

.green_bg {
    background-color: #76AC10 !important;
}

.account-checkbox label {
    color: #818181;
    font-size: 17px;
    font-weight: 100 !important;
}

.account-checkbox .mandatoryStarNew {
    margin-top: 3px !important;
}


.flip-container {
    perspective: 1000px;
}

    .flip-container:hover .front {
        top: -100px;
        visibility: collapse;
        opacity: 0;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

.flip-container, .front, .back {
    width: 100%;
    height: 100%;
    min-height: 271px;
    cursor: pointer;
}

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.front, .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.front {
    transition: all .5s ease-in-out;
    z-index: 2;
    background-color: #fff;
}

.back {
    z-index: 1;
}

.storage-box-create input[type="text"] {
    height: 35px !important;
}

/*template error bottom fix*/
.infuser-error, .infuser-loading {
    position: fixed;
    bottom: 0;
}

.new-arrange-insert .action-btn-offer {
    margin-top: 0px;
    padding-top: 10px !important;
}

.posrel {
    position: relative !important;
}

.span-inline span {
    display: inline !important;
}

.w-145 {
    width: 145px !important;
}

.publish-modal {
    width: 700px !important;
}

    .publish-modal .help-tip p {
        margin-top: -31px !important;
        margin-right: 5px !important;
        margin-left: 46px !important;
    }

        .publish-modal .help-tip p:before {
            border-right-color: white !important;
            left: -12px !important;
            top: 9px !important;
            border-bottom-color: transparent !important;
        }

    .publish-modal .modal-state {
        padding-top: 20px !important;
    }

    .publish-modal .notice-btns {
        /*margin-top: 100px !important;*/
    }

    .publish-modal .createNotice-content {
        height: 300px !important;
    }

.publish-modal-title {
    padding: 17px 0 5px 25px;
    background: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #696969;
}

.cursor-text {
    cursor: text !important;
}

.div-spinner {
    position: relative !important;
}

    .div-spinner img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 999;
    }

.storage-mp {
    /*position: absolute;*/
    /*top: 5px;*/
    right: -25px;
}

.form-group div#RegistrationCaptcha_CaptchaDiv {
    margin-bottom: 1rem !important;
    width: 100% !important;
}

.preview-modal-card {
    padding: 50px 50px 3px 50px;
}

.blue-icon-arrow {
    bottom: 17px !important;
}

.fb-share-button span:first-of-type {
    vertical-align: top !important;
}

.offers-refresh {
    width: auto;
    margin: 0 5px;
    display: inline-block;
    border-radius: 0px !important;
    font-size: 15px !important;
    color: #818181 !important;
    cursor: pointer;
    background-color: #e8e8e8;
    position: absolute;
    top: -50px;
    right: 0px;
}

    .offers-refresh:hover {
        background: #d9d9d9;
    }

    .offers-refresh span {
        padding-left: 5px;
        padding-right: 5px;
        display: inline-block;
        font-weight: 400;
        height: 23px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        line-height: 24px;
        color: #ff0000;
    }

.promo-bgd {
    background: #F0F0F0;
    margin-left: -33px;
    width: 110%;
    padding: 10px 36px 0px 34px;
}


.color.oswald {
    font-size: 18px;
}

.top-0 {
    top: 0 !important;
}

.align-termscond {
    margin-left: 28px !important;
    text-align: left !important;
    margin-top: 10px !important;
}

.has-tip.noborder {
    border-bottom-style: none !important;
    border-bottom-width: 0 !important;
    cursor: auto !important;
}

.register-button {
    margin-top: 15px !important;
}

.arrow-register {
    width: 19% !important;
    height: 37px;
    top: 15px;
}

.send-register {
    display: inline-flex !important;
}

.owl-promo-c {
    max-width: 320px;
}

    .owl-promo-c .owl-nav {
        padding-top: .4em;
        font-family: sans-serif;
        font-size: .8em;
    }

        .owl-promo-c .owl-nav > div {
            padding: .4em 1.4em;
            border: 1px solid #333;
            background: #000;
            color: white;
            border-radius: .4em;
            background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.2));
            box-shadow: 0.1em 0.1em 0.4em rgba(0, 0, 0, 0.5);
        }

            .owl-promo-c .owl-nav > div:hover {
                background-color: #333;
            }

        .owl-promo-c .owl-nav .owl-prev {
            float: left;
        }

        .owl-promo-c .owl-nav .owl-next {
            float: right;
        }

.help-user {
    min-height: 500px !important;
}

.address-fast-visible:before { /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: white;
    left: 40px;
    top: -12px;
}

.close-address {
    position: absolute !important;
    width: 8px;
    /*margin-left: 540px;*/
    right: 30px;
    margin-top: -56px;
}

.home-locality .close-address {
    position: absolute !important;
    width: 12px;
    right: 30px;
    margin-top: -47px;
}

.home-locality .locality-step-show {
    display: none;
}

.home-locality .search-list {
    top: 40px !important;
    left: 6px;
}

.home-locality .search-dots {
    top: 185px !important;
    left: 6px;
}

.home-locality .search-localitate {
    margin-left: 5px !important;
    padding-left: 25px;
}

.home-locality .fi-marker {
    padding-left: 3px;
}

.home-locality .address-fast-visible {
    left: 5px !important;
    width: 139% !important;
    height: 1060% !important;
}

.home-locality .locality-step {
    width: 100% !important;
    margin-bottom: 25px;
}

.home-locality .address-fast-visible .dynamic-content {
    padding-top: 25px;
}

.infocity {
    padding-left: 30px !important;
    margin-top: 30px !important;
}

    .infocity span {
        font-style: italic;
    }

.boldcity {
    font-weight: bold;
}

city-widget .attr-bgd {
    border: 0 !important;
}

.home-locality .infocity span {
    margin-left: -16px !important;
}

.home-locality .back-to-judet {
    color: #76AC10 !important;
    font-size: 18px !important;
    font-weight: 400;
    margin-left: 14px;
    margin-bottom: 0 !important;
}

    .home-locality .back-to-judet span {
        text-decoration: underline;
        font-weight: 400;
    }

.disabled {
    cursor: no-drop !important;
    pointer-events: none;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-default {
    cursor: default !important;
}

.default-pointer {
    cursor: default !important;
}

.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

}

.reveal-modal-bg {
    z-index: 99998 !important;
}

.partial-check:before {
    background: #c7c7c7 !important;
    border: 2px solid white !important;
}

.no-save-search {
    color: #c7c7c7 !important;
}

.favorite-search-star {
    margin: 0px 5px 5px 0px;
}

.w-auto {
    width: auto !important;
}

/*ochi public/privat*/
.private-contact-check {
    position: absolute;
    right: 10px;
    bottom: 9px;
}

input[type="checkbox"].checkbox-private {
    display: none;
}

    input[type="checkbox"].checkbox-private + label.label-private {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: 0;
        vertical-align: middle;
        background: url(/Img/icons/icon-public.png) left top no-repeat;
        cursor: pointer;
    }

    input[type="checkbox"].checkbox-private:checked + label.label-private {
        background: url(/Img/icons/icon-privat.png) left top no-repeat;
    }


label[data-title].label-private:hover:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #fffffd;
    left: 3px;
    bottom: -15px;
    z-index: 99999;
}

label[data-title].label-private:hover:after {
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    padding: 4px 8px;
    position: absolute;
    bottom: -44px;
    right: -10px;
    white-space: nowrap;
    z-index: 99998;
    background-color: #ffffff;
    color: #818181;
    font-size: 15px;
    font-style: normal;
    line-height: 1.5;
    font-weight: 300;
}

input[type="checkbox"].checkbox-private + label[data-title].label-private:hover:after {
    content: attr(data-title-public);
}

input[type="checkbox"].checkbox-private:checked + label[data-title].label-private:hover:after {
    content: attr(data-title-private);
}

div[data-title].hover-css-tooltip:hover:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    right: 10px;
    bottom: -17px;
    z-index: 99999;
    box-sizing: border-box;
    border: 6px solid #fff;
    border-color: #fff #fff transparent transparent;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    -webkit-box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

div[data-title].hover-css-tooltip:hover:after {
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    padding: 4px 8px;
    position: absolute;
    bottom: -35px;
    right: 0px;
    white-space: nowrap;
    z-index: 99998;
    background-color: #fff;
    color: #818181;
    font-size: 15px;
    font-style: normal;
    line-height: 1.5;
    font-weight: 300;
    content: attr(data-title);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
}

.contact-private-info {
    position: relative;
    color: #818181;
    font-size: 15px;
    font-style: normal;
    line-height: 1.5;
    font-weight: 300;
}

.list-row .moreFromUser[data-title]:hover:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #fffffd;
    left: 23%;
    top: 100%;
    z-index: 99;
}

.list-row .moreFromUser[data-title]:hover:after {
    align-content: center;
    content: attr(data-title);
    padding: 4px 8px;
    color: #333;
    position: absolute;
    top: 150%;
    left: -156px;
    white-space: nowrap;
    z-index: 98;
    background-color: #ffffff;
    box-shadow: 2px 0px 5px #888888;
}

.list-row .moreFromUser {
    left: 10px;
}

    .list-row .moreFromUser img {
        width: 16px;
    }

.produs-details-col .order-other span {
    color: #f0854c !important;
    font-weight: 400 !important;
}

    .produs-details-col .order-other span :hover {
        text-decoration: underline !important;
    }

/*.produs-details-col .order-other {
    margin-left: 3px !important;
}*/

.notice-type {
    height: 18px !important;
    top: -3px;
    cursor: default;
}

    .notice-type span {
        font-size: 14px !important;
        font-family: 'Roboto Condensed', sans-serif !important;
        font-weight: 400 !important;
        color: #553a34 !important;
    }

#list .list-row {
    padding-bottom: 5px !important;
}

.standard-row .notice-type span {
    margin-left: 0 !important;
}

.auction-row .notice-type span {
    margin-left: 19px !important;
}

.transport-row .notice-type span {
    margin-left: 10px !important;
}

.package-row .notice-type span {
    margin-left: 21px !important;
}

.locality {
    line-height: 17px !important;
    margin-top: 0px !important;
}

.produs-details span {
    /*color: black !important;*/
    /*font-weight: 400 !important;*/
}

.analytics-expand-notice {
    left: -4px;
    cursor: pointer;
}

.upArrow {
    left: 4px !important;
}

.login-modal {
    width: 400px;
    border-radius: 0 !important;
}

.top-text-register span {
    text-align: center !important;
}

#login-modal1 .or-register {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.or-register .separator-line {
    border-bottom: 1px solid #c1c1c1;
    line-height: 0.1em;
    margin: -13px 0 20px;
    width: 40%;
}

.or-register :first-child {
    left: 15px;
}

.or-register :last-child {
    right: 18px;
}

.or-register span {
    color: #818181;
    top: -25px;
    position: relative;
}

#login-modal1 .login-input {
    border-radius: 0px !important;
    background-color: white !important;
}

#login-modal1 .display-name {
    margin-top: 20px !important;
}

#login-modal1 .login-modal-text {
    color: black;
    font-weight: 400 !important;
    font-size: 15px !important;
}

#login-modal1 .reset-password {
    text-decoration: underline;
    font-size: 17px !important;
}

#login-modal1 .use-social {
    padding-right: 0 !important;
    top: 12px;
    padding-bottom: 35px !important;
}

#login-modal1 .use-social-text {
    color: black;
    display: inline-block;
    line-height: 2;
    text-align: left;
    margin-left: -10px;
}

#login-modal1 .loginWall-content .use-social-text {
    margin: 20px 0;
    text-align: left;
    display: inline-block;
    color: #4b4b4b;
    float: left;
    line-height: 0;
}

#login-modal1 .close_modal_x, #offer-modal .close_modal_x, #offer-package-modal .close_modal_x {
    font-weight: 600 !important;
    color: lightgray !important;
    font-style: initial !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 23px !important;
    margin-top: -20px !important;
    right: 9px;
}

.list-row .order-other {
    margin-top: 0 !important;
}

.promo-green .produs-title {
    margin-left: -14px !important;
}

#terms-and-conditions-modal {
    width: 100% !important;
    height: 668px;
    overflow-y: scroll;
}

.charCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 52px;
    height: 52px;
    padding: 4px;
    background: #76AC10;
    color: #FFF;
    text-align: center;
    font: 32px Arial, sans-serif;
    font-weight: 900;
}

.close-modal-address {
    position: absolute;
    bottom: -23px;
    right: 90px;
    cursor: pointer;
    -moz-transition: 300ms ease-in-out !important;
    -o-transition: 300ms ease-in-out !important;
    -webkit-transition: 300ms ease-in-out !important;
    transition: 300ms ease-in-out !important;
    box-shadow: 1px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 10px -10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 1px 2px rgba(0,0,0,0.4);
}

    .close-modal-address:hover {
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -o-transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

/* Preloader */
.preloader-container {
    position: relative;
}

.preloader {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    z-index: 999900;
    margin-right: -100px;
    margin-left: -100px;
}

    .preloader .preloader-inside {
        position: relative;
    }

    .preloader.preloader-user-photo {
        margin-right: -10px;
        margin-left: -10px;
    }

    .preloader .preloader-gif {
        width: 200px;
        height: 200px;
        position: absolute;
        left: 50%;
        top: 50%;
        background-image: url(/Img/spinner.GIF);
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 0 0 -100px;
        background-size: 25px;
    }

.min-preloader .preloader .preloader-gif {
    width: 50px;
    height: 50px;
}

ins {
    text-decoration: none !important;
}

    ins span {
        overflow: hidden !important;
        -ms-text-overflow: ellipsis !important;
        -o-text-overflow: ellipsis !important;
        text-overflow: ellipsis !important;
        white-space: nowrap;
        display: block;
        line-height: 17px !important;
        margin-top: 0px !important;
    }

        ins span:first-child {
            padding-top: 8px !important;
        }

.locality-container .pencil-input {
    background-image: url('');
    background-position: right 5px center !important;
}

.visible-pencil .locality-container .pencil-input {
    display: block;
    background-image: url('/Img/newIcons/creion.png');
}

.blog-small-img div {
    width: 60px;
    height: 60px;
    position: relative;
    border-bottom: 4px solid #76AC10;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#offer-modal {
    padding-bottom: 0 !important;
    width: 44% !important;
}

    #offer-modal .close_modal_x {
        color: #bababa !important;
        right: 12px !important;
    }

    #offer-modal .notice-title-unauthorized {
        padding: 10px;
        margin-bottom: 0px !important;
    }

.order-now {
    background: #e7e6e1 !important;
}

    .order-now .comanda-rapida-btn {
        font-size: 18px !important;
        margin-top: 0 !important;
        padding: 5px 19px 4px 19px !important;
    }

    .order-now .total-price .comanda-container {
        margin-top: -5px !important;
    }

    .order-now .sau-negociaza span {
        font-size: 17px !important;
        font-weight: 400 !important;
    }

    .order-now .inputSelect {
        margin: 1px !important;
        width: 100%;
        display: inline-block;
        background-color: white !important;
        cursor: pointer !important;
        border-top: 0;
        border-bottom: 0;
        border-left: 2px #e7e6e1 solid;
        border-right: 2px #e7e6e1 solid;
        font-size: 16px !important;
        padding-right: 10px !important;
    }

    .order-now .dropIcon {
        position: absolute;
        top: 0;
        right: 10px;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #76AC10;
        font-size: 24px;
        z-index: 11;
    }

.offer-delivery-address {
    margin-bottom: 20px;
}

.offer-delivery-address .locality-placeholder{
    display:inline-block;
    margin-top: 11px;
}

#offer-modal .edit-for-auction {
    text-align: right !important;
    color: #000000 !important;
    font-weight: 400 !important;
    padding-left: 10px !important;
}


.order-now .total-price-value {
    background-color: #fefefe;
    padding-left: 90px !important;
    border: 0 !important;
    padding: 11px 0 5px 90px !important;
}

    .order-now .total-price-value span {
        color: #76ab12 !important;
        font-size: 17px !important;
    }

.price-text {
    color: black !important;
}

.details-text {
    color: #76ab12 !important;
}

.offer-delivery-details {
    margin: 20px 0 !important;
}

.order-now .comanda-container {
    margin-top: 2px;
}

#offer-package-modal {
    padding-bottom: 0 !important;
    width: 44% !important;
}

    #offer-package-modal .notice-title-unauthorized {
        padding: 10px;
        margin-bottom: 0px !important;
    }

.standard-product-details input, .offer-delivery-details input {
    background-color: white !important;
}

#offer-package-modal .total-price-value {
    padding: 11px 0px 5px 7px !important;
    min-width: 200px !important;
}

#offer-package-modal .descriptio-header span {
    color: #000000 !important;
    font-weight: 400 !important;
}

#offer-package-modal .descriptio-header .prod-title span {
    color: #818181 !important;
    font-weight: 300 !important;
}

#offer-modal .token-field .pencil-input {
    background-position: right 143px center !important;
}

.order-now .modal-address-content .pencil-input {
    background-position: right 9px center !important;
}

.order-now .modal-address-line input {
    width: 390px !important;
}

.order-now .modal-address-line {
    border-bottom: 0 !important;
}

.order-now #modalTitle {
    padding-left: 24px !important;
}

.order-now .address-fast-visible {
    margin-top: 0 !important;
}

.order-now .back-to-judet span {
    display: none;
}

.footer {
    position: relative;
    width: 100%;
    bottom: 0 !important;
    height: auto !important;
    z-index: 20 !important;
}

.footer-green {
    color: #96BF47;
}

    .footer-green + a {
        color: #fff !important;
    }

.footer-navigation {
    margin-bottom:-20px!important;
    z-index:999;
    position:absolute;
    width: 100%;
    margin-top: -40px;
    border-bottom: 4px #96BF47 solid;
}
.footer-content{
     background: #45302D;
     padding-top:25px !important;
}
.text-fter{
    padding-left:5px !important;
    padding-top:10px !important;
}
.footer-big-text {
    /*font-size: 28px;
    text-align: center;
    margin-bottom: 15px;*/
    /* text-align: center; */
    font-size: 35px;
    margin-bottom: 0px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 100%;
}

    .footer-big-text img {
        width: 32px;
        margin-top: -3px;
    }

    .footer-big-text i {
        margin-right: 10px;
    }

.footer-arrow {
    height: 45px;
    width: 90px;
    border-radius: 90px 90px 0 0;
    -moz-border-radius: 90px 90px 0 0;
    -webkit-border-radius: 90px 90px 0 0;
    background: #96BF47;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
}

    .footer-arrow:hover {
        cursor: pointer;
    }

.footer-contact {
    color: white;
    display: inline-block;
}

    .footer-contact .left {
        margin-right: 20px;
    }

    .footer-contact p, .footer-navigare p {
        margin: 0px;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.4;
    }

.footer-navigare a {
    color: white;
}

    .footer-navigare a:hover {
        color: #808080;
        text-decoration: none;
        cursor: pointer;
    }

.testimonial-name {
    font-size: 22px;
}

.testimonial-date {
    font-size: 14px;
    margin-top: 10px;
    display: block;
}

.testimonial-message {
    font-size: 12px;
    color: white;
    text-align: justify;
}

.footer-navigare img {
    background-color: #96BF47;
    padding: 5px 0px;
    width: 20px;
}

.copyright-agro-text {
    color: #fff;
}

.brained-content {
    margin: 10px 0px;
    margin-top:30px !important;
    color:#fff;
} 

    .brained-content .img {
        border-right: 2px #76ac10 solid;
    }
    .brained-content img {
        width: 70%;
    }

    .brained-content .text {
        display: inline-block;
        float: right;
        color: #fff;
        padding-left: 20px !important;
        padding-top:12px !important;
        font-size: 14px;
        line-height: 17px;
    }

    .brained-content p {
        font-size: 25px;
        color: #76ac10;
    }

.f-tags {
    list-style: none;
    margin-top:20px !important;
}

    .f-tags li {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .f-tags li span {
            color: #76ac10;
            border: 1px solid #fff;
            border-radius: 3px;
            padding: 0 10px;
            display: table;
            font-size: 1rem;
            line-height: 1.6;
            text-align: justify;
        }
        .f-tags li b{
            font-weight:300;
        }
.f-tags-separator{
     border-left: 2px #76ac10 solid;
}
.f-tags-separator-right{
     border-right: 2px #76ac10 solid;
}
.f-tags-description{
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    text-align: justify;
     padding:0 10px;
}

.header {
    width: 100%;
    position: relative;
    z-index: 9999;
}

.small-header {
    height: 40px;
    background-color: #76AC10;
    color: white;
    z-index: 1;
}

    .small-header .push-content-right, .small-header .push-content-left {
        z-index: 11;
        position: relative;
    }

.search-header {
    float: right;
    display: inline-block;
    margin-right: 15px;
    margin-top: 4px;
}

input[type="text"].search-input-header {
    border: none;
    height: 22px;
    background: url("../Img/headerAccount/lupa.png") no-repeat;
    background-color: #fff;
    background-position: 135px 5px;
}

.blog-item {
    display: inline-block;
}

.big-header {
    height: 100px;
    background-color: white;
    z-index: 10;
    /*background-image: url("../Img/pattern.jpg");
    background-repeat: repeat;*/
}

.small-header a {
    color: white;
    float: right;
    display: inline-block;
    margin-right: 3px;
}

    .small-header a:hover {
        color: white;
        text-decoration: underline;
    }

.header-icons, .header-account-info {
    float: left;
    margin-left: 15px;
    width: auto;
    line-height: 39px;
}

    .header-icons span a:hover {
        transform: translateY(-3px);
        transition: 300ms ease-in-out !important;
    }
/*#login{
    line-height:5px;
}*/
#login.user-email {
    margin-top: 0;
    top: 0 !important;
}

.header-account-info {
    float: right;
    margin-right: 15px;
}

.header-account-content, .header-notification {
    float: right;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

    .header-notification .message-body div {
        display: block;
    }

    .header-notification .message-body .user-name {
        font-size: 15px;
        font-weight: 400;
        color: #000;
        width: 100%;
    }

    .header-notification .message-body .message-text {
        font-size: 12px;
        width: 100%;
    }

    .header-notification .message-body .message-hour {
        font-size: 10px;
        width: 100%;
        color: #808080;
    }

    .header-notification .message-body .message-notification {
        font-size: 13px;
        width: 100%;
        color: #808080;
    }

    .header-account-info notif-mail, .header-notification div {
        margin-right: 10px;
        display: inline-block;
    }

.header-notification, .fi-torso {
    font-size: 25px;
}

.header-account-info div {
    display: inline-block;
}

#logoutForm {
    float: right;
    margin-right: 20px;
}

.notif-mail {
    position: relative;
}

    .notif-mail:hover {
        cursor: pointer;
    }

.notif-no {
    position: absolute;
    top: 2px;
    left: 12px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #EA4026;
    color: #F0F0F0;
    cursor: pointer;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}

.user-email {
    line-height: 39px;
    top: 4px;
    width: auto;
    display: inline-block;
    float: right;
}

    .user-email i {
        margin-left: 2px;
        line-height: 32px;
        margin-right: 6px;
    }

    .user-email a {
        margin-right: 20px;
    }

.notification-container {
    height: 440px !important;
    right: 44px !important;
}

    .notification-container .message-header {
        margin-bottom: 50px !important;
        border-bottom: 1px solid #fff;
    }

    .notification-container .message-body {
        display: block;
        float: left;
        max-height: 440px !important;
        position: absolute;
        top: 35px !important;
        left: 0px;
    }

.message-container {
    width: 400px;
    position: absolute;
    z-index: 9999;
    background-color: white;
    top: 40px;
    right: 75px;
    box-shadow: 0px 0px 10px 0px #818181;
    margin-right: 0px !important;
    height: 435px;
}

.message-header {
    background-color: #E6E6E6;
    height: 35px;
    width: 100% !important;
    line-height: 35px;
    color: #4b4b4b;
    position: relative !important;
    font-size: 17px;
}

.message-body {
    width: 400px;
    max-height: 400px;
    height: 400px !important;
    overflow: hidden;
    display: block;
    display: block !important;
    position: relative;
}

    .message-body .ps-scrollbar-y-rail {
        right: -8px !important;
    }

    .message-body .ps-scrollbar-y {
        right: -10px !important;
    }

    .message-body ul {
        list-style: none;
        margin: 0px;
        display: block;
        max-height: 400px;
        /*overflow: auto;*/
    }

    .message-body img {
        display: inline-block;
        margin-bottom: 5px;
        height: 50px;
        width: 50px;
    }

    .message-body ul li {
        color: #4b4b4b;
        float: left;
        width: 100%;
        border-bottom: 1px #818181 dashed;
        /*margin-bottom:10px;*/
        padding: 15px 0 10px 15px;
    }

#notification-header-notifications .message-body ul li .notif-hover:hover,
#notification-header-messages .message-body ul li .notif-hover:hover,
#notification-header-shopping .message-body ul li .notif-hover:hover {
    background-color: #E6E6E6;
    cursor: pointer;
}


.message-body ul li:last-child {
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.message-text {
    display: inline-block;
    width: 200px;
    padding-right: 20px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap;
}
/*.message-body ul li:hover{
   background-color: #e1e5e6;
    cursor: pointer;
}*/
/*.message-body .ul-scroll ul li:hover {
    background-color: #e1e5e6;
    cursor: pointer;
}*/

.message-header a {
    color: #4b4b4b;
    margin: 0px;
}

    .message-header a:hover {
        color: #4b4b4b !important;
        text-decoration: underline;
    }

.message-header .arrow-top {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #E6E6E6;
    position: absolute;
    right: 35px;
    top: -10px;
}

.message-body .search-spin {
    text-align: center !important;
    margin: 15px auto !important;
    display: block;
}

.user-log-content {
    margin-top: 5px;
}

.phone-onpublish-modal .validationMessage {
    margin-top: -50px !important;
    right: -75px !important;
}

.message-title-line {
    font-weight: 400 !important;
    line-height: 17px !important;
    padding-right: 20px !important;
}

    .message-title-line div {
        display: inline !important;
    }

    .message-title-line .user-name {
        margin-right: 0px;
        padding-right: 5px;
    }

    .message-title-line span {
        font-weight: 400 !important;
    }

.message-container-ul li {
    display: none !important;
    border-bottom: none !important;
}

    .message-container-ul li:first-child {
        display: block !important;
    }

.message-container-li {
    position: relative;
}

.message-title-line .message-status {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 12px;
    height: 12px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAYCAYAAADOMhxqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MUExQkJGQTA4MzgxMUU1QTk5RTlDNTJFNjE5RTlDQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MUExQkJGQjA4MzgxMUU1QTk5RTlDNTJFNjE5RTlDQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgxQTFCQkY4MDgzODExRTVBOTlFOUM1MkU2MTlFOUNDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgxQTFCQkY5MDgzODExRTVBOTlFOUM1MkU2MTlFOUNDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ybbD4AAAAVBJREFUeNpi/P//PwMIlK4TZANSGUAcCcQ6DBBwBYiXA/GM7qD3v0ACjCANQMXSQPYWIDZgwA4uALEPUNNTxpK1AiCTT+JRDAMXgdicBUikIysO1p/NoCXhBGZfe7GPYe3FVJiUPhCnMQGJKGTFBtI+DGzMXGAMYocAxZBAFEiDEYynK+mO4Q5tSTdkriETAXcz/Pv/B5n7G6ThHIx35flODA3XX+5H5l5hgoYzGKwBevDC0y0Mv/5+B+OLQPaaCynIGpaDgpUdGqz6BFx3CYjNiI04UBx4gyMOLWlkAnEMEGvCvADES4B4OixpsKCZBNL9B0ozoLEZBigtifJrMXCxC4DZ335+YHj98RrutARSzMMhxMDEyATGIDZIDGda4mYXxHAHmhjhtPQfNZBQ09LXn+8xNID8gTMtgTz45cc7hv///4ExiI3k6cGalgACDABR+aFNpu1JzQAAAABJRU5ErkJggg==') /*../Img/headerAccount/message_read.png*/ no-repeat;
    background-position: 0 0;
}

    .message-title-line .message-status.read {
        background-position: 0 -12px;
    }
/*.message-body ul li ul li:hover{
    background:#f4f4f4 !important; 
}*/

/*.message-body ul li ul li:hover {
    background: #f4f4f4 !important;
}*/

.messages-counter {
    font-size: 12px !important;
}

.shopping-cart-container {
    /*display: none !important;*/
}

.shopping-cart-header li {
    padding: 11px 0 0 15px !important;
    border-bottom: none !important;
    margin-top: 0px !important;
}

    .shopping-cart-header li:last-child .li-content {
        border-bottom: none !important;
    }

.shopping-cart-container ul li .li-content {
    overflow: hidden;
    border-bottom: 1px #818181 dashed;
    width: 370px;
    padding-bottom: 5px;
}

    .shopping-cart-container ul li .li-content span, .shopping-cart-container ul li .li-content a {
        color: #818181;
        float: left;
    }

    .shopping-cart-container ul li .li-content a {
        text-decoration: underline;
    }

.notification-eye {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 25px;
    color: #000;
    cursor: pointer;
}

    .notification-eye:hover {
        color: #76AC10;
    }

.tab-title {
    background-color: #76AC10;
    width: auto;
    font-size: 18px;
    float: left;
    height: 35px;
}

    .tab-title:not(:last-child):after {
        content: "";
        width: 5px;
        height: 35px;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAkCAMAAAB2QQBEAAABF1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABJYS9AAAAXXRSTlMAAQIGewQDfWFsEXoKa2VCPkQYQGl+HBcSaG0IfGdGbyk0G2MHPBYFHWoZMWYMLg5HK10JX1p4OSZXdjYkVXUiUnQgT3MeTXJLcUlwGhRuFRM7DzgNNQsyLywnH1MRnv/uAAAAqUlEQVR4Xg3IQ2IEAQAEwB57ndEia9tGaBv/f0f6UoeCVO+HFmpuzpChFOMObUYbMtREMpWB6MWCDIRqJatBuJ+1NcBfRY4As1CivZbO6XTHMmAPhhYwyk+mQHq+WALl9WYLSLv9gZ6cngHK+cUloLpX17R4cwuId7ljmohTwYs+0MdkSJ9iBjWfHfrymqJv7wGAj88stb8iNP1douW8TqUfCuX3j4p+4R8BWROIs2g90wAAAABJRU5ErkJggg==') /*../Img/btn-bgd/tab-shadow.png*/;
        top: 0;
        right: 0;
        position: absolute;
        display: inline-block;
    }

.tabs-content {
    padding-right: 15px;
}

.tab-title:not(:last-child) {
    /*border-right: 2px #818181 solid;*/
}

.tabs dd.active a, .tabs .tab-title.active a {
    background-color: #5C8D00 !important;
    color: white !important;
}

.tabs dd > a, .tabs .tab-title > a {
    background-color: #76AC10 !important;
    color: white !important;
    padding: 5px 10px !important;
    height: 35px;
}

    .tabs .tab-title > a, .tabs .tab-title > a span {
        font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
    }


.auction-row .attr-bgd {
    background-color: #fff;
    border-color: white;
    border-bottom: 1px #ccc solid;
    height: 30px !important;
}

.auction-winner .auction-row .attr-bgd {
    border-color: #F0F0F0 !important;
    border-bottom: none !important;
}

.auction-row .attr-bgd input[type="text"], .auction-row .inputSelect {
    height: 30px !important;
    border: none !important;
    border-bottom: 1px #ccc solid !important;
    box-shadow: none !important;
}

    .auction-row .attr-bgd input[type="text"]:focus {
        border: none !important;
        box-shadow: none !important;
        background: #fff;
        border-bottom: 2px #3dbbc7 solid !important;
        width: 112%;
        margin-left: -10px !important;
        padding-left: 15px !important;
    }

.input-edit-confirm {
    font-weight: 400;
    color: #4b4b4b !important;
    /*margin: 0!important;
    margin-top: -5px!important;*/
    background-color: rgb(241, 240, 240);
}

.email-label {
    margin-left: 8px;
}

.confirm-code {
    margin-top: 8px !important;
    margin-left: -14px !important;
}

.auction-row .attr-no-border {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.auction-row {
    /*width: 100%;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    float: right !important;
    font-size: 14px !important;*/
}

#userNotifications .auction-row {
    float: left;
    height: 20px;
    margin: 10px 0;
    width: 100%;
}

.content.active {
    /*width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    float: left;*/
}

.half-right-border, .half-left-border {
    width: 1px;
    background-color: #ccc;
    height: 15px;
    display: inline-block;
    float: right;
    margin-top: 15px;
    margin-right: -3px;
}

.half-left-border {
    float: left;
    margin-right: 0;
    margin-left: -11px;
}

.auction-row:hover .attr-bgd {
    background-color: #fff;
    color: #4b4b4b;
}

.offerHeaderContainer {
    background: #fff;
    /*margin-top: -9px;*/
    padding-top: 10px !important;
}

.history-offer.your-offer.no-offer-margin {
    margin-top: 30px !important;
}

.history-offer.your-offer {
    margin-top: 150px !important;
}

.history-offer.cards-offers {
    margin-top: 6px !important;
}

.new-offer-card {
    margin-top: 30px;
}

.history-offer {
    margin-top: 15px !important;
    z-index: 1;
}

.table-header {
    left: -5px;
    margin-top: 10px;
}

.auction-row .ac-orange-bgd {
    text-align: center;
    font-weight: normal;
}

.user-name {
    line-height: 14px;
}

.offer-open-icon {
    position: absolute;
    left: 103px;
    top: 20px;
    background: none !important;
    cursor: pointer;
    width: 19px;
}

.user-img-row {
    height: 35px;
    width: 11.3% !important;
}

.offer-row {
    margin-bottom: 40px;
}

.filter-bgd {
    height: 30px;
    background: #76AC10;
    color: white;
    padding: 5px 0 !important;
    margin-bottom: 10px;
    line-height: 21px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    position: relative;
}

    .filter-bgd .dropIcon {
        top: 24px;
        right: 50%;
    }

.two-rows {
    line-height: 15px !important;
    padding-top: 7px !important;
}

.sort-img {
    margin-right: 3px;
    cursor: pointer;
    margin-top: -7px;
}

.down-sort {
    position: absolute;
    margin-top: 0;
    right: 0;
}

.auction-row input[type=checkbox].css-checkbox ~ label.css-label {
    margin-left: 22px;
    width: 37px;
    display: block;
}

.padding-left-img {
    padding-left: 15px !important;
}

.action-open-row {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.custom-date-width {
    width: 12.2% !important;
}

.custom-user-price-width {
    width: 8% !important;
}

.custom-address-width {
    width: 17.6% !important;
}

.custom-cant-width {
    width: 12.1% !important;
}

.custom-dist-width {
    width: 10% !important;
}

.custom-price-width {
    width: 11.5% !important;
}

.custom-answer-width {
    width: 11% !important;
    float: left !important;
}

.custom-period-width {
    width: 15.8% !important;
}

.custom-buttons-width {
    width: 12% !important;
    float: left !important;
}

.auction-row .custom-date-width {
    padding-left: 35px !important;
}

.filter-bgd .left {
    padding-left: 10px;
}

.auctionContent .custom-answer-width {
    padding-left: 0 !important;
}

    .auctionContent .custom-answer-width button {
        width: 100%;
        height: 35px;
        padding: 5px 7px !important;
    }

.action-choise-btns .button {
    height: 25px;
    padding: 2px !important;
    font-size: 15px !important;
    border-right: 2px #fff solid !important;
}

.category-icon {
    margin-top: -6px !important;
}

.action-choise-content {
    height: 30px;
    padding: 0 0 !important;
}

.action-btn-bgd-A, .action-btn-bgd-Accepta, .action-btn-bgd-Acceptat {
    background-color: #76ac10 !important;
}

.action-btn-bgd-E, .action-btn-bgd-Editeaza, .action-btn-bgd-Contraoferta {
    background-color: #3dbbc7 !important;
}

    .action-btn-bgd-E:hover, .action-btn-bgd-Editeaza:hover, .action-btn-bgd-Contraoferta:hover {
        background-color: #3dbbc7 !important;
    }

.action-btn-bgd-R, .action-btn-bgd-Anuleaza, .action-btn-bgd-Respins, .action-btn-bgd-Respinge {
    background-color: #aeaeae !important;
}

    .action-btn-bgd-R:hover, .action-btn-bgd-Anuleaza:hover, .action-btn-bgd-Respins:hover, .action-btn-bgd-Respinge:hover {
        background-color: #aeaeae !important;
    }

.table-input-bold-color {
    background-color: #5C8D00 !important;
}

    .table-input-bold-color i {
        color: #5C8D00 !important;
    }

    .table-input-bold-color div {
        font-weight: 400 !important;
    }

.action-btn-bgd-SaveOffer {
    background-color: #f16822 !important;
    height: 30px;
    padding: 0 20px;
    width: auto;
    display: block;
    overflow: hidden;
    min-width: 200px;
}

    .action-btn-bgd-SaveOffer:focus {
        outline: 0 !important;
    }

    .action-btn-bgd-SaveOffer:hover, .action-btn-bgd-SaveOffer-img:hover {
        background-color: #FF732C !important;
    }

.action-btn-bgd-SaveOffer-img {
    height: 30px;
    padding: 6px;
    width: 30px;
}

.width-transition {
    width: 0% !important;
    padding: 0 0 0 5px !important;
    position: relative;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.full-width-transition {
    width: 100% !important;
}

.option-select {
    position: absolute;
    right: -48px;
    height: 25px;
    padding: 0 10px;
    display: block;
    background: #76ac10;
}

.option-select-simple-offer {
    position: absolute;
    right: -54px;
    padding: 0 10px;
    display: block;
    background-color: #f16822;
    top: 0;
    height: 30px;
}

.cards-offers .option-select-simple-offer {
    right: 0 !important;
}

.minus20-margin {
    margin-right: -30px !important;
}

.status-icons-content {
    position: absolute;
    left: 98px;
    top: 0;
    width: 40px;
    height: 30px;
    border-bottom: 1px #ccc solid;
    text-align: center;
}

    .status-icons-content img {
        /*float:right;*/
    }

.status-no-border {
    width: 20px;
    left: 110px;
}

.children-offer-body .auction-row:first-child {
    margin-top: 0 !important;
}

.children-offer-body .auction-row:last-child {
    margin-bottom: 40px !important;
}

.filter-active {
    background: url('data:image/jpeg;base64,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') /*../Img/btn-bgd/gradient_hover.jpg*/ !important;
    background-repeat: repeat;
}

.user-nr-offer {
    display: inline-block;
    float: left;
    margin-top: 5px;
}

.tiptip .tooltips {
    top: 0;
}

    .tiptip .tooltips span {
        position: absolute;
        width: auto;
        color: #FFFFFF;
        background: #151515;
        line-height: 30px;
        text-align: left;
        visibility: hidden;
        border-radius: 6px;
    }

        .tiptip .tooltips span:after {
            content: '';
            position: absolute;
            top: -15px;
            left: 25%;
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 15px solid #151515;
        }

.tiptip:hover .tooltips span {
    visibility: visible;
    opacity: 0.8;
    z-index: 999;
    top: 35px;
    left: -20px;
    line-height: 1.2;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    min-width: 110px;
    max-width: 150px;
}

.img-bottom-bgd {
    position: absolute;
    width: 35px;
    height: 8px;
    background-color: #76ac10;
    bottom: -10px;
}

.owner-history-offer {
    margin-top: 35px !important;
}

.message-notice-title {
    line-height: 14px;
}

    .message-notice-title:hover {
        color: blue;
    }

.activity-menu-sell {
    height: 150px;
    background: #76AC10;
    color: white;
    padding: 5px 0 !important;
    line-height: 21px;
    text-align: center;
    font-size: 15px;
    position: relative;
}

.activity-menu-buy {
    height: 150px;
    background: white;
    color: gray;
    padding: 5px 0 !important;
    line-height: 21px;
    text-align: center;
    font-size: 15px;
    position: relative;
}

.div-inline {
    display: inline;
}

.fast-offer-container {
    padding: 15px !important;
    background-color: #fff !important;
    box-shadow: 10px 10px 5px -7px #ccc;
    position: relative !important;
    margin-top: 20px;
}

.fast-offer-exit {
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    right: 15px;
    top: 0;
    color: #4b4b4b;
    z-index: 9999;
}

.fast-offer-locality-text {
    line-height: 35px !important;
    position: relative;
}

    .fast-offer-locality-text .validationMessage {
        padding: 0 !important;
        margin-top: -5px !important;
    }

.fast-offer-container .field-input {
    width: 67%;
    position: relative;
}

    .fast-offer-container .field-input input[type="text"] {
        border: 1px #ccc solid;
        height: 35px;
    }

.buy-now-info-content div, .buy-now-choose-content .field-label {
    padding-left: 0;
}

.buy-now-info-content div {
    margin-top: 20px !important;
}

.buy-now-choose-content {
    margin-bottom: 25px;
}

    .buy-now-choose-content .div-inline {
        margin-top: 15px;
    }

    .buy-now-choose-content span.overflow-text-ellipsis.cursor-pointer {
        border: 1px #ccc solid;
        padding-left: 10px;
    }

.fast-offer-container .comanda-rapida-btn {
    text-align: center;
}

.fast-offer-container .add-judet {
    margin-top: 1px !important;
    left: initial;
    width: 62%;
    right: 48px;
    padding: 0;
}

.fast-offer-container .top-arrow {
    right: 50px;
}

.fast-offer-container .add-container {
    box-shadow: none;
}

.fast-offer-container .token-box-address {
    width: 100% !important;
    background: #fff !important;
    height: 35px;
}

.fast-offer-container .token-box-loc .search-list-content ul {
    top: 35px;
    left: 15px;
    width: 91%;
}

.fast-offer-container .add-field:nth-child(2n+1) .field-input input[type="text"] {
    background-color: #fff !important;
}

.offer-icon-left {
    left: -20px !important;
}

.notify-new-bgd {
    position: absolute;
    display: inline-block;
    padding: 0 5px 0 5px;
    z-index: 0;
    background: #e63c24;
    top: -20px;
    right: 20px;
    color: #fff !important;
    font-size: 15px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 20px;
    font-weight: 400;
}

    .notify-new-bgd.message-unread-no {
        right: 0;
        top: -21px;
        line-height: 20px;
        background: #F16820;
    }
/*new auction styles*/
.title_primary {
    color: #818181;
    font-size: 21px;
    margin: 10px 0 5px 0 !important;
    padding: 0 !important;
}

.box-models-container {
}

    .box-models-container .box-model-container {
        margin-bottom: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left !important;
        position: relative;
        padding: 0 2px !important;
        /*top:50px;*/
    }

    .box-models-container offer-summary .box-model-container, .box-models-container offer-auction-summary .box-model-container {
        top: 50px;
    }

    .box-models-container .box-model-container .content {
        padding: 5px!important;
        padding-bottom: 0 !important;
        float: left;
        background-color: #fff!important;
        border: 1px solid #e8e8e8!important;
        width: 100%;
    }

.box-model-container .content .grey-bgd {
    background-color: #f1f0f0;
    padding: 2px 0 2px 15px;
    border-right: 1px #fff solid;
    display: block;
    float: right;
    width: 98%;
    height: 100%;
    position: relative;
    /*overflow: hidden;*/
}

#anunturi .box-model-container .content .grey-bgd {
    width: 100%;
}

#anunturi .offer-edit-container {
    padding: 0 !important;
}

.aer-content .aer-btn {
    padding-top: 14px !important;
    text-align: center;
    background-color: #f1f0f0;
    height: 70px;
    position: relative;
}

    .aer-content .aer-btn:nth-child(2) {
        border-left: 1px white solid;
        border-right: 1px white solid;
    }

    .aer-content .aer-btn:hover {
        background-color: #e2e2e2;
        cursor: pointer;
    }

.aer-btn .aer-text-regular {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.offer-details-content {
    height: 70px;
    border-right: 1px #fff solid;
}

    .offer-details-content .columns {
        height: 35px;
    }

.offer-img-content {
    display: inline-block;
    width: 40px;
    float: left;
    line-height: 35px;
}

.box-models-container .box-model-container .box_label {
    color: #5e5e5e !important;
    font-weight: 400 !important;
    padding: 1px 0 1px 0 !important;
    height: 25px;
    line-height: 25px;
}

.box-models-container .box-model-container .box_value {
    color: #818181 !important;
    margin: 1px 0 1px 0 !important;
    height: 25px;
    line-height: 25px;
}

    .box-models-container .box-model-container .box_value input {
        height: 25px !important;
        line-height: 20px !important;
        padding: 0 5px !important;
        margin: 0 !important;
    }

    .box-models-container .box-model-container .box_value .input-edit-confirm {
        border: 2px solid #e9e8e8;
    }

    .box-models-container .box-model-container .box_value .validationMessage {
        top: -50px;
        right: -130px;
    }

    .box-models-container .box-model-container .box_value.read_only {
        background: #e9e8e8;
        color: #898989 !important;
        padding-left: 5px !important;
    }

.box-models-container .box-model-container .buttons.save,
.box-models-container .box-model-container .buttons.edit {
    color: #fff !important;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.box-models-container .box-model-container .buttons div[class^='action-btn-bgd-A'],
.box-models-container .box-model-container .buttons div[class^='action-btn-bgd-E'],
.box-models-container .box-model-container .buttons div[class^='action-btn-bgd-R'] {
    color: #fff !important;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    width: 33.33%;
    float: left;
    position: relative;
}

.box-models-container .box-model-container .buttons .save,
.box-models-container .box-model-container .buttons div[class^='action-btn-bgd-A'] {
    background: #76ac10;
}

    .box-models-container .box-model-container .buttons.save:hover,
    .box-models-container .box-model-container .buttons div[class^='action-btn-bgd-A']:hover {
        background: #5C8D00;
    }

.box-models-container .box-model-container .buttons div[class^='action-btn-bgd-E'] {
    background: #40c6d2;
    border-left: 3px solid white;
    border-right: 3px solid white;
}

    .box-models-container .box-model-container .buttons div[class^='action-btn-bgd-E']:hover {
        background: #39bac5;
    }

.box-models-container .box-model-container .buttons .action-btn-bgd-Anuleaza,
.box-models-container .box-model-container .buttons div[class^='action-btn-bgd-R'] {
    background: #f16822;
}

    .box-models-container .box-model-container .buttons .action-btn-bgd-Anuleaza:hover,
    .box-models-container .box-model-container .buttons div[class^='action-btn-bgd-R']:hover {
        background: #de5c19;
    }

.aer-btns .action-choise-content,
.aer-btns .width-transition,
.aer-btns .full-text {
    /*padding: 0 !important;
    margin-top: 10px;*/
}

.aer-btns .option-select {
    right: 0 !important;
}

.full-text div[class^='action-btn-bgd-'] {
    width: 100% !important;
    margin-top: 10px !important;
}

.cards-offers .add-judet {
    margin-top: -8px !important;
    width: 100% !important;
    padding: 0 !important;
    position: absolute;
    z-index: 9999;
    right: 0;
    border: 1px #F4F4F4 solid;
}

.new-offer-card .field-input {
    width: 100%;
}

.offer-lable-text {
    display: inline-block !important;
    line-height: 45px;
}

.offer-lable-text, .aer-text-regular {
    font-size: 15px;
    color: #818181;
}

.offer-text-regular {
    font-size: 17px;
    color: #a9a9a9;
}

.offer-text-bold {
    font-size: 17px;
    color: #5f6060;
    font-weight: 400;
}

.offer-text-bold-small {
    font-size: 14px;
    color: #5f6060;
    font-weight: 400;
}

.offer-text-light {
    font-size: 14px;
    color: #a9a9a9;
}

.offer-edit-inputs-text {
    display: inline-block;
    float: right;
    margin-right: -10px;
}

.auction-text-lable {
    float: left;
    margin-left: 30px;
}

.offer-edit-cell:first-child {
    /*padding:5px 0!important;*/
}

.package-product {
    left: -9px;
}

.offer-edit-cell {
    padding: 0 15px !important;
    height: 35px;
    line-height: 35px;
}

.offer-edit-container {
    padding: 0 0 0 25px !important;
}

    .offer-edit-container .offer-edit-cell {
        border-left: 2px #f1f0f0 solid;
    }

        .offer-edit-container .offer-edit-cell:nth-child(4) {
            border-left: 2px #f1f0f0 solid;
        }

.offer-edit-data {
    padding-top: 6px;
}

.offer-lable-text-light {
    color: #818181;
    font-size: 17px;
}

.offer-lable-text-small {
    color: #818181;
    font-size: 14px;
}

offer-auction-summary .offer-edit-inputs-text {
    float: initial;
    text-align: center;
}

offer-auction-summary .grey-bgd {
    width: 100% !important;
}

offer-auction-summary .aer-content .aer-btn {
    padding-top: 8px !important;
}

.offer-edit-inputs-text img {
    height: 18px;
}

offer-auction-summary .offer-edit-container .offer-edit-cell:nth-child(2) {
    border: none !important;
}

.action-btn-aer {
    border-right: 1px #fff solid;
}

.auction-row .inputSelect.add-offer-date {
    display: inline-block !important;
    width: auto !important;
    float: left !important;
    margin-top: 0 !important;
}

.add-offer-loc .locality-container {
    display: inline-block !important;
}

.status-offer {
    width: 12px;
    height: 74px;
    background: #76ac10;
    display: inline-block;
    float: left;
}
/*div[class^='status-offer-A']{
    background: #76ac10!important;
}
div[class^='status-offer-E']{
    background: #3dbbc7!important;
}
div[class^='status-offer-R']{
    background: #c7c3b4!important;
}
div[class^='status-offer-N']{
     background: #F16822!important;
}*/
.status-offer-A {
    background: #76ac10 !important;
}

.status-offer-E, .status-offer-O {
    background: #3dbbc7 !important;
}

.status-offer-R {
    background: #c7c3b4 !important;
}

.status-offer-N {
    background: #F16822 !important;
}


.offer-delivery-time .offer-negociabil-input,
.offer-negociabil-input,
.offer-negociabil-input input[readonly="readonly"],
.offer-negociabil-input input[readonly],
.input-edit-confirm,
.transport-destination-content .fast-offer-locality-text .locality-text,
.search-transport-date .end-date-content input[type="text"],
.auction-row .inputSelect.add-offer-date {
    border-bottom-color: #D1D1D1 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
    background-color: rgba(255, 255, 255, 0) !important;
    margin-bottom: 0 !important;
    border: none;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    border-top-width: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.input-edit-confirm {
    height: 35px !important;
}

input.roboto.input-edit-confirm.offer-negociabil-input:focus,
input.roboto.input-edit-confirm:focus,
.auction-row .inputSelect.add-offer-date:focus {
    border-bottom: 2px #F16822 solid !important;
    box-shadow: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.auctionContent .offer-negociabil-input input[type="text"] {
    margin-bottom: 0 !important;
}

.show-input-offer {
    position: relative;
    margin-right: 0 !important;
}

.offer-negociabil-input-img {
    position: absolute;
    bottom: 10px;
    right: 5px;
}

.show-input-offer-cell {
    padding-right: 0 !important;
}

.offer-delivery-time, .show-input-offer-cell {
    display: table;
}

    .offer-delivery-time .offer-lable-text,
    .show-input-offer-cell .offer-lable-text-light {
        display: table-cell;
        width: 0;
    }

    .show-input-offer-cell .offer-lable-text-light {
        min-width: 70px;
        padding-top: 0;
        vertical-align: top;
    }

    .offer-delivery-time + input[readonly],
    .show-input-offer-cell .show-input-offer {
        display: table-cell !important;
        width: 100% !important;
    }

.auction-row .grey-bgd {
    width: 100% !important;
}

.notice-offer-content {
    width: 100%;
    height: 46px;
    position: relative;
}

offer-summary .notice-box-title,
notice-summary-draft .notice-box-title,
offer-auction-summary .notice-box-title {
    padding-left: 90px !important;
}

offer-summary .notice-box-title,
notice-summary-draft .notice-box-title,
offer-auction-summary .auction-notice-box-title {
    padding-left: 0;
}

offer-summary .offer-img-content,
notice-summary-draft .offer-img-content {
    width: 28px !important;
}

.offer-summary-img {
    position: absolute !important;
}

offer-summary .offer-lable-text,
notice-summary-draft .offer-lable-text {
    min-width: 60px !important;
    display: block;
}

offer-summary .box-model-container .content .grey-bgd,
notice-summary-draft .box-model-container .content .grey-bgd {
    overflow: visible;
    width: 100%;
}

.acceptat-label-img {
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 201;
}

.offer-locality {
    width: 175px;
    float: right;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 44px;
}

.no-hover-btn:hover {
    background-color: #f1f0f0 !important;
    cursor: default !important;
}

.disabled-bgd, .disabled-bgd:hover {
    cursor: no-drop !important;
    opacity: .4 !important;
}

.points-sprite-card.disabled-bgd:hover {
    background-position: 0 -68px !important;
}

.points-sprite-sms.disabled-bgd:hover {
    background-position: -64px -69px !important;
}

.aer-ultimate-state-txt {
    right: 0;
    font-size: 20px;
}

.offer-delivery-time input.input-edit-confirm.offer-negociabil-input {
    width: 170px;
    height: 27px !important;
}

.offer-details-content input.add-offer-date.input-edit-confirm {
    width: 182px !important;
    height: 36px !important;
}

.pencil-input.inputSelect,
.pencil-input.input-edit-confirm {
    background-position: right 3px center !important;
}

    .pencil-input.input-edit-confirm.pencil-private-contact-info {
        background-position: right 40px center !important;
    }

locality-selection span.overflow-text-ellipsis.cursor-pointer {
    margin-top: 5px;
}

.font-18 {
    font-size: 18px !important;
}

.font-24 {
    font-size: 24px !important;
}

.red-background {
    background-color: red;
    color: #fff;
}

.auctions-list {
    border: 1px solid #e8e8e8;
    padding: 5px 4px 5px 5px !important;
    margin-bottom: 10px !important;
}

    .auctions-list > div {
        border-right: 1px solid #fff;
        background: #f1f0f0;
    }

.checkbox-auction > div {
    float: left;
    border-right: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.offer-details-conten {
    background: #f1f0f0;
}

.auction-select {
    background: #f1f0f0;
    padding: 5px 0px 5px 5px !important;
    z-index: 9999;
}

    .auction-select > .elem {
        border-right: 5px solid #f1f0f0;
        float: left;
        background: #fff;
    }

    .auction-select .elem:last-child {
        border-right: 0px !important;
    }

.select_drop {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAmCAIAAAAjqq7EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDQjJDMzhGRTQ0NTBFNDExQkIyRjk2NDY1RDc1ODUxNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMjk3NTEwMzIyOTQxMUU1QjEwOEExNjI3NzUxMEM2OCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMjk3NTEwMjIyOTQxMUU1QjEwOEExNjI3NzUxMEM2OCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU5QzM4MUMzMTIyQUU1MTE5NDBFOUIzRDA4MkQzQjUwIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ODAzNTg3MGUtMThhNy0xMWU1LTg1YWItODNmMTg0YmE0NWY5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+6X2wJAAAAXVJREFUeNrs1j+rglAYBvCOae2tLYVQiw1+iIbAwSCToA/WWklN4dRWQ4tL2JIOTQ6VQ5CLFBiB94F7iUt1/VMQXDjP5HDe8zvnPaiHhGGY+VSYzAdDMYpRjGIUi8LW6/V8Pn95ItRihugx7O1psVh4nne5XBqNRlppNpsZhlEoFGq1WqKd1et1hmGWy+V0Ok0lYTwk1GKG6JHk989zs9lMJpPr9SqKoiRJhJAkkmmakBRFqVarKTDEcZzxeAxPEIRmsxntfUvZbLbVasVKT7A7T5ZlrPqxDFWQVqsVy7KdTqdcLidpOHl6B9lut6PRKAiCSqWC/mDtd5Ku65ZlpZL+xJD9fq9p2qP3shSFIa7rYn/n85nn+Xa7zXHcTcrlcqqqppJiMORwOAwGA3ilUgkezsm27Xw+3+12i8Vi2teRxN4b4Q2Hw9PpBANdfVlKhCH4svT7fd/335F+DjxJjsdjr9fb7XbhGyH0+k0xilHsf2BfAgwAe+s3HHy5UmIAAAAASUVORK5CYII=') /*/Img/myAccount/licitatii/select_drop.png*/;
    padding: 5px !important;
    background-position: right;
}

.elem_btn {
    padding: 1px 0px 5px 0px !important;
    margin: 0 !important;
    width: 28px !important;
    cursor: pointer;
}

.auction-select:hover .auction-list-popup {
    display: block;
}

.auction-list-popup {
    display: none;
    position: absolute;
    overflow: hidden;
    background: #fff !important;
    width: 750px;
    top: 39px;
    left: 1px;
    padding: 10px !important;
    box-shadow: 0px 0px 10px #888888;
    border: 1px solid#e8e8e8;
    padding: 16px 20px 0 10px !important;
}

    .auction-list-popup > div {
        margin-top: 13px !important;
        margin-bottom: 13px !important;
    }

    .auction-list-popup > .content:hover div {
        background: #e6e6e6;
    }

.auctions-list:hover .element {
    /*background:#e6e6e6;*/
}

.auctions-list .radioElement {
    position: absolute;
    top: -12px;
    left: 5px;
}

.auctions-list .element {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-right: 1px solid #fff;
    background: #f1f0f0;
}

.auction-element {
    z-index: 1;
}

.btn-auction-right {
    margin-top: -9px;
    border-radius: 10px;
    line-height: 55px;
    padding-right: 10px;
    padding-left: 10px;
}

.box-margins {
    border: 1px solid #e8e8e8;
    overflow: hidden;
    padding: 5px;
}

/*Settings tab*/
.settings-group {
    overflow: hidden;
    z-index: 2;
    position: relative;
    padding-left: 25px !important;
}

.settings-group-title {
    height: 39px;
    line-height: 39px;
    padding-left: 10px !important;
    font-size: 20px;
    font-weight: 600 !important;
    color: #818181;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-right: 0px !important;
    z-index: 2;
}

    .settings-group-title span {
        font-weight: 400 !important;
    }

    .settings-group-title .button-stg {
        width: 47px;
        height: 48px;
        position: absolute;
        top: -2px;
        right: -20px;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAABgCAYAAACNKSsVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDQjJDMzhGRTQ0NTBFNDExQkIyRjk2NDY1RDc1ODUxNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowRDhBMEU0NzI0NTgxMUU1QjEwOEExNjI3NzUxMEM2OCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowRDhBMEU0NjI0NTgxMUU1QjEwOEExNjI3NzUxMEM2OCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJCMzQwNjdGQzEyRUU1MTE4NjJFQzlCQzUyQzU1RDdGIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ODAzNTg3MGUtMThhNy0xMWU1LTg1YWItODNmMTg0YmE0NWY5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') /*../Img/myAccount/settings-btn.png*/ no-repeat;
        cursor: pointer;
    }

        .settings-group-title .button-stg:hover {
            background-position: 0 -48px;
        }

.settings-row {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    color: #818181;
    margin-right: 48px !important;
    margin-left: 2px !important;
    margin-bottom: 5px !important;
    float: left !important;
}

    .settings-row > div {
        float: left;
        position: relative;
    }

    .settings-row .settings-type {
        width: 37px;
        height: 32px;
        margin-right: 10px;
    }

    .settings-row .settings-icon img {
        width: 32px;
        height: 32px;
    }

    .settings-row .settings-type.bg-orange {
        background-color: #f16822;
    }

    .settings-row .settings-type.bg-blue {
        background-color: #3cbac5;
    }

    .settings-row .settings-type.bg-grey {
        background-color: #808081;
    }

    .settings-row .settings-type.bg-red {
        background-color: #eb1c23;
    }

    .settings-row .settings-type.bg-green {
        background-color: #80b818;
    }

    .settings-row .settings-type.bg-brown {
        background-color: #543934;
    }

    .settings-row .settings-title span {
        height: 32px;
        line-height: 32px;
        display: inline-block;
        float: left;
        position: relative;
    }

    .settings-row .settings-title {
        background-color: #e6e5de;
    }

    .settings-row .settings-checks {
        float: left !important;
        background-color: #e6e5de;
    }

        .settings-row .settings-checks label {
            padding-left: 20px !important;
        }

.settings-group-content {
    display: block;
}

.auction-check-img {
    position: absolute !important;
    left: 0;
    top: 4px;
}

.settings-row .settings-group-content {
    margin-left: 30px;
}

.settings-icon img {
    background: #e6e5de;
}

.setting-alerts-bgd-ico-balanta img {
    background-color: #3cbac5 !important;
}

.setting-alerts-bgd-ico-hands img {
    background-color: #543934 !important;
}

.setting-alerts-bgd-ico-banix,
.setting-alerts-bgd-ico-handsx img {
    background-color: #808081 !important;
}

.setting-alerts-bgd-ico-cup img {
    background-color: #80b141 !important;
}

.setting-alerts-bgd-ico-clock1 img {
    background-color: #eb1c23 !important;
}

.setting-alerts-bgd-ico-clock2 img {
    background-color: #808081 !important;
}

.tablet-width-res {
    display: block !important;
}

.full-width-res {
    display: none !important;
}

.add-email {
    position: relative;
    background: #76ac10;
    border: 8px #76ac10 solid;
    display: inline;
    padding-left: 10px !important;
    padding-right: 10px !important;
    left: 213px;
    top: -45px;
    color: white;
    z-index: 99;
    overflow: auto;
}

    .add-email:before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-right-color: #76ac10;
        left: -20px;
        top: 3px;
        z-index: 99;
    }

.settings-title {
    padding-left: 7px !important;
    margin-left: -22px !important;
}

.package-draft-row {
    border-bottom: 1px #f1f0f0 solid;
}
.userChooseContent {
    height: 170px;
    text-align: center;
    color: white;
    z-index: 2;
    margin-bottom: 25px;
    cursor: pointer;
    padding: 0px 5px !important;
    background-clip: content-box;
}

    .userChooseContent:first-child {
        padding-left: 0px !important;
    }

    .userChooseContent:last-child {
        padding-right: 0px !important;
    }

    .userChooseContent .userChooseImg {
        height: 80px;
    }

    .userChooseContent:hover .userChooseImg {
        -webkit-filter: contrast(126%);
    }

.userAccount {
    background-color: #3EBAC9;
}

    .userAccount:hover {
        background-color: #4AC8DA;
    }

        .userAccount:hover .userChooseImg {
            -webkit-filter: contrast(126%);
        }

.userShop {
    background-color: #F16822;
}

    .userShop:hover {
        background-color: #FF732C;
    }

        .userShop:hover .userChooseImg {
            -webkit-filter: brightness(1.1);
        }

.userSell {
    background-color: #76AC10;
}

    .userSell:hover {
        background-color: #82C209;
    }

​ .userSell:hover .userChooseImg {
    -webkit-filter: contrast(154%);
}

.userHelp {
    background-color: #EEB300;
}

    .userHelp:hover {
        background-color: #FFBF00;
    }

        .userHelp:hover .userChooseImg {
            -webkit-filter: contrast(126%);
        }

.home-choose-txt-container .first-option:hover, .second-option:hover {
    text-decoration: underline;
    -moz-text-decoration-color: white;
    text-decoration-color: white;
}

.big-text {
    font-size: 28px;
    margin-top: 0;
}

.ml-17 {
    margin-left: -17px !important;
}

.ml-0,.ml0 {
    margin-left: 0 !important;
}

.pl-14 {
    padding-left: 6px !important;
}

.next-choose {
    position: relative;
    display: block;
    margin: 9px;
    float: right;
}

#choose-section {
    margin-top: -7px;
}

.home-choose-txt-container {
    overflow: hidden;
}

.small-text-choose {
    text-align: center;
    font-weight: 300;
    line-height: 1.1;
    padding: 0px 20px 0px 20px;
}

.my-account-choose {
    padding-right: 10px !important;
}

/*ratings*/
.starRating span {
    width: 15px;
    height: 18px;
    background-image: url("/Img/icons/star.png");
    display: inline-block;
    cursor: pointer;
    background-position: -15px 0;
}

    .starRating span.chosen {
        background-position: 0 0;
    }

.starRating:hover span {
    background-position: -15px 0;
}

    .starRating:hover span.hoverChosen {
        background-position: 0 0;
        background-image: url("/Img/icons/star.png");
    }

.newStarRating span {
    width: 17px;
    height: 19px;
    background-image: url("/Img/icons/marGri.png");
    display: inline-block;
    cursor: pointer;
    background-position: -17px 0;
}

    .newStarRating span.chosen {
        background-position: 0 0;
        background-image: url("/Img/icons/marVerde.png");
    }

.newStarRating:hover span {
    background-position: -17px 0;
}

    .newStarRating:hover span.hoverChosen {
        background-position: 0 0;
        background-image: url("/Img/icons/marVerde.png");
        width: 17px !important;
    }

.small-text-choose.userHelp-text-2 span {
    font-weight: 400;
    font-size: 16px !important;
}

.ml-14 {
    margin-left: -14px !important;
}

.list-header {
    margin-bottom: -5px !important;
}

    .list-header .columns {
        padding: 0;
        margin-bottom: -10px;
        z-index: 4;
    }

.center-list-header {
    width: 100%;
    height: 20px;
}

.list-header-bgd {
    background: #74AE0E;
    border-radius: 2px;
    color: white;
    padding: 0 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.show-details {
    position: absolute !important;
    right: -15px;
    /*left: 606px !important;*/
    margin-top: -30px;
    background-color: #fff;
    /*-webkit-box-shadow: 0 -5 -5 8px black;
    -moz-box-shadow: 0 -6px 6px -1px black;
    box-shadow: 0 -3px 1px 0px #a5a2a2;*/
}

    .show-details:hover {
        cursor: pointer;
    }

.promo-bgd .show-details-promo {
    /*left: 612px !important;*/
}


.list-row {
    background-color: white;
    padding: 5px 5px 10px 5px;
    margin-bottom: 30px !important;
    min-height: 122px;
    position: relative;
}

    .list-row a.notice-title-link:hover, .list-row a.notice-id-link:hover {
        color: #4b4b4b !important;
        text-decoration: underline !important;
    }

    .list-row a.notice-id-link {
        color: #4b4b4b !important;
    }
/*.list-row:hover .produs-short .list-column, .list-row:hover .values-container .list-column, .list-row:hover .title-desc-container.full {
        background-color: #dedede !important;
        color: #9E9E9E;
        cursor: pointer;
    }*/
/*
.produs-short:hover .list-column, .produs-short:hover ~ .values-container .list-column {
    background-color: #dedede !important;
    color: #9E9E9E;
    cursor: pointer;
}
*/
.list-column {
    background-color: #F0F0F0;
    color: #818181;
    padding: 6px 0 !important;
    text-align: center;
    line-height: 2;
    -ms-word-break: break-all;
    word-break: break-all;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 85px;
}

.h-auto {
    height: auto;
    border-right: 2px solid #fff !important;
}

.productShowMore {
    cursor: pointer;
}

.list-date-img {
    margin-top: -20px;
    position: relative;
}

.list-date-text {
    position: absolute;
    top: -10px;
    color: white;
    left: 6px;
}

    .list-date-text p {
        margin: 2px 0 -9px 0;
        font-size: 14px;
    }

.down-arrow-list {
    color: #74AE0E;
    text-align: center;
    display: block;
    margin-top: 5px;
    font-size: 30px;
}

.last-offer {
    font-size: 30px;
    color: #818181;
    border-bottom: 2px #74AE0E solid;
    padding: 0 !important;
    font-weight: 600;
    margin-bottom: 30px !important;
}

.list-offer-separator-green {
    width: 20px;
    border-bottom: 4px #808080 solid;
    float: left;
    height: 40px;
}

.list-offer-separator-green-promov {
    overflow: hidden !important;
    padding: 0 5px !important;
    border-bottom: 1px #fff solid;
    color: #fff !important;
    font-size: 20px;
    background: #808080;
    float: left;
    height: 40px !important;
    line-height: 40px !important;
    margin-top: 8px;
    margin-right: 8px !important;
}

.pagination-notices {
    float: right;
    font-size: 20px;
    margin-top: 15px;
    font-size: 17px;
    line-height: 35px !important;
}

    .pagination-notices div {
        float: left;
        position: relative;
    }

        .pagination-notices div.numbers {
            padding: 0 5px;
            font-weight: 400;
        }

        .pagination-notices div.arrow {
            font-size: 35px;
            cursor: pointer;
            margin: 0 5px;
        }

            /*.pagination-notices div.arrow:hover {
                background-color: #dedede;
            }*/

            .pagination-notices div.arrow span {
                padding: 0 10px;
            }

            .pagination-notices div.arrow .arrow-back,
            .pagination-notices div.arrow .arrow-forward {
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                display: block;
            }

.produs-title {
    /*margin-left: -17px !important;*/
    font-size: 18px;
    color: #4b4b4b;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.produs-title-content {
    text-align: left;
    font-size: 15px;
    padding-left: 20px !important;
    line-height: 24px;
    /*cursor: pointer;*/
}

.produs-details-col {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 1px 0;
}

    .produs-details-col img {
        float: left;
        position: relative;
        height: 20px !important;
        margin: 0 4px 0 0 !important;
    }

    .produs-details-col .cantit {
        display: block;
        overflow: hidden;
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

        .produs-details-col .cantit span {
            display: inline;
        }

.text-right {
    text-align: right;
}

.produs-details {
    border-right: 2px white solid;
    border-left: 2px white solid;
}

.produs-short {
    margin-bottom: 5px;
}

.produs-title-content {
    font-weight: 300 !important;
}

.values-container .list-column {
    height: 45px;
}

.produs-short .produs-title {
    font-weight: 400 !important;
}

.produs-short, .produs-long {
    padding: 0 !important;
}

.upArrow {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.expanded-details {
    right: 8px !important;
    top: -2px !important;
}

.list-descriptions {
    line-height: 20px;
    font-size: 14px;
}

.list-img {
    border-bottom: 5px #ffbf00 solid;
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 200;
    height: 85px;
    width: 85px;
}

.img-message-square .list-img {
    border-bottom: 5px #74AE0E solid;
    position: absolute;
    left: 0;
    top: 7px;
    z-index: 200;
    height: 43px;
    width: 43px;
}

.img-message-square .shadow-img {
    height: 43px;
}

.shadow-img {
    position: absolute;
    right: -3px !important;
    top: -2px;
}

.list-details-center {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    line-height: 1.2;
    font-weight: 300 !important;
}

    .list-details-center img {
        margin: 9px 0 5px 0;
    }

    .list-details-center .oswald {
        color: #4b4b4b;
    }

.product-content {
    padding: 10px 17px;
    font-size: 14px;
}

.product-details div {
    color: #4b4b4b;
}

.product-details:nth-child(2) {
    border-left: 1px #dcdcdc solid;
    border-right: 1px #dcdcdc solid;
    min-height: 138px;
}

.product-details:nth-child(3n) {
    border-right: 1px #dcdcdc solid;
    min-height: 138px;
}

.product-footer {
    height: 30px;
    background-color: #dcdcdc;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 5px;
}

    .product-footer .btn-green,
    .product-footer .btn-blue,
    .product-footer .btn-yellow {
        height: 100%;
        line-height: 14px !important;
        font-size: 14px !important;
        width: auto;
        float: left !important;
        margin-left: -15px !important;
    }

.moveArrow {
    text-align: center !important;
    position: absolute !important;
    bottom: 11px;
    right: -7px;
    z-index: 200;
}

.img-small-square {
    height: 87px;
    width: 95px;
    position: relative;
    margin-left: -5px;
    margin-top: -20px;
    z-index: 200;
    float: left;
}

.img-message-square {
    height: 50px;
    width: 50px;
    position: relative;
    margin-left: -12px;
    margin-top: -20px;
    float: left;
}

.title-desc-container {
    float: left;
    position: relative;
    width: 70%;
    padding-left: 9px;
}

ul.pagination li span {
    border-radius: 3px;
    font-weight: normal;
    line-height: 22px;
    height: 24px;
    cursor: pointer;
    float: left;
    position: relative;
    display: block;
    color: #818181;
    font-size: 15px !important;
    padding: 2px 7px !important;
}

ul.pagination span.selected {
    background: #74AE0E;
    color: #ffffff;
}

ul.pagination .arrow a {
    color: #76AC10 !important;
}

    ul.pagination .arrow a:hover {
        color: #5C8D00 !important;
    }

ul.pagination .arrow.unavailable a {
    color: #818181 !important;
}

.participa-licitatie-btn {
    margin-top: 10px;
}

.product-detail-inline div {
    display: inline;
}

ul.pagination .arrow {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAcCAYAAAAX4C3rAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDQjJDMzhGRTQ0NTBFNDExQkIyRjk2NDY1RDc1ODUxNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEQTk1Qjk2QTE5MkMxMUU1ODc2QjhCODdGRDJGRTQ4QyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEQTk1Qjk2OTE5MkMxMUU1ODc2QjhCODdGRDJGRTQ4QyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NjljNTdmNy1lYTdhLTdiNDAtOTQ0NC1lYTA3MTYyYzhhZTQiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo2YTk1YzJkNC0yMTYzLTExZTUtODhkNC1lODJlZmUzYTIwY2UiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4hjr3BAAACiUlEQVR42uyWS2hTURCG741SbH0UF92qi4AiPkBwI4gQiqIuBAVBpEq7rPgoWiwuYpOFrZb6qCKi0kUFXVkXQlWQIAXdCG4UQQmCbtVFFzYSCOk/8B8Yxnvam5IbRDPwQZg752bOnH/OnbBarQZJ2rGRtrq8Z2mD/vgWOAB2gS8x16wBr8FT0Bt2XWkNGmBLwAuwFuwA3xeI7wBvwDewG1RSJiAEd1gB7bsHhpTvMrjPZ85ugrvG56wCDoEqK7RqniTbGCN2kGsDm+hVsAKcVL7rQMp+QfkGwDJuyCV2in8y5kl2BuwD68ET0OKp/COwAezlmsAmKhXbAnq4c7ERsMn4Av7u4QuvGd9GMOqpVpGVFa2OMzF7cvtZyaJe6BK9qALK9OXAHuPTVuazDDekfZ2UR5QVeGJHKRdnl0A3T6ZgF6WULqwtr6FZfkX4ZmOsm1G/29XJ/GG660WfW6mNstLnZuNzJhp7Bt6BfuN7Sx1HWYY3gGjxuEpMZDABDvMkC75EQzbCatDFF4jvNlipfC72AfgJThvfD3DGk2Sam5jWHR2x+W1gu9ZpyjSI6KNkGqQX/KaGtJ5KJqFRHnefJ0k52inwCRyJSFJr/DNj26MqmvSF/xysq/HC/0oZVGr+hE70z9YUz0/uDV5lO2MkGTBG+uIV5XgiTHooyefzC8YUW4frP5QkYenSQP0TjVOhRKanXC7XnJ6a01NzevqfpieX6HnwEkwq7ZzjziY9emrhM+nmQeOb4on4pqcxDjBa91Llh3yW8SUqdhZ8pHZcM/RxQBg3DRLS90GNeM73fp4RT6anx9xIt6lehb5pxqR9if7d01MDL/zGTk/ZbHYxn9x/Y3qKY3MCDACfQPWMwh/MeAAAAABJRU5ErkJggg==') /*../Img/navigation_buttons.png*/ no-repeat;
    cursor: pointer;
    font-size: 17px;
}

    ul.pagination .arrow.arrow_first, ul.pagination .arrow.arrow_last {
        width: 12px;
        height: 14px;
    }

    ul.pagination .arrow.arrow_prev, ul.pagination .arrow.arrow_next {
        width: 9px;
        height: 14px;
    }

    ul.pagination .arrow.arrow_first {
        background-position: 0 0;
    }

        ul.pagination .arrow.arrow_first.unavailable {
            background-position: 0 -14px;
        }

    ul.pagination .arrow.arrow_prev {
        background-position: -33px 0;
        margin-right: 20px;
    }

        ul.pagination .arrow.arrow_prev.unavailable {
            background-position: -33px -14px;
        }

    ul.pagination .arrow.arrow_next {
        background-position: -24px 0;
    }

        ul.pagination .arrow.arrow_next.unavailable {
            background-position: -24px -14px;
        }

    ul.pagination .arrow.arrow_last {
        background-position: -13px 0;
    }

        ul.pagination .arrow.arrow_last.unavailable {
            background-position: -13px -14px;
        }

    ul.pagination .arrow.unavailable {
        cursor: default;
    }


/*.promo-green {
    background-color: #74AE0E;
}

.promo-yellow {
     background-color: #EEB300;
}

.promo-blue {
     background-color: #3EBAC9;
}

    .promo-green .produs-long,
    .promo-yellow .produs-long,
    .promo-blue .produs-long {
        padding-top: 0 !important;
        background-color: white;
    }

    .promo-green .upArrow,
    .promo-yellow .upArrow,
    .promo-blue .upArrow {
        bottom: 0 !important;
    }*/

.package-details {
    display: block !important;
}

    .package-details .mandatory-product:last-child {
        padding-bottom: 10px !important;
    }

.mandatory-product {
    background-color: #f0f0f0 !important;
}

    .mandatory-product span, .package-total-price span {
        color: #5f5f5f !important;
    }

.top-package-details {
    color: #9f9f9f !important;
}

.package-details .mandatory-product {
    border-bottom: 1px white solid;
}

.package-total-price {
    background-color: #e0e0e0 !important;
}

.optional-product span {
    color: #9E9E9E !important;
}

.package-details .optional-product:last-child {
    padding-bottom: 10px !important;
}

.produs-title-content {
    padding-left: 7px !important;
}

.package-total-price span, .mandatory-product span {
    font-weight: 400 !important;
}

.package-elem span {
    display: inline !important;
}

.no-products {
    margin-top: -6px !important;
}

.package-price {
    margin-top: 1px !important;
}

.package-price-text {
    margin-top: 10px !important;
    margin-bottom: -9px !important;
}

@media screen and (max-width: 64.063em) {
    .createNotice-content .photo-content,
    .transport-search-content .photo-content {
        min-height: 655px;
    }

    .space.search-resp {
        height: 210px;
    }

    .menu-button {
        display: block !important;
        top: -40px !important;
    }

    .big-header.push-content-left .menu-button {
        left: 210px !important;
        z-index: 10000;
        top: 0 !important;
    }

    .small-header .push-content-left {
        margin-left: 265px;
    }

    .menu-container {
        border-spacing: 11px 5px;
        width: 561px;
        margin: 0 auto;
        text-align: center;
        float: none;
        display: block;
        margin-top: 89px;
        display: none !important;
        border-spacing: 100px 5px;
    }

    .header-icons {
        margin-left: 55px !important;
    }

    .menu-mobile {
        display: block;
        left: 0 !important;
    }

    .big-header {
        height: 115px;
    }

    .logo-agro {
        text-align: center !important;
        width: 100% !important;
    }

    .first-logo-blog {
        text-align: center !important;
        width: 100% !important;
    }

    .first-logo-blog {
        text-align: center !important;
        width: 100% !important;
    }

    .product-footer .btn-green {
        height: 100% !important;
        float: right;
        margin-right: 60px !important;
        font-size: 15px !important;
    }

    .userChooseContent {
        height: 70px;
        margin-bottom: 0;
        text-align: left;
        line-height: 15px;
        padding: 0 !important;
        height: auto;
    }

    .userHelp-text-1 {
        display: inline-block;
        width: 50%;
        text-align: right;
        padding-right: 35px;
    }

    .userHelp-text-2 {
        display: inline-block;
        width: 30%;
        text-align: left;
        padding-left: 0;
        margin-left: -35px;
    }

    .search-box-content {
        height: 101px;
    }


    .top-bar-section ul li:not(:last-child) {
        margin-right: 3px;
    }

    .all-text-home {
        overflow: hidden;
        float: left;
        position: relative;
        margin-top: 10px;
    }

    .big-text {
        text-align: left;
        width: 85%;
        margin-left: 20px;
        margin-top: 6px;
        font-size: 20px;
    }

    .home-choose-txt-container {
        overflow: visible !important;
        margin-left: 20px;
        min-height: 53px;
    }

    .small-text-choose {
        line-height: 2.5;
        text-align: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        font-size: 12px;
        display: inline;
        text-wrap: none;
    }

    .userChooseImg {
        margin-top: 1px;
        margin-left: -30px;
        width: 9% !important;
        float: left;
        position: relative;
    }

    .carousel-content {
        height: 338px !important;
    }

    #choose-section {
        margin-top: 0;
    }

    .next-choose {
        position: absolute;
        right: 15px;
        left: initial;
        top: 12px;
    }

    #choose-section {
        margin-bottom: 50px;
        width: 100%;
    }

    .sales-package, .sales-package-owl {
        margin-left: 0 !important;
    }

    .package-content {
        width: 100%;
    }

    .shadow-img {
        right: 20px;
    }

    .main-content {
        overflow: visible;
    }

    .top-bar-section ul li:not(:last-child) {
        margin-right: 0;
    }
}

@media screen and (max-width: 64.063em) and (min-width: 769px) {
    .transport-home-search-btn, .home-search-btn .button {
        font-size: 14px !important;
    }

    .edit-upload-container {
        float: left !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .notice-details {
        margin-top: 20px;
    }

    .notice-details-visitor {
        padding-top: 56px !important;
    }

    .notice-title-owner {
        margin-top: -20px !important;
    }

    .notice-details-unauthorized {
        padding-top: 56px !important;
    }

    .insert-title, .learn-btn {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .breadcrumbs-agro {
        padding-left: 15px !important;
    }

    .userChooseImg {
        margin-left: -25px;
    }

    .dz-preview {
        width: 27%;
        margin-left: 90px;
        border: none;
    }

    .dz-default + .dz-preview {
        margin-left: 0 !important;
    }

    .dz-preview:nth-child(3n) {
        margin-left: 88px;
        padding-left: 0;
    }

    .dz-preview .dz-details img {
        width: 262px;
        height: 180px;
    }

    .upload-img-empty:first-child {
        margin-left: 0;
    }

    .upload-empty {
        bottom: -195px;
    }

    .upload-img-empty {
        height: 180px;
    }

    .upload-img-separator {
        height: 180px;
        margin: 15px 44px 0;
    }

    .createNotice-content .photo-content {
        margin: 11px 0 -34px 0 !important;
    }

    #dropzone-create-notice .dz-default {
        background-position: 51% 35%;
        height: 385px;
        padding-top: 245px;
    }

    #dropzone-simple-image .dz-default {
        background-position: 50% 50%;
        height: 385px;
        padding-top: 30%;
    }

    #dropzone-create-notice .dz-default span {
        width: 210px;
        text-align: center;
        font-size: 20px;
    }

    .set-img-main {
        width: 215px;
        min-width: 109px;
        text-align: center;
        font-size: 24px;
        height: 38px;
    }

    .btn-principala-img {
        top: -60px;
    }
}

@media only screen and (max-width: 480px) {


    .radioContainer .radioElement label, .radioContainer .radioElement input {
        overflow: visible !important;
    }

    .boxContent {
        padding-left: 15px;
        padding-right: 15px;
    }

    header .partners li {
        width: 50%;
        padding-left: 0;
    }

    #loginTemporar {
        padding-top: 10px;
        padding-left: 0;
    }

        #loginTemporar .inputGrey {
            margin-left: 0 !important;
            width: 100% !important;
        }

    footer span {
        font-size: 18px;
    }
}

@media only screen and (max-width: 600px) {
    #loginTemporar {
        padding-top: 10px;
        padding-left: 0;
    }

        #loginTemporar .inputGrey {
            margin-left: 0 !important;
            width: 100% !important;
        }

    .radioContainer {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 640px) {
    .change-picture-btn {
        padding-right: 0px !important;
        padding-bottom: 5px !important;
    }

    .home-locality .locality-container .locality-step {
        width: 80% !important;
    }

    .reveal-modal {
        top: 5px !important;
    }

    header .headerContent #logo {
        text-align: center;
    }

        header .headerContent #logo img {
            position: relative;
            padding-top: 20px;
        }

    header .partners {
        margin: auto;
        position: relative;
        float: none;
    }

    .boxContent {
        margin-bottom: 80px;
    }

    #loginTemporar .inputGrey, #loginTemporar .buttonGreen {
        margin-top: 10px !important;
        width: 100%;
        display: block;
    }

    footer .footerLogo {
        text-align: center !important;
    }

    footer .footerText {
        padding-left: 20px !important;
    }

    .locality-container .locality-step {
        width: 127% !important;
    }
}

@media only screen and (max-width: 680px) {
    .loginContainer h1 span {
        display: block;
    }
}

/*just for phone!!*/
@media only screen and (max-width: 767px) {
    .order-other {
        margin-top: 3px !important;
    }

    .other-notice-list .right-arrow {
        padding-right: 20px !important;
    }

    .other-notice-list .left-arrow {
        margin-right: 16px !important;
    }

    .pr7-q {
        padding-right: 0px !important;
    }

    .send-register {
        top: 14px;
    }

    .notice-title-unauthorized {
        margin-bottom: 66px !important;
    }

    .produs-short {
        width: 100% !important;
    }

    .produs-details-col.text-right {
        text-align: left !important;
        font-size: 14px !important;
    }

    .list-descriptions {
        display: inline;
    }

    .phone-no-display {
        display: none;
    }

    .title-desc-container {
        width: 60% !important;
    }

    .values-container {
        /*height: 250px !important;*/
    }

        .values-container .list-column {
            height: 105px !important;
            border-bottom: 2px white solid;
        }

    .phone-notice-card {
        height: 350px;
    }

    .phone-services-notice-card {
        height: 220px;
    }

    .phone-mt-4 {
        margin-top: -4px !important;
    }

    .home-search-btn {
        padding-left: 4px !important;
        padding-right: 0px !important;
    }

    #testAutocomplete div:last-child a {
        padding: 0 13px !important;
        font-size: 16px !important;
    }

    .phone-storage {
        height: 215px !important;
    }

    .phone-mb-15px {
        margin-bottom: -15px !important;
    }

    .mobile-notice-btns {
        margin-top: 15px !important;
    }

    .comanda-container {
        width: 100% !important;
        float: left !important;
    }

    .comanda-rapida-trimite {
        bottom: -60px;
        right: 4px;
    }

    .total-price {
        margin-bottom: 20px;
    }

    .package-elem {
        margin-top: 6px !important;
    }

    .phone-password {
        /*margin-top: 56px !important;*/
        margin-bottom: 20px !important;
    }

        .phone-password .change-info-container {
            /*margin: 0 !important;
            padding: 0 !important;*/
        }

    .no-products {
        margin-top: 6px !important;
    }

    .package-price {
        margin-top: 6px !important;
    }

    .h-auto {
        height: auto;
        border-right: 0 !important;
    }

    .open-row-btn .back-to-arrow {
        margin-top: 0 !important;
        /*margin-right: 118px !important;*/
    }

    /*my account tabs*/

    .tab-title span {
        display: none !important;
    }

    .mobile-activity-search {
        margin-top: 17px !important;
    }

    .mobile-activity {
        margin-top: 45px !important;
    }

    .sell-buy-filter-bgd span {
        height: 23px !important;
    }

    .filter-number {
        line-height: 26px !important;
    }

    .sell-buy-filter-bgd {
        margin: 4px !important;
    }

    .box-model-offer-min {
        margin-left: -19px !important;
    }

    .filters-container {
        width: 400px !important;
    }

        .filters-container div:last-child {
            margin-right: 67px !important;
        }

    .activity-content {
        margin-left: 5px !important;
    }

    .tab-title {
        padding: 0px 1px !important;
    }
    /*notice-activity-card*/
    .offer-edit-container {
        margin-top: 0 !important;
    }

    .offer-edit-container {
        padding: 0 !important;
    }

    .grey-bgd .aer-container-box {
        margin-top: 44px !important;
    }

        .grey-bgd .aer-container-box .aer-content {
            margin-left: -15px !important;
        }

    .offer-edit-container .offer-edit-cell:nth-child(2) {
        border: 0 !important;
    }

    .offer-edit-container .offer-edit-cell:nth-child(4) {
        border: 0 !important;
    }

    .action-choise-content {
        height: 70px !important;
        margin-left: 0 !important;
    }

    .mobile-auction-date {
        margin-top: -25px !important;
    }

    .mobile-auction-time {
        margin-top: -33px !important;
    }

    .mobile-draft {
        margin-top: 30px !important;
    }

    .mobile-drafts {
        margin-right: 0 !important;
    }

    .aer-content .action-choise-content {
        margin-top: 60px !important;
    }

    .auction-element .action-choise-content {
        margin-top: 0 !important;
    }

    .aer-container-box .action-choise-content {
        margin-top: 0px !important;
    }

    .mobile-offer {
        margin-top: 20px !important;
    }

    .auction-element .action-choise-btns img {
        margin-top: -20px !important;
    }

    .offers-filter .filters-container div:last-child {
        margin-right: 57px !important;
    }

    .activity-right-section {
        margin-left: -18px !important;
        margin-top: 20px !important;
    }

    .notifications-row {
        margin-left: 30px !important;
    }

    .messages-container-min {
        margin-left: -17px !important;
    }

    .notifications-row {
        height: 89px !important;
    }

    .get-rating-button {
        margin: 0 22px !important;
    }

    .save-button {
        margin-top: 0px;
    }

    .w625 {
        width: 374px !important;
    }

    .lic-box-new .info-box {
        height: 375px !important;
    }

    .phone-date {
        margin-top: 20px !important;
    }

    .status-offer {
        width: 0 !important;
    }

    .token-combo-box.firstToken {
        height: 315px !important;
        width: 343px !important;
    }

    .token-combo-box.notFirstToken.secondToken {
        left: 186px !important;
        width: 343px !important;
    }

    .createNotice-content .photo-content {
        min-height: 525px !important;
    }

    .notice-details {
        margin-bottom: 49px !important;
    }

    .connected-carousels .stage {
        width: 277px !important;
        margin: 2px auto !important;
        position: relative !important;
    }

    .btn-rotate-img {
        top: -28px !important;
        right: -71px !important;
    }
}

/*max for ipad portrait*/
@media screen and (max-width: 768px) {
    .other-notice-list .left-arrow {
        padding-left: 2px !important;
    }

    .other-notice-list .right-arrow {
        padding-left: 0 !important;
    }

    .order-other {
        margin-top: 5px !important;
    }

    .other-notices {
        margin-left: 15px !important;
    }

    .show-details {
        display: none;
    }

    .cautare-avansata-container .cautare-left {
        max-width: 100% !important;
    }

    /*.address-fast-visible {
        min-width: 106% !important;
    }*/

    .optional-product-price div:first-child {
        border-right: 0;
        padding-bottom: 10px !important;
        padding-right: 68px !important;
        padding-top: 10px !important;
    }

    .storage-title {
        margin-top: 26px !important;
    }

    .optional-product-price div:last-child {
        border-right: 2px #f0f0f0 solid;
        float: right;
        padding-bottom: 8px !important;
        padding-top: 4px !important;
    }

    .token-combo-box.firstToken {
        height: 315px !important;
    }

    .create-notice {
        margin-top: 66px !important;
    }

    .delivery-day {
        display: none;
    }

    .main-content {
        width: 90%;
    }

    .sau-negociaza {
        margin-top: 65px !important;
    }

    .cautare-avansata-lista > .row {
        margin: 0 15px !important;
    }

    .hide-filters {
        display: block !important;
    }

    .comanda-container {
        width: 50%;
    }

    .comanda-rapida-btn img {
        margin-top: 5px !important;
        margin-left: 8px !important;
    }

    .home-search-btn.cautare-avansata-btn {
        padding: 0 3px !important;
    }

    .tab-res {
        margin-top: -272px !important;
    }

        .tab-res .aer-btn.action-choise-btn {
            height: 82px !important;
            line-height: 40px;
        }

        .tab-res .aer-btn {
            width: 100%;
        }

    #preview-modal {
        width: 100% !important;
    }

    .locality-step-show {
        /*line-height: 38px !important;*/
    }

    .home-search-btn.btn-search {
        padding-left: 10px !important;
    }

    .footer-big-text.footer-green {
        padding-left: 20px !important;
    }

    .home-search-btn.cautare-avansata-btn .btn-green {
        line-height: 32px !important;
    }

    .comanda-rapida-trimite {
        margin-bottom: 9px;
        bottom: -51px;
        right: 4px;
    }

    .right-side .all-text, .left-side .all-text {
        padding-left: 6px !important;
    }

    .services-boxes .all-text .title {
        margin-left: 0px !important;
        margin-bottom: -13px !important;
    }

    .lic-box-new .info-box {
        padding-left: 0px !important;
    }

    .lic-box-new .btn-offer {
        font-size: 15px !important;
    }

    .tablet-width-res {
        display: block !important;
    }

    .full-width-res {
        display: none !important;
    }

    .tablet-width-res {
        padding-left: 0 !important;
        float: left !important;
        margin-right: 10px !important;
        padding-right: 10px !important;
        margin-top: 0 !important;
        border-right: 1px solid #fff !important;
        padding-top: 10px !important;
    }

    .new-arrange .offer-details-content {
        border-right: 1px solid #fff !important;
    }

    /*.sell-buy-filter-bgd .filter-number {
        float: left;
        line-height: 37px !important;
    }*/

    .sell-buy-filter-bgd span {
        margin-top: 0 !important;
        display: block;
        float: left;
        padding-left: 10px !important;
    }

    .new-arrange .action-choise-btns {
        border: 0 !important;
        line-height: 40px !important;
        height: 87px !important;
    }

    .new-arrange .action-choise-content {
        margin-top: 10px !important;
    }

    .box-model-container .tablet-width-res .offer-edit-cell {
        padding-left: 10px !important;
        background: #fff !important;
        margin-bottom: 10px !important;
    }

    .box-model-container .tablet-width-res .offer-edit-inputs-text {
        margin-right: 0 !important;
    }

    .new-arrange-insert .tablet-width-res {
        margin-right: 0 !important;
        border-right: 0 !important;
    }

    .new-arrange-insert .offer-edit-inputs-text {
        margin-top: -5px !important;
    }

    .new-arrange-insert .offer-edit-cell {
        padding-right: 0 !important;
    }

    .new-arrange-insert .offer-details-content {
        height: 215px !important;
    }

    .new-arrange-insert .grey-bgd {
        margin-bottom: 6px;
    }

    .new-arrange-insert #date-range-picker {
        width: 245px !important;
    }

    .new-arrange .status-offer {
        height: 264px;
    }

    .new-arrange .grey-bgd {
        margin-bottom: 6px !important;
    }

    .token-combo-box.notFirstToken.secondToken {
        left: -185px !important;
        width: 797px !important;
    }

    .token-combo-box.notFirstToken.thirdToken {
        left: -369px !important;
    }

    .token-combo-box.notFirstToken .blocks {
        width: 156px !important;
    }

    .token-combo-box.firstToken .blocks {
        width: 147px !important;
    }

    .beta-feedback {
        display: none;
    }

    .secondToken {
        left: -185px !important;
    }

    .thirdToken {
        left: -369px !important;
    }

    .forthToken {
        left: -647px !important;
    }

    .fifthToken {
        left: -808px !important;
    }

    .learn-btn, .insert-title {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .breadcrumbs-agro {
        padding-left: 15px !important;
    }

    .menu-container {
        border-spacing: 11px 5px;
        width: 561px;
        margin: 0 auto;
        text-align: center;
        float: none;
        display: block;
        margin-top: 89px;
        display: none;
    }

    .header-icons {
        margin-left: 55px;
    }

    .menu-mobile {
        display: block;
        left: 0 !important;
    }

    .big-header {
        height: 115px;
    }

    .logo-agro {
        text-align: center !important;
        width: 100% !important;
    }

    .first-logo-blog {
        text-align: left !important;
        width: 100% !important;
        margin-left: 135px !important;
    }

    .second-logo-blog {
        text-align: center !important;
        width: 100% !important;
    }

    #testAutocomplete div:nth-child(2) a {
        padding: 10px 2px !important;
        font-size: 16px !important;
        line-height: 20px !important;
    }

    #testAutocomplete div:last-child a {
        font-size: 16px !important;
    }

    .cauta-icon {
        margin-left: 0;
    }

    .userChooseImg {
        margin-left: -25px;
        width: 9%;
    }

    .userHelp-text-1 {
        width: 46%;
    }

    .userHelp-text-2 {
        width: 38%;
    }

    .produs-title-content {
        padding: 0 15px !important;
    }

    .img-simple-notice {
        margin-top: -4px !important;
    }

    .show-details {
        position: absolute !important;
        right: 0;
        left: 601px !important;
        margin-top: -30px;
        background-color: #fff;
    }

    .promo-bgd .show-details-promo {
        left: 606px !important;
    }

    .shadow-img {
        right: -14px;
        z-index: 99;
    }

    .top-bar-section ul li:not(:last-child) {
        margin-right: 3px;
    }

    .package-content {
        width: 101%;
    }

    .edit-upload {
        margin-bottom: 30px;
    }

    .notice-product-img {
        width: 100% !important;
        margin-bottom: 50px;
    }

    .notice-details-content {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .notice-title-visitor {
        margin-bottom: 25px !important;
    }

    .notice-title-owner {
        margin-bottom: 50px !important;
    }

    .notice-details-auction {
        padding-top: 76px !important;
    }

    .notice-details-owner {
        padding-top: 20px !important;
    }

    .notice-title-unauthorized {
        margin-bottom: 35px !important;
    }

    .notice-title-auction {
        margin-bottom: 55px !important;
    }

    .notice-details-unauthorized {
        margin-top: 80px !important;
    }

    .notice-product-img .large-offset-2 {
        width: 44% !important;
        margin-left: 6% !important;
    }

    .notice-product-img .details-user {
        float: right !important;
        margin-top: 0 !important;
    }

    .notice-product-img .connected-carousels .carousel-stage {
        height: 100% !important;
        width: 100% !important;
    }

    .notice-product-img .connected-carousels .stage {
        width: 100%;
        float: left;
        height: 100%;
    }

    .notice-product-img .connected-carousels {
        float: left;
        display: inline-block;
        width: 100%;
        height: 460px;
    }

        .notice-product-img .connected-carousels .navigation {
            margin: 0 auto;
            text-align: center;
            position: absolute;
            bottom: 15px;
            left: 0;
            padding-left: 15px;
            width: 100%;
        }

        .notice-product-img .connected-carousels .carousel-navigation ul {
            width: 100% !important;
            height: 40px;
        }

        .notice-product-img .connected-carousels .carousel ul {
            height: 100%;
        }

        .notice-product-img .connected-carousels .carousel-navigation li {
            width: 33%;
            height: 100%;
        }

        .notice-product-img .connected-carousels .stage .carousel li {
            float: left;
            height: 100%;
            width: 1%;
        }

            .notice-product-img .connected-carousels .stage .carousel li img {
                height: 100% !important;
                /*width: 23%!important;*/
            }

        .notice-product-img .connected-carousels .carousel-navigation li img {
            width: 100px;
            margin-bottom: 5px;
            height: 100%;
            margin: 0 auto !important;
        }

    .connected-carousels .carousel-navigation li:last-child {
        border-right: 0 !important;
    }

    .notice-product-img .tab-title {
        float: right !important;
        margin-right: 15px !important;
    }

    .details-btn {
        top: -40px;
    }

    .moreFromUser div {
        display: block;
    }

    .separator {
        display: none;
    }

    .save-favorite-user {
        text-align: right;
    }

    .see-all-notices {
        margin-top: 10px;
        display: initial !important;
        width: 100%;
        text-align: right;
    }

    .mobile-content {
        margin-bottom: 5px !important;
        text-align: right;
    }

    .mobile-text-ro {
        font-size: 24px;
    }

    .mobile-btn {
        font-size: 24px !important;
    }

    .tabs {
        padding-left: 0 !important;
    }

    .dz-preview {
        width: 27%;
        margin-left: 70px;
        border: none;
    }

    .dz-default + .dz-preview {
        margin-left: 0 !important;
    }

    .dz-preview:nth-child(3n) {
        margin-left: 63px;
        padding-left: 0;
    }

    .dz-preview .dz-details img {
        width: 200px;
        height: 150px;
    }

    .upload-img-empty:first-child {
        margin-left: 0;
    }

    .upload-empty {
        bottom: -165px;
    }

    .upload-img-empty {
        height: 150px;
    }

    .upload-img-separator {
        height: 150px;
        margin: 15px 31px 0;
    }

    .createNotice-content .photo-content {
        margin: 0 !important;
        position: relative;
        margin-bottom: -61px !important;
        margin-top: 12px !important;
    }

    .viewNoticeOwner-content .photo-content {
        margin: 0 !important;
        position: relative;
        margin-bottom: 16px !important;
    }


    .search-list li {
        padding: 5px 0;
    }

    #dropzone-create-notice .dz-default {
        background-position: 51% 35%;
        height: 385px;
        padding-top: 245px;
    }

        #dropzone-create-notice .dz-default span {
            width: 210px;
            text-align: center;
            font-size: 20px;
        }

    .set-img-main {
        width: 215px;
        min-width: 109px;
        text-align: center;
        font-size: 24px;
        height: 38px;
    }

    .help-user {
        min-height: 700px !important;
    }

    .btn-principala-img {
        top: -60px;
    }
    /*my account*/
    #fileUpload .btn-green {
        font-size: 16px !important;
    }

    .ratings .line-desp {
        display: none;
    }

    .my-profie-content .medium-4 {
        width: 50% !important;
    }
}

@media only screen and (max-width: 800px) {
    #loginTemporar {
        padding-top: 10px;
        padding-left: 0;
    }

    #logo img {
    }

    .boxContent {
        margin-bottom: 80px;
    }

    .produs-long {
        font-size: 15px;
        cursor: pointer;
    }
}

@media only screen and (max-width: 1023px) {
    .notice-type-res {
        margin-top: -5px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .save-search-button.my-searches::before {
        border-left: none;
    }

    .locality-distance {
        margin-top: 5px !important;
        /*width: inherit !important;*/
        border-left: 5px solid #E4E3DE;
    }

    .cautare-avansata-container .cautare-left {
        padding-right: 0px;
    }

    .advanced-search-box-content .home-search-btn {
        padding: 0 0px 7px 2px !important;
        margin-top: 5px !important;
    }

    .facets-options {
        margin-top: 0px !important;
    }

    .article-share {
        position: relative !important;
        left: 0 !important;
    }

    .total-package {
        margin-right: -57px;
    }

    .img-carousel {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .w66 {
        width: 66% !important;
    }

    .token-combo-box.notFirstToken .blocks {
        width: 128px !important;
    }

    .more-about {
        margin-left: -12px !important;
    }

    .lic-status {
        margin-bottom: 60px;
    }

    .chat-messages, .user-details, #calificative .comanda-rapida-btn img, .accept-offer-row .user-notice-title, #calificative .history-offer {
        padding-left: 15px !important;
    }

    .locality-step-show {
        /*padding-top: 7px !important;*/
    }

    .sales-package {
        margin-bottom: 70px !important;
        margin-top: 10px !important;
    }

    .pagination-centered {
        margin-bottom: 0px !important;
    }
    /*MOBILE HEIGHT 40*/
    .transport-home-search-btn, .home-search-btn .button {
        font-size: 16px !important;
        height: 40px;
        line-height: 27px;
    }

    .attr-bgd, .attr-title {
        height: 40px !important;
        line-height: 40px !important;
        font-size: 17px !important;
    }

    .attr-details {
        height: 40px !important;
        line-height: 40px !important;
        font-size: 17px !important;
    }

    .ac-orange-bgd, .ac-green-bgd,
    .ac-blue-bgd, .ac-gray-bgd,
    .add-judet .add-field,
    .predefined-container,
    .auctionContent input[type="text"],
    .search-create .status-text,
    .createNotice-content input[type="text"],
    .editFields input[type="text"], .editFields input[type="search"] {
        height: 40px !important;
        line-height: 40px;
    }

    .field-label {
        line-height: 40px;
    }

    .next-attr {
        top: -40px;
    }

    .editFields .datepicker-text {
        top: 7px;
    }
    /*MOBILE HEIGHT 40*/
    .comanda-rapida-btn {
        padding-top: 7px !important;
        /*height: 45px;*/
        line-height: 30px !important;
        width: 70%;
    }

        .comanda-rapida-btn span {
            padding-left: 20px;
        }

        .comanda-rapida-btn img {
            margin-top: -13px;
        }

    .comanda-rapida-trimite {
        bottom: -60px;
        right: 4px;
    }

    .search-list li {
        padding: 5px 0;
    }

    .createNotice-content .photo-content {
        min-height: 730px;
    }

    .fast-offer-container .token-box-address {
        height: 40px;
    }

    .home-locality .close-address {
        right: 30px;
        margin-top: -47px !important;
    }

    .locality-step-show {
        /*top: -38px;*/
    }

    .back-to-judet {
        bottom: -475px;
        right: 15px;
    }

    .close-address {
        position: absolute !important;
        width: 14px;
        /*margin-left: 534px;*/
        right: 30px;
        margin-top: -56px !important;
    }

    .locality-container .locality-step {
        top: 0;
        height: 633px !important;
        width: 100% !important;
    }

    .home-locality .locality-container .locality-step {
        top: 0;
        height: 636px !important;
        width: 100% !important;
    }

    .home-locality .address-fast-visible {
        left: 6px !important;
        width: 143% !important;
        height: 1456% !important;
    }

    .locality-step-show .input-img-place {
        left: -16px !important;
        top: 8px !important;
    }

    .fast-offer-container .top-arrow {
        right: 145px;
    }

    .beta-feedback {
        display: none;
    }

    .userChooseContent .userChooseImg {
        height: auto;
    }

    .userChooseContent {
        height: 60px;
    }

        .userChooseContent .all-text-home {
            margin-top: 12px;
        }

    .notice-product-img .large-offset-2 {
        width: 44% !important;
        margin-left: 6% !important;
    }

    .notice-product-img .details-user {
        width: 34% !important;
        float: left !important;
        margin-top: 0 !important;
    }

        .notice-product-img .details-user .moreFromUser {
            width: 70% !important;
            float: left !important;
            margin-top: 0 !important;
        }

    .notice-product-img .connected-carousels {
        float: left;
        display: inline-block;
        width: 100%;
        height: auto !important;
        position: relative;
    }

    .share-buttons {
        margin-top: -30px !important;
    }

    .share-buttons-visitor {
        margin-top: 68px !important;
    }

    .mt28 {
        margin-top: 28px !important;
    }

    .mt90 {
        margin-top: 90px !important;
    }

    .notice-product-img .connected-carousels .carousel-stage {
        height: 100% !important;
        width: 100% !important;
    }

    .notice-product-img .connected-carousels .stage {
        width: 100%;
        float: left;
        height: 100%;
    }

    .notice-product-img .connected-carousels .navigation {
        margin: 0 auto;
        text-align: center;
        position: absolute;
        bottom: -90px;
        left: 0;
        width: 100%;
    }

    .notice-product-img .connected-carousels .carousel-navigation ul {
        width: 100% !important;
        height: 40px;
    }

    .notice-product-img .connected-carousels .carousel ul {
        height: 100%;
    }

    .notice-product-img .connected-carousels .carousel-navigation li {
        width: 33%;
        height: 100%;
    }

    .notice-product-img .connected-carousels .stage .carousel li {
        float: left;
        height: 100%;
        width: 1%;
    }

        .notice-product-img .connected-carousels .stage .carousel li img {
            height: auto !important;
            /*width: 100%!important;*/
        }

    .notice-product-img .connected-carousels .carousel-navigation li img {
        width: 100px;
        margin-bottom: 5px;
        height: 100%;
        margin: 0 auto !important;
    }

    .connected-carousels .carousel-navigation li:last-child {
        border-right: 0 !important;
    }

    .notice-product-img .tab-title {
        float: right !important;
        margin-right: 15px !important;
    }

    .details-btn {
        top: -62px !important;
    }

    .moreFromUser div {
        display: block;
    }

    .separator {
        display: none;
    }

    .save-favorite-user {
        text-align: left;
    }

    .see-all-notices, .favorite-user {
        margin-top: 10px;
        display: initial !important;
        width: 100%;
        text-align: left;
    }

    .ratings div {
        display: inline-flex !important;
    }

    .mobile-content {
        margin-bottom: 5px !important;
        text-align: right;
    }

    .mobile-text-ro {
        font-size: 24px;
    }

    .mobile-btn {
        font-size: 24px !important;
    }

    .tabs-content .content.active, .accept-offer-content {
        padding-left: 0 !important;
    }

    .footer-contact span.footer-green {
        display: block !important;
    }

    .create-notice {
        margin-top: 66px !important;
    }
}

@media only screen and (max-width: 1280px) {
    .home-choose-txt-container {
        min-height: 53px !important;
    }
}

@media only screen and (min-width: 590px) and (max-width: 640px) {
    #loginTemporar .inputGrey, #loginTemporar .buttonGreen {
        margin-top: 10px !important;
        margin-left: 0 !important;
        width: 100% !important;
        display: block;
    }
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
    #logo img {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 725px) and (max-width: 870px) {
    .services-boxes .subtitle {
        display: none;
    }
}

/*landscape*/
@media only screen and (min-width: 1024px) and (max-width: 1085px) {
    .title-desc-container {
        width: 67% !important;
    }

    .order-other {
        margin-top: 8px !important;
    }

    .show-details {
        margin-left: 113px !important;
    }

    .promo-bgd .show-details-promo {
        left: 624px !important;
    }
}

@media only screen and (min-width: 768px)and (max-width: 769px) {
    .other-notices-container {
        width: 95% !important;
    }
}

/*landscape and  portrait*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #offer-package-modal .reveal-modal, #offer-modal .reveal-modal {
        top: 7% !important;
    }

    #offer-package-modal, #offer-modal {
        width: 90% !important;
    }

        #offer-package-modal .comanda-container, #offer-modal .comanda-container {
            width: 77%;
        }

        #offer-package-modal .comanda-rapida-btn, #offer-modal .comanda-rapida-btn {
            width: 127% !important;
            line-height: 25px !important;
        }

    .reveal-modal .sau-negociaza {
        margin-top: 37px !important;
    }

    .reveal-modal .attr-bgd {
        height: 34px !important;
    }

    .order-now .total-price-value {
        float: right !important;
    }

    .phone-password {
        margin-top: 60px !important;
    }

    .editFields .create-row {
        margin-top: 41px !important;
    }

    .default-notice-photo {
        display: none !important;
    }

    .delivery-day {
        display: none;
    }

    .notice-btn.details-btn {
        margin-top: 33px;
    }

    .services-boxes .all-text {
        padding-left: 20px !important;
        padding-top: 4px !important;
    }

    .services-boxes .title {
        margin-left: 0px !important;
        line-height: 15px !important;
    }

    .comanda-rapida-btn {
        /*line-height: 33px !important;*/
        /*height: 40px !important;*/
        float: right;
    }

    .details-btn {
        top: -62px !important;
    }

    .comanda-container {
        width: 40%;
    }

    .sau-negociaza {
        width: 100%;
        margin-top: 70px;
    }

    .notice-type-res {
        margin-top: -5px;
    }

    #tabs-container {
        padding-left: 15px !important;
    }

    point-myaccount-situation-tab .points-container .box {
        margin-bottom: 50px !important;
    }

    .points-container .medium-4:nth-child(2) {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .change-password-btn {
        margin-left: 0 !important;
    }

    .change-username-btn {
        margin-left: -20px !important;
    }

    .activity-right-section {
        margin-top: 20px !important;
    }

    .activity-tab-min .action-choise-content {
        overflow: hidden;
        height: 70px;
    }

    .activity-tab-min .aer-btn.action-choise-btns img {
        float: left !important;
        position: relative !important;
    }

    .activity-tab-min .aer-btn.action-choise-btns div {
        float: left !important;
        position: relative !important;
    }

    .activity-tab-min .offer-details-content {
        overflow: hidden;
    }

    .activity-tab-min .aer-container {
        overflow: hidden;
        height: 100px;
    }

    #fix-tab {
        padding-left: 0 !important;
    }

        #fix-tab li {
            text-align: center;
        }

            #fix-tab li:first-child:nth-last-child(1),
            #fix-tab li:first-child:nth-last-child(1) ~ li {
                width: 100%;
            }

            #fix-tab li:first-child:nth-last-child(2),
            #fix-tab li:first-child:nth-last-child(2) ~ li {
                width: 50%;
            }

            #fix-tab li:first-child:nth-last-child(3),
            #fix-tab li:first-child:nth-last-child(3) ~ li {
                width: 33.33%;
            }

            #fix-tab li:first-child:nth-last-child(4),
            #fix-tab li:first-child:nth-last-child(4) ~ li {
                width: 25%;
            }

            #fix-tab li:first-child:nth-last-child(5),
            #fix-tab li:first-child:nth-last-child(5) ~ li {
                width: 20%;
            }

    .message-container-full {
        margin-top: 20px !important;
    }

    .messages-container-min .my-account-messages-title {
        margin-right: 0 !important;
        padding-left: 0 !important;
    }

    .messages-container-min .filters {
        margin-right: 0 !important;
    }

    .messages-container-min .notifications-filters {
        margin-left: 0 !important;
    }

    .messages-container-min .notifications-row {
        margin-left: 0 !important;
    }

    input.sell-buy-search {
        line-height: 35px !important;
    }

    .messages-container-min {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .box-models-container-min.minus20-margin, .box-model-offer-min .minus20-margin {
        margin-right: 0 !important;
    }

    .box-models-container-min .offer-location-date {
        padding-left: 92px !important;
    }

    .box-model-offer-min .aer-container-box {
        overflow: hidden;
    }

    .box-model-offer-min .my-account-section-title {
        margin-left: 0 !important;
    }

    .box-model-offer-min .sell-buy-filter-bgd.sell-buy-dropdown {
        margin-right: 3px;
    }

    .box-model-offer-min .aer-btns.aer-content {
        height: 70px;
    }

    .auction-notices-min .grey-bgd {
        width: 100% !important;
        margin-bottom: 5px !important;
    }

    .notice-summary-draft-min .grey-bgd {
        height: 70px !important;
    }

    .notice-summary-draft-min .aer-btn.action-choise-btns img {
        float: none !important;
    }

    .title-auction {
        padding-left: 5px !important;
    }

    .brained-content {
        padding-right: 20px !important;
    }

    .password-content {
        margin: 0 !important;
    }

    .password-btn-container > div {
        margin-right: -64px !important;
        width: 100%;
    }

    .notice-details-visitor {
        padding-top: 70px !important;
    }

    .notice-details {
        margin-top: 20px !important;
    }

    .comanda-rapida-btn img {
        margin-top: 2px !important;
        margin-left: -2px !important;
        width: 11% !important;
        margin-right: 10px;
    }

    .edit-upload-container {
        width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .editFields input[type="text"], .editFields input[type="search"] {
        padding-right: 25px !important;
    }

    #payment.selectOption {
        z-index: 9999;
    }

    .details-user.dynamic-content .ratings {
        text-align: right !important;
    }

    .sell-buy-filter-bgd {
        height: 40px;
        margin: 0 !important;
        text-align: left !important;
    }

    .filters-container {
        width: 100% !important;
    }

        .filters-container .sell-buy-filter-bgd .filter-number {
            height: 40px !important;
            line-height: 40px !important;
            float: left;
        }

        .filters-container .sell-buy-filter-bgd span, .filters-container .sell-buy-filter-bgd.sell-buy-dropdown div {
            height: 40px !important;
            line-height: 40px !important;
            float: left;
            line-height: 45px !important;
            padding-left: 10px !important;
        }

        .filters-container .sell-buy-filter-bgd.sell-buy-dropdown .filter-drop-icon {
            right: 10px;
            top: 15px;
        }

        .filters-container .sell-buy-filter-bgd span.filter-selected-all {
            line-height: 44px !important;
        }

        .filters-container .sell-buy-filter-bgd:first-child:nth-last-child(1),
        .filters-container .sell-buy-filter-bgd:first-child:nth-last-child(1) ~ .sell-buy-filter-bgd {
            width: 100% !important;
        }

        .filters-container .sell-buy-filter-bgd:first-child:nth-last-child(2),
        .filters-container .sell-buy-filter-bgd:first-child:nth-last-child(2) ~ .sell-buy-filter-bgd {
            width: 50% !important;
        }

        .filters-container .sell-buy-filter-bgd:first-child:nth-last-child(3),
        .filters-container .sell-buy-filter-bgd:first-child:nth-last-child(3) ~ .sell-buy-filter-bgd {
            width: 33.33% !important;
        }

        .filters-container .sell-buy-filter-bgd:first-child:nth-last-child(4),
        .filters-container .sell-buy-filter-bgd:first-child:nth-last-child(4) ~ .sell-buy-filter-bgd {
            width: 25% !important;
        }

        .filters-container .sell-buy-filter-bgd:first-child:nth-last-child(5),
        .filters-container .sell-buy-filter-bgd:first-child:nth-last-child(5) ~ .sell-buy-filter-bgd {
            width: 20% !important;
        }

        .filters-container .sell-buy-filter-bgd:first-child:nth-last-child(6),
        .filters-container .sell-buy-filter-bgd:first-child:nth-last-child(6) ~ .sell-buy-filter-bgd {
            width: 16.6% !important;
        }

    .change-info-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .order-other {
        margin-top: 8px !important;
    }

    .token-combo-box.firstToken {
        height: 315px !important;
        width: 790px !important;
    }

    .token-combo-box.notFirstToken.secondToken {
        left: -243px !important;
        width: 790px;
    }


    .token-combo-box.notFirstToken.thirdToken {
        left: -485px !important;
    }

    .userChooseImg {
        width: 7% !important;
    }

    .other-notices {
        margin-left: 15px !important;
    }

    .cautare-avansata-container .cautare-left {
        max-width: 100% !important;
    }

    .cauta-icon {
        margin-left: 0 !important;
    }

    .article-share {
        position: relative !important;
        left: 0 !important;
    }

    .help-user {
        min-height: 600px !important;
    }

    .storage-title {
        margin-top: 26px !important;
    }

    .total-package {
        margin-right: -189px;
    }

    .optional-product-price div:first-child {
        border-right: 0;
        padding-bottom: 10px !important;
        padding-right: 126px !important;
        padding-top: 10px !important;
    }

    .optional-product-price div:last-child {
        border-right: 2px #f0f0f0 solid;
        float: right;
        padding-bottom: 8px !important;
        padding-top: 4px !important;
    }
}

@media screen and (min-width: 980px) and (max-width: 1500px) {
    header .partners li h2 {
        white-space: nowrap;
    }
}

@media only screen and (min-width: 768px) {
    .values-container .list-column {
        height: 85px;
        padding-top: 11px !important;
    }

    .values-container img {
        display: block;
        margin: auto;
    }

    /*.home-img {
        margin-left: -3px !important;
    }*/

    .values-container span {
        display: block;
        margin: auto;
        margin-top: 4px;
        margin-bottom: 0;
        line-height: 12px;
        font-size: 15px;
    }

    .values-container .list-description-sep {
        display: none;
    }

    .produs-title-content .produs-details-col {
        width: 100% !important;
        text-align: left !important;
    }

    .other-notices-container {
        width: 96% !important;
    }
}

@media only screen and (min-width: 769px) {
    .tablet-width-res {
        display: none !important;
    }

    .full-width-res {
        display: block !important;
    }
}

.big-header .row {
    height: 100%;
}
.menu-container {
    display: table;
    height: 100%;
    float: right;
    border-spacing: 0px 5px;
}
.top-bar {
    background: none!important;
    height: 100%!important;
    min-height: 100%;
    display: table-cell;
    vertical-align: bottom;
}
.menu-items {
    color: #818181;
}
.top-bar-section ul li:not(:last-child) {
    margin-right: 5px;
}
.top-bar-section li:not(.has-form):not(.drop-li):hover, .menu-items .menu-items-li {
    background-color: #74AE0E!important;
    border-radius: 6px;
    color: white !important;
    line-height: 30px!important;
}
    .menu-items .menu-items-li a {
        color:#fff !important;
    }
.top-bar-section li:not(.has-form) a:not(.button):focus:focus{
    background-color: #74AE0E!important;
    border-radius: 6px;
    color: white;
}

.top-bar-section li.active:not(.has-form) a:not(.button), .f-dropdown {
    background-color: #74AE0E!important;
    border-radius: 6px;
    color: white!important;
    line-height: 30px!important;
    border: none!important;
    
}
.dropdown-content {
    padding:0px!important;
    left: 0px!important;
}
.f-dropdown li a{
    color: white!important;
}
.top-bar-section li:not(.has-form) a:not(.button), .top-bar-section ul li{
    background: none!important;
    color: #818181;
    font-size: 14px;
    line-height: 30px!important;
}
.top-bar-section ul li:hover:not(.has-form)>a, .top-bar-section li:not(.has-form) a:not(.button){
    padding: 0px 10px!important;
}

.top-bar-section .has-dropdown > a:after {
    margin-top: -9px!important;
}
.dropdown {
    background-color: #74AE0E!important;
    right: 0px!important;
    top: 40px!important;
    border-radius: 6px;
    width: 100%!important;

}

.f-dropdown>*:last-child {
    padding: 4px 0px!important;
}
.f-dropdown:after {
    display: none!important;
}
.f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 10px;
    border-color: transparent transparent rgba(116, 171, 8, 1) transparent!important;
    border-top-style: solid;
    margin-top: -20.5px;
    top: 8px!important;
    left: 0px!important;
    margin-left: 45%;
}
.dropdown ul li {
    padding: 0 15px;
}
.drop-li {
    border-bottom: 1px #ADD261 solid;
    margin-bottom: 5px;
    width: 100%!important;
    margin: 0 auto!important;
    float: none!important;
}
.top-li{
     border-top: 10px #ADD261 solid;
}
 
.drop-li:last-child {
    border-bottom: none;
}
.drop-li:hover, .drop-li a:hover {
    background-color: #97BE47!important;
    border-radius: 0px!important;
}
.dropdown li:not(.has-form) a:not(.button) {
    padding: 0px;
}

#dropdownMenu:after {
    display: none;
    height: 0px!important;
    width:0px!important;
    padding: 0px!important;
}
.menu-mobile, .mobile-ul, .mobile-ul-show{
    left:-260px;
    transition: transform .5s ease-in-out;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    position: absolute;
}
.mobile-ul{
    transition: transform .5s ease-in-out;
    -webkit-transition: -webkit-transform .5s ease-in-out;
}
.mobile-ul-show {
    z-index: 9999;
    position: absolute;
    background-color: #76AC10;
    color: white;
    margin: 0px;
    width: 260px;
    padding-left: 25px;
    list-style: none;
    border-right: 5px #5C8D00 solid;
    transition: transform .5s ease-in-out;
    -webkit-transition: -webkit-transform .5s ease-in-out;

}
.mobile-lines{
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}
.mobile-ul-show li a{
    color: white!important;
}
.menu-button-left{
    left:-50px!important;
}
.menu-mobile-push{
    background: #76AC10;
    -webkit-transition: all .5s linear;
    -moz-transition: all  .5s linear;
    transition: all  .5s linear;
}
.menu-mobile{
    position:absolute;
    top:0px;
    left:0px;
}
.menu-mobile .menu-button{
    display: none;
    position: absolute;
    z-index:5;
    padding: 10px;
    height: 40px;
    border-right: 5px #5C8D00 solid;
    cursor:pointer;
    top:-40px;
}
.menu-mobile .menu-button .mobile-lines span{
    display: block;
    margin: 2px 0px 4px 0px;
    height: 3px;
    background: #FFFFFF;
    width: 25px;
}
.push-content-left{
    /*transform: translate3d( 260px, 0, 0 ); 
    -webkit-transform: translate3d( 260px, 0, 0 );*/
    margin-left:260px;
    transition: transform .5s ease-in-out;
    -webkit-transition: -webkit-transform .5s ease-in-out;
}
.push-content-right{
    position:relative !important;
    margin-left:0px;
    
    /*
    transform: translate3d( 0px, 0, 0 ); 
    -webkit-transform: translate3d( 0px, 0, 0 );
      transition: transform .5s ease-in-out;
  -webkit-transition: -webkit-transform .5s ease-in-out;
    */
}
.small-header .push-content-right, .small-header .push-content-left{
    z-index:11;
    position:relative;
}
.menu-mobile .inline-list{
    margin-left:0px!important;
}
.activity-content,
.message-content {
    background-image: url("../../../Img/pattern.jpg");
    background-repeat: repeat;
    width: 100%;
    height: auto !important;
    border: 1px #d9d9d9 solid;
    padding: 15px;
}

.sell-content,
.private-message-content {
    background: #76ac10;
    padding: 15px;
    position: relative;
    padding-bottom: 65px;
}

.sell-content {
    background: #fff;
    padding-bottom: 60px;
}

.private-message-content a, .private-message-content .links {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.links {
    padding: 5px 5px;
}

.private-message-content .links:hover, .private-message-content .links:hover a {
    /*background: #fff;*/
    /*color: #76ac10 !important;*/
    cursor: pointer;
    text-decoration:underline !important;
    color:#fff !important;
}

.private-message-content .selected-link-messages, .private-message-content .selected-link-messages a {
    background: #fff !important;
    color: #76ac10 !important;
}

.notification-content .selected-link-notifications, .notification-content .selected-link-notifications a {
    background: #76ac10 !important;
    color: #fff !important;
}

.title-sell-buy {
    color: #fff;
    font-size: 22px;
    padding-left: 10px;
    font-weight: 400;
}

.place-your-notice .place-left {
    position: absolute;
    left: -7px;
    bottom: -5px;
}

.place-your-notice .place-right {
    position: absolute;
    right: -7px;
    bottom: -5px;
}

.bgd-left, .bgd-right {
    position: absolute;
    background: #e63c24;
    width: 7px;
    height: 35px;
    top: 0px;
}

.bgd-left {
    left: -7px;
}

.bgd-right {
    right: -7px;
}

.place-your-notice {
    position: absolute;
    background: #e63c24;
    width: 100%;
    left: 0px;
    bottom: 15px;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}

.place-your-notice[hash-nav="#notificari-sms"] {
    bottom:30px;
}

    .place-your-notice span:hover {
        text-decoration: underline;
        transition: all .15s ease-in-out;
    }

.buy-content {
    padding-top: 0px !important;
}

.buy-content,
.notification-content {
    background: #fff;
    padding: 15px;
    position: relative;
}

    .buy-content .title-sell-buy,
    .sell-content .title-sell-buy,
    .notification-content .title-sell-buy {
        color: #76ac10;
        margin-bottom: 10px;
    }

    .buy-content .links,
    .sell-content .links,
    .notification-content .links {
        color: #a8a8a8;
        border-top: 1px #e5e5e5 solid;
    }

        .buy-content .links a, .sell-content a, .sell-content .links,
        .notification-content .links a {
            color: #a8a8a8;
            font-size: 15px;
        }

            .buy-content .links:hover, .buy-content .links:hover a,
            .sell-content .links:hover, .sell-content .links:hover a,
            .notification-content .links:hover, .notification-content .links:hover a {
                background: #76ac10;
                color: #fff !important;
                cursor: pointer;
                border-top: 1px #76ac10 solid;
            }

            .buy-content .links:hover,
            .sell-content .links:hover,
            .notification-content .links:hover {
                border-top: 1px #fff solid !important;
            }

    .buy-content a, .buy-content .links,
    .notification-content a, .notification-content .links {
        text-decoration: none;
        font-size: 15px;
    }

    .sell-content .title-sell-buy + .links,
    .buy-content .title-sell-buy + .links {
        border-top: 1px #fff solid !important;
    }

.sell-buy-search {
    height: 30px !important;
    border: 1px #ccc solid !important;
    position: relative !important;
    padding-right: 63px !important;
    width: 100%;

}

.search-icon-green-bgd-ico {
    position: absolute;
    right: 0px;
    top: 1px;
    cursor: pointer;
}

account-activity-notices .sell-buy-search{
    right:-24px;
}

account-activity-notices .search-icon-green-bgd-ico{
    right:-23px;
}

account-notifications-overview .sell-buy-search{
    right:8px;
}

account-activity-offers .sell-buy-search {
    right:-24px;
}

account-activity-offers .search-icon-green-bgd-ico{
    right:-23px;
}

account-activity-notices-auction .sell-buy-search{
    right:-24px;
}

account-activity-notices-auction .search-icon-green-bgd-ico{
    right:-23px;
}

account-activity-auction .sell-buy-search{
    right:-24px;
}

account-activity-auction .search-icon-green-bgd-ico{
    right:-23px;
}

.sell-buy-filter-bgd {
    /*background-image: url("../../../Img/myAccount/filter-bgd.png");
    width: auto;
    margin: 0px 5px;
    display: inline-block;
    float: left;
    background-repeat: repeat-x;
    border: 1px #ccc solid !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    padding: 1px 5px !important;
    color: #818181 !important;
    cursor: pointer;
    padding-top: 1px!important;*/
    width: auto;
    margin: 0px 5px;
    display: inline-block;
    float: left;
    border-radius: 0px !important;
    font-size: 15px !important;
    color: #818181 !important;
    cursor: pointer;
    background-color: #e8e8e8;
}


    .sell-buy-filter-bgd .text-bgd-E {
    }

.filter-number {
    min-width: 20px;
    height: 23px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    border-radius: 0px;
    padding: 2px 5px;
}

.delivery-filter {
    width: 163px;
}

.sell-buy-filter-bgd span {
    margin-left: -5px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    font-weight: 400;
    height: 23px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    line-height: 24px;
    width: 84px;
}

.all-bgd {
    background: #f06821;
    color: #fff;
}

.activ-bgd {
    background: #76ac10;
    color: #fff;
}

.progress-bgd {
    background: #3dbbc7;
    color: #fff;
}

.finished-bgd {
    background: #818181;
    color: #fff;
}

/*Offer summary filter buttons*/
.sell-buy-filter-bgd:hover {
    background: #d9d9d9;
}

    .sell-buy-filter-bgd:hover span[class^='text-bgd-'],
    .sell-buy-filter-bgd:hover span {
      /*text-decoration: underline !important;*/
    }

.offers-filter {
    margin-bottom: 5px !important;
}

.bgd-T {
    background-color: #F06821;
    color: #fff;
}

.bgd-A {
    background: #76ac10;
    color: #fff;
}

.bgd-N {
    background-color: #F06821;
    color: #fff;
}

.bgd-E, .bgd-O {
    background: #3dbbc7;
    color: #fff;
}

.orange-bgd{
    background: #f16822!important;
}

.orange-bgd:hover {
    background: #f16822 !important;
}
.bgd-R {
    background: #818181;
    color: #fff;
}

.filter-selected-T {
    background-color: #F06821;
    color: #fff;
}

.filter-selected-A {
    background-color: #76AC10;
    color: white;
}

.filter-selected-N {
    background-color: #F06821;
    color: white;
}

.filter-selected-E, .filter-selected-O {
    background-color: #3DBBC7;
    color: white;
}

.filter-selected-R {
    background-color: #818181;
    color: white;
}

.filter-selected-I {
    background-color: #ff0000;
    color: white;
}

.width135 {
    width: 135px !important;
}

.sell-buy-filter-bgd ul {
    /*list-style: none;
    margin: 0px;
min-width: 119px;
    line-height: 1.6;
    background-image: url("../../../Img/myAccount/full-drop-bgd.png");
    background-repeat: repeat-x;
    min-height: 24px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    z-index: 100;
    position: absolute;
    border-radius: 4px !important;
    border: 1px #ccc solid;*/
    list-style: none;
    margin: 0px;
    min-width: 119px;
    line-height: 1.6;
    min-height: 24px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    z-index: 100;
    position: absolute;
    border-top: 1px #76AC10 solid;
    background-color: rgb(232, 232, 232);
    left: 0px;
    width: 100%;
}


    .sell-buy-filter-bgd ul li {
        padding: 0px 10px;
    }

        .sell-buy-filter-bgd ul li:hover {
            background: rgba(204, 204, 204, 0.4);
            width: 100%;
            /*text-decoration: underline;*/
        }

.filter-drop-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 101;
}

.filter-type-text {
    width: 140px !important;
}

.transport-filter-type-text {
    width: 142px !important;
}

.sell-buy-filter-bgd.sell-buy-dropdown {
    padding: 0px 5px !important;
    min-height: 23px;
    z-index: 9999;
    position: relative;
    min-width: 125px;
}

.activity-right-section {
    z-index: 5;
}

    .activity-right-section .filter-bgd {
        text-align: center;
    }

.my-account-section-title {
    font-size: 20px;
    color: #818181;
    font-weight: 400;
    margin-top: -55px;
}

.focus-address-box-container {
    z-index: 999;
}

.filter-content {
    z-index: 13;
}

.private-message-content {
    padding-bottom: 15px;
}

#tabs-container .selected-link, #tabs-container .selected-link a,
#tabs-container .selected-link-notifications ,#tabs-container .selected-link-notifications a {
    background: #5C8D00!important;
    color:#fff;
}

#tabs-container .links:hover,#tabs-container .links:hover a {
    background: #76ac10!important;
    color:#fff;
}



.circle-color-content {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    font-size: 17px;
    margin-left: -10px;
    display: inline-block;
}

.round-S {
    background-color: #3dbbc7;
}

.round-L {
    background-color: #76ac10;
}

.round-P {
    background-color: #818181;
}

.activity-right-section .auction-row .attr-bgd {
    line-height: 2.3 !important;
}

.filter-selected-all {
    background-color: #F06821;
    color: white;
    text-decoration: underline;
}

.filter-selected-active {
    background-color: #76AC10;
    color: white;
    text-decoration: underline;
}

.filter-selected-ongoing {
    background-color: #3DBBC7;
    color: white;
    text-decoration: underline;
}

.filter-selected-completed {
    background-color: #818181;
    color: white;
    text-decoration: underline;
}

.auctionTimer {
    width: 99px;
    height: 33px;
    color: #fff;
    padding: 3px 0 0 10px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAACECAYAAACEepWvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RjMyNjQ2RkYyNEIxMUU0OThEMEQzQjg5RkUzN0UxNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RjMyNjQ3MEYyNEIxMUU0OThEMEQzQjg5RkUzN0UxNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZGMzI2NDZERjI0QjExRTQ5OEQwRDNCODlGRTM3RTE1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZGMzI2NDZFRjI0QjExRTQ5OEQwRDNCODlGRTM3RTE1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+O60LGgAAESNJREFUeNrsXQmU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') /*../../../Img/btn-bgd/licbgs.png*/;
}

    .auctionTimer.lastTime {
        background-position: 0px 0px !important;
    }

    .auctionTimer.active {
        background-position: 0px -33px !important;
    }

    .auctionTimer.follow {
        background-position: 0px -66px !important;
    }

    .auctionTimer.finish {
        background-position: 0px -99px !important;
    }

.comment-text {
    width: 65%;
    float: left;
}

.read-more-btn {
    display: inline;
    background: #76AC10;
    float: right;
    color: #fff;
    padding: 0px 5px;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    margin-right: 5px;
}

    .read-more-btn:hover {
        background-color: #5C8D00 !important;
    }

.notice-details-row-color {
    border-bottom: 1px #ccc solid;
    height: 31px;
    margin-bottom: 7px;
    min-width: 100%;
}

    .notice-details-row-color:hover {
        border-bottom: 2px #3dbbc7 solid;
    }

        .notice-details-row-color:hover .half-right-border {
            background-color: #3dbbc7;
        }

notices-list-widget .dynamic-content {
    max-height: 500px;
    overflow-y: auto;
    min-height: 35px;
}

drafts-list-widget .dynamic-content {
    max-height: 500px;
    overflow-y: auto;
    min-height: 35px;
}

drafts-list-widget .btn-edit {
    margin-right: 5px !important;
}

.alerts-content {
    background: #fff;
    padding: 30px;
    position: relative;
}

.child-class {
    margin-left: 30px;
}




/** Stage container **/

.connected-carousels .stage {
    width: 620px;
    margin: 10px auto;
    position: relative;
}

.connected-carousels .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.connected-carousels .photo-credits a {
    color: #fff;
}

/** Navigation container **/

.connected-carousels .navigation {
    width: 272px;
    margin: 0px auto;
    position: relative;
}

/** Shared carousel styles **/

.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.connected-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .carousel li {
    float: left;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
    border: 10px solid #fff;
    width:300px;
    /*-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;*/

}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
    height: 87px;
    background: #fff;
    padding-top: 7px;
}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
    padding-right:5px;
    padding-left: 5px;
    border-right: 1px solid #ccc;
}
.connected-carousels .carousel-navigation li:last-child {
    border-right: none;
}
.connected-carousels .carousel-navigation li:not(:last-child) {

}

.connected-carousels .carousel-navigation li img {
    display: block;
    border: 1px solid #ccc;
}

.connected-carousels .carousel-navigation li.active img {
    border-color: #ccc;
}

/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 305px;
    height: 410px;
    color: #fff;
}

.connected-carousels .prev-stage {
    left: 0;
}

.connected-carousels .next-stage {
    right: 0;
}

.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
    display: none;
}

.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
    display: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-stage span {
    left: 20px;
}

.connected-carousels .next-stage span {
    right: 20px;
}

.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
    display: block;
}

/** Navigation carousel controls **/

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 16px/29px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-navigation {
    left: -15px;
    top: 22px;
    text-indent: 6px;
}

.connected-carousels .next-navigation {
    right: -15px;
    top: 22px;
    text-indent: 20px;
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}


