@charset "UTF-8";
/* CSS Document */
@import url("html5reset.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,700,900,700italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:900');

/* --------------------------------------------------------------------------------
    Base Items
--------------------------------------------------------------------------------*/
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }



html, body {
	height: 100%;
	
	
}
html {
	 overflow-y: scroll;
	
}
body {
	background:#000;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	
}
h1 {
	font-family: 'Roboto Condensed', serif;
	font-weight: 400;
	font-size: 2.6em;
	line-height: 1.2em;
	color: #3A5677;
	display:block;
	font-style: italic;
	padding: 0 0 5px 0;
	
}	
h2 {
	font-family: 'Roboto Slab',  Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 3em;
	line-height: 1.2em;
	color: #fff;
	margin: 0 0 35px 0;
	

}
b, strong {
	font-family: 'Roboto',  Arial, Helvetica, sans-serif;
	font-weight: 700;
}
p {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
	
}
ul {
	list-style:disc;
/*	margin:0 0 0 25px;
*/}
li {
	margin: 0 0 6px 0;
	padding:0px;
}
a {
	color: #448ccb;
	text-decoration: none;
	transition: all .5s linear;
}
a:hover {
	color: #8dc63f;
	text-decoration:none;
}


div {
display: block;
}

img {
     max-width: 100%;
}
/* --------------------------------------------------------------------------------
    Clear floats
--------------------------------------------------------------------------------*/
.clear {
	clear: both;
}
/*--------Image Styles---------*/
.imageopacity img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.imageopacity:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* --------------------------------------------------------------------------------
    Base Structural Items
--------------------------------------------------------------------------------*/

#outer_wrapper { /*Main outer wrap that holds header and inside content up to footer*/
	width:100%;
	margin: 0 auto; /*centers wrapper*/
	border-top:1px solid #3c3c3c;
	border-bottom:1px solid #3c3c3c;
	padding:0;
	float:left;
}
.innerwrap { 
	position:relative;
	width: 80%;
	margin: 0 auto;
	
	
	
}
.two-column {
	 -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.three-column {
	 -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
/* -------------------------------------------------------------------------------
    Header Items
--------------------------------------------------------------------------------*/

header {
	color:#abacae;
	align-items: center;
  display: flex;
  font-size: 18px;
  justify-content: center;
  position: relative;
  text-align: center;
  transform-style: preserve-3d;
  width:100%;
  z-index: 9999;
 /* min-height:1500px;*/
/* overflow:hidden;*/
}

header .innerwrap { 
	height:60px;
	margin: 0 auto;
	
}
header #logo{
	position:absolute;
	width:135px;
	
	float:left;	
	left: 5%;
top: 0;
z-index:999;
	/*-webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;*/
}
header #address{
	float:right;
	text-align:right;
	margin-top:1%;
}
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.4s ease-in-out left;
    -moz-transition: 0.4s ease-in-out left;
    -o-transition: 0.4s ease-in-out left;
    transition: 0.4s ease-in-out left;
}
#hero {
	/*display:table-cell;*/
	width:100%;	
}
#hero img{
	width:100%;
	height:auto
}
#hero .now-leasing {
	position:absolute;
	z-index:999;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}
#hero .first{
	color: #fff;
	font-size: 3.6em;
	font-family: 'Roboto', serif;
	font-weight: 300;
	letter-spacing: -1px;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.77);
	line-height: 1.6em;
	margin-bottom: 20px;
	text-align:center;
	display:inline-block;
	text-align:center;
	padding: 0 35px;
}
.animate-pop-in {
	animation: pop-in .6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  opacity: 0;
  transform: translateY(-4rem) scale(.8);
  
}
@keyframes pop-in {
  0% {
    opacity: 0;
    transform: translateY(-4rem) scale(.9);
	background: rgba(64,64,66,0);
  }
  100% {
    opacity: 1;
    transform: none;
	background: rgba(64,64,66,.9);
  }
}

#hero .second a{
	font-size:2.1em;
	letter-spacing: -1px;
	color:#fff;
	display: inline-block;
	font-family: 'Roboto Slab', serif;
font-weight: 500;
	background: rgba(68, 140, 203, .95);   
