.blog-details .category a {
	color: #FFF;
}

ul.ui-autocomplete li{
    list-style: none!important;
}

.ui-slider-horizontal .ui-slider-handle:last-child {
	margin-left: 0!important;
}

.fixed-ratio {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
}

.fixed-ratio__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: inherit;
}

.fixed-ratio--16x9 {
    /* ratio: 100% / (16 / 9) = */
    padding-bottom: 56.25%;
}

.swipe-slider.facade-slider {
    visibility: visible;
}

.element-item--mobile {
    width: 100%;
}

.tile-home-results .element-item,
.tile-home-results .home-ad {

    min-width: 400px!important;
    max-width: 400px!important;
}

.tile-home-results .element-item .hd-features {
    padding-right: 0!important;
    padding-left: 0!important;
}

.tile-home-results .home-ad {
    min-height: 441px;
}

.tile-home-results .home-ad .post-ad {
    min-height: 374px;
    position: relative;
}

.tile-home-results .home-ad .post-ad .content-wrapper {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

@media screen and (max-width:768px) {
    .tile-home-results .element-item,
    .tile-home-results .home-ad {

        min-width: 100%!important;
        max-width: 100%!important;
    }
}

@media print, screen and (min-width: 64em) {
    .large-up-3.fixed-width-columns>.column {
        width: 33.33333%;
    }
}

@media print, screen and (min-width: 50.625em) {
    .xmedium-up-2.fixed-width-columns>.column {
        width: 50%;
    }
}

.form-validate .chosen-container.error {
    border: 1px solid red !important;
}

.infoBox [align="right"] {
    right: 0px !important;
}

.infoBox>img {
    top: -8px !important;
}

#infobox .item.name, #infobox .item .details {
    font-size: 13px;
}
.opened-menu #conversations-wrap.conversations-wrap-bottom-right{
    bottom: 40px;
}
.cursor-fb-pointer {
    cursor: pointer;
}
/*.chosen-container-multi .chosen-choices {
    padding: 10px 18px !important;
    border: none;
}
#HomeEnquiryForm_HomeEnquiryForm .chosen-container-multi .chosen-choices {
    background: #f6f6f6 !important;
    border: unset !important;
    color: #000;
    padding: 0 !important;
    font-size: 14px !important;
    font-family: "Gotham Book" !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    width: 200px !important;
    color: #0a0a0a !important;
}*/