/*
Theme Name: Brooklyn Basin - Release 1
Theme URI: http://swept.co/
Description: Design by Allis
Author:  Michael Brumm
Author URI: http://swept.co/
Version: 1.0
*/

/********************************************************************
Reset
********************************************************************/
html,body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,footer, header, hgroup, menu, nav, output, ruby, section, summary, time,mark, audio, video {border: 0;font-size: 100%;font: inherit;vertical-align: baseline;margin: 0;padding: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup,menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: none;}
table { border-collapse: collapse;border-spacing: 0;}


/********************************************************************
GOTHAM LIGHT
font-family: 'Gotham A', 'Gotham B';
font-weight: 300;
font-style: normal;

GOTHAM LIGHT ITALIC
font-family: 'Gotham A', 'Gotham B';
font-weight: 300;
font-style: italic;

GOTHAM BOOK
font-family: 'Gotham A', 'Gotham B';
font-weight: 400;
font-style: normal;

GOTHAM BOLD
font-family: 'Gotham A', 'Gotham B';
font-weight: 700;
font-style: normal;
********************************************************************/



/********************************************************************
Basic Styles
********************************************************************/
body, html {
	height: 100%;
	background-color: #fff;
	padding: 0;
	margin: 0;
	font: normal 300 13px/18px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	color: #363636;
}

p {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 25px;
	color: #363636;
}

img {
	border: none;
}

img.respond {
	max-width: 100%;
}

a {
	color: #9ab6d3;
	text-decoration: none;
	-webkit-transition: color .5s ease-out; /* Saf3.2+, Chrome */
  	-moz-transition: color .5s ease-out; /* Firefox 4+ */
  	-ms-transition: color .5s ease-out; /* IE10+ */
  	-o-transition: color .5s ease-out; /* Opera 10.5+ */
  	transition: color .5s ease-out;
}

a:hover {
	color: #222c38;
}

h2 {
	font: normal 300 32px/36px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	margin: 0 0 24px;
}

blockquote {
	font: normal 300 46px/56px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	text-indent: -0.4em; /* Hang the quotes */
	margin-left: 0.4em;
	margin-bottom: 32px;
	padding-right: 30px;
}

span.boldThis {
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 700;
	font-style: normal;
}

/********************************************************************
Containers
********************************************************************/
.container,
.containerfw,
.containerfs,
.containermap {
    width: 100%;
    margin: 0 auto;
    clear: both;
    height: auto;
	overflow: auto;
}

.containerfs {
    height: 100%;
	background-color: #493c36;
}

.container {
	padding-top: 100px;
	padding-bottom: 100px;
}

.containermap {
	text-align: center;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	background-color: #efefef;
}

.contained,
.contained-morebottom {
    margin: 0 auto;
    max-width: 960px;
    padding: 30px 5%;
    overflow: auto;
    width: 90%;
    position: relative;
}

.contained-morebottom {
    padding: 5px 5% 100px;
}

.bluebg {
	background-color: #9ab6d3;
	overflow: auto;
}

.col30,
.col30m {
	float: left;
	width: 30%;
	padding: 0;
	margin: 0;
}

.col30m {
	margin: 0 5% 20px;
}

.col30 p,
.col30m p,
.col30 li,
.col30m li {
	font: normal 300 13px/22px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
}

.col30 ul{
	margin-bottom: 18px;
}

.col30 li,
.col30m li {
	list-style: disc;
	margin-left: 1.3em;
}

