Cart 0

Portfolio

Mirror installation on landing of private residence. Reflex Gold frames.

Bring us your ideas, we will make them work.

Portfolio

Curved mirror & barre . Who says mirrors can’t be fitted to curved walls. The customer threw in a ballet barre just to test us. Nothing beats us, you may think you can’t have mirrors, phone us we will come up with a solution. 

Portfolio

Feature mirrors of all shapes & sizes. This one made us think, but our survey team soon had it sorted, a few templates later, job done. Let’s see what we can do for you.

Portfolio

Home gym private residence. You don’t have to have a huge budget to get what you want. Our installation teams are highly experienced and don’t waste time on site, therefore our installation costs are significantly lower. Everyone’s a winner. Get in touch via our Contact Page.

Portfolio

Hairdressers are our speciality, we carry a full range of frames for all tastes and budgets. Phone or email for a quotaion. 

Portfolio

$("#SiteNav li ul").each(function(){ var len = jQuery(this).find('li').length; if(len > 9){ $.fn.extend( { list2Columns: function(numCols) { var listItems = $(this).find('li'); /* get the list data */ var listHeader = $(this); var numListItems = listItems.length; var numItemsPerCol = Math.ceil(numListItems / numCols); /* divide by the number of columns requires */ var currentColNum = 1, currentItemNumber = 1, returnHtml = '', i = 0; var classname = $(this).parent().attr('id'); /* append the columns */ for (i=1;i<=numCols;i++) { $(this).parent().append(''); } /* append the items to the columns */ $.each(listItems, function (i, v) { if (currentItemNumber <= numItemsPerCol){ currentItemNumber ++; } else { currentItemNumber = 1; currentColNum ++; } $('.list-column-'+classname+currentColNum).append(v); }); $(this).parent().addClass('expended-div'); $(this).remove(); /*clean previous content */ } }); $(this).list2Columns(3); } });