/* all home-specific styles should go here */


#navigation .navbar {
	background-color: rgba(0,0,0,.7);
	border: none;
}

#navigation .nav > li {
	padding: 0 5px 0 5px;
	font-size: 14px;
	
	-webkit-transition: background-color 1s;
}

#navigation .navbar-inverse .navbar-nav>li>a {
	color: #d2ded0;
}

#navigation .nav > li:hover, .nav .open > a {
	background-color:  #344330 !important;
	color: #fff;
	border-top: none;
	text-decoration: none;
	top: 0;
	margin-bottom: 0;
}

#topBanner {
	height: 600px;
	background-color: #1a1a1a;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	overflow: none;
	position: relative;
}


#neuralFrame {
	height: 600px;
	width: 100%;
	border:none;
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
}


.carousel {
	position: relative;
}

.carouselItem {
	position: absolute;
	top: 0;
	left: 0; right: 0;
}


.feature {
	padding: 20px;
	margin: 0px 0 20px 0;
}


.techicon {
	height: 30px;
	margin: 0 14px 0 14px;
	-webkit-filter: saturate(1);
}

.techiconBg {
	text-align: center; 
	background-color: rgba(0,0,0, .3);
	position: absolute;
	bottom: 0;
	left: 0; right: 0;
	z-index: 99;
	padding: 10px;
}	


#brandImages > img {

	height: 40px;
	margin: 15px;
	-webkit-filter: brightness(100);
	opacity: .9;
}

#brandImages > img:hover {
	-webkit-filter: brightness(1);
}


#creativeApproach {
	color: #fff !important;
}