/* Artfully masterminded by ZURB  */

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

.row.full-width {
	width: 100%; 
}

#main {
	position: relative;
}
header[role="banner"] {
    position: relative;
    z-index: 400;
    background: #fff;
}
.overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    max-height: 137px; 
    max-width: 137px;
	width: 100%;
    position: absolute;
    top: 0;
}
#content-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.4); 
	top: 30px;
	left: 0;  
	z-index: 20;
}
.close-box {
	width: 100%; 
	height: 30px; 
	background: #444;
	margin-top: 40px;

}
.nav-wrapper {
	
	position: absolute;
	width: 100%;
}
.container .nav-container {
	height: 0px; 
	overflow: hidden;
	padding: 0;
	width: 100%; 
	margin-top: 0; 
	
}
.nav-content {
	clear: both; 
	height: 130px;
	display: block;
	top: 40px; 
	z-index: 2000;
/* 	height: 0px;  */
	margin: 30px 0; 
	overflow: hidden;
	min-height: 0; 
	position: relative;
}

#footer-nav {
	display: inline; 
}

.nav-content .row {
	position: relative;
}
#about > .two {
	z-index: 10;
}
.team-members {
	clear: both; 
	position: relative;
	z-index: 1;
}
.about-content {
	position: relative;	
	z-index: 1;
}
.team-menu {
	line-break: 1; 
	max-height: 137px; 
	margin-right: 20px; 
}
#portfolio ul.toc li a.active, #about ul.toc li a.active, #active-menu {
	color: #C0C81F;
}

.es-carousel-wrapper {
	width: 82.5%; 
	margin-left: 17%; 
	padding: 0;
	border-radius: 0; 
	overflow: hidden;
	height: 310px; 
}

.es-carousel-wrapper ul {
	line-height: 0; 
}
/* -----------------------------------------
   Home Page & Portfolio
----------------------------------------- */
.slide-text{
	
	display: none;
}

.project-meta {
	position: absolute;
	bottom: 30px; 
	height: 30px; 
	width: 100%; 
}

.project-meta > div {
	display: none;
	height: 30px; 
	width: 100%; 
	position: absolute;
	bottom: 0; 
}

/* -----------------------------------------
   Page Name 2
----------------------------------------- */

