@view-transition {
  	navigation: auto;
}

body {
	font-family: "gesta",sans-serif;
	font-size:16px;
	line-height:28px;
}

a {
    color: #95c067;
    text-decoration: none;
}

a:hover, a:focus {
    color: #95c067;
    text-decoration: none;
}

h2, .h2 {
    font-size: 32px;
}

.equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.equal-alt {
    display: -webkit-box;
    display: -ms-box;
    display: box;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-bar {
    background-color: #f4fae8;
    padding: 10px 0;
    font-size: 15px;
    color: #333333;
    border-top: 1px solid #97D700;
}

.info-box {
    display: inline-block;
    margin-right: 25px;
    font-size: 14px;
}

.info-text {
    overflow: hidden;
    font-weight: 300;
    display: inline-block;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.info-box i {
   		margin-right: 10px;
    	font-size: 30px;
	}
}

.info-text h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.info-box, .info-text h5 {
    	font-size: 12px;
	}
}

a.learn-more-btn {
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #333333;
}

.navbar {
    min-height: 70px;
    margin-bottom:0px;
}

.navbar-brand {
    float: left;
    height: 70px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-default {
    background-color: #ffffff;
    border:none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #333333;
    background-color: #ffffff;
    border-top:4px solid #97D700;
}

@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 21px;
		padding-bottom: 25px;
		border-top:4px solid #ffffff;
	}
}

.navbar-default .navbar-nav>li>a {
    color: #000000;
}

.padding-0 {
    padding: 0;
}

