/** You can add here custom styles without webpack! This prevent mess in code for next developers :) **/


.header_navigation {
    width: 17%;
}   

div.liczniki {
    color: #B19B54 !important;
}

.green_baners {
    background-color: rgba(177, 155, 84, 0.8);
}

.hero .green_baner {
    background-color: rgba(177, 155, 84, 0.8);
}

.hero_slider .owl-dots .owl-dot.active span {
    background-color: #b19b54;
}

.btn_green {
    background: #bca96c;
    border: 1px solid #b19b54;
}
  
.btn_green:hover {
    color: #bca96c;
}
  

#table_search_app .range_sliders__slider .multi-range .noUi-base .noUi-connects {
    background-color: #bca96c;
}
  
#table_search_app .range_sliders__slider .multi-range .noUi-base .noUi-origin .noUi-handle {
    border: 5px solid #bca96c;
}


#page-wyszukiwarka-mieszkan .flats_table__body table tr td[data-col-in-column="pdf_card"] a, #page-wyszukiwarka-mieszkan .flats_table__body table tr td[data-col-in-column="flat_url"] a, #page-pietro .flats_table__body table tr td[data-col-in-column="pdf_card"] a, #page-pietro .flats_table__body table tr td[data-col-in-column="flat_url"] a {
    color: rgb(151, 135, 86);
}

.selectize-dropdown-content {
    max-height: 80px;
}

#page-wyszukiwarka-mieszkan .flats_table__body table tr td, #page-pietro .flats_table__body table tr td {
    text-align: left;
}

.mapboxgl-marker {
    background-repeat: no-repeat;
    background-position: center;
}

.navigation button {
    background-color: rgba(177, 155, 84, 0.8);
}

.contact_container h2 {
    color: #b19b54;
}

.contact_container .t {
    color: #b19b54;
}

.forms .form_title {
    color: #b19b54;
}

.forms button, .forms [type="button"], .forms [type="reset"], .forms [type="submit"] {
    background: #b19b54;
    border: #b19b54;
}

.brder {
    border-right: 3px solid #b19b54;
}



.green-btn {
    background: #b19b54 !important;
    border: 1px solid #b19b54 !important;
}
  
.green-btn:hover {
    color: #b19b54 !important;
    border: 1px solid #b19b54 !important;
}

.garaze {
    display: none;
}
  
#page-pietro #floor_map {
    width: calc(100vw - 310px) !important;
}

@media screen and (max-width: 768px) {
    #page-pietro #floor_map {
        width: calc(100vw - 5px) !important;
    }
}



#floor_info_popup::after {
    border-right: 30px solid rgb(188, 169, 108);
}
  
#floor_info_popup {
    background-color: rgba(188, 169, 108,0.9);
}
  