/* 
 * 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-bottom: 0;
}
.naver, .naver *, .naver *:before, .naver *:after {
	box-sizing: border-box;
}
.naver-handle {
	width: 100%;
	margin: 0px;
	background-image: url(../img/nav_bg.jpg);
	background-color: hsla(0,0%,0%,0.70);
	border: 1px solid #3A4201;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	display: none;
	font-size: 1.1em;
	padding: 10px 50px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.naver-handle:after {
	height: 3px;
	width: 15px;
	position: absolute;
	top: 0;
	left: 15px;
	bottom: 0;
	background-image: url(../img/nav_bg.jpg);
	box-shadow: 0 4px 0 #ffffff, 0 -4px 0 #ffffff;
	content: '';
	display: block;
	margin: auto 0;
}
.naver.open .naver-handle:after {
	width: 15px;
	height: 15px;
	background: transparent;
	border: none;
	box-shadow: none;
	color: #ffffff;
	content: "\00d7";
	font-size: 1.4em;
	font-weight: bold;
	line-height: 0.6em;
	text-align: center;
}
.naver-wrapper {
	border: none;
	height: auto;
	margin: 0;
	padding: 0;
}
.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 {
	background-image: url(../img/nav_bg.jpg);
	border: 1px solid #3A4201;
	border-width: 0 1px 1px;
}
.naver a:hover {
	background-color: #459C27;
	color: #ffffff;
}

@media screen and (max-width: 415px) {
.naver a {
	float: none;
	margin: 0;
	width: 100%;
	background-image: url(../img/news_bg.png);
	color: #3A4201;
	display: block;
	font-size: 0.9em;
	line-height: 3em;
	text-decoration: none;
	border-top: 1px solid #ffffff;
}
}
@media screen and (min-width: 416px) {
	.naver a:hover {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	}
}