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

/* Basic Styles */
/*body {
	background-color: #ece8e5;
}
/*
.container {
	width: 100%;
	float: right;
	text-align: right;
}
*/
nav {
	height: 34px;
	width: 100%;
	/*margine-top: 2px;*/
	/*background: #737373;cccc99;#8c99a4*/
	background: #af0303;
	font-size: 11pt;
	font-family: 'Open Sans';
	/*font-family: "Open sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: normal;
	/*position: relative;*/
	/*border-bottom: 4px solid #af0303;*/
	/*text-align: right;*/
	/*float: none;*/
	/*margin: auto 0 auto 0;*/
	text-align: center;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 410px;
	/*width: 600px;*/
	height: 34px;
	float: none;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 100px;
	/*width: 100px;*/
	text-align: center;
	text-decoration: none;
	line-height: 34px;
	/*text-shadow: 1px 1px 0px #283744;*/
	outline: 0;
}
nav li a {
	border-left: 1px solid #fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

/*nav li::before
{
content: url('nav-icon.png');
}*/
nav li:first-child a {
	border-left: 0;
}
nav li a:hover,nav li a:active {
	/*background-color: #8c99a4;*/
	background-color: #fff;
	color: #666;
	/*border-top: 2px solid #fff;
	/*border-top: 2px solid #af0303;*/
	outline: 0;
}

/*nav li.selected a {

	background-color: #fff;
	color: #666;
	outline: 0;
}*/
nav a#pull {
	display: none;
}

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

/*Styles for screen 515px and lower*/

@media only screen and (max-width: 48em) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}	
	nav a#pull {
		display: block;
		/*background-color: #283744;*/
		background-color: #666;
		width: 100%;
		position: relative;
		float: left;
		margin-left: 0;
	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 6px;
	}
	nav a#pull:after.selected {
		content:"";
		background: url('../images/nav-icon2.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 6px;
	}	
}

/*Smartphone*/

@media only screen and (max-width: 30em) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #fff;
		border-left: none;
	}
}