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

/* Basic Styles */

nav {
	height: 40px;
font-family: 'ColaborateLightRegular';
	position: relative;
	text-transform:uppercase;
	font-size:16px;
}
nav ul {
	padding: 0;
	width:100%;
	height: 40px;
	float:left;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	
	text-align: center;
	text-decoration: none;
	line-height:34px;
	
}
nav li a {
	/*border-right: 1px solid #576979;*/
	background:url(../images/dive.jpg) left top no-repeat;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0px 14px;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	/*background-color: #8c99a4;*/
	color: #f0841f;
}
nav a#pull {
	display: none;
}





/***================================*/
/*@media screen and (moz--min-device-pixel-ratio : 1.5), screen and (-o-min-device-pixel-ratio : 3/2), screen and (-webkit-min-device-pixel-ratio : 1.5), screen and (min-device-pixel-ratio : 1.5) {
	
	 }
*/

/************************************************************************************
smaller than 768 / and max-width: 979
*************************************************************************************/
@media (max-width: 979px) {


nav { 
  		height: auto;
/*		position:absolute;
*/		right:0px;
		z-index:1000;
		
  	}
  	nav ul {
  		width: 100%;
  		display: none;
  		height: auto;
  	}
  	nav li {
  		width:50%;
  		float: left;
  		position: relative;
		
  	}
  	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
		background: none;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
		/*background: #F90;*/
  	}
	nav a#pull {
		display: block;
/*				background-color: #283744;*/
		width: 100%;
		position: relative;
	}
	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: 10px;
	}
	

}

/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (max-width: 480px) {


nav {
		border-bottom: 0;
		/*background:#F00;*/
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav li {
  		width:100%;
	}
	nav a#pull {
		display: block;
		/*background-color: #283744;*/
		width: 100%;
		position: relative;
	}
	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: 10px;
	}


}
@media screen and (max-width: 420px) {
	
nav {
		border-bottom: 0;
		/*background:#FF0;*/
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav li {
  		width:100%;
	}
	nav a#pull {
		display: block;
		/*background-color: #00F;*/
		width: 100%;
		position: relative;
		height:auto;

	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		
		display: inline-block;
		position: absolute;
		right: 15px;
		top:8px;
		height:36px;
	}

}


