.category-header {
    background: #1c1c1c;
    color: #fff;
    padding: 18px 10px;
    font-size: 21px;
    position: relative;
    margin-bottom: 26px;
    text-align: center;
    text-transform: uppercase;
}
.category-header:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 18px;
    border-color: #1c1c1c transparent transparent transparent;
}
.bg-gradient{
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fafafa 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 50%,#fafafa 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 );
}
.main-category{
    margin-bottom: 20px;
    max-width: 506px;
    padding-bottom: 20px;
}
.main-category ul{
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
.main-category > ul {
    padding-left: 20px;
    padding-right: 20px;
}
.main-category > ul > li{
    font-size: 18px;
}
.main-category > ul > li > div,
.main-category > ul > li > a{
    font-weight: 800;
    color: #595959;
    position: relative;
    padding: 5px 30px 5px 0;
    cursor: pointer;
    text-decoration: none;
}

.main-category > ul > li > div > a{
    color: inherit;
    text-decoration: none;
}
.main-category > ul > li > div > i{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ebc184;
}
.main-category > ul > li.active > div > i{
    transform: translateY(-50%) rotate(180deg);
}
.main-category > ul > li > ul > li.hide-up {
    border-bottom: 1px solid;
    text-align: center;
    margin-bottom: 27px;
    cursor: pointer;
    font-size: 10px;
}
.main-category > ul > li > ul{
    overflow: hidden;
    transition: all 0.3s;
    font-weight: 500;
    color: #8d8d8d;
}
.main-category > ul > li > ul a{
    font-weight: 500;
    color: #8d8d8d;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    padding: 9px 0 7px;
}
.main-category > ul > li > ul > li.active a{
    color: #ebc184;
}
.main-category > ul > li > ul a:hover{
    color: #ebc184;
}
.main-category > ul > li > ul a.active{
    color: #ebc184;
    font-weight: 700;
}
.main-category > ul > li:not(.active) > ul{
    height: 0;
}
.user-menu > li{
    margin-bottom: 5px;
}
.user-menu > li > ul > li a{
    padding: 0 0 0 15px;
}
form .form-control{
    background: #e5e5e5;
}
form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b1b1b1;
    opacity: 1; /* Firefox */
}

form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b1b1b1;
}

