.bootstrap-realtypress .rps-grid-result .rps-property-result .rps-property-info {
    background: #ffffff;
    padding: 10px 10px 8px 10px;
    font-size: 0.9em;
    border-top: 3px solid #337ab7;
    color: #6f6f6f;
}
.bootstrap-realtypress .rps-toolbar-btn-lg.active {
    background: #ffffff;
    border: 1px solid #ffffff;
    text-shadow: 0 1px 0 #fff;
}
.bootstrap-realtypress .rps-toolbar-btn-sm.active {
    background: #ffffff;
    border: 1px solid #ffffff;
    text-shadow: 0 1px 0 #fff;
}
.bootstrap-realtypress .rps-add-favorite strong.text-danger {
    color: #d30072;
}
.btn-lightgrey {
    background: #ffffff;
}
.bootstrap-realtypress .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px
px
;
    list-style: none;
    background-color: #ffffff;
    border-radius: 4px;
}
#mkdf-back-to-top>span {
    position: relative;
    display: block;
    width: 61px;
    height: 61px;
    line-height: 63px;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    font-family: 'Libre Baskerville';
    color: #fff;
    background-color: #d30072;
    border: 3px solid #fff;
    overflow: hidden;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
}
