var vb_player; jQuery(document).ready(function($) { var settings = { instanceName:"video_bg_single", sourcePath:"", playlistList:"#vb-playlist-list", useDeeplink:false, activePlaylist:"playlist-video", activeItem:0, volume:0, autoPlay:true, randomPlay:false, loopingOn:true, autoAdvanceToNextMedia:false, mediaEndAction:"loop", aspectRatio:2, youtubeAppId:"AIzaSyDeqvaVCC5GEldPL1uOpI04h9sFoeH7WlY", playlistOpened:true, playlistOrientation:"vertical", usePlaylistScroll:false, scrollTheme:"minimal", useKeyboardNavigationForPlayback:true, useShare:true, facebookAppId:"644413448983338", forceMobileAutoplay:true }; if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) { // some code.. vb_player = $("#wrapper").vb(settings); document.getElementById('vimeo-wrapper').style.display = 'none'; // do tablet stuff } else { // do desktop stuff } });

Video title number 6
This is video description, any HTML can be set. Lorem ipsum dolor this link maecenas nec vivamus dolor. Integer vel ante.
.vb-big-play { position: absolute; width: 76px; height: 76px; top: 50%; left: 50%; margin-left: -37px; margin-top: 25% !important; background: rgba(0,0,0,0.5); border-radius: 50%!important; display: none; } .vb-player-controls { position: absolute; height: 40px; width: 170px; top: 100%; left: 50%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); display: none; }
.vb-big-play { position: absolute; width: 76px; height: 76px; top: 50%; left: 50%; margin-left: -37px; margin-top: 25% !important; background: rgba(0,0,0,0.5); border-radius: 50%!important; display: none; } .vb-player-controls { position: absolute; height: 40px; width: 170px; top: 100%; left: 50%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); display: none; } .vb-media-holder, .vb-image-holder, .vb-video-holder, .vb-video-poster, .vb-vimeo-holder, .vb-youtube-holder, .vb-iframe-event-blocker { position: fixed !important; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden !important; display: none; }
body{ overflow-x:hidden; }
body { background: #5D11FF; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: left; transition:all 400ms; will-change:background; }
jQuery(document).ready(function( $ ){ $(window).on("scroll touchmove", function() { var bgColor = "#5D11FF"; var bgColor2 = "#9BA0BC"; var bgColor3 = "#7f8c8d"; if ($(document).scrollTop() >= $("#first_background").position().top) { $('body').css('background-color', bgColor); }; if ($(document).scrollTop() >= $("#norm_background").position().top) { $('body').css('background-color', bgColor2); }; if ($(document).scrollTop() >= $("#black_background").position().top) { $('body').css('background-color', bgColor3); }; }); });
jQuery(document).ready(function( $ ){ $(window).scroll(function(){ $(".top").css("opacity", 1 - $(window).scrollTop() / 800); }); });
jQuery(document).ready(function(){ jQuery("#section_title").sticky({topSpacing:0}); });
jQuery(document).ready(function( $ ){ $(".talent").click(function() { window.location = $(this).find("a").attr("href"); return false; }); });
/*** Responsive Styles Large Desktop And Above ***/ @media all and (min-width: 1405px) { .sub_menu_column {display:block !important;} } /*** Responsive Styles Standard Desktop Only ***/ @media all and (min-width: 1100px) and (max-width: 1405px) { .sub_menu_column {display:block !important;} } /* Tablets in landscape mode (981-1100px) */ @media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { /* your css goes here */ } /* Tablets in portrait mode (768-980px) */ @media only screen and ( min-width: 768px ) and ( max-width: 980px ) { /* your css goes here */ } /* ----------- iPad Pro ----------- */ /* Portrait and Landscape */ @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) { } /* Portrait */ @media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) { } /* Landscape */ @media only screen and (min-device-height: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) { }

#vimeo-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; overflow: hidden; } #vimeo-wrapper iframe { width: 100vw; height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */ min-height: 100vh; min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } /* ----------- iPad Pro ----------- */ /* Portrait and Landscape */ @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) { } /* Portrait */ @media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) { #video-background{ display:none; } } /* Landscape */ @media only screen and (min-device-height: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) { }

