it is used in this website:
http://www.nzmade.co/index.html
A tip:
any div can have active class, for example you have a div search_panel, then you can create an active class, search_panel.active. In jquery you can apply the active class by using addClass(), to remove the class, removeClass()