.col30 h3,
.col30m h3 {
	font: normal 700 13px/22px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.col50 {
	 width: 50%;
	 float: left;
	 overflow: auto;
 }

 .col50 p {
	 padding-right: 50px;
 }

.col50bg {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:460px;
	overflow:hidden;
	width:100%;
	background-color: #51423c;
 }

.col50text {
	 background-color: #9ab6d3;
	 padding: 40px 60px;
 }

 .col50text h3 {
	 text-transform: uppercase;
	 font-size: 13px;
	 margin-bottom: 4px;
	 padding-bottom: 0;
	 color: #fff;
	 font-weight: bold;
	 letter-spacing: .2em;
	 line-height: 17px;
 }

 .col50text p {
	 color: #fff;
	 font-size: 13px;
	 padding-right: 0;
 }

.history {background-color: #222c38; }
.history h2, .history p {color: #fff;}

.milestones {background-color: #d7e2ed;}
.milestones h2, .milestones p {color: #222c38;}

.feature-center {
	width: 100%;
	background-size:cover;
	overflow: auto;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	position: relative;
	background-position: center;
}

.feature-map {
	background: url(https://michaeljbrumm.com/brooklynbasin/wp-content/themes/brooklyn-basin-r1/img/vision-interactive-map.jpg) center center no-repeat;
	width: 100%;
	background-size: cover;
	overflow: auto;
	text-align: center;
	margin: 0 auto;
	height: 890px;
	position: relative;
}

/****************************************************************************
Hero
****************************************************************************/
#hero-fs {
    width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#hero-logo {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-size: 12px;
    margin: 50px auto 0;
    width: 100%;
    position: absolute;
    z-index: 9981;
}

#hero-holder {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 0;
	margin: 0;
	display: table;
	z-index: 2002;
	position: absolute;
}

#hero-text {
	display: table-cell;
  	vertical-align: middle;
  	text-align: center;
}

#hero-text h1 {
	font: normal 700 70px/80px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 30px 50px 20px;
	background: url(https://michaeljbrumm.com/brooklynbasin/wp-content/themes/brooklyn-basin-r1/img/flourish.gif) center bottom no-repeat;
}

#hero-text a {
	font: normal 700 17px/17px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	margin: 30px 50px 20px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	letter-spacing: .2em;
	padding-bottom: 0;
	display: block;
}

#hero-imap {
	position: absolute;
	bottom: 40px;
	right: 30px;
	z-index: 2005;
}

#hero-imap a {
	background: url(https://michaeljbrumm.com/brooklynbasin/wp-content/themes/brooklyn-basin-r1/img/vision_imap-hero-icon.png) top left no-repeat;
	height: 25px;
	padding: 4px 0 0 34px;
	font: normal 700 14px/14px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .2em;
	display: block;
}

#hero-imap a:hover {
	color: #f9e633;
}

#hero-arrow {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 5996;
	background-image: url(https://michaeljbrumm.com/brooklynbasin/wp-content/themes/brooklyn-basin-r1/img/nav-page-arrows.png);
	background-position: 0 -150px;
	background-repeat: no-repeat;
	bottom: 36px;
	display: block;
	left:0;
    right:0;
    margin: 0 auto;
	cursor: pointer;
}

#video_background {
    position: absolute;
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    overflow: hidden;
    background: url(https://michaeljbrumm.com/brooklynbasin/wp-content/themes/brooklyn-basin-r1/img/background-vision.jpg) top center no-repeat;
    background-size: cover;
}

/****************************************************************************
Sticky Navigation
****************************************************************************/
#sticky_navigation_wrapper {
	width: 100%;
	height: 65px;
	position: absolute;
	bottom: 0;
}

#sticky_navigation {
	height: 65px;
	z-index: 9500;
	background-color: #51423c;
	width: 100%;
}

#sticky_navigation ul {
	list-style: none;
	padding: 0;
	width: 850px;
	margin: 0 auto;
	overflow: auto;
}

#sticky_navigation ul li {
	margin:0;
	padding:0;
}

#sticky_navigation ul li a {
	display:block;
	float:left;
	margin: 0 14px;
	border-top: 4px solid #51423c;
	padding: 0;
	height: 61px;
	line-height: 61px;
	font-size:13px;
	font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#9c9a98;
	text-transform: uppercase;
	-webkit-transition: .5s all ease-out; /* Saf3.2+, Chrome */
    -moz-transition: .5s all ease-out; /* Firefox 4+ */
    -ms-transition: .5s all ease-out; /* IE10+ */
    -o-transition: .5s all ease-out; /* Opera 10.5+ */
    transition: .5s all ease-out;
	letter-spacing: .2em;
	-webkit-transform: translateZ(0);
}

#sticky_navigation ul li a:hover, #sticky_navigation ul li a.selected {
	color:#fff;
}

#sticky_navigation ul li a.selected {
	border-top: 4px solid #9ab6d3;
}

#menu-language {
	height: 65px;
	font: normal 300 11px/67px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	position: absolute;
	right: 25px;
}

#menu-language a {
	color: #fff;
}

#menu-language a:hover {
	color: #9ab6d3;;
}

/****************************************************************************
Sub Menu
****************************************************************************/
#sub-menu-container {
	width: 100%;
	display: none;
	height: 240px;
}

#sub-menu-container ul {
	width: 100%;
}

#sub-menu-container ul li {
	margin:0;
	padding:0;
	float:left;
	border-right: 1px solid #dcdcda;
	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
  	box-sizing:border-box;
	height: 240px;
	background: url(https://michaeljbrumm.com/brooklynbasin/wp-content/themes/brooklyn-basin-r1/img/sub-vision-2video.jpg);
	background-size: 469px auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}
