@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,400i,600,700&subset=latin-ext");

html {
    font-size: 17px;
}

body {
    font-family: "Titillium Web", sans-serif;
}

*:focus,
*:active,
.btn:focus,
.btn:active,
button:focus,
button:active,
input:focus,
a:focus,
a:active {
    outline: none !important;
}

.btn:focus,
.btn:active,
button:focus,
button:active,
input:focus,
a:focus,
a:active {
    box-shadow: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #1f293e;
    border-color: #1f293e;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #acc000;
    border-color: #acc000;
}

.btn-outline-secondary {
    border-color: rgba(0, 0, 0, 0.3);
}

.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #acc000;
    border-color: #acc000;
}

.ui-slider.ui-slider-horizontal .ui-state-default {
    border: 1px solid #acc000;
    background: #acc000;
    cursor: move;
}

.ui-slider.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 4px;
    background: #acc000;
}

.modal-content {
    background: #fff;
}

@media (min-width: 1200px) {
    .modal-content {
        padding: 0 2rem 2rem 2rem;
    }
}

.modal-header {
    border-bottom: none;
}

.modal-header .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1180px;
        margin: 1.75rem auto;
    }
}

.select-investment.select-buttons {
    display: flex !important;
    flex-wrap: wrap;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
}

.select-investment.select-buttons > div {
    display: block;
    width: 128px;
    margin-right: 10px;
}

.btn-investment {
    width: 128px;
    height: 72px;
    margin-bottom: 10px;
    background-color: #1c2a40;
    background-size: cover;
    border-color: #1c2a40 !important;
    opacity: 0.7;
    transition: all 0.3s;
}

.btn-investment.active,
.btn-investment:hover {
    opacity: 1;
}

.btn-investment.active {
    border-color: #fff !important;
    box-shadow: 0 0 0 3px #acc000 !important;
}

.btn-investment.active + span {
    color: #acc000;
}

.btn-investment[data-id="8"] {
    background-image: url(/theme/images/properties-filter-cedrowa.jpg);
}

.btn-investment[data-id="9"] {
    background-image: url(/theme/images/properties-filter-pck-iii.jpg);
}

.btn-investment span {
    display: none;
}

.listable-properties .btn-sm {
    font-size: inherit;
    line-height: 1.3;
}

.listable-properties .btn-outline-danger.btn-price {
    display: flex;
    align-items: center;
}

.listable-properties .btn-outline-danger.btn-price span:last-child {
    margin-left: 5px;
}

.listable-properties .listable-content > .item[data-status="4"] {
    background-color: #fff7d0;
}

.listable-properties .listable-content > .item[data-status="5"],
.listable-properties .listable-content > .item[data-status="6"] {
    background-color: #ffbdbc;
}

.listable-properties .listable-content > .item:hover {
    background-color: #fff2e5;
}

.listable-properties .listable-content a {
    transition: color 0.3s;
}

.listable-properties .listable-content > .item:hover a {
    color: #acc000;
}

.listable-header .attributes > div.sorted:after {
    background-color: #acc000;
}

.listable-header .attributes > div.sortable:hover {
    color: #acc000;
}

.tiles-properties .tile-content {
    border: solid 1px #949494;
    border-radius: 10px;
}

.tiles-properties .tile .title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 8px;
}

.tiles-properties .tile .title::after {
    content: '';
    position: absolute;
    left: 6px;
    bottom: 0;
    height: 1px;
    width: calc(100% - 12px);
    background-color: #cdcece;
}

.tiles-properties .tile .features {
    margin-bottom: 6px;
}

.tiles-properties .tile .col:nth-child(2) {
    border-left: solid 1px #cdcece;
    border-right: solid 1px #cdcece;
}

.tiles-properties .tile {
    border-radius: 10px;
}

.tiles-properties .tile .title {
    font-size: 1rem;
}

.tiles-properties .tile .feature-name {
    margin-bottom: 0.125rem;
    padding-top: 0.125rem;
    font-size: 1rem;
    font-weight: normal;
}

.tiles-properties .tile .feature-value {
    padding-bottom: 0.125rem;
    font-weight: bold;
}

