/*
DEFAULTS | BODY AND INLINE ELEMENTS
======================================== */
html,body {
	height: 100%;
}

body {
	font: 13px gotham_book, arial, sans-serif; 
	background-color: #ebebeb;
	color: #fff;
	font-weight: 100;
	margin: 0 auto;
}

.clearfix:after {
   content: " "; 
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

* {
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
}

h1, h2, h3, h4 {
	font-weight: 100;
	font-family: gotham_book, arial, sans-serif;
}

h1 {
	font-size: 30px;
	font-color: #777;
	/*text-align: center;*/
}

h2 {
	font-size: 25px;
	color: #005c9a;
}

h3 {
	font-size: 20px;
	color: #005c9a;
}

h4 {
	font-size: 12px;
	color: #005c9a;
}

a, a:visited, a:active {
	color: #166db6;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.bold, strong {
	font-weight: 100;
	font-family: gotham_bold;
}

.justify {
	text-align: justify;
}

.center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.uppercase {
	text-transform: uppercase;
}

.large {
	font-size: 17px;
}

.medium {
	font-size: 15px;
}

.small {
	font-size: 11px;
}

.bg-white {
	background-color: #fff;
}

.bg-blue {
	background-color: #166db6;
}
.padding {
	padding: 20px;
}
/*
DEFAULTS & CONTAINERS
======================================== */
.wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
}