/*
ul.sub-nav li {
	cursor: pointer !important;
}
*/

ul#sub-vision li,
ul#sub-access li {
	width: 33.3333333%;
}

ul#sub-background li,
ul#sub-transformation li {
	width: 25%;
}

ul#sub-lifestyle li {
	width: 20%;
}

ul.sub-nav {
	display: none;
}

#sub-menu-container ul li a {
	display: block;
	margin: 0;
	border-top: none;
	padding: 0;
	height: 61px;
	line-height: 61px;
	font-size:13px;
	font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#9c9a98;
	background: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	letter-spacing: .2em;
	width: 100%;
	text-align: center;
	z-index: 321;
}

#sub-menu-container ul li:hover > a {
	color:#000;
	background-color: #d7d3d2;
	}

/****************************************************************************
Menu - Google Map
****************************************************************************/
#map-menu {
	width: 100%;
}

#map-menu li {
	border-right: 1px solid #4e5660;
	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
  	box-sizing:border-box;
	float: left;
	width: 25%;
}

#map-menu li:last-child {
	border-right: none;
}

#map-menu li a {
	display: block;
	height: 80px;
	line-height: 80px;
	width: 100%;
	font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #222c38;
	color: #fff;
	text-align: center;
	-webkit-transition: background-color .5s ease-out; /* Saf3.2+, Chrome */
  	-moz-transition: background-color .5s ease-out; /* Firefox 4+ */
  	-ms-transition: background-color .5s ease-out; /* IE10+ */
  	-o-transition: background-color .5s ease-out; /* Opera 10.5+ */
  	transition: background-color .5s ease-out;
}

#map-menu li a:hover,
#map-menu li a.selected {
	background-color: #9ab6d3;
}


/****************************************************************************
Google Map
****************************************************************************/
#map {
	position: relative;
	clear: both;
	overflow: auto;
}

#google-container {
  position: relative;
  width: 100%;
  height: 800px;
  background-color: #e7eaf0;
  cursor: default;
}

#map_canvas {
	clear: both;
	height: 800px;
	width: 100%;
	overflow: hidden;
	background-color: #e7eaf0;
  	cursor: default;
}

#cd-google-map {
  position: relative;
}

#cd-zoom-in, #cd-zoom-out {
  height: 50px;
  width: 50px;
  cursor: pointer;
  margin-right: 51px;
  background-color: rgba(255, 255, 255, 1);
  background-repeat: no-repeat;
  background-size: 50px 100px;
  background-image: url("https://michaeljbrumm.com/brooklynbasin/wp-content/themes/brooklyn-basin-r1/img/cd-icon-controller.svg");
}

.gm-fullscreen-control {
	top: auto !important;
	bottom: 50px !important;
	right: 50px !important;
	margin: 0 !important;
	height: 50px !important;
	width: 50px !important;
}

.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #d36868;
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 51px;
  margin-bottom: 1px;
}

#cd-zoom-out {
  background-position: 50% -50px;
}

#map-sub-menu {
	width: 220px;
	color: #222c38;
	margin-top: 51px;
	margin-left: -300px;
	overflow: auto;
}

#map-sub-menu li {
	height: 50px;
	width: 71%;
	padding-left: 29%;
	border-bottom: 1px solid #d3d5d7;
	color: #222c38;
	font: normal 300 13px/50px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	-webkit-transition: .5s background-color ease-out; /* Saf3.2+, Chrome */
    -moz-transition: .5s background-color ease-out; /* Firefox 4+ */
    -ms-transition: .5s background-color ease-out; /* IE10+ */
    -o-transition: .5s background-color ease-out; /* Opera 10.5+ */
    transition: .5s background-color ease-out;
	cursor: pointer;
	background: url(https://michaeljbrumm.com/brooklynbasin/wp-content/themes/brooklyn-basin-r1/img/access-google-map-subnav.png) no-repeat;
	letter-spacing: .1em;
	background-color: #fff;
}

#map-sub-menu li:hover,
#map-sub-menu li.selected {
	background-color: #ebebeb;
}

li#map-shopping {
	background-position: 0 -50px;
}
li#map-culture {
	background-position: 0 -100px;
}
li#map-corporations {
	background-position: 0 -150px;
}

.infobox h3 {
	font: normal 700 13px/18px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 14px 0 4px 4px;
	letter-spacing: .1em;
}