.tiles-properties .tile .price {
    background-color: #fff;
    border-top: solid 1px #cdcece;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 0.9375rem;
    font-weight: bold;
}

#property .property-header {
    padding: 1rem 0 0 0;
}

#property .property-header h1 {
    font-size: 1.75rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
}

#property .property-header h1 span:first-child {
    font-size: 2.25rem;
}

#property .property-header h2 {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0;
}

#property .property-header a {
    color: inherit;
}

#property .property-header .feature {
    display: flex;
    align-items: center;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 0;
    background: none;
    text-align: left;
}

#property .property-header .feature-status {
    text-align: center;
    min-height: 6rem;
}

#property .property-header .feature-name {
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: normal;
}

#property .property-header .feature-value {
    padding-left: 5px;
    padding-right: 15px;
    font-size: 1.125rem;
    font-weight: 900;
}

#property .property-header .feature:not(:last-child) .feature-value::after {
    content: ', ';
    display: inline-block;
    padding-right: 10px;
}

#property .property-header .feature.feature-price {
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

#property .property-header .feature.feature-price .icon {
    font-size: .825em;
}

#property .property-header .feature-status {
    justify-content: center;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    text-align: center;
}

@media (max-width: 992px) {
    #property .property-header .feature-status {
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

    #property .property-header .gutters-custom > div:last-child {
        margin: 15px 0;
    }
}

#property .property-header .feature-status[data-status="1"],
#property .property-header .feature-status[data-status="2"],
#property .property-header .feature-status[data-status="3"] {
    background-color: #a8c200;
}

#property .property-header .feature-status[data-status="4"],
#property .property-header .feature-status[data-status="5"],
#property .property-header .feature-status[data-status="6"] {
    background-color: #eb403e;
}

#property .property-gallery {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

#property .property-gallery > .img-container {
    margin-bottom: 2rem;
}

#property .property-details {
    margin-top: 0;
}

#property .property-details .property-gallery img {
    max-width: 100%;
    max-height: 700px;
    width: auto;
    height: auto;
}

#property .property-details .property-areas {
    background-color: #565656;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

#property .property-details .property-areas .overview {
    border-top: solid 1px rgba(255, 255, 255, .2);
}

.list-group-item:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.list-group-item:last-child {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

#property .list-group-item {
    display: flex;
    align-items: center;
}

#property .list-group-item span {
    margin-right: 1rem;
    font-size: 1.75rem;
}

#property .list-group-item {
    color: inherit;
    transition: all 0.3s;
}

#property .list-group-item:hover {
    background-color: #a8c200;
    color: #fff;
}

#property .property-related {
    padding-bottom: 3rem;
}

#property .property-related h2 {
    text-align: center;
}

#property .property-areas .overview ~ .property-area .col:first-child::before {
    content: '+ ';
}

#property .slick-prev {
    left: -30px;
    transition: left 0.3s, color 0.3s;
}

#property .slick-prev:hover {
    left: -35px;
    color: #a8c200;
}

#property .slick-next {
    right: -30px;
    transition: right 0.3s, color 0.3s;
}

#property .slick-next:hover {
    right: -35px;
    color: #a8c200;
}

#property .slick-prev,
#property .slick-next {
    color: inherit;
}

@media (max-width: 992px) {
    #property .slick-prev {
        left: 5px;
    }

    #property .slick-prev:hover {
        left: 0;
    }

    #property .slick-next {
        right: 5px;
    }

    #property .slick-next:hover {
        right: 0;
    }
}

#cookies-g-top-house {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.875rem 0;
    background-color: #1c2a40;
    z-index: 1000;
}

#cookies-g-top-house .cookies-content {
    display: flex;
    align-items: center;
    color: #fff;
}

#cookies-g-top-house .text {
    flex-grow: 1;
    font-size: 0.75rem;
}

#cookies-g-top-house .btn {
    margin-left: 1rem;
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

#cookies-g-top-house .btn:hover {
    background-color: #a8c200;
    border-color: #a8c200;
    color: #1c2a40;
}

#cookies-g-top-house a {
    color: inherit;
    text-decoration: underline;
}

#cookies-g-top-house a:hover {
    color: #a8c200;
}