#header-wrapper #header #header-inner .navbar .navbar-inner .list-your-property {
    border-radius: 10px;
   background-color: rgb(218, 79, 73);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    color: rgb(255, 255, 255);
    line-height: 20px;
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
    padding-right: 34px;
    padding-left: 34px;
}
#header-wrapper #header #header-inner .navbar .navbar-inner .list-your-property:hover {
    background-color: rgb(189, 54, 47);
    background-image: linear-gradient(rgb(238, 95, 91), rgb(189, 54, 47));
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    color: rgb(255, 255, 255);
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
}

#side-filter-block {
    border-radius:10px;
}

.property-filter.widget{
border-radius:10px;
}

#header  .btn-primary {
    background: #ff0909;
}

.property-detail .overview .table tr:nth-child(1) {
       font-weight: bold;
} 

.property-detail .overview .table tr:nth-child(2) {
       font-weight: bold;
} 

.property-detail .overview .table .price {
    text-align: left !important;
    font-weight: bold;
} 

.agent__rieltor .agent-info .list-objects {
display: none;
}