form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #b1b1b1;
}
.register-group-legend{
    font-size: 20px;
    color: #b1b1b1;
}
.base-header{
    font-size: 1.2rem;
    color: #8d8d8d;
    font-weight: 500;
    padding: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.main-search > .header {
    font-size: 26px;
    color: #8d8d8d;
    font-weight: 500;
    padding: 14px 0;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.select2-container .select2-selection--single{
    height: 56px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 56px;
}
.select2-container--default .select2-selection--single{
    border-radius: 0;
    background-color: #e5e5e5;
    border-color: #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #b1b1b1;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-width: 9px 7px 0 7px;
    margin: 0;
    transform: translate(-50%,-50%);
}

.article-right-bar-header {
    display: flex;
    margin-bottom: 40px;
}
.article-right-bar-header > div {
    flex: 1 0 0%;
    margin-bottom: 0;
}
.article-right-bar-all-btn {
    text-transform: uppercase;
    line-height: normal;
    font-size: 16px;
    max-width: 180px;
}
.article-box-small{
    margin-bottom: 20px
}
.article-box-small a{
    text-decoration: none;
    color: #8d8d8d;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
}
.article-box-small .article-box-content{
    position: relative;
    padding-bottom: 30px;
}
.article-box-small .article-box-footer{
    position: absolute;
    padding-right: 25px;
    bottom: 3px;
    width: 100%;
}
.article-box-small .article-box-footer:before{
    position: absolute;
    content: '';
    height: 1px;
    left: 10px;
    right: 10px;
    top: calc(100% + 2px);
    background: #cb8b44;
}
.article-box-small .article-box-footer:after{
    position: absolute;
    content: "\f105";
    height: 20px;
    width: 20px;
    right: 10px;
    bottom: -2px;
    background: #cb8b44;
    color: #fff;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    line-height: 20px;
}
.article-box-small .article-box-footer .article-box-category-name{
    font-size: 14px;
    font-weight: 400;
}
.article-box-small .article-box-footer .article-box-category-label{
    font-size: 14px;
    color: #cb8b44;
    font-weight: 500;
}
.article-box-small .article-box-image {
    display: block;
    width: 100%;
    height: 108px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.article-box-small .article-box-image img{
    position: absolute;
    height: 100%;
    max-width: unset;
    left: 50%;
    transform: translateX(-50%);
}
ul.article-right-bar-links {
    margin-top: 60px;
    margin-bottom: 60px;
    list-style: square;
    color: #cb8b44;
}
ul.article-right-bar-links li{
    margin-bottom: 10px;
}
ul.article-right-bar-links li a{
    display: inline-block;
    line-height: normal;
    text-decoration: none;
    color: #8d8d8d;
    font-weight: 500;
    font-size: 18px;
    vertical-align: top;
}
.map-container:not(.active){
    display: none;
}
#newsTab{
    border: none;
}
#newsTab .nav-link{
    color: #c8c8c8;
    border: none!important;
    font-size: 1.4rem;
}
#newsTab .nav-link:hover,
#newsTab .nav-link:focus{
    border: none;
}
#newsTab .nav-item.show .nav-link,
#newsTab .nav-link.active{
    border: none;
    color: #cb8b44;
    font-weight: 600;
}
#newsTab .nav-item{
    position: relative;
}
#newsTab .nav-item:not(:last-child):after{
    position: absolute;
    width: 1px;
    height: 20px;
    background: #c8c8c8;
    content: ' ';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.news-box-item{
    position: relative;
    display: block;
    height: 100%;
    padding-bottom: 40px;
    font-family:'Open Sans', sans-serif;
    text-decoration: none;
    text-align: center;
}
.news-box-item .news-tag{
    color: #cb8b44;
    font-size: 1.9rem;
    text-transform: uppercase;
    padding: 0 10px;
}
.news-box-item .news-image{
    margin: 10px 0;
}
.news-box-item .news-title{
    color: #cb8b44;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0 10px;
}
.news-box-item .news-description{
    font-size: 1.4rem;
    color: #8d8d8d;
    padding: 10px 10px;
}
.news-box-item:after {
    position: absolute;
    content: "\f105";
    height: 40px;
    width: 40px;
    right: 0;
    bottom: 0;
    background: #cb8b44;
    color: #fff;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
}
#carousel-news{
    margin: 10px 0 40px;
}
#carousel-news:after{
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid #fff;
    pointer-events: none;
}
#carousel-news .carousel-indicators{
    left: auto;
    margin: 0;
    right: 30px;
    bottom: 30px;
}
.news-slide-title {
    font-size: 1.9rem;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.5;
    padding-top: 30px;
}
.news-slide-description {
    font-size: 1.25rem;
    text-align: left;
    letter-spacing: 2px;
    line-height: 2;
}
.slide-news-caption{
    background: rgba(0,0,0,.3);
    top: 40px;
    left: 40px;
    right: auto;
    bottom: 40px;
    max-width: 30%;
    padding: 60px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-slide-footer {
    position: relative;
    text-align: left;
    display: flex;
    border-bottom: 1px solid #cb8b44;
}
.news-slide-footer:after{
    position: absolute;
    content: "\f105";
    height: 40px;
    width: 40px;
    right: 0;
    bottom: 0;
    background: #cb8b44;
    color: #fff;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
}
.news-slide-footer .news-slide-author{
    background: #cb8b44;
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 1.2rem;
    height: 40px;
    line-height: normal;
    padding: 8px 10px;
    text-align: center;
    min-width: 154px;
    letter-spacing: 1px;
}
.news-slide-footer .news-slide-date{
    border-right:1px solid #cb8b44;
    color: #fff;
    display: block;
    font-weight: 300;
    font-size: 1rem;
    height: 40px;
    line-height: normal;
    padding: 12px 10px;
    text-align: center;
    min-width: 154px;
    letter-spacing: 2px;
}
@media(max-width:2000px){
    .slide-news-caption{
        padding-top: 20px;
    }
    .news-slide-title {
        font-size: 1.1rem;
        padding-top: 0;
        line-height: normal;
    }
    .news-slide-description {
        font-size: .9rem;
        line-height: normal;
    }
    .news-box-item .news-tag{
        font-size: 1.1rem;
    }
    .news-box-item .news-title{
        font-size: 1rem;
    }
    .news-box-item .news-description{
        font-size: .8rem;
    }
    .news-slide-footer .news-slide-author,
    .news-slide-footer .news-slide-date{
        font-size: .9rem;
        height: 33px;
    }
    .news-slide-footer:after{
        width: 33px;
        height: 33px;
        line-height: 33px;
        font-size: 20px;
    }
}
.register-form-groups{
    margin-top: 50px;
}
.user-register-template textarea{
    height: 284px;
}
label a {
    color: inherit;
    text-decoration: underline;
}
.login-control.logged {
    display: inline-block;
    background: #3d3d3d;
    padding: 10px 0;
    color: #fff;
}
.login-control.logged a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0 30px 0 30px;
    vertical-align: middle;
    line-height: 1;
}
.login-control.logged a + a{
    border-left: 1px solid #1b1b1b;
}
.login-control.logged a > i{
    color: #fff;
}
.zglos-blad{
    color: #8d8d8d;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Open Sans';
}
.oferta-description{
    color: #525252;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Open Sans';
}
.oferta-description a{
    color: #cb8b44;
    text-decoration: none;
}
.oferta-view-owner{
    color: #8d8d8d;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
.oferta-view-owner a{
    font-size: 28px;
    color: #cb8b44;
    font-weight: 700;
    display: inline-block;
    margin-left: 10px;
}
.similar-header{
    color: #8d8d8d;
    font-size: 26px;
    font-weight: 700;
}
.article-list-item a{
    text-decoration: none;
    color: #8d8d8d;
}
.article-list-item + .article-list-item{
    margin-top: 50px;
}
.article-list-item .article-list-title{
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    color: #cb8b44;
}
.article-list-item .article-list-description{
    font-size: .9rem;
    line-height: normal;
}
.article-list-item .article-list-link + .article-list-link{
    margin-left: 40px;
}
.article-list-item .article-list-link .article-list-category-label{
    font-size: 14px;
    font-weight: 500;
    color: #cb8b44;
}
.article-list-item .article-list-link .article-list-category-name{
    font-size: 14px;
    font-weight: 500;
}
.action-link{
    color: #cb8b44;
    text-decoration: none;
}
.action-link.favorite-action{
    color: #8d8d8d;
}
.action-link + .action-link{
    margin-left: 5px;
}
.article-list-item .article-list-image {
    display: block;
    width: 240px;
    height: 145px;
    overflow: hidden;
}
.article-list-item .article-list-image img{
    position: relative;
    max-height: unset;
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}
.favorite-action.active{
    font-weight: 900;
}
.header-z-0{
    z-index: 0;
}
.header-z-1{
    z-index: 1;
}
h1.article-title {
    color: #8d8d8d;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: normal;
}
.article-info{
    color: #8f8f8f;
}
.article-content{
    color: #636363;
}
.article-content b,.article-content strong,
.article-content h2,.article-content h3,
.article-content h4,.article-content h5{
    color: #525252;
}
.article-autor-link{
    text-decoration: none;
    font-size: 1.2rem;
    color: #8f8f8f;
}
.article-autor-link .article-autor-label{
    text-transform: uppercase;
}
.article-autor-link .article-autor-name{
    font-weight: 500;
    color: #cb8b44;
    margin-left: 10px;
}
.error-title {
    font-size: 2rem;
    font-weight: 700;
    color: #cb8b44;
}
.error-info{
    font-size: 1.4rem;
    color: #8f8f8f;
}
.btn404 i{
    color: #cb8b44;
    margin-right: 20px;
}
.btn404:hover i{
    color: #fff;
}
.baza-wiedzy-kat-btn{
    color: #cb8b44;
    border-radius: 5px;
}
.baza-wiedzy-kat-btn > i{
    margin-right: 10px;
}
.bzw-item-box{
    position: relative;
}
.bzw-item-box .item-image{
    line-height: normal;

}
.bzw-item-box > a > h2{
    white-space: normal;
    font-size: 1rem;
    font-weight: 700;
}
.bzw-item-box > a > p{
    font-size: .9rem;
    font-weight: 400;
    height: 52px;
}
.bzw-item-box .item-box-footer{
    box-shadow: none;
    border: none;
    background: #efefef;
}
.bzw-item-box .premium-icon{
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    color: #cb8b44;
    font-size: 24px;
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    box-shadow: -2px -2px 6px 0px rgba(0, 0, 0, .32);
}
.tips-list-item{
    padding-left: 100px;
    position: relative;
}
.tips-list-item:not(:last-child){

    padding-bottom: 20px;
}
.tips-list-item:before{
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background: #ccc;
    left: 70px;
    top: 0;
}
.tips-list-item:after{
    position: absolute;
    left: 80px;
    top: 5px;
    color: #cb8b44;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
}
.tip-title {
    margin-bottom: 10px;
    color: #cb8b44;
    font-weight: 600;
    font-size: 18px;
}
.tip-content{
    font-size: 14px;
    font-weight: 400;
}
.tip-user-item{
    margin-bottom: 20px;
}
.tip-user-item .user-item-image{
    width: 140px;
    height: 140px;
    position: relative;
}
.tip-user-item .user-item-image img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.tip-user-item .user-item-name{
    font-size: 26px;
}
.tip-user-item .user-item-name .user-item-name-subtitle{
    display: block;
    font-size: 16px;
}
.tip-user-item .user-status{
    position: relative;
    text-align: right;
    padding-right: 50px;
}
.tip-user-item .user-status > span{
    position: relative;
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    z-index: 2;
    color:#ff6e41;
}
.tip-user-item .user-status > span:before{
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    background: #ff6e41;
    vertical-align: middle;
    margin-right: 5px;
}
.tip-user-item .user-status > span.online{
    color:#1ebd00;
}
.tip-user-item .user-status > span.online:before{
    background: #1ebd00;
}
.tip-user-item .user-status:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background: #c7c8c9;
    z-index: 0;
}
.tip-user-item .send-message{
    display: inline-block;
    font-size: 35px;
    color: #ca8c43;
}
.tip-user-item .send-message:hover{
    color: #000;
}
.tips-by-user-container + .tips-by-user-container{
    margin-top: 40px;
}

