/*! responsive-nav.js v1.0.15 by @viljamis */

div#nav-wrapper {
	height:50px;
	padding:10px 0 0 0;
	

	
}


#nav {
	
	padding:0;
	margin:0;
	overflow:hidden;
	



}  


#nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  
}

#nav ul li {
  width: 100%;
  display: block;
  text-transform:uppercase;
  padding:15px 10px 15px 10px;
}

div#nav ul li#more-link {

  display:none;


}

.js #nav {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

#nav.opened {
  max-height: 9999px;
  
}

#nav-toggle{
		-webkit-touch-callout:none;
		-webkit-user-select:none;
		-moz-user-select:none;
		-ms-user-select:none;
		user-select:none;
		width:70px;
		height:30px;
		float:right;
		
		overflow:hidden;
		display:block;
		background:url("../img/hamburger.gif") no-repeat 50% 55%;
		color:white;
		text-transform:uppercase;
		text-align:center;
		font-size:9px;
		/*text-indent:-9999px;*/
		text-indent:80px;
		padding:0px 0 0 0;
		margin:3px 0 7px 0;
		
				border:solid 0px pink;
		}








/*---------------------------------------------------BreakPoint 2 and lower------------------------------------------------------*/
@media screen and (max-width: 760px) {
  #nav-wrapper {
	  padding-right: 0.9375em;
  }
  
  #nav {
	clear:both;
	background-color:#333;
	z-index:99;

	}  
	
	#nav li {
	  border-bottom:solid 1px #666666;
	  text-indent: 5px;
	}	
	
  div#nav ul li#more-link {

	display:block;
	background-color:black;


	
	}	
	
}





/*-----------------iPad--------------------*/
/*@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { */

/*---------------------------------------------------BreakPoint 2 to Breakpoint 3------------------------------------------------------*/
@media only screen 
and (min-width : 760px) 
and (max-width : 960px)  {
div#nav-wrapper {
	height:75px;
	padding:10px 0 0 0;


	
}


div#nav {
	float:none;
	width:100%;
	border-top:solid 0px #666666;
	text-align:center;




}



div#nav-logo {
	float:none;
	padding-bottom:3px;

	width:100%;
	text-align:center;
	

}



.wide-margins {

}

}

/*---------------------------------------------------BreakPoint 2 and higher------------------------------------------------------*/
@media screen and (min-width:760px) {
  .js #nav {
    position: relative;
  }
  .js #nav.closed {
    max-height: none;
  }
  #nav-toggle {
    display: none;
  }
 



    
#nav {

	padding: 3px 0px 3px 23px;
	text-align:right;	



}  
  
  div#nav ul
{
	list-style:none;
	margin:0;
	padding:0;

	}
	

div#nav ul li
{
	display:inline;
	padding:0;
	margin-right: 2em; 
	
	}
	
  
 div#nav ul li.on
{
	border-top:dotted 1px #59574e; /* Dynamo Gray 80% */
	border-bottom:dotted 1px #59574e; /* Dynamo Gray 80% */


	
	}	
	
div#nav ul li#contact-link
{
	margin-right: 0.9375em; 
	background-color:#59574e;
	padding:5px 10px 5px 10px;
	
	}	
	
	
	
div#nav li.on a {
	color:#59574e;
	text-decoration:none;
}	 
  
}


/*---------------------------------------------------Target 2 and Target 3 (BreakPoint 1 to Breakpoint 3)------------------------------------------------------*/
@media only screen 
and (min-width : 480px) 
and (max-width : 960px)  {


}