/*
DEFAULTS | BODY AND INLINE ELEMENTS
======================================== */
body {
	font: 13px gotham_book, arial, sans-serif; 
	/*background-color: #f8f8f8;*/
	color: #444;
	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 {
	margin: 0;
	font-family: gotham_book, arial, sans-serif;
}

h1, h2, h3 {
	text-transform: uppercase;
}

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

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

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

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

a:hover {
	color: #444;
	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;
}

/*
DEFAULTS & CONTAINERS
======================================== */
.wrapper {
	margin: 0 auto;
	width: 100%;
	/*max-width: 800px;*/
	max-width: 1000px;
}

.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-about {
	background: url('../images/about-bg.jpg') no-repeat;
	background-size: cover;
}

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

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

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

.bg-container {
	width: 100%;
	/*height: 0;*/
	/*padding-bottom: 34%;*/
	height: 600px;
	position: relative;
}

/*
HEADER AND NAVIGATION
======================================== */
header {
	width: 100%;
	height: 100px;
	line-height: 100px;
	clear: both;
	display: block;
}

.header-home {
	position: absolute;
	z-index: 100;
}

.home-logo {
	display: none;
}

nav.home-nav {
	width: 100%;
	text-align: center;
}

nav.home-nav ul a {
	color: #fff !important;
}
nav.home-nav ul {
	float: none;
}

nav.home-nav ul li {
	float: none;
	display: inline-block;
/*	border-bottom: 1px solid #166db6;*/
}
nav.home-nav ul li:last-child {
	margin-right: 0;
}
.logo {
	float: left;
	width: 100px;
	height: 77px;
	padding-top: 10px;
}

nav {
	float: right;
	text-transform: uppercase;
}

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

nav ul li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 15px;
}

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

/*
PAGES
======================================== */
.suncrest {
	top: 50%;
	left: 50%;
	margin-left:-163px;
	margin-top:-117px;
	position: absolute;
}
#map-canvas {
	width: 100%;
	height: 250px;
}
.content-block {
	width: 100%;
	max-width: 900px;
	min-height: 300px;
	margin: -200px auto 100px auto;
	z-index: 100;
	position: relative;
}
.title-block {
	width: 100%;
	text-align: center;
	height: 150px;
	line-height: 150px;
	background-color: #166db6;
}

.title-block h1 {
	font-size: 40px;
	color: #fff;
}

.text-block {
	padding: 0 30px 30px 30px;
	/*padding: 30px;*/
	line-height: 18px;
	color: #fff;
}

.gallery-block {
	background-color: #ebebeb;
	box-shadow: inset 0 15px 20px -25px #000000;
	min-height: 500px;
	width: 100%;
	padding: 2.6% 30px 0 30px;
}

.gallery-item {
	width: 23%;
	height: 0;
	padding-bottom: 23%;
	margin-right: 2.6%;
	margin-bottom: 2.6%;
	background-color: #444;
	float: left;
	overflow: hidden;
}

.gallery-item:nth-child(4n) {
	margin-right: 0;
}

.gallery-item img {
	width: 150%;
	max-width: 150%; 
}
.contact-block {
  padding-top: 200px;
  width: 100%;
  font-size: 14px;
  /*height: 400px;*/
  color: #fff;
  /*padding: 40px 0;*/
  /*margin-bottom: 150px;*/
}
.contact-block a {
	color: #fff;
}
.contact-block .half {
  padding: 20px 40px;
  /*text-transform: uppercase;*/
}
.contact-block .half:first-child {
  text-align: right;
}
.contact-block .half:last-child {
  border-left: 1px solid #ffffff;
}
.contact-block .half img {
  float: right;
  margin: 10px 0 0 10px;
}
input.submit {
	background-color: #166db6;
	color: #fff;
	border: 0;
	padding: 10px;
}
input.contacts,
textarea.contacts {
  clear: both;
  display: block;
  margin-bottom: 5px;
  border: 0;
  width: 70%;
  padding: 2px;
}
::-webkit-input-placeholder {
  /*text-transform: uppercase;*/
  color: #166db6;
}
:-moz-placeholder {
  /* Firefox 18- */
  /*text-transform: uppercase;*/
  color: #166db6;
}
::-moz-placeholder {
  /* Firefox 19+ */
  /*text-transform: uppercase;*/
  color: #166db6;
}
:-ms-input-placeholder {
  /*text-transform: uppercase;*/
  color: #166db6;
}
/*
AVAILABILITIES
======================================== */
.availabilities-block {
	width: 100%;
	height: 160px;
	padding-top: 3px;
	margin-bottom: 20px;
	background-color: #fff;
	color: #166db6;
}
.availabilities-block:nth-child(odd) {
	background-color: #e5eff7;
}
.availabilities-block > table {
	width: 95%;
	border: 0;
	margin: 0 auto;
}
.availabilities-block > table tr td {
	padding: 0;
}
.availabilities-block > table .image-cell {
	width: 25%;
}
.availabilities-block > table .details-cell {
	width: 20%;
	padding: 0 5%;
	font-size: 13px;
}
.availabilities-block > table .description-cell {
	width: 25%;
}
.availabilities-block > table .floorplan-cell {
	text-align: center;
	width: 15%;
}
.availabilities-block > table .contact-cell {
	width: 15%;
	text-align: center;
}
.image-block {
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.image-block img {
	width: 150%;
	margin-left: -20%;
}
/*
FOOTER
======================================== */
footer {
	width: 100%;
	padding-top: 30px;
	font-family: gotham_book;
	text-transform: uppercase;
	z-index: 50;
	position: relative;
	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: #444;
}

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

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

#footer-navbar {
	display: none;
}

