/* Clearfix */
.clearfix-new:before,
.clearfix-new:after {
    content: " ";
    display: table;
}
.clearfix-new:after {
    clear: both;
}
.clearfix-new {
    *zoom: 1;
	width:100%;
}

/* Basic Styles */
body {
}
nav {
	height: 40px;
	width: 100%;
	color:#666666;
	font-size: 18px;		
	font-family: 'Muli', sans-serif;
	float: none;
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color:#666666;
	display: inline-block;

	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav a:visited {
	color:#666666;
	}

nav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin-right:49px;
	padding-left:17px;

}
nav li:last-child a {
	border-right: 0;
		margin-right:0px;

}
nav a:hover, nav a:active {
	background-image:url(../images/grey-arrow.jpg);
	background-repeat:no-repeat;
	background-position:1px 13px;
	color:#F0BF00;
}
nav a#pull {
	display: none;
}





/*Styles for screen 1024px and lower - TABLET LANDSCAPE*/
@media screen and (max-width: 1024px) {


/* Basic Styles */
body {
}
nav {
	height: 40px;
	width: 100%;
	color:#666666;
	font-size: 13px;		
	font-family: 'Muli', sans-serif;float: none;
position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color:#666666;
	display: inline-block;

	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin-right:19px;
	padding-left:15px;

}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-image:url(../images/grey-arrow.jpg);
	background-repeat:no-repeat;
	background-position:1px 13px;
	color:#F0BF00;
}
nav a#pull {
	display: none;
}

}


/*Styles for screen 768px and lower*/
@media screen and (max-width: 768px) {
	nav { 
  		height: auto;		
		font-family: 'Muli', sans-serif;float: none;
}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
		background-color:#FFCC00;
		color:#FFF;
		font-size:18px;
  	}
  	nav li a {
		border-bottom: 1px solid #fff;		color:#666;

		border-right: 0px solid #fff;
		border-left: 1px solid #fff;
		
		
		nav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin-right:0px;
	padding-left:5px;

}

	}
	  	nav li a:hover { color:#666;
		background-color:#CCC;}

  	nav a {
	  	text-align: left;
		color:#FFF;
	  	width: 100%;
	  	text-indent: 25px;
  	}
	nav a:visited, nav a:active {
				color:#666;


	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width :580px) {
	nav {
		border-bottom: 0;		
		font-family: 'Muli', sans-serif;float: none;
}
	nav ul {
		display: none;
		height: auto;
		font-size:16px;
	}
	  	nav li {
		font-size:14px;
  	}

	nav a#pull {
	display: block;
	background-color: #F0BF00;
	width: 100%;
	position: relative;
	padding-bottom: 5px;
	}
	nav a:hover, nav a:active {
	background-image:url(../images/grey-arrow.png);
	background-repeat:no-repeat;
	background-position:10px 14px;
	color:#000;
}

	nav a#pull:after {
		content:"";
			background-image:url(../images/nav-icon.png);
	
		background-repeat:no-repeat;
		
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
			color:#F0BF00;

	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;		
		font-family: 'Muli', sans-serif;float: none;
float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}
