var visibleHotels = $(list_result).find('.result-item').filter(function() { return $(this).css('display') == 'block'; });