text-align:center;
padding:25px;
/*border-radius: 6px;
*/transition: all .5s linear;

         }
					 .fadeIn {
					-webkit-animation-name: fadeIn;
					animation-name: fadeIn;-webkit-animation-duration: 4s;
            animation-duration: 4s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
				 }
		   
				 @keyframes fadeIn {
					0% {opacity: 0;}
					100% {opacity: 1;
					}
				 }
				 
 
   #hero .second a:hover{
	background: #8dc63f;   
   }
   .subpage {
		height:90px;
		overflow: hidden;   
		opacity: 0.6;
		
   }
  /*---MENU Bootstrap Overrides--*/
  .navbar-fixed-bottom, .navbar-fixed-top {
    position: absolute;
    right: 0;
    z-index: 9999;
}
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: none !important;
}
  .navbar-default {
/*    background-color:transparent !important;
*/    border: none !important;
	font-size:20px;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
/*	margin-top:10px;
*/	font-family: 'Roboto Slab', serif;
	font-weight: 500;
	z-index: 30;
	background: rgba(0,0,0,0.3);
}
.container {
        width: 90%;
}
.navbar-nav {
	width:85%;	
}
.navbar-default .navbar-nav > li {
	margin:0;	
}
  .navbar-default .navbar-nav > li > a {
	color:#fff !important;
	transition: all .5s linear;
	text-align:center;
	padding:20px;
/*	border-radius: 6px;
*/}
.navbar-default .navbar-nav > li > a:hover {
	background: rgba(64,64,66,.8);  

}
.navbar-toggle {
    border: 3px solid transparent;
    border-radius: 0px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color:rgba(64,64,66,.95) !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color:#fff;
}
.login{
	color:#fff;
	display: inline-block;
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
	background: rgba(89, 133, 39, .75);   
	text-align:center;
/*	border-radius: 6px;
*/	transition: all .5s linear;
}
/* -------------------------------------------------------------------------------
   MAIN BODY
--------------------------------------------------------------------------------*/
#main_body{
	position: relative;
	width:100%;
	display:flex;
	z-index: 0 !important;
}
#main_body .innerwrap{
	clear:both;
}
#main_body h2 {
	text-align:center;
}
.btn-primary {
    color:#fff;
    background-color:#337ab7;
    border-color:#2e6da4;
	padding:4px 10px;
/*	border-radius: 6px;*/
margin-top:15px;
}

.btn-primary:hover {
    color:#fff;
    background-color:#8dc63f;
    border-color:#8dc63f;
}
.row {
	padding: 45px 0;
	border-bottom: 4px solid #484849;
}
.row:last-child {
	border-bottom: none;
}
.two-col {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
#now-leasing{
	width:100%;
	background:rgba(70, 70, 70, 0.6);
	
	margin:-5px 0 0 0;
	padding:2% 0;
	text-align:center;
}
#now-leasing p{
	font-family: 'Roboto slab', sans-serif;
	font-size: 3.2em;
	font-style:normal;
	line-height:1.3em;
}
#now-leasing p:nth-child(2n){
		font-family: 'Roboto Condensed', sans-serif;
}
.thumb {
	padding:10px !important;
}
.thumb img {
	width:100%;
	height:auto;
}
/*button on home to download application*/	
#application {
font-family: 'Roboto', sans-serif;
	background:#827b00;
	
font-size: 1.6em;
	text-align:center;
	
}
#application a{
	color:#fff;
	display:block;
	padding:5%;
}	
#application:hover {
	background:#a25f10;
}

#main_body #left p{
	font-size: 1.1em;
	margin: 0 0 3% 0;
	width:100%;
	}
#main_body #left .unit,
#main_body #left #floor-plans{
	font-size: 1.2em;
	display:block;
	text-align:center;
	padding:2% 0;

	
}
#main_body #left .upper-gray{
	color:#a1a1a1;
	text-transform: uppercase;
	font-weight:400;
	font-size: 1.5em;
	line-height:1.2em;
	font-family: 'Roboto Slab', serif;
}
#main_body #left .smaller{
	font-size:1em;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
#map {
                width: 100%;
                height: 500px;
            }

#main_body #right ul li{
	font-size:1.2em;
	line-height:1.3em;
	padding:1.5%;
	margin:0 0 1% 0;
	display:block;
}
#main_body #right ul li:nth-child(odd){
	background: rgba(31,31,31,1);
background: -moz-linear-gradient(left, rgba(31,31,31,1) 0%, rgba(237,237,237,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(31,31,31,1)), color-stop(100%, rgba(237,237,237,0)));
background: -webkit-linear-gradient(left, rgba(31,31,31,1) 0%, rgba(237,237,237,0) 100%);
background: -o-linear-gradient(left, rgba(31,31,31,1) 0%, rgba(237,237,237,0) 100%);
background: -ms-linear-gradient(left, rgba(31,31,31,1) 0%, rgba(237,237,237,0) 100%);
background: linear-gradient(to right, rgba(31,31,31,1) 0%, rgba(237,237,237,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#ededed', GradientType=1 );;	
}
/* -------------------------------------------------------------------------------
    Footer
--------------------------------------------------------------------------------*/
footer {
	border-top:solid  #404041 thin;
	padding:20px 0;
	color:#fff;
	font-size:.875em;
	line-height:1.35em;
	float:left;
	width:100%;
	text-align:center;
}
footer .innerwrap{
	min-height:60px;
}
footer #address{
	width:35%;
	float:right;
}
footer #copyright{
	width:65%;
	float:left;
}
footer a{
	color:#2F640B;
}
/*-------caoursel fade--------*/
/* Fade transition for carousel items */
.carousel.fade {
     opacity: 1;
}
.carousel.fade .item {
    transition: opacity ease-out .7s;
    left: 0;
    opacity: 0; /* hide all slides */
    top: 0;
    position: absolute;
    width: 100%;
    display: block;
}
.carousel.fade .item:first-child {
    top: auto;
    opacity: 1; /* show first slide */
    position: relative;
}
.carousel.fade .item.active {
    opacity: 1;
}