.outercontainer {
	display: table;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.innercontainer {
	display: table-cell;
	vertical-align: middle;
}

.row {
	width: 100%;
	display: block;
	position: relative;
}

.right {
	float: right;
}

.left {
	float: left;
}

.half {
	width: 50%;
	height: auto;
	float: left;
}

.thirds {
	width: 33.3%;
	float: left;
}

.bg-default {
	background: url('../images/bg-default-dark-b.jpg') no-repeat;
	background-size: cover;
}

.bg-container {
	width: 100%;
	min-height: 700px;
	position: relative;
}

.bg-trans {
	background: url('../images/bg-trans-black.png') repeat;
}

/*
HEADER AND NAVIGATION
======================================== */
header {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 10px 0 20px 0;
	clear: both;
	display: block;
	margin-bottom: 50px;
}

.logo {
	float: none;
	margin: 0 auto;
	padding-top: 10px;
}

.logo img {
	height: 80px;
}

.header-home .logo {
	display: none;
}

nav {
	margin-top: 40px;
	display: block;
	clear: both;
	float: none;
	margin-top: 20px;
	font-size: 16px;
}

nav ul {
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul li {
	display: inline-block;
	float: none;
	margin: 0 20px 0 0;
	padding: 4px 0;
}

nav ul li a,
nav ul li a:visited,
nav ul li a:active {
	color: #fff;
}

nav ul li:last-child {
	margin-right: 0;
}

li.active {
	border-bottom: 2px solid #fff;
}

/*
PAGES
======================================== */
.home-logo {
	width: 100%;
	text-align: center;
	margin-top: 200px;
}
.page {
	width: 100%;
	/*min-height: 480px;*/
	min-height: 600px;
	margin: 0 auto;
	background: url('../images/bg-trans-black.png') repeat;
	position: relative;
	padding-bottom: 70px;
}
.page-sm {
	width: 35%;
	min-height: 420px;
	float: left;
}
.page-lrg {
	width: 65%;
	min-height: 420px;
	float: left;
}
.about-left {
	float: left;
	padding: 0 40px;
	margin: 40px 0;
	min-height: 300px;
	width: 40%;
	position: relative;
	border-right: 1px solid #fff;
}
.about-right {
	float: left;
	margin: 40px 0;
	padding: 0 40px;
	min-height: 300px;
	width: 60%;
	position: relative;
}
.push-bottom {
	padding-bottom: 150px;
}
.about-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -49px;
	margin-left: -158px;
}
.title-block {
	width: 100%;
	padding: 30px;
}
.title-block-b {
	width: 100%;
	padding: 30px;
	margin-top: 35px;
}
.contact-block {
  width: 100%;
  padding: 70px 0;
}
.contact-block a:link,
.contact-block a:visited {
	color: #fff;
}
.contact-block .half {
  padding: 20px 40px;
}
.contact-block .half:first-child {
  text-align: right;
}
.contact-block .half:last-child {
  border-left: 1px solid #777;
}
.contact-block .half img {
  float: right;
  margin: 10px 0 0 10px;
}
.contact-block h1 {
	padding: 0;
	margin: 0;
	float: left;
}
.contact-padding {
	padding: 70px 20px;
}
input.submit {
	background-color: #444;
	color: #fff;
	border: 0;
	margin-top: 5px;
	padding: 7px 10px;
	float: right;
}
input.contacts,
textarea.contacts {
  clear: both;
  display: block;
  margin-bottom: 5px;
  border: 1px solid #777;
  width: 100%;
  padding: 5px;
}
form {
	max-width: 300px;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
#map-canvas img {
	width: 100%;
	max-width: 100%;
}
/*
AVAILABILITIES
======================================== */
.availabilities-container {
	width: 100%;
	/*min-height: 480px;*/
	margin: 0 auto;
	background: url('../images/bg-trans-black.png') repeat;
	position: relative;
	/*padding-bottom: 70px;*/
}

.availabilities-container:last-child {
	padding-bottom: 70px;
}
.availabilities-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  line-height: 16px;
  padding: 20px 0;
}
.availabilities-wrap:nth-child(even) {
	background: url('../images/bg-trans-black-light.png') repeat;
}
.availabilities-wrap:hover {
	background: url('../images/bg-trans-black.png') repeat;
}
h1.availabilities-head {
  text-align: left;
  margin: 0;
  color: #fff;
}
.table-titles {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.table-titles table {
  width: 100%;
  margin: 0 auto;
  border: 0;
  border-collapse: collapse;
  padding: 25px 0;
}
.table-titles table th {
  font-weight: 100;
  height: 70px;
  padding: 0 5px;
  color: #fff;
}
.suite {
  width: 15%;
  text-align: center;
}
.sqft {
  width: 20%;
  text-align: center;
}
.notes {
  width: 20%;
  text-align: center;
}
.price {
  width: 15%;
  text-align: center;
}
.bld {
	width: 15%;
	text-align: center;
}
.floor {
  width: 15%;
  text-align: center;
}
.con {
  width: 15%;
  text-align: center;
}
.floor img, .con img {
	width: 35px;
}
table.units {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 0;
}
table.units td {
  padding: 0 5px;
  color: #fff;
}
table.units td a:hover {
  color: #fff;
}
span.location-note {
	display: block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
}

/*
FOOTER
======================================== */
footer {
	width: 100%;
	padding: 30px 0 0 0;
	font-family: gotham_book;
	text-transform: uppercase;
	position: relative;
	background-color: #fff;
	/*box-shadow: 0 -15px 20px -27px #000000;*/
}

.footer-wrap {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

footer ul {
	list-style: none;
	margin: 0 40px 0 0;
	padding: 0;
	float: left;
	font-size: 11px;
}

footer ul li {
	margin: 8px 0 0 0;
	padding: 0;
}

footer ul li a:link, footer ul li a:visited {
	color: #0078ae;
}

footer ul li a:hover {
	color: #038bc8;
}

footer .footer-logo {
	margin: 0;
	float: right;
}

.disclaimer {
	width: 100%;
	max-width: 900px;
	margin: 30px auto 0 auto;
	padding-bottom: 60px;
	text-align: justify;
	font-size: 9px;
	color: #0078ae;
}

#footer-navbar {
	display: none;
}

/*
MOBILE RESPONSES
======================================== */
@media screen and (max-width: 1000px) {
	.footer-wrap {
		padding: 0 20px;
	}
	.disclaimer {
		padding: 0 20px 60px 20px;
	}
}
@media screen and (max-width: 900px) {
	.wrapper {
		max-width: 700px;
	}
	h1 {
		margin: 10px auto 30px auto;
	}
}
@media screen and (max-width: 820px) {
	header {
		margin-bottom: 0;
		padding: 20px 0 40px;
	}
	.footer-wrap {
		display: none;
	}
	.disclaimer {
		margin-top: 0;
	}
	footer {
		padding-top: 20px;
	}
	.page-sm, .page-lrg {
		min-height: 200px;
		width: 100%;
		display: block;
		clear: both;
		float: none;
	}
	.about-left, .about-right {
		float: none;
		width: 100%;
		min-height: 100px;
		padding: 40px 20px;
	}
	.about-logo {
		margin-top: 0;
	}
	.push-bottom {
		padding-bottom: 100px;
	}
	.contact-block .half {
		width: 100%;
		float: none;
		padding: 0;
		text-align: left !important;
		border: 0 !important;
	}
	.contact-block {
		padding: 50px 20px;
	}
	.contact-block img {
		display: none;
	}
	.contact-block h1 {
		float: none;
		text-align: center;
		margin-bottom: 50px;
	}
	input.submit,
	input.contacts,
	textarea.contacts {
		width: 100%;
	}
	form {
		max-width: 100%;
	}
}
@media screen and (max-width: 700px) {
	.about-logo, .about-left {
		display: none;
	}
	.notes {
		display: none;
	}
	.availabilities-container {
		margin-bottom: 0;
	}

	#footer-navbar 		{width:100%;display:block;}
	#footer-navbar ul	{width:100%;float:none; list-style: none; margin:0;  display: table; border-top:1px solid #666; border-bottom: 1px solid #000; padding: 0;}
	#footer-navbar li	{display: table-cell; padding:1em 0; text-align: center; border-left: 1px solid #000; border-right:1px solid #000; width:33%; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2F2727), to(#1a82f7)); background-image: -webkit-linear-gradient(top, #333, #222);  background-image: -moz-linear-gradient(top, #333, #222); background-image: -ms-linear-gradient(top, #333, #222); background-image: -o-linear-gradient(top, #333, #222);}

}
@media screen and (max-width: 480px) {
	.floor {
		display: none;
	}
	nav ul li {
		margin-right: 4px;
	}
}
/* IPHONE 4 */
@media screen and (max-width: 420px) {
	.home-logo img {
		width: 85%;
		max-width: 85%;
	}
	nav ul li {
		font-size: 11px;
	}
}