body, #footer {
	background: #e3e3e3;
}
body.home {
}
#wrap {
	background-color: #eaeaea;
}

/* header
================================================== */
#header {
	/* CSS gradient for header */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.82+100 */
	background: rgba(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.82) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.82) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.82) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1ffffff',GradientType=0 ); /* IE6-9 */
}
#logo img {
	margin-top: 10px;
	display: inline-block;
	height: auto;
	max-width: 100%;
	max-height: 80px;
}

/* navbar
================================================== */
#navbar {
	margin-bottom: 0;
	background-color: transparent;
	border: none;
}
.navbar {
	min-height: 0;
}
.navbar-header {
	height: 80px;
	height: auto;
}
.navbar-collapse {
	background-color: #fff;
}
.navbar-default .navbar-toggle {
	margin-top: -65px !important;
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #eee;
}
.navbar-default .navbar-toggle .icon-bar {
	width: 30px;
	height: 4px;
	background-color: #333;
	border-radius: 1px;
}

/* content
================================================== */
#content {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+0,ffffff+50 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(240,240,240,1) 0%, rgba(255,255,255,1) 20%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(255,255,255,1) 20%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(240,240,240,1) 0%,rgba(255,255,255,1) 20%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.home #content {
	background: transparent;
}
.tenant_handbook .page-header h1 {
	color: #555;
}
.tenant_handbook #main h1 {
	margin-top: 0;
	text-transform: inherit;
}

/* home page
================================================== */
.home #content {
	min-height: 0;
}
.button-links {
	max-width: 300px;
	margin: 60px auto;
	padding: 0 20px;
	list-style: none;
}
.button-links li {
	margin-bottom: 20px;
}
.button-links a {
	display: block;
	padding: 10px;
	background: rgba(0,0,0,0.36);
	border: 2px solid #eee;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	transition: .5s all;
	transition: all 0.3s ease;
}
.button-links a:hover {
	background: rgba(0,0,0,0.24);
	border-color: #fff;
}

/* footer
================================================== */
#footer a {
    text-decoration: none;
}

/* Home page footer */
.home #content {
	min-height: 440px;
}
.home #footer {
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,0.7);
	font-size: 12px;
	font-weight: 400;
	color: #666;
	text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.65);
}
.home.layout-boxed #footer {
	background: transparent;
	padding: 20px 0;
}
.home #footer span {
	/*color: #333;*/
}
.home #footer-right {
	float:none !important;
	text-align: center;
	margin-top:30px;
}
.home #footer-left {
	float:none !important;
	text-align: center;
	margin-top:10px;
}
.home #footer-left img {
	width: auto;
	max-height: 50px;
}
.home #footer-center {
	padding: 40px 0 !important;
}

/* sidebar eg. Amenities
================================================== */



/* ==============================================================
   Media Queries for Responsive Design.
   These override the primary default styles
================================================================= */
@media (min-width: 520px) {
	/* Home page footer */
	/*  make full width */
	.home2 #footer .container {
		max-width: none;
	}
	.home #content {
		min-height: 0;
	}
	/*  make sticky */
	.home #wrap {
		min-height: 100%;
		margin-bottom: -160px;
	}
	.home #wrap:after {
		content: "";
		display: block;
	}
	.home #footer, .home #wrap:after {
		height: 160px;
	}
	/*  reposition footer elements */
	.home #footer-right {
		float:right !important;
		text-align: right;
		margin-top:10px;
		margin-left:20px;
	}
	.home #footer-left {
		float:left !important;
		text-align: left;
	}
	.home #footer-left img {
		margin-top: 0 !important;
		display: block;
	}
	.home #footer-center {
		padding: 114px 0 0 0 !important;
	}
}
@media (min-width: 768px) {
	/* shrink home page footer to 100px height */
	.home #wrap {margin-bottom:-100px}
	.home #footer, .home #wrap:after {height:100px}
	/* reposition home page footer text */
	.home #footer-center {
		padding-top: 36px !important;
	}
	.home.layout-boxed #wrap {
		margin-bottom:0;
	}
	.home.layout-boxed #footer, .home.layout-boxed #wrap:after {
		height: auto;
	}
}
@media (max-width: 991px) {
	#navbar .container {
		max-width: none;
	}
	.navbar-collapse {
		max-height: 360px;
		background-color: #fff;
	}
	.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
	    color: #333;
	}
	.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	    color: #36c;
	    background-color: #f6f6f6;
	}
}
@media (min-width: 992px) {
	#header {
  	padding-bottom: 38px; /* padding for #navbar */
	}
	#logo img {
		margin-top: 20px;
		max-height: 60px;
	}
	#navbar {
		height: 38px;
		min-height: 38px;
		margin-top: -37px;
		margin-bottom: 0;
		border-color: #e3e3e3;
		border-width: 0 0 1px;
		border-radius: 0;
	}
	.navbar-header {
		height: auto;
	}
	.navbar-collapse {
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	  background-color: transparent;
		max-width: none;
	}
	.navbar-nav>li>a {
		padding: 3px 12px;
		font-size: 14px;
		line-height: 28px;
		color: #828286;
		text-transform: uppercase;
		border-bottom: 3px solid transparent;
		transition: all 0.4s;
	}
	.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
		background-color: #f9f9f9;
	}
	.navbar-nav>li>a.active, .navbar-nav>li>a.nav-path-selected {
		border-bottom: 3px solid #003483;
	}
	.navbar-nav>.dropdown>a .caret {
		border-top-color: #3D5263;
		border-bottom-color: #3D5263;
	}
	.navbar-nav .open>a, .navbar-nav .open>a:hover, .navbar-nav .open>a:focus {
		background-color: #fff;
		border-bottom: 3px solid #003483;
	}
	.navbar-nav>li>a.search {
		min-width: 34px;
	}
	.navbar-collapse .navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}
}
@media (min-width: 1200px) {
	body.home {
	}
}
