#sidebar {
	display: block;
	width: 330px;
	height: 980px;
	position: absolute;
	z-index: 500;
	background: url(/wp-content/themes/client-theme/ip-assets/images/site-plan/availability-sidebar.jpg) no-repeat;
}

#sidebar h1 {
	font-family: "Futura-Book",Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: 400;
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
	z-index: 120;
	top: 100px;
	width: 100%;
	text-align: center;
	color: #fff;
}

#content {
	display: block;
	overflow: hidden;
	position: absolute;
	left: 330px;
	width: 1590px;
	height: 980px;
	background: #fff;
}

#siteplan-holder {
	height: auto;
	width: 1350px;
	float: left;
}

#siteplan {
	width: 1200px;
	position: relative;
	margin-left: 80px;
}

#siteplan-info {
	width: 244px;
	position: absolute;
	left: 45px;
	top: 236px;
	margin: 0;
	text-align: center;
	padding: 15px;
	background: rgba(255, 255, 255, 0.5);
}

#siteplan-info h2 {
	display: none;
	color: #fff;
	width: 100%;
	display: block;
	margin: 0 0 40px 0;
	text-align: center;
}

#siteplan-info h3 {
	font-family: "Futura-Book",Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555759;
	margin-bottom: 0.5em;
}

.level-nav {
	text-align: center;
	overflow: hidden;
	display: block;
	vertical-align: middle;
}

.level-select {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	vertical-align: top;
}

.level-select div {
	margin: 0.4em 0;
	width: 100%;
	text-align: center;
}

.level-select div h4 {
	font-size: 1.2em;
	padding: 0.3em 0;
	text-align: center;
	width: 80px;
}

.level-select div h4.no-units {
	width: 100%;
	padding: 0.4em 0;
}

.level-select div h5 {
	font-size: 1.2em;
	padding: 0.3em 0;
	width: 120px;
	text-align: center;
}

/*  FLOOR PLAN INFO WINDOW POP UP  */

#info-window-outer {
	z-index: 1000;
}

#info-window-inner {
	width: 1200px;
	height: 880px;
	left: 50%;
	top: 50%;
	margin: -440px 0 0 -600px;
}

#info-photo {
	position: absolute;
	left: 30px;
	top: 40px;
	width: 800px;
	height: 780px;
}

#info-photo img {
	max-width: 100%;
  max-height: 100%;
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#info-text {
	position: absolute;
	left: 900px;
	top: 100px;
	text-align: left;
}

.close-info {
	bottom: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    SEARCH FILTERING
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#yardi-community-form {
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	width: 1350px;
	height: 100px;
	background: #555759;
}

#unit-search {
  width: auto;
  padding: 1em 0 1em 2em;
  overflow: visible;
  position: relative;
	background: #555759;
}

#unit-search-submit {
  background-color: #a3967c;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    SIDEBAR SEARCH RESULTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#unit-availability {
  width: 240px;
  height: 980px;
}

#unit-availability-data {
  padding-top: 60px;
}

#unit-availability-header h2 {
  width: 240px;
  padding: 22px 0;
  display: block;
  position: fixed;
  left: 1680px;
  top: 0px;
  background: #555759;
  color: #fff;
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
  z-index: 999;
}