.infobox p {
	font: normal 300 13px/20px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	margin: 0 0 14px 4px;
	padding-right: 10px;
}
/****************************************************************************
Footer
****************************************************************************/
footer {
	border-top: 1px solid #dadada;
	background-color: #fff;
	width: 100%;
    margin: 0 auto;
    clear: both;
    height: auto;
	display: table;
}

.contained-footer {
    margin: 0 auto;
    max-width: 960px;
    padding: 20px 5%;
    width: 90%;
	display: table;
}

#copyright {
	display: table-cell;
  	vertical-align: middle;
}

#social {
	float: right;
	display: table-cell;
  	vertical-align: middle;
}

#social a {
	display: inline-block;
}


/****************************************************************************
Prev | Next Buttons
****************************************************************************/
#pageprev,
#pagenext,
#pageup {
    height: 50px;
    width: 50px;
    background-image: url(https://michaeljbrumm.com/brooklynbasin/wp-content/themes/brooklyn-basin-r1/img/nav-page-arrows.png);
    background-position: 0 -50px;
	background-repeat: no-repeat;
    display: inline-block;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -25px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
	z-index: 9982;
}

#pageprev {
    background-position: 0 0;
    left: 0;
	margin-left: -50px;
}

#pagenext {
	margin-right: -50px;
	background-position: right -50px;
}

#pageup {
	margin-right: -50px;
	background-position: right -100px;
}

#pageprev:hover,
#pagenext:hover,
#pageup:hover {
    filter: alpha(opacity=100);
    opacity: 1.0;
}

#slideoutprevholder {
	position: fixed;
    left: 50px;
    top: 50%;
    margin-top: -25px;
	width: 220px;
 	z-index: 9970;
	cursor: pointer;
	margin-left: -270px;
}

#prevtext {
	position: absolute;
	left: 0;
	background-color: #fff;
	text-align: center;
	text-transform: uppercase;
	font: normal 400 11px/50px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	height: 48px;
	letter-spacing: .1em;
	width: 150px;
	border-top: 1px solid #dcdcda;
	border-bottom: 1px solid #dcdcda;
	z-index: 9601;
}

#previmage{
	position: absolute;
	left: 150px;
	background-color: #fff;
	height: 50px;
	width: 70px;
	margin-left: -70px;
	z-index: 9600;
}

#slideoutnextholder {
	position: fixed;
    right: 50px;
    top: 50%;
    margin-top: -25px;
	width: 220px;
 	z-index: 9970;
	cursor: pointer;
	margin-right: -270px;
}

#nexttext {
	position: absolute;
	right: 0;
	background-color: #fff;
	text-align: center;
	text-transform: uppercase;
	font: normal 400 11px/50px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	height: 48px;
	letter-spacing: .1em;
	width: 150px;
	border-top: 1px solid #dcdcda;
	border-bottom: 1px solid #dcdcda;
	z-index: 9601;
}

#nextimage{
	position: absolute;
	right: 150px;
	background-color: #fff;
	height: 50px;
	width: 70px;
	margin-right: -70px;
	z-index: 9600;
}

/****************************************************************************
Lifestyle Slideshow
****************************************************************************/
#lifestyler {
	height: 100%;
	width: 100%;
	background: url(https://michaeljbrumm.com/brooklynbasin/wp-content/themes/brooklyn-basin-r1/img/lifestyle_gallery_1.jpg) no-repeat;
	background-position: center;
	-webkit-background-size: cover; /*for webKit*/
	-moz-background-size: cover; /*Mozilla*/
	-o-background-size: cover; /*opera*/
	background-size: cover; /*generic*/
	overflow: hidden;
	position: relative;
}

#lifestylershow {
	width: 100%;
	height: 100%;
	background: url(https://michaeljbrumm.com/brooklynbasin/wp-content/themes/brooklyn-basin-r1/img/lifestyle_gallery_1.jpg) no-repeat;
	background-position: center;
	-webkit-background-size: cover; /*for webKit*/
	-moz-background-size: cover; /*Mozilla*/
	-o-background-size: cover; /*opera*/
	background-size: cover; /*generic*/
	z-index: 2;
}

#lifestylernav {
	position: absolute;
	bottom: 40px;
	text-align: center;
	z-index: 9231;
	width: 100%;
	color: #fff;
	font-size: 70px;
}

#lifestylernav a {
	display: inline-block;
	background-color: #fff;
	height: 14px;
	width: 14px;
	border-radius: 7px;
	margin: 0 7px;
}