jQuery(document).ready(function( $ ){ $(window).on("scroll resize", function(){ var pos=$('#section_title').offset(); $('.title_change').each(function(){ if(pos.top >= $(this).offset().top && pos.top <= $(this).next().offset().top) { $('#section_title h1').text($(this).find('.title').text()); //or any other way you want to get the date return; //break the loop } }); }); $(document).ready(function(){ $(window).trigger('scroll'); // init the value }); });
#section_title{ padding : 20px; color : #fff; } .stick{ position : fixed; top:0; width: 100%; }
.hamburger img{ width:35px; height:auto; }
.benefits_icons img{ width:200px; height:auto; } .benefits_icons_2 img{ width:120px; height:auto; }
/* Smartphones in landscape mode (480-768px) */ @media only screen and ( min-width: 375px ) and ( max-width: 962px ) { /* your css goes here */ } /* Smartphones in portrait mode (0-479px) */ @media only screen and ( max-width: 479px ) { /* your css goes here */ } /* ----------- iPad 3, 4 and Pro 9.7" ----------- */ /* portait */ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) { } /* Landscape */ @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: landscape) { .box_font_responsive h1 {font-size:32px !important; line-height:34px !important;} .big_box_font_responsive h1 {font-size:80px !important; line-height:80px !important;} .big_text_font_responsive h1 {font-size:120px !important;} .kerned_text_font_responsive h1 {letter-spacing:48px !important;} } /* ----------- iPad Pro ----------- */ /* Portrait and Landscape */ @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) { .big_text_font_responsive h1 {font-size:120px !important;} .kerned_text_font_responsive h1 {letter-spacing:48px !important;} } /* Portrait */ @media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) { .box_font_responsive h1 {font-size:32px !important; line-height:34px !important;} .big_box_font_responsive h1 {font-size:80px !important; line-height:80px !important;} } /* Landscape */ @media only screen and (min-device-height: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) { }
jQuery(document).ready(function( $ ){ $('#overlay_unique_id_32591').click(function() { $("#overlay-32591").css("visibility", "visible"); }); });

COWORKING

C       O       N       S       U       L       T       I       N       G

Are you ready?

/* Tablets in landscape mode (981-1100px) */ @media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { /* your css goes here */ .title h1 { font-size: 80px !important; } .sticky_title_row { padding-left: 50px !important; } } /* Tablets in portrait mode (768-980px) */ @media only screen and ( min-width: 768px ) and ( max-width: 980px ) { /* your css goes here */ } /* ----------- iPad Pro ----------- */ /* Portrait and Landscape */ @media only screen and (max-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) { } /* Portrait */ @media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) { .title h1 { font-size: 100px !important; } .sticky_title_row { padding-left: 50px !important; } } /* Landscape */ @media only screen and (min-device-height: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) { .title h1 { font-size: 150px !important; } .sticky_title_row { padding-left: 50px !important; } }

about

Considering transitioning a portion of your portfolio to coworking?

Coworking has quickly transformed from a niche option for solo entrepreneurs, freelancers and small tech companies to a mainstream form of office space. Uniting Spaces feels coworking should be part of every growth-focused real estate portfolio. Building cooperative Ecosystems is not only our mission… it is our passion!

benefits

How can we help?

Our goal is to ensure that building owners, property developers, real estate investment groups, and others find the best ways to leverage a coworking model. We learn the goals of the asset owners/portfolio and help align them with the appropriate partners, brands and strategies to build a sustainable ecosystem.

Coworking Strategy.

As the mainstream workforce continues to transition, asset owners and managers need to be having dialogue around ‘Coworking Readiness.’

Uniting Spaces offers a holistic strategy to fill vacancies, improve existing tenants amenity offerings and overall experience while developing ‘prime tenants’ of the future.

Coworking Operations.

Need operations for your building, exisiting coworking facility or enterprise?  Deployable operations model in coworking-ready locations is one of our many specialties.

Asset Owner Dilemma

Building owners, property developers, or real estate investment groups try to find ways to leverage the coworking model through experimentation. Often, there is a need for a more pragmatic path forward. We can help.

Coworking Resources.

It takes a lot to operate a coworking space from billing to ensuring that your members experience is productive, fun and secure. We help identify, select, implement and support all resources needed to get your coworking space up and running smoothly.

Coworking Calculator

Does it make financial sense to start a coworking space? Get a Customized Realistic Revenue and Profit and Loss Estimation for your Coworking Space. Based on 9 years of coworking consulting and ownership. Our projections are based on US coworking trends and best practices. Our model is best used for property owners thinking about converting their property or entrepreneurs evaluatiing different locations and leases.

News

October 18, 2019

Chapel Hill Internet of Things startup aims to improve energy efficiency by WRAL.com

_Coworking Capture for WP

October 17, 2019

Getting to grips with workplace safety

_Coworking Capture for WP

October 17, 2019

How Design Plays A Key Role In The Success Of Flexible Workspaces

_Coworking Capture for WP

October 16, 2019

Ways To Level-Up Your Instagram Marketing Techniques

_Coworking Capture for WP

October 16, 2019

Where IT and Facilities Data Intersect: New Metrics to Analyze in the Digital Workplace

_Coworking Capture for WP

October 15, 2019

Coworking Creates Similar Turmoil Across the Pond by Commercial Property Executive

_Coworking Capture for WP

previous arrow
next arrow
Slider

Ready to talk coworking?

Let’s start the conversation about your coworking project and explore a potential collaboration. We are a team of coworking veterans who are ready to consult with real estate developers and companies looking to embrace coworking within their respective business models.

(function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })()