/* 
 * Naver v3.1.2 - 2015-04-04 
 * A jQuery plugin for responsive navigation. Part of the Formstone Library. 
 * http://formstone.it/naver/ 
 * 
 * Copyright 2015 Ben Plum; MIT Licensed 
 */

/* 
 * Naver v3.1.2 - 2015-04-04 
 * A jQuery plugin for responsive navigation. Part of the Formstone Library. 
 * http://formstone.it/naver/ 
 * 
 * Copyright 2015 Ben Plum; MIT Licensed 
 */

/* 
 * Naver v3.1.2 - 2014-11-25 
 * A jQuery plugin for responsive navigation. Part of the Formstone Library. 
 * http://formstone.it/naver/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */

.naver{
	margin: 0;
	width: 100%;
	z-index: 100000;
}
.naver,
.naver *,
.naver *:before,
.naver *:after{
  box-sizing: border-box;
}
.naver-handle{
	width: 46px;
	cursor: pointer;
	display: none;
	margin: 10px 10px 0px 0px;
	padding: 10px;
	position: relative;
	float: right;
}
.naver-wrapper{
	border: none;
	height: auto;
	margin: 0;
	padding: 0;
	clear: both;
}
.naver-container:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.naver.enabled .naver-handle{
  display: block;
}
.naver.enabled .naver-wrapper{
  height: 0px;
  overflow: hidden;
}
.naver.enabled .naver-container{
	font-size: 1.4em;
	background-color: #055FC0;
	border-top: 1px solid #FFF;
	font-weight: bold;
}
.naver.enabled .naver-container li{
	padding: 0;
}
.naver.enabled .naver-container li span{
	display: none;
}
.naver.enabled .naver-container li a{
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px 10px 7px;
	border-bottom: 1px solid #FFF;
}	
.naver.enabled .naver-container li:last-child{
	border:none;
}