#lifestylernav a.selected {
	background-color: #f9e633 !important;
}


/****************************************************************************
Interactive Map
****************************************************************************/
.map-container {
	position: relative;
	background-color: #efefef;
	line-height:0;
}

#map-text {
	position: absolute;
	top: 6%;
	z-index: 542;
	width: 64%;
	margin: 0 18%;
	-webkit-transform: translateZ(0);
	-webkit-transition: all .6s ease-in-out;
}

#map-text h2,
#map-text p {
	color: #fff;
}

.map-wrapper {
    position: relative;
    width: 100%;
	overflow: visible;
	max-width: 1500px;
	margin: 0 auto;
}

.map-point {
  position: absolute;
  z-index: 400;
  list-style: none;
}

.map-point:first-child {
  	top: 50%;
  	left: 13.75%;
}

.map-point:nth-child(2) {
  	top: 74.5%;
  	left: 38.5%;
}

.map-point:nth-child(3) {
  	top: 70%;
  	left: 44.5%;
}

.map-point:nth-child(4) {
  	top: 52.5%;
  	left: 54.5%;
}

.map-point:nth-child(5) {
	top: 63%;
  	left: 61%;
}

.map-point:nth-child(6) {
 	top: 56.6%;
  	left: 64.5%;
}

.map-point:nth-child(7) {
  	top: 65.5%;
  	left: 86%;
}

.map-point-link {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
	background-color: #fff;
	-webkit-transition: .5s background-color  ease-out; /* Saf3.2+, Chrome */
    -moz-transition: .5s background-color  ease-out; /* Firefox 4+ */
    -ms-transition: .5s background-color  ease-out; /* IE10+ */
    -o-transition: .5s background-color  ease-out; /* Opera 10.5+ */
    transition: .5s background-color  ease-out;
}

.map-point-text {
	font: normal 700 13px/0 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .2em;
	cursor: pointer;
	margin: -5px 0 0 36px;
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 1);
	display: none;
}

.point-visited {
	background-color: #82822c;
}


.map-point a {
  z-index: 401;
  position: relative;
}

.map-point-ring {
	background-color: rgba(34,44,56, .5);
 	border: 3px solid #f9e633;
	height: 34px;
 	width: 34px;
	border-radius: 34px;
 	-moz-border-radius: 34px;
 	-webkit-border-radius: 34px;
	position: absolute;
	margin-left: -15px;
	margin-top: -25px;
	z-index: 201;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
}

#imap-overlay {
	background-color: rgba(0,0,0, .6);
	width: 100%;
	position: absolute;
	z-index: 1534;
	overflow: auto;
	height: 100%;
	display: none;
}

#imap-window {
	position: absolute;
	background-color: #fff;
	width: 50%;
	height: 50%;
	margin: 15% 25%;
	overflow: auto;
	-webkit-transform: translateZ(0);
	-webkit-transition: all .6s ease-in-out;
}

#imap-close {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 90;
	width: 29px;
	height: 29px;
	background: url(https://michaeljbrumm.com/brooklynbasin/wp-content/themes/brooklyn-basin-r1/img/vision_imap-close-btn.png) center center no-repeat;
	cursor: pointer;
}

#imap-image,
#imap-text {
	float: left;
	width: 42%;
	margin: 3%;
	height: 90%;
}

#imap-image {
	background: url(https://michaeljbrumm.com/brooklynbasin/wp-content/themes/brooklyn-basin-r1/img/vision_imap_1residences.jpg) center center no-repeat;
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #d6d6d6;
}

#imap-text {
	margin-top: 8%;
	height: 80%;
}

#imap-text h3,
#imap-text p {
	font-size: 13px;
}

#imap-text h3 {
	text-transform: uppercase;
	font: normal 700 13px/22px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	letter-spacing: .2em;
	margin-bottom: 14px;
}

#imap-text p {
	font-size: 13px;
	line-height: 20px;
}

/*
.map-point-ring:hover { -webkit-transform: scale(1.2); }
*/

/****************************************************************************
News
****************************************************************************/
.news-item {
	margin-bottom: 100px;
	overflow: auto;
}

.news-left {
	width: 65%;
	float: left;
	margin-right: 5%;
}

p.date {
	text-transform: uppercase;
	font: normal 700 13px/13px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	color: #9c9a98;
	letter-spacing: .2em;
	margin-bottom: 12px;
	padding: 0;
}

.news-left a{
	color: #9ab6d3;
	font: normal 700 16px/16px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
}

.news-left h2 a {
	color: #363636;
	font: normal 300 32px/36px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	margin: 0 0 24px;
	display: block;
}

.news-right {
	width: 30%;
	float: left;
}

.news-right-imageholder {
	text-align: center;
	height: 110px;
	overflow: hidden;
	background: url(https://michaeljbrumm.com/brooklynbasin/wp-content/themes/brooklyn-basin-r1/img/footer-vision.jpg) no-repeat center top;
	margin-bottom: 28px;
}

.news-right p.tag {
	color: #363636;
	text-transform: uppercase;
	font: normal 700 13px/18px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	letter-spacing: .2em;
}

.news-right p.tag a,
.news-left a.back {
	color: #9ab6d3;
	text-transform: uppercase;
	font: normal 700 13px/13px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
}

.news-right p.tag a:hover,
.news-left a:hover {
	color: #363636;
}

.news-right-single {
	border-top: 4px solid #9ab6d3;
	margin-top: 4px;
	padding-top: 32px;
}

p.single-top {
	margin-top: 32px;
}

/********************************************************************
Milestones
********************************************************************/
#milestones-container {
	margin-top: 40px;
	height: auto;
	width: 100%;
	overflow: visible;
}

#milestones-start,
#milestones-end {
	height: 280px;
	float: left;
	width: 5%;
	font: normal 700 14px/280px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
}

#milestones-end {
	text-align: right;
}

#milestones-timeline {
	height: 280px;
	float: left;
	width: 90%;
	background: url(https://michaeljbrumm.com/brooklynbasin/wp-content/themes/brooklyn-basin-r1/img/milestones-line.gif) center center repeat-x;
	position: relative;
}