/*
CAROUSEL
======================================== */
#carousel {
	width: 100%;
	height: 100%;
	/*position: fixed;*/
	z-index: 2;
	overflow: hidden;
}
.carousel {
	/*position: relative;*/
	height: 100%;
	width: 100%;
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	/*custom*/
	height: 100%;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	/*min-width: 100%;*/
	width: 100%;
	max-width: 100%;
	/*min-height: 100%;*/
	/*height: auto;*/
	line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-indicators {
	position: absolute;
	bottom: 30%;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 1px;
	text-indent: -999px;
	border: 2px solid #ffffff;
	cursor: pointer;
	border-radius: 10px;
	background-color: #fff;
}
.carousel-indicators .active {
	background-color: #000 \9;
	background-color: rgba(0,0,0,0);
}
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	-moz-transition: opacity ease-in-out 1.5s;
	-o-transition: opacity ease-in-out 1.5s;
	-webkit-transition: opacity ease-in-out 1.5s;
	transition: opacity ease-in-out 1.5s;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
	/* custom */
	height: 100%;
}
.carousel.fade .item:first-child {
	top: auto;
	position: relative;
}
.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out 1.2s;
	-o-transition: opacity ease-in-out 1.2s;
	-webkit-transition: opacity ease-in-out 1.2s;
	transition: opacity ease-in-out 1.2s;
	z-index: 2;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  z-index: 2000;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
/*  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.3) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);*/
  top: 45%;
}
.carousel-control.right {
  left: auto;
  right: 0;
  top: 45%;
 
/*  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.3) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);*/
  
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control > img {
	/*margin-top: 110%;*/
}

/*
MOBILE RESPONSES
======================================== */
@media screen and (max-width: 1000px) {
	.footer-wrap {
		padding: 0 20px;
	}
	.disclaimer {
		padding: 0 20px 30px 20px;
	}
	.content-block {
		max-width: 800px;
	}
	.wrapper {
		padding: 0 20px;
	}
}
@media screen and (max-width: 820px) {
	.footer-wrap {
		display: none;
	}
	.disclaimer {
		margin-top: 0;
	}
	footer {
		padding-top: 20px;
	}
}
@media screen and (max-width: 700px) {
	.floorplan-cell {
		display: none;
	}
	.title-block {
		height: 120px;
		line-height: 120px;
	}
	.text-block {
		padding: 15px;
	}
	.logo {
		float: none;
		margin: 0 auto;
	}
	.mobile-hide {
		display: none !important;
	}
	nav {
		display: block;
		clear: both;
		float: none;
	}
	nav ul {
		float: none;
	}
	nav ul li {
		display: inline-block;
		float: none;
		margin-right: 10px;
	}
	header {
		height: auto;
		text-align: center;
		line-height: 65px;
	}
	input.submit,
	input.contacts,
	textarea.contacts {
		width: 100%;
	}
	.image-block img {
		width: 150%;
		margin-left: -20%;
	}
	.gallery-item {
		width: 49%;
		padding-bottom: 49%;
		margin-right: 2%;
	}
	.gallery-item:nth-child(2n) {
		margin-right: 0;
	}
	.header-home {
		background: url('../images/bg-trans-black.png') repeat;
	}

	
	#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: 600px) {
	.description-cell {
		display: none;
	}
	.availabilities-block > table .details-cell {
		width: 33%;
	}
	.availabilities-block > table .contact-cell {
		width: 33%;
	}
	.availabilities-block > table .image-cell {
		width: 33%;
	}
	.image-block img {
		width: 200%;
		margin-left: -50%;
	}
	.contact-block .half {
		width: 100%;
		float: none;
		padding: 0;
		text-align: left !important;
		border: 0 !important;
	}
	.contact-block img {
		display: none;
	}
	.contact-block {
		padding: 60px 20px 0 20px;
	}
	.bg-container {
		min-height: 700px;
	}
}
@media screen and (max-width: 480px) {
	nav ul li {
		font-size: 12px;
	}
	.wrapper {
		padding: 0 5px;
	}
}
/* IPHONE 4 */
@media screen and (max-width: 420px) {
	nav ul li {
		font-size: 9px;
	}
}