/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	/*background-color: #ece8e5;*/
}
nav {
	width:578px;
	background: none;
	font-family:'robotoregular',Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	border-bottom: none;
	float:right;
	color:#ffffff;
	padding-top:10px;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width:100%;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color:#ffffff;
	display: inline-block;
	
	text-decoration: none;


padding:0 15px 9px 15px;
-moz-transition: all 0.25s ease-out 0s; -webkit-transition: all 0.25s ease-out 0s;
}
nav a.first_child , nav li.first_child a , nav li:first-child a
{
padding-left:0px;
}
nav a.last_child , nav li.last_child a , nav li:last-child a
{
padding-right:0px;
}
nav a.first_child_one
{
margin-left:0px;
}
nav a.last_child_two
{
margin-right:0px;
}
nav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	/*border-right: 0;*/
}
nav a:hover, nav a:active ,nav ul li.current-menu-item a  {
/*text-shadow: 0px 1px 1px rgba(150, 150, 150, 1);
color:#008d6d;*/
text-shadow:0 1px 0 #fff;
}
nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 767px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #283744;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}