.milestone-top{
	display: inline-block;
	position: absolute;
	height: 135px;
	top: 10px;
	padding-left: 2%;
	width: 25%;
	background: url(https://michaeljbrumm.com/brooklynbasin/wp-content/themes/brooklyn-basin-r1/img/milestone-top.png) left bottom no-repeat;
	z-index: 32;
	overflow: visible;
}

.milestone-top-last {
	width: 21%;
}

.milestone-bottom{
	position: absolute;
	height: auto;
	top: 136px;
	padding-left: 2%;
	width: 21%;
	background: url(https://michaeljbrumm.com/brooklynbasin/wp-content/themes/brooklyn-basin-r1/img/milestone-bottom.png) left top no-repeat;
	z-index: 33;
	padding-top: 60px;
}

.milestone-top h4,
.milestone-bottom h4 {
	font: normal 700 13px/20px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.milestone-top p,
.milestone-bottom p {
	font: normal 300 13px/20px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	padding-bottom: 0;
	margin-bottom: 0;
}

.mobileshow { display: none; }
.mobilehide { display: block; }

#cform-container {
	width: 100%;
	position: relative;
	overflow: auto;
}

.cf50b,
.cf50br,
.cf100b {
	float: left;
	width: 50%;
	border: 1px solid #d3d5d7;
	border-width: 1px 1px 0 1px;
	padding: 2% 2% 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	font: normal 700 12px/12px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.cf50br {
	border-left: none;
}

.cf100b {
	width: 100%;
	border-width: 1px;
}

.cf100 {
	clear: left;
	width: 100%;
	padding: 30px 0 0;
	font: normal 300 14px/14px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
}

.cf50b div,
.cf50br div,
.cf100b div {
	display: block;
	clear: both;
	width: 100%;
	margin-bottom: 4px;
}

input.cform50,
textarea.cform100 {
	border: none;
	padding: 2% 2% 2% 0 !important;
	width: 98%;
	font: normal 300 16px/22px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	max-width: 98%;
	outline: none;
	resize: none;
	color: #bbb;
}

input.cform-submit {
	display: block;
	background-color: #9ab6d3;
	padding: 20px 65px;
	font: normal 700 12px/12px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #fff;
	border: 0;
	cursor: pointer;
}

#text_FirstName_6_1,
#text_LastName_7_1,
#text_City_8_1,
#email_yourEmail_2_1,
#textarea_message_4_1 {
	font: normal 700 10px/12px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif !important;
	letter-spacing: .1em;
	color: #9ab6d3 !important;
}


@media screen and (min-width: 1360px) {
	#sub-menu-container ul li {
		background-size: 100% auto;
		background-position: center bottom !important;
	}
}

@media screen and (max-width: 1024px) {
	.container {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	#mobile-header {
		width: 100%;
		height: 90px;
		position: fixed;
		background-color: #fff;
		z-index: 9843;
		display: table;
		border-bottom: 1px solid #e5e5e5;
	}

	#mobile-header-left,
	#mobile-header-center,
	#mobile-header-right {
		display: table-cell;
  		vertical-align: middle;
  		text-align: center;
		width: auto;
	}

	#mobile-header-left {
		text-align: left;
		width: 40px;
		padding-left: 20px;
		cursor: pointer;
	}

	#mobile-header-right {
		text-align: right;
		padding-right: 20px;
		width: 40px;
	}

	#mobile-header-center {
	}

	#mobile-menu {
		margin-top: -470px;
		position: fixed;
		z-index: 8788;
		overflow: auto;
		width: 100%;
	}

	#mobile-menu ul {
		background-color: #51423c;
		padding-top: 90px;
	}

	#mobile-menu ul li {
		width: 100%;
		height: 50px;
	}

	#mobile-menu ul li a {
		background-color: #51423c;
		color: #fff;
		display: block;
		font: normal 300 13px/50px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: .2em;
		height: 50px;
		padding-left: 20px;
		-webkit-transition: .5s background-color  ease-out; /* Saf3.2+, Chrome */
		-moz-transition: .5s background-color  ease-out; /* Firefox 4+ */
		-ms-transition: .5s background-color  ease-out; /* IE10+ */
		-o-transition: .5s background-color  ease-out; /* Opera 10.5+ */
		transition: .5s background-color  ease-out;
	}
	#mobile-menu ul li a:hover,
	#mobile-menu ul li a.selected {
		background-color: #9ab6d3;
	}

	.col30,
	.col30m {
		float: none;
		clear: both;
		width: 100%;
	}

	.col30m {
		margin-left: 0;
	}

	.col30 ul{
		margin-bottom: 0;
	}

	.col50 {
		float: none;
		clear: both;
		width: 100%;
	}


	.col50highlight {
		width: 84%;
		margin: 8%;
	}

	.col50 p {
		 padding-right: 0;
	 }

	.col50bg {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position:center center;
		background-repeat:no-repeat;
		height:230px;
		overflow:hidden;
		width:100%;
		background-color: #51423c;
	 }

	.col50text {
		 background-color: #9ab6d3;
		 padding: 20px 0px 0;
	 }

	 input.cform-submit {
		display: block;
		background-color: #9ab6d3;
		padding: 20px 20%;
		width: 100%;
		font: normal 700 12px/12px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: .2em;
		color: #fff;
		border: 0;
	}


	#hero-text {
		vertical-align: middle;
	}

	#hero-text h1 {
		font: normal 700 54px/64px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
		padding: 130px 40px 20px;
	}

	#hero-text a {
		font: normal 700 15px/12px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
		margin: 30px 50px 20px;
	}

	#hero-arrow {
		display: none;
	}

	#map-text {
		top: 5%;
		width: 82%;
		margin: 0 9%;
	}

	.map-point-link {
		display: block;
		width: 10px;
		height: 10px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color: #fff;
	}

	.map-point-text {
		margin: -4px 0 0 32px;
	}

	.map-point:nth-child(3) {
		top: 69.5%;
		left: 45%;
	}

	.map-point:nth-child(5) {
		top: 62%;
		left: 59.5%;
	}

	.map-point:nth-child(6) {
		top: 57.0%;
		left: 65.0%;
	}


	.point-visited {
		background-color: #82822c;
	}


	.map-point a {
	  z-index: 401;
	  position: relative;
	}

	.map-point-ring {
		background-color: rgba(34,44,56, .5);
		border: 3px solid #f9e633;
		height: 28px;
		width: 28px;
		border-radius: 28px;
		-moz-border-radius: 28px;
		-webkit-border-radius: 28px;
		position: absolute;
		margin-left: -12px;
		margin-top: -22px;
		z-index: 201;
		cursor: pointer;
		-webkit-transition: all .3s ease-in-out;
	}

	#imap-window {
		width: 80%;
		height: 65%;
		margin: 10% 10%;
	}

	#imap-image {
		height: 87%;
	}

	#imap-text {
		margin-top: 6%;
	}

	#pageprev,
	#pagenext {
		display: none;
	}

	.feature-center {
		height: 480px;
	}

	blockquote {
		font: normal 300 40px/50px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
		text-indent: -0.4em; /* Hang the quotes */
		margin-left: 0.4em;
		padding-right: 0;
	}

	.cf50b,
	.cf50br,
	.cf100b {
		float: none;
		width: 100%;
		border: 1px solid #d3d5d7;
		border-width: 1px 1px 0 1px;
		padding: 2%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.cf100b {
		border-bottom: 1px solid #d3d5d7;
	}

	.news-left,
	.news-right {
		width: 100%;
		float: none;
	}

	.news-right {
		margin-top: 40px;
	}

	#article {
		padding-top: 0;
		padding-bottom: 0;
	}

	#article .contained {
		padding-bottom: 0;
	}

	/********************************************************************
	Milestones
	********************************************************************/
	#milestones-start,
	#milestones-end {
		height: 340px;
		font: normal 700 14px/340px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	}

	#milestones-timeline {
		height: 340px;
	}

	.milestone-top{
		height: 165px;
	}

	.milestone-bottom{
		top: 166px;
	}



	.mobileshow { display: block; }
	.mobilehide, ul.mobilehide { display: none; }

	/********************************************************************
	Footer
	********************************************************************/
	.contained-footer {
		margin: 0 auto;
		padding: 20px 5%;
		width: 90%;
		display: inline-block;
	}

	#copyright {
		width: 100%;
		display: block;
	}

	#social {
		margin-top: 12px;
		margin-left: -8px;
		float: none;
		display: block;
		clear: both;
	}

}

