{"id":5634,"date":"2017-07-03T04:03:52","date_gmt":"2017-07-03T04:03:52","guid":{"rendered":"http:\/\/themeforest.unitedthemes.com\/wpversions\/brooklyn\/xml\/demo28\/home-portfolio-copy\/"},"modified":"2017-07-03T04:03:52","modified_gmt":"2017-07-03T04:03:52","slug":"home-portfolio-2","status":"publish","type":"page","link":"https:\/\/lotusbau.com\/index.php\/home-portfolio-2\/","title":{"rendered":"Home (Portfolio 2)"},"content":{"rendered":"<p>[vc_section bklyn_section_anchor_id=&#8221;work&#8221;][vc_row][vc_column]<div class=\"wpb_content_element \"><style type=\"text\/css\">#ut_header_69f41aaad1960 .lead ins { color:#252525; }#ut_header_69f41aaad1960 .lead ins { font-weight:bold; }#ut_header_69f41aaad1960.pt-style-2 .page-title span:after, #ut_header_69f41aaad1960.pt-style-2 .parallax-title span:after, #ut_header_69f41aaad1960.pt-style-2 .section-title span:after {background-color:!important;height: ;width: ;}<\/style><header id=\"ut_header_69f41aaad1960\" class=\"section-header  ut-no-title-linebreak-mobile ut-no-lead-linebreak-mobile pt-style-2 header-center header-tablet-center header-mobile-center element-with-custom-line-height\"><div class=\"element-with-custom-line-height\" ><h2 data-title=\"We\u2019ll Design Experiences,&#13;&#10;We Do Not Copy Them.\"  class=\"section-title title-with-linebreak \"><span>We\u2019ll Design Experiences,<br \/>\nWe Do Not Copy Them.<\/span><\/h2><\/div><div data-delay=\"0\" class=\"lead title-with-linebreak\"><p>We believe our work speaks for itself. Browse our most recent projects below<br \/>\nand enjoy our handmade work with love for every detail.<\/p>\n<\/div><\/header><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221;][vc_column]<div class=\"wpb_content_element  vc_custom_1499054680857\">        \t\t\t\t        \r\n        <script type=\"text\/javascript\">\r\n        (function($) {\r\n\r\n            \"use strict\";\r\n\r\n            \/* check if is in vc front end\r\n            ================================================== *\/\r\n            function inIframe() {\r\n\r\n                var field = 'vc_editable';\r\n                var url = window.location.href ;\r\n\r\n                if( url.indexOf('?' + field + '=') !== -1 ) {\r\n\r\n                    return true;\r\n\r\n                } else if( url.indexOf('&' + field + '=') !== -1 ) {\r\n\r\n                    return true;\r\n\r\n                } else {\r\n\r\n                    return false;\r\n\r\n                }\r\n\r\n            }\r\n\r\n            if( inIframe() ) {\r\n\r\n                $(window).trigger(\"load\");\r\n\r\n            }\r\n\r\n            $(window).on(\"load\", function(){\r\n\r\n                $(document).ready( function(){\r\n\r\n                var $container = $(\"#ut-portfolio-items-5633\");\r\n\r\n                $container.on( \"layoutComplete\", function( event, filteredItems ){\r\n\r\n                    $(filteredItems).each(function( index, element ){\r\n\r\n                        if( $(window).width() <= 1024 ) {\r\n\r\n                            $(element.element).addClass(\"sorted\").css({\r\n                                \"opacity\" : \"1\"\r\n                            });\r\n\r\n                        } else {\r\n\r\n                            $(element.element).addClass(\"sorted\").css({\r\n                                \"opacity\" : \"1\", \"transform\" : \"scale(1)\"                                                             });\r\n\r\n                        }\r\n\r\n                    });\r\n\r\n                    $container.addClass(\"layoutComplete\");\r\n\r\n                    setTimeout(function() {\r\n\r\n                        $(window).trigger('scroll');\r\n                        $.waypoints(\"refresh\");\r\n\r\n                    }, 100 );\r\n\r\n                });\r\n\r\n                let hide_timout;\r\n\r\n                function hide_portfolio_articles( selector ) {\r\n\r\n                    clearTimeout( hide_timout );\r\n\r\n                    $(\"> .ut-portfolio-article\", \"#ut-portfolio-items-5633\").each(function( index ){\r\n\r\n                        if( $(window).width() <= 1024 ) {\r\n\r\n                            $(this).addClass(\"ut-portfolio-article-animation\").removeClass(\"sorted\").css({\r\n                                \"opacity\" : \"0\"\r\n                            });\r\n\r\n                        } else {\r\n\r\n                            $(this).addClass(\"ut-portfolio-article-animation\").removeClass(\"sorted\").css({\r\n                                \"opacity\" : \"0\", \"transform\" : \"scale(0.001)\"                                                             });\r\n\r\n                        }\r\n\r\n                    });\r\n\r\n                    hide_timout = setTimeout(function() {\r\n\r\n                        $(\"> .ut-portfolio-article .ut-portfolio-article-animation-box\", \"#ut-portfolio-items-5633\").each(function( index ){\r\n\r\n                            var $this = $(this);\r\n\r\n                            $this.clearQueue().css({\r\n                                \"visibility\" : \"hidden\",\r\n                                \"opacity\" : \"0\"\r\n                            }).removeClass( $this.children(\".ut-portfolio-item\").data(\"effect\") );\r\n\r\n                        });\r\n\r\n                        $container.isotope({ filter: selector });\r\n\r\n                    }, 400 );\r\n\r\n                }\r\n\t\t\t\t\t\r\n                \/* IsoTope\r\n                ================================================== *\/\r\n                $container.ut_require_js({\r\n                    plugin: 'isotope',\r\n                    source: 'isotope',\r\n                    callback: function (element) {\r\n\r\n                        element.addClass(\"animated\").isotope({\r\n\r\n                            itemSelector : '.ut-masonry',\r\n                            layoutMode: 'packery',\r\n                            transitionDuration: 0\r\n\r\n                        });\r\n\r\n                    }\r\n\r\n                });\r\n\r\n\r\n\r\n                    \/* IsoTope Filtering\r\n                    ================================================== *\/\r\n                    $(\"#ut-portfolio-menu-5633 a\").each(function( index ) {\r\n\r\n                        var searchforclass = $(this).attr(\"data-filter\");\r\n\r\n                        if( !$(searchforclass).length  ) {\r\n\r\n                            $(this).hide(); \/\/ hide filter if we do not have any children to filter\r\n\r\n                        }\r\n\r\n                    });\r\n\r\n                    $(\"#ut-portfolio-menu-5633 a\").click( function( event ) {\r\n\r\n                        var $this = $(this);\r\n\r\n                        if ( $this.hasClass(\"selected\") ) {\r\n\r\n                            event.preventDefault();\r\n                            return;\r\n\r\n                        }\r\n\r\n                        var selector = $this.attr(\"data-filter\");\r\n\r\n                        if ( !$this.hasClass(\"selected\") ) {\r\n\r\n                            $this.parents(\"#ut-portfolio-menu-5633\").find(\".selected\").removeClass(\"selected\");\r\n                            $this.addClass(\"selected\");\r\n\r\n                            hide_portfolio_articles( selector );\r\n\r\n                        }\r\n\r\n                        return false;\r\n\r\n                    });\r\n\r\n\r\n                });\r\n\t\t\t\t\t\r\n            });\r\n\t\t\t\r\n        }(jQuery));\r\n\r\n        <\/script>        \r\n\r\n        <style id=\"ut-portfolio-custom-css-5633\" type=\"text\/css\">.ut-portfolio-5633 .ut-portfolio-info-c h3 {font-family:\"Roboto\" ; font-weight: 400 ; text-transform: capitalize ;}.ut-portfolio-5633 .portfolio-title { font-family: ralewayregular ;}.ut-portfolio-5633 .ut-portfolio-info-c span {font-family:\"Roboto\" ; font-weight: 400 ; font-size: 12px ; text-transform: capitalize ;}.ut-portfolio-5633 .ut-portfolio-info-c h3 { color: #ffffff ; }.ut-portfolio-5633 .portfolio-title { color: #ffffff; }.ut-portfolio-5633 .ut-portfolio-info-c, .ut-portfolio-5633 .ut-portfolio-info-c span { color: #FFFFFF ; }.ut-portfolio-5633 .ut-hover-layer .ut-portfolio-info { -webkit-justify-content: left !important; justify-content: left !important; }.ut-portfolio-5633 .ut-hover-layer .ut-portfolio-info-c { align-self: flex-end !important; text-align: left; }.ut-portfolio-5633 .portfolio-style-two .ut-portfolio-info i { text-align: left ;}.ut-portfolio-5633 .ut-portfolio-menu li a { font-weight: normal !important; }.ut-portfolio-5633 .ut-portfolio-menu li a { text-transform: uppercase; }.ut-portfolio-5633 .ut-hover-layer { background: rgba(20,22,24, 0.9); }<\/style><style type=\"text\/css\">@media screen and (min-width: 1921px) {.ut-portfolio-5633 .ut-masonry-default { height:600px; }.ut-portfolio-5633 .ut-masonry-portrait {height:1200px;}.ut-portfolio-5633 .ut-masonry-xxl {height:1200px;}.ut-portfolio-5633 .ut-masonry-panorama {height:600px;}}@media screen and (min-width: 1537px) and (max-width: 1920px) {.ut-portfolio-5633 .ut-masonry-default { height:450px; }.ut-portfolio-5633 .ut-masonry-portrait {height:900px;}.ut-portfolio-5633 .ut-masonry-xxl {height:900px;}.ut-portfolio-5633 .ut-masonry-panorama {height:450px;}}@media screen and (min-width: 1025px) and (max-width: 1536px) {.ut-portfolio-5633 .ut-masonry-default { height:350px; }.ut-portfolio-5633 .ut-masonry-portrait {height:700px;}.ut-portfolio-5633 .ut-masonry-xxl {height:700px;}.ut-portfolio-5633 .ut-masonry-panorama {height:350px;}}@media screen and (max-width: 767px) {.ut-portfolio-5633 .ut-masonry-default { height:400px; } .ut-portfolio-5633 .ut-masonry-portrait {height:400px;}.ut-portfolio-5633 .ut-masonry-xxl {height:400px;}.ut-portfolio-5633 .ut-masonry-panorama {height:400px;}}@media screen and (min-width: 768px) and (max-width: 1024px) {.ut-portfolio-5633 .ut-masonry-default { height:450px; } .ut-portfolio-5633 .ut-masonry-portrait {height:450px;}.ut-portfolio-5633 .ut-masonry-xxl {height:450px;}.ut-portfolio-5633 .ut-masonry-panorama {height:450px;}}<\/style><div id=\"ut-loader-5633\" class=\"ut-portfolio-detail-loader\"><i class=\"Bklyn-Core-Rotate-2\"><\/i><\/div><a id=\"ut-portfolio-details-anchor-5633\" href=\"#\" class=\"ut-vc-offset-anchor-top\"><\/a><div id=\"ut-portfolio-details-navigation-5633\" class=\"ut-portfolio-details-navigation grid-container\" data-slideup-width=\"centered\"><a class=\"prev-portfolio-details\" data-wrap=\"5633\" href=\"#\"><\/a><a class=\"close-portfolio-details\" data-wrap=\"5633\" href=\"#\"><\/a><a class=\"next-portfolio-details\" data-wrap=\"5633\" href=\"#\"><\/a><\/div><div id=\"ut-portfolio-details-wrap-5633\" class=\"ut-portfolio-details-wrap clearfix\"><div id=\"ut-portfolio-details-5633\" class=\"inner ut-portfolio-details\"><\/div><\/div><div class=\"clear\"><\/div><div id=\"ut-portfolio-wrap\" class=\"ut-portfolio-wrap ut-portfolio-packery-wrap ut-portfolio-5633\" data-slideup-title=\"on\" data-slideup-width=\"centered\" data-textcolor=\"#ffffff\" data-opacity=\"0.9\" data-hovercolor=\"20,22,24\"><a class=\"ut-portfolio-offset-anchor\" style=\"top:-120px;\" id=\"ut-portfolio-items-5633-anchor\"><\/a><div id=\"ut-portfolio-items-5633\" class=\"ut-portfolio-item-packery-container ut-portfolio-item-container-4-columns\"><\/div><\/div><\/div>[\/vc_column][\/vc_row][\/vc_section][vc_section][vc_row][vc_column]<div class=\"wpb_content_element \"><style type=\"text\/css\">#ut_header_69f41aaad5baa.pt-style-2 .page-title span:after, #ut_header_69f41aaad5baa.pt-style-2 .parallax-title span:after, #ut_header_69f41aaad5baa.pt-style-2 .section-title span:after {background-color:!important;height: ;width: ;}<\/style><header id=\"ut_header_69f41aaad5baa\" class=\"section-header  ut-no-title-linebreak-mobile ut-no-lead-linebreak-mobile pt-style-2 header-center header-tablet-center header-mobile-center element-with-custom-line-height\"><div class=\"element-with-custom-line-height\" ><h2 data-title=\"Get In Touch With Brooklyn.\"  class=\"section-title  \"><span>Get In Touch With Brooklyn.<\/span><\/h2><\/div><div data-delay=\"0\" class=\"lead \"><p>We welcome you to contact us for more information<br \/>\nabout any of our products or services.<\/p>\n<\/div><\/header><\/div><div class=\"wpb_content_element \"><style class=\"bklyn-inline-styles\" type=\"text\/css\">#ut_fl_69f41aaad6604125682155.bklyn-fancy-list { font-size: 14px !important; }#ut_fl_69f41aaad6604125682155.bklyn-fancy-list { line-height: 28px; }#ut_fl_69f41aaad6604125682155 li { color: #292e36; }#ut_fl_69f41aaad6604125682155 li span { color: #292e36; }#ut_fl_69f41aaad6604125682155 a { color: #292e36; }#ut_fl_69f41aaad6604125682155 a:visited { color: #292e36; }#ut_fl_69f41aaad6604125682155 a:hover span { color: #0674ec; }#ut_fl_69f41aaad6604125682155 a:hover { color: #0674ec; }#ut_fl_69f41aaad6604125682155 a:focus { color: #0674ec; }#ut_fl_69f41aaad6604125682155 a:active { color: #0674ec; }#ut_fl_69f41aaad6604125682155 ul { list-style-type: none; }<\/style><div id=\"ut_fl_69f41aaad6604125682155\" class=\"bklyn-fancy-list  bklyn-fancy-list-center bklyn-fancy-list-tablet-center bklyn-fancy-list-mobile-center\"><ul class=\"bklyn-list bklyn-list-style-none\" data-appear-top-offset=\"almost\"><li class=\"bklyn-list-item-space-xsmall\"><span><span>(156) 444+558+696<\/span><\/span><\/li><li class=\"bklyn-list-item-space-xsmall\"><span><a title=\"\" href=\"mailto:contact@yoursite.com\" target=\"_self\" ><span>your@awesome-email.com<\/span><\/a><\/span><\/li><\/ul><\/div><\/div>[vc_custom_heading text=&#8221;Follow Us&#8221; font_container=&#8221;tag:h3|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1499055364838{margin-bottom: 40px !important;}&#8221;]<div class=\"wpb_content_element \"><style class=\"bklyn-inline-styles\" type=\"text\/css\">#ut_sf_69f41aaad683f li a i { color: #ffffff; }#ut_sf_69f41aaad683f li a:hover i { color: #ffffff; }#ut_sf_69f41aaad683f li a:focus i { color: #ffffff; }#ut_sf_69f41aaad683f li a { background: #0674ec; }#ut_sf_69f41aaad683f li a:hover { background: #292e36; }#ut_sf_69f41aaad683f li a:focus { background: #292e36; }#ut_sf_69f41aaad683f { font-size: 30px; }#ut_sf_69f41aaad683f li a { height: 75px;line-height: 75px;width: 75px;}#ut_sf_69f41aaad683f li a .fa { line-height: 75px;}<\/style><ul id=\"ut_sf_69f41aaad683f\" class=\"ut-social-follow-module  ut-social-follow-module-center ut-social-follow-module-tablet-center ut-social-follow-module-mobile-center ut-social-follow-module-40 Pixel\" data-settings=\"{&quot;animate&quot;:false,&quot;effect&quot;:&quot;&quot;,&quot;delay_animation&quot;:false,&quot;global_delay_animation&quot;:false,&quot;delay_timer&quot;:100,&quot;global_delay_timer&quot;:100}\"><li  class=\"ut-social-follow-0 ut-social-follow-round \"><a class=\"ut-social-follow-link\" href=\"#\" target=\"_blank\"><i class=\"fa fa-facebook\"><\/i><\/a><\/li><li  class=\"ut-social-follow-1 ut-social-follow-round \"><a class=\"ut-social-follow-link\" href=\"#\" target=\"_blank\"><i class=\"fa fa-twitter\"><\/i><\/a><\/li><li  class=\"ut-social-follow-2 ut-social-follow-round \"><a class=\"ut-social-follow-link\" href=\"#\" target=\"_blank\"><i class=\"fa fa-instagram\"><\/i><\/a><\/li><\/ul><\/div>[\/vc_column][\/vc_row][\/vc_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_section bklyn_section_anchor_id=&#8221;work&#8221;][vc_row][vc_column][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221;][vc_column][\/vc_column][\/vc_row][\/vc_section][vc_section][vc_row][vc_column][vc_custom_heading text=&#8221;Follow Us&#8221; font_container=&#8221;tag:h3|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1499055364838{margin-bottom: 40px !important;}&#8221;][\/vc_column][\/vc_row][\/vc_section]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/lotusbau.com\/index.php\/wp-json\/wp\/v2\/pages\/5634"}],"collection":[{"href":"https:\/\/lotusbau.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lotusbau.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lotusbau.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lotusbau.com\/index.php\/wp-json\/wp\/v2\/comments?post=5634"}],"version-history":[{"count":0,"href":"https:\/\/lotusbau.com\/index.php\/wp-json\/wp\/v2\/pages\/5634\/revisions"}],"wp:attachment":[{"href":"https:\/\/lotusbau.com\/index.php\/wp-json\/wp\/v2\/media?parent=5634"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}