.page-search.page-search-node #site_search_results {
    min-height: 470px;
}

.site_result_item,
.catalogue_result_item {
    overflow: hidden;
    border: 5px solid #FFF;
    -moz-box-shadow: 1px 1px 12px #555;
    -webkit-box-shadow: 1px 1px 12px #555;
    box-shadow: 1px 1px 12px #555;
    height: 170px;
    margin-bottom: 20px;
}
.site_result_item_wrapper a,
.catalogue_result_item_wrapper a,
.site_result_item_wrapper a:hover,
.catalogue_result_item_wrapper a:hover,
.site_result_item_wrapper a:active,
.catalogue_result_item_wrapper a:active,
.site_result_item_wrapper a:focus,
.catalogue_result_item_wrapper a:focus {
    color: black !important;
    text-decoration: none;
}
.site_result_item_title,
.catalogue_result_item_title {
    height: 130px;
    line-height: 22px;

    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.site_result_item_image,
.catalogue_result_item_image {
    height: 160px;
    width: 160px;
    margin: 0px 5px 0 -65px;
    padding-left: 65px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}
.site_result_item_image img,
.catalogue_result_item_image img {
    height: 100%;   
    max-width: inherit;
}
.site_result_item_type {
    float: right;
    font-size: 25px;
    margin-right: 5px;
}

.chosen-choices,
.chosen-single {
    border: 0 !important;
}