/* Clearfix */

.navigation{
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	height: 75px;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
nav {
	display: block;
	height: 75px;
	width: 100%;
	position: relative;
	z-index: 999;
	text-align: center;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 75px;
}
nav li {
	display: inline !important;
}
	nav ul > li::before {
		padding: 0;
		content: counter(foo, none) " ";
	}
nav a {
	font-size: 125%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	display: inline-block;
	width: 150px;
	text-align: center;
	text-decoration: none;
	line-height: 75px;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover{
	color: #50b946;
}
nav .active > a {
	color: #50b946;
}
nav a#pull {
	display: none;
}

@media only screen and (max-width : 1024px) {
	.clearfix {
		background: #222;
	}
	.clearfix li a{
		line-height: 50px;
	}
	nav {
		border-bottom: 0;
		text-align: left;
	}
	nav a{
		text-align: left;
		padding-left: 5%;
		width: 100%;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a:hover{
		color: #111;
		background: #FFF;
		width: 100%;
	}
	nav li {
		float: left;
		width: 100%;
		border-bottom: 1px solid #111;
	}
	nav a#pull {
		color: #FFF;
		display: block;
		background: #111;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url(../css/images/nav-icon.png) no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 30px;
		top: 27px;
	}
}
/*
@media only screen and (min-width : 960px) and (max-width: 1023px) {
	.navigation ul li a {width: 78px;}
}
@media only screen and (min-width : 1024px) and (max-width: 1279px) {
	.navigation ul li a {width: 85px;}
}


/*
playback timings (ms):
  captures_list: 0.763
  exclusion.robots: 0.031
  exclusion.robots.policy: 0.013
  esindex: 0.012
  cdx.remote: 14.787
  LoadShardBlock: 1550.694 (3)
  PetaboxLoader3.datanode: 1593.417 (5)
  load_resource: 155.073 (2)
  PetaboxLoader3.resolve: 104.941 (2)
*/