@media (max-width: 767px) {
	.mobile-pad-50 {
		padding-bottom:50px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.sm-pad-30 {
		padding-bottom:30px;
	}
}

.menu-selected {
	background-color: rgba(39, 93, 56,.8);
}

.btn-osborn {
	border-radius: 0;
    border: none;
    padding: 10px 20px;
    background-color: #299b47;
}

.btn-osborn:hover {
    color: #fff;
    background-color: #215d38;
    border: none;
}

@media (min-width: 1200px) {
	.modal-lg {
    	width: 1200px;
	}
}

/* ------------------------------------------------------------------------------------ */
/* added from page */
/* ------------------------------------------------------------------------------------ */

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar {
	background-color: #444444;
}

@media (min-width: 768px) {
	.navbar { 
		background-color: rgba(0, 0, 0,.7);
	}

	.navbar-nav>li>a {
    	padding-top: 21px;
    	padding-bottom: 25px;
    	border-top: none;
	}
}

.nav a {
	color:#ffffff;
	text-transform:uppercase;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
	
@media (min-width: 992px) {
	.nav>li>a:focus, .nav>li>a:hover {
    	/* background-color: rgba(49, 155, 66,.8); cori */
    	background-color: rgba(39, 93, 56,.8);
	}
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #ffffff;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: none;
    line-height:0px;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: none;
    letter-spacing:1px;
}

@media (min-width: 992px) {
	.navbar-nav>li>a {
    	padding-top: 25px;
    	padding-bottom: 25px;
	}
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar-toggle {
    margin-top: 17px;
}


/* ------------------------------------------------------------------------------------ */
/* home page full image */
/* ------------------------------------------------------------------------------------ */

body, html {
    height: 100%;
    width: 100%;
}

header {
	position: relative;
  	width: 100%;
  	min-height: auto;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	background-size: cover;
  	-o-background-size: cover;
  	background-position: center;
  	background-image: url('images/hero-7.jpg');
  	text-align: center;
  	color: white;
}

header .header-content {
	position: relative;
  	text-align: center;
  	padding: 100px 15px 100px;
  	width: 100%;
}

header .header-content .header-content-inner h1 {
  	font-weight: 700;
  	/* text-transform: uppercase; */
  	margin-top: 0;
  	margin-bottom: 0;
  	font-size: 30px;
  	font-family: "cordale",serif;
  	font-family: "gesta",sans-serif;
    font-weight:100;
}

header .header-content .header-content-inner hr {
  	margin: 30px auto;
  	
}

header .header-content .header-content-inner p {
  	font-weight: 300;
  	color: white;
  	font-size: 16px;
  	/* margin-bottom: 50px; */
}

header .header-content {
    background-color:rgba(0,0,0,0.3);
}

header .header-content .header-content-inner {
    padding:30px 30px 30px 30px;
}

@media (min-width: 768px) {
	header {
    	/* min-height: 100%; */
    	min-height: 80%;
  	}
  
  	header .header-content {
    	position: absolute;
    	top: 50%;
    	
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	transform: translateY(-50%);
    	padding: 0 50px;
    	
    	 background-color:rgba(0,0,0,0.7);
  	}
  
  	header .header-content .header-content-inner {
    	max-width: 1000px;
    	margin-left: auto;
    	margin-right: auto;
  	}
  
  	header .header-content .header-content-inner h1 {
    	/* font-size: 50px; */
    	font-size: 40px;
  	}
  
  	header .header-content .header-content-inner p {
    	font-size: 22px;
    	max-width: 80%;
    	margin-left: auto;
    	margin-right: auto;
  	}
}

.home-logo {
	width:300px;
	padding-top:30px;
	padding-bottom:30px;
}

@media (min-width: 768px) {
	.home-logo {
		width:500px;
		/* padding-bottom:60px; */
		padding-bottom:40px;
		padding-top:10px;
	}
}

.box-header {
	padding:10px 20px;
	color:#ffffff;
	background-color: rgba(39, 93, 56,.8);
	display:inline-block;
	margin-bottom:30px;
}


/* ------------------------------------------------------------------------------------ */
/* google map */
/* ------------------------------------------------------------------------------------ */

#canvas1 {
	height:435px;
	margin-top:0px;
}

#map_canvas1 {
	width:100%; height:435px;
}

.scrolloff {
    pointer-events: none;
}

.map-container { 
	background-color:#ffffff;
	padding:0px;
	margin-bottom:0px;
}


.home-text-pad {
	padding-left:25px;
	padding-right:25px;
}


/* ------------------------------------------------------------------------------------ */
/* header image */
/* ------------------------------------------------------------------------------------ */
.header-image {
	margin-top:70px;
}
@media (min-width: 768px) {
	.header-image {
		margin-top:0px;
	}
}


/* ------------------------------------------------------------------------------------ */
/* 3D areas */
/* ------------------------------------------------------------------------------------ */
.threed-container {
	padding-top:0px;
	padding-bottom:55px;
}
.threed-box {
	border: 1px solid #ddd;
	padding: 15px 0px;
	margin: 15px;
}
.threed-pretag {
	font-weight:bold;
	font-size:12px;
}	


/* ------------------------------------------------------------------------------------ */
/* vision page */
/* ------------------------------------------------------------------------------------ */

.partner-block { 
	margin-top:30px;
}
.partner-block img {
	padding-bottom:10px;
}
.partner-lead {
	display:inline;
}
.partner-collapse-lead {
	padding-top:10px;
}

@media (min-width: 992px) {
	.section-pattern {
		background-image: url('images/shape-pattern-2.gif');
		background-repeat: no-repeat;
		background-position:-200px 700px;
	}
}


/* ------------------------------------------------------------------------------------ */
/* amenities page */
/* ------------------------------------------------------------------------------------ */

.amen .caption-a p {
	padding-top:15px;
	line-height:20px;
}

.modal-header {
	border:none;
}

.modal-content {
    border-radius: 0px;
}

.modal-footer {
    padding: 15px;
    text-align: left;
    border:none;
}

.enlarge-btn {
	position:absolute; top:5px; right:5px;
	width:30px;
	height:30px;
	background-color:rgba(0,0,0,.5);
	display:none;
}

@media (min-width: 768px) {
	.enlarge-btn {
		display:block;
	}
}


/* ------------------------------------------------------------------------------------ */
/* press page */
/* ------------------------------------------------------------------------------------ */

.news-box {
	height:230px;
}
.thumbnail {
	padding-top: 15px;
    padding-bottom: 15px;
    height:90%;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #ffffff;
    background-color: rgba(39, 93, 56,.8);
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs>li>a {
	color:#000000;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
    color: #ffffff;
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
    color:#ffffff;
    background-color: rgba(39, 93, 56,.8);
}


/* ------------------------------------------------------------------------------------ */
/* location page */
/* ------------------------------------------------------------------------------------ */

.caption {
	background-color:#ffffff;
	font-size:12px;
	padding:6px 10px;
	text-transform:uppercase;
	font-weight:bold;
}

.locations-info-box {
	background-color:#bae274;
	background-color: rgba(151, 215, 0, .5);
	font-size:15px;
	line-height:21px;
	padding:15px 15px 15px 15px;
	text-align:left;
	position:relative;
}

.green-2 {
	background-color: rgba(49, 155, 66, .4);
}

.green-3 {
	background-color: rgba(151, 215, 0, .5);
}

.green-4 {
	background-color: rgba(49, 155, 66, .4);
}

.amen-col {
	position:relative;
	margin-bottom:30px;
}

.caption {
	position:absolute;
	bottom:10px;
	background-color: rgba(255,255,255,.9);
}

.locations-info-text {
	padding:10px 15px 15px 20px;
}

@media (min-width: 768px) {
	.locations-info-text {
		position:absolute;
		top:0;
		left:0;
	}
}

.image-credit {
	font-size:10px;
	color:#999999;
}


/* ------------------------------------------------------------------------------------ */
/* leasing page */
/* ------------------------------------------------------------------------------------ */

.c-mech {
	background-color:#a695b9;
}

.c-leased {
	background-color:#a59385;
}

.c-avail {
	background-color:#9cdda7;
}

.c-common {
	background-color:#b47d76;
}

.row-floor {
	border:1px solid #ffffff;
	color:#ffffff;
	font-size:13px;
	line-height:18px;
	
}

.row-floor .col-xs-1 {
	color:#000000;
}

.row-floor {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display:         flex;
  	flex-wrap: wrap;
}
.row-floor > [class*='col-'] {
  	display: flex;
  	flex-direction: column;
  	padding-top:5px;
	padding-bottom:5px;
}


/* ------------------------------------------------------------------------------------ */
/* footer */
/* ------------------------------------------------------------------------------------ */

footer {
	margin-top:30px;
	padding-top:30px;
	padding-bottom:30px;
	background-color:#000000;
	color:#ffffff;
	font-size:14px;
}

 footer p {
 	line-height:20px;
 }
 
 .footer-logo {
 	max-width:200px;
 	margin-top:10px;
 	margin-bottom:30px;
 }
 
 .footer-header {
 	display:inline;
 	margin-right:6px;
 }
 
 @media (min-width: 768px) {
	.footer-methods {
 		display:inline;
 	}
 }
 
 .contact-widget {
 	margin-bottom:15px;
 }
 
 .footer-col3 {
 	margin-top:7px;
 }