@media screen and (max-width: 640px) {

	#hero-text {
		vertical-align: top;
	}

	#hero-text h1 {
		font: normal 700 34px/44px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
		padding: 130px 20px 20px;
	}

	#hero-text a {
		font: normal 700 12px/12px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
		margin: 30px 50px 20px;
	}

	.feature-center {
		height: 250px;
	}

}

#map-menu {
	width: 100%;
}

ul.maps-categories li {
	border-right: 1px solid #4e5660;
	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
  	box-sizing:border-box;
	float: left;
	width: 33.333333333%;
	cursor: pointer;
}

ul.maps-categories li:last-child {
	border-right: none;
}

ul.maps-categories li a {
	display: block;
	height: 80px;
	line-height: 80px;
	width: 100%;
	font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #222c38;
	color: #fff;
	text-align: center;
	-webkit-transition: background-color .5s ease-out; /* Saf3.2+, Chrome */
  	-moz-transition: background-color .5s ease-out; /* Firefox 4+ */
  	-ms-transition: background-color .5s ease-out; /* IE10+ */
  	-o-transition: background-color .5s ease-out; /* Opera 10.5+ */
  	transition: background-color .5s ease-out;

}

ul.maps-categories li a:hover,
ul.maps-categories li a.selected {
	background-color: #9ab6d3;
}

.maps-canvas {
	width: 100%;
	height: 800px
}

/****************************************************************************
Slider Test
****************************************************************************/

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
	z-index: 10;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
	*z-index: -1;
}
.noUi-state-tap .noUi-origin {
	-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-origin,
.noUi-handle {
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 1px;
}
.noUi-horizontal .noUi-handle {
	width: 14px;
	height: 32px;
	left: -7px;
	top: -14px;
	background: url(https://michaeljbrumm.com/brooklynbasin/wp-content/themes/brooklyn-basin-r1/img/background_timeline-tick.png) center center no-repeat;
}


/* Styling;
 */
.noUi-background {
	background: #91969c;
}
.noUi-connect {
	background: #3FB8AF;

}
.noUi-origin {
}
.noUi-target {
}
.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-dragable {
	cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}
.noUi-handle {
	cursor: pointer !important;
}
.noUi-active {
}

/* Handle stripes;

.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}
.noUi-handle:after {
	left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}
 */
/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled] .noUi-handle {
	cursor: not-allowed;
}

#timeline-container {
	width: 100%;
	overflow:visible;
}

#timeline-start,
#timeline-end {
	height: 80px;
	float: left;
	width: 6%;
	font: normal 700 13px/0 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	color: #fff;
	letter-spacing: .2em;
}

#timeline-end {
	text-align: right;
}

#slider-step {
	float: left;
	width: 88%;
}

.historyitem {
	 margin-right: 30px;
	 width: 300px;
	 float: left;
	 -webkit-transform: translateZ(0); /* Fix fade jump */
}

.historyitem h3,
.historyitem p {
	font-size: 13px;
	color: #fff;
}

.history h3 {
	font: normal 700 13px/20px 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	letter-spacing: .2em;
	margin: 24px 0 2px;
}

.history p{
	line-height: 20px;
	padding-right: 12px;
}
