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

 	.naver .naver-handle {color:#333; cursor:pointer; display:none; font-size:14px; height:30px; line-height: 30px; text-transform: uppercase; font-family:'Source Sans Pro', arial, helvetica, sans-serif; text-decoration:none; color:#fff; font-weight:700;
	margin:10px 0 0 0; padding:0 10px;
	 	-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		     -o-user-select: none;
			    user-select: none;
 	}
 	.naver .naver-handle:before { background: url(../images/jquery.fs.naver-icon.png) no-repeat center; content: ''; display: block; float: left; height: 15px; margin: 7px 10px 0 0; width: 20px; }
 	.naver .naver-wrapper { height: auto; }
 	.naver .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-container {height:auto; padding:0;}
	
	
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.naver .naver-handle {padding:10px 0;}
	}
	
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
	
	}