@charset "UTF-8";
/* for navigation */

#menu {
	position: fixed;
	top:100px;
	left: 0px;
	z-index: 999;
}
#logo {
	float: left;
	display:block;
	width:100px;
	height:100px;
	background-color: #000;
	background-image: url(../images/logo.jpg);
	z-index: 999;
}
#logo a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
#nav {
	height: 5px;
	z-index: 90;
	margin: 0;	
	position: absolute;
	top: 150px;
	left: 0px;
	z-index: 999;
}
ul#sliding-navigation {
	list-style: none;	
}
ul#sliding-navigation li.sliding-element a {
	display: block;
	width: 100px;
	text-transform: uppercase;
	line-height: 13px;
	font-size: 11px;
	color: white;
	text-decoration: none;
	background-color: black;
	margin-bottom: 10px;
	padding: 3px 3px 3px 15px;
}
ul#sliding-navigation li.sliding-element a:hover {
	font-weight: bolder;
}
body#about-us a#about-us,
body#projects a#projects,
body#media a#media,
body#career a#career,
body#contact-us a#contact-us {
	font-weight: bolder;
	font-size: 11px;	
}
.portfolio-landed {
	margin-bottom: 0px;	
}
.portfolio a, .portfolio-landed a{
	color: black !important;
	background-color: white !important;
	
}