.wiadomosci_index .user-card .user-card-content{
    max-height: 100%;
    padding-bottom: 0;
    overflow: visible;
}
.wiadomosci_index .user-card .user-card-content > div:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.message-left-header{
    padding: 10px;
    font-size: 20px;
    text-align: center;
}
a.message-user-item {
    display: block;
    padding: 10px 15px;
    color: #7c7c7c;
    text-decoration: none;
    transition: all 0.3s;
}
a.message-user-item.active,
a.message-user-item:hover{
    color: #fff;
    background: #cb8b44;
}
.message-avatar{
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 53px;
    text-align: center;
}
.message-avatar img{
    width: 100%;
    border-radius: 50%;
}
.message-status {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #d4d4d4;
    border-radius: 50%;
}
.message-status.active{
    background: #95e1ef;
}
.active-user-header{
    text-align: center;
    background: #fff;
    padding: 0 10px 10px;
}
.active-user-header > div{
    display: inline-block;
}
#message-upload-container > span {
    display: inline-block;
    padding: 5px;
    font-size: 14px;
}
#message-upload-container > span + span{
    margin-left: 5px;
}
#message-upload-container > span > i{
    font-size: 12px;
    margin-right: 5px;
}
#message-upload-container > span > span.message-attachment-remove{
    font-size: 12px;
    color: #f00;
    display: inline-block;
    cursor: pointer;
    opacity: 0;
}
#message-upload-container > span:hover > span.message-attachment-remove{
    opacity: 1;
}
span.trigger-upload {
    color: #cb8b44;
    font-size: 27px;
    cursor: pointer;
}
.submit-new-message,
.submit-user-search{
    color: #cb8b44;
    font-size: 27px;
    background: transparent;
    border: none;
    box-shadow: none;
}
.mesage-bg{
    position: relative;
    background: #d5d5d5;
    margin: 0 0 0 -10px;
    padding: 10px 20px;
    border-radius: 0 0 5px 0;
}
.mesage-bg.bg-finder{
    margin: 0 -15px 0 -20px;
    position: absolute;
    border-radius: 0 0 0 5px;
    width: 100%;
    bottom: 0;
}
.mesage-bg .form-group{
    margin-bottom: 0;
}
.mesage-bg .form-group input,
.mesage-bg .form-group textarea{
    border-radius: 10px;
    background: #fff;
    width: 100%;
    min-height: unset;
}
.messages-container{
    height: 50vh;
    overflow: auto;
}
div#message-user-container {
    height: calc(50vh + 20px);
    overflow: auto;
    margin: 0;
}
.message-left-menu{
    position: relative;
    padding-bottom: 62px;
}

