A large house with outdoor lounge, pizza oven, barbecue and beautiful garden with impeccable landscaping. Open concept kitchen, home office, double garage and laundry. All this in a prized region that provides access to the area’s luxurious shops and restaurants, just minutes away from Florida’s top theme parks. It allows easy access to high quality public and private schools.
FOTOS
div > .uk-panel', row:true}" data-uk-grid-margin >
(function($){
// get the images of the gallery and replace it by a canvas of the same size to fix the problem with overlapping images on load.
$('img[width][height]:not(.uk-overlay-panel)', $('#wk-gridb85')).each(function() {
var $img = $(this);
if (this.width == 'auto' || this.height == 'auto' || !$img.is(':visible')) {
return;
}
var $canvas = $('').attr({width:$img.attr('width'), height:$img.attr('height')}),
img = new Image,
release = function() {
$canvas.remove();
$img.css('display', '');
release = function(){};
};
$img.css('display', 'none').after($canvas);
$(img).on('load', function(){ release(); });
setTimeout(function(){ release(); }, 1000);
img.src = this.src;
});
})(jQuery);