.pagination a {
    display: inline-block;
    vertical-align: middle;
    /*background: #000000;*/
    color: #ed3324;
    padding: .0em 1.5em;
    /*font: 13px/1em 'merriweather_sansbold', sans-serif;*/
    /*text-decoration: none;*/
    /*border: 2px solid #000000;*/
}

.pagination a:hover {
    text-decoration: underline;
}

.pagination .active.disabled span {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    padding: .0em 1.5em;
}

.gm-style-iw-chr {
    position: absolute;
    z-index: 1;
}

/* fix */
.noUi-handle::after, .noUi-handle::before {
    background: transparent;
}

#infinite-scroll-loading {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
}

.message-fade-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.message-fade-out {
    opacity: 0 !important;
    transform: translateY(-10px) !important;
}

#all-properties-loaded {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-out;
}

.message-slide-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
    animation: bounceIn 0.6s ease-out;
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }
    50% {
        opacity: 1;
        transform: translateY(-5px) scale(1.05);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.property-card-loading {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.property-card-fade-in {
    opacity: 1;
    transform: translateY(0);
}

.property-card-loading{
    animation-delay: 0.3s;
}

.col-xl-4.col-md-6.col-12.mb-5 {
    transition: transform 0.3s ease;
}