.message-left-menu:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #eaeaea;
    z-index: 1;
}
.message-item{
    text-align: left;
    margin-bottom: 5px;
}
.message-item.owner {
    text-align: right;
}

.message-item > .message-content{
    display: inline-block;
    text-align: left;
    background: #fca;
    border-radius: 5px;
    line-height: normal;
    padding: 15px 20px;
    background: #97e1ee;
    color: #fff;
    position: relative;
    max-width: 60%;
}
.message-item:not(.owner) > .message-content {
    margin-left: 25px;
    margin-bottom: 20px;
    vertical-align: bottom;
}
.message-item:not(.owner) > .message-content:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid #97e1ee;
    border-bottom: 0px solid transparent;

}
.message-item.owner > .message-content{
    background: #cb8b44;
    margin-right: 20px;
}
.send-loading {
    display: block;
    text-align: right;
}
a.message-attachment-item {
    display: block;
    text-align: center;
    background: #e1e1e1;
}
a.message-attachment-item > svg {
    width: 40px;
    height: 40px;
}
a.message-attachment-item > span {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding-right: 10px;
}
div#message-user-search-result,
#lowca-finder-result{
    position: absolute;
    bottom: 100%;
    background: #fff;
    border: 2px solid #d5d5d5;
    border-bottom: none;
    padding: 10px;
    max-height: 50vh;
    overflow: auto;
    z-index: 3;
    left: 0;
    border-radius: 5px 5px 0 0;
    width: 100%;
}
#lowca-finder-result{
    left: 15px;
    right: 15px;
    width: auto;
}
div#message-user-search-result a.message-user-item{
    color: #0e427b;
}
div#message-user-search-result a.message-user-item span.name-other-param {
    display: block;
    font-size: 12px;
    line-height: normal;
    color: #c2c2c2;
    font-weight: 400;
}
div#message-user-search-result a.message-user-item:hover{
    color: #fff;
}
#lowca-finder-result .lowca-result-item + .lowca-result-item {
    position: relative;
}
#lowca-finder-result .lowca-result-item + .lowca-result-item:before {
    content: "";
    position: absolute;
    width: 100%;
    top: -20px;
    height: 1px;
    background: #ccc;
}
.message-user-search-header {
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 8px;
}
#message-user-container .message-avatar[un-read]{
    position: relative;
}
#message-user-container .message-avatar[un-read]:before{
    position: absolute;
    content: attr(un-read);
    background: #ee1b1b;
    color: #fff;
    width:25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    border-radius: 50%;
    font-weight: 400;
}
div#message-upload-container {
    position: absolute;
    background: #fff;
    width: calc(100% - 15px);
    left: 15px;
    border-radius: 10px;
    margin-top: 5px;
    border: 2px solid #d5d5d5;
}
#popup-message .modal-body{
    padding-bottom: 0;
}
#popup-message .mesage-bg {
    background: #d5d5d5;
    margin: 0 -16px;
    padding: 10px 20px;
    border-radius: 0 0 5px 5px;
}
#popup-message .active-user-header{
    padding: 0;
}
#popup-message .messages-container {
    height: auto;
    min-height: 30px;
    overflow: auto;
    max-height: 50vh;
}
.messages-container .message-hint-info {
    display: inline-block;
    font-size: 12px;
    background: #ccc;
    padding: 5px 10px;
    line-height: normal;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.message-projekt-tab-item .unread-count {
    display: inline-block;
    background: #f00;
    color: #fff;
    line-height: normal;
    margin-left: 7px;
    border-radius: 5px;
    padding: 0 3px;
}

.message-projekt-tabs {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 3px 3px 0;
    border-radius: 3px;
    background: #f1f1f1;
}
.message-projekt-tabs > a{
    display: inline-block;
    margin-bottom: 5px;
}
.message-projekt-tabs > a + a{
    margin-left: 5px;
}
.przetarg{
    background: #efefef;
    margin-bottom: 40px;
    padding: 0 20px 20px;
    color: #8d8d8d;
}
.przetarg-params {
    background: #fff;
    margin-right: -15px;
    padding-left: 30px;
    padding-right: 30px;
}
.przetarg-params .przetarg-status,
.przetarg-params .przetarg-date,
.przetarg-params .przetarg-location{
        padding-top: 20px;
    padding-bottom: 20px;
}
.przetarg-params .przetarg-status{
    color: #ce8b44;
    font-weight: 700;
    text-transform: capitalize;
}
.przetarg-params .przetarg-date{
    color: #8e8e8e;
    font-weight: 400;
}
.przetarg-params .przetarg-location{
    
    color: #8e8e8e;
    font-weight: 500;
}
.przetarg-params.left {
    margin-right: 0;
    margin-left: -15px;
}
.przetarg-params .przetarg-author-image img{
    width: 85px;
    height: 85px;
    border-radius: 5px;
}
.przetarg-params .przetarg-author-name{
        font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
}
.przetarg-params .przetarg-author-name > span{
    display: block;
        font-size: 1rem;
    font-weight: 400;
}
.przetarg-title {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 0px;
}
.przetarg-opis{
        padding-top: 10px;
    padding-bottom: 20px;
}
.przetarg-info{
    font-weight: 600;
}
.przetarg-info > span{
    font-weight: 400;
}
div#advanced-search-container {
    position: absolute;
    background: #fff;
    height: 300px;
    box-shadow: 0 0 2px rgba(0,0,0,.5);
    border-radius: 10px;
    padding: 20px;
    opacity: 0;
    z-index:20;
    transition: all 0.3s;
}
div#advanced-search-container.show{
    opacity: 1;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn{
    color: #383838;
        background-color: #e6e6e6;
    border-color: #3a3a3a;
}
@media (max-width: 992px){
    .message-left-menu{
    }
    div#message-user-container{
        height: auto;
        max-height: calc(50vh + 20px);
        overflow: auto;
        padding: 0 10px;
    }
    .mesage-bg.bg-finder {
        margin: 0 -20px;
        position: absolute;
        border-radius: 0 0 5px 5px;
        width: calc(100% + 5px);
        bottom: 0;
        top: auto;
    }
    .messages-container{
        max-height: 64vh;
        height: auto;
        border-top: 1px solid #ccc;
    }
    span.trigger-upload{
        margin-right: 5px;
    }
    .message-item .message-avatar{
        display: none;
    }
    .message-item > .message-content{
        padding: 10px 10px;
        max-width: 85%;
    }
    .message-projekt-tabs > a{
        display: block;
    }
    .message-projekt-tabs{
        white-space: normal;
        transition: all 0.3s;
    }
    .message-projekt-tabs:not(.open){
        height: 0;
        overflow: auto;
        padding: 0;
        margin: 0 0 10px;
        border: none;
    }
    .open-message-case{
        text-align: left;
        position: relative;
        padding-right: 30px;
    }
    .open-message-case > i{
        font-size: 18px;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.3s;
    }
    .open-message-case.active > i{
        transform: rotate(180deg);
        margin-top: -7px;
    }
    .message-projekt-tabs > a + a{
        margin-left: 0;
    }
    .mesage-bg{
        border-radius: 0 0 5px 5px;
    }
    .message-item.owner > .message-content{
        margin-right: 0;
    }
    #message-user-parent-container{
        transition: all 0.3s;
    }
    #message-user-parent-container:not(.open){
        height: 0;
        overflow: hidden;
        position: relative;
    }
    .message-left-header > i.fa-chevron-down{
        transition: all 0.3s;
        margin: 0 -20px 0 20px;
    }
    .message-left-header.active > i.fa-chevron-down{
        transform: rotate(180deg);
    }
    .message-left-header.active > i.fa-chevron-down:before{
        content: "\f00d";
    }

    .message-left-header.active{
        color: #0e427b;
    }
    a.message-user-item{
        padding: 5px 10px;
    }
    .message-user-item .message-avatar{
        width: 40px;
        height: 40px;
        line-height: 33px;
    }
    .message-left-menu{
        margin-bottom: 20px;
        transition: all 0.3s;
    }
    .message-left-menu:not(.open){
        padding-bottom: 0;
    }
    div#advanced-search-container.show{
        height: auto;
    }
    .article-list-item .article-list-image{
        width: 100%;
    }
    .galeria-caption {
    bottom: 20px;
    left: 0;
    right: 0;
    flex-direction: column;
    font-size: 20px;
    justify-content: flex-start;
}
    .galeria-caption > div + div {
    margin-left: unset;
}
.view-image{
        height: 280px;
    line-height: 160px;
}
#galery-thumbs {
    padding: 10px 10px;
    background: #1c1c1c;
}
#galery-thumbs .carousel-inner .carousel-item .view-thumb{
        padding-top: 20%;
}
}