/* 
 * Naver v3.1.0 - 2014-09-20 
 * 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: #E6E6E6;
  font-family:font-family: 'Sofia', cursive;
  cursor: pointer;
  display: none;
  font-size: 13px;
  height: 30px;
  line-height: 28px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.naver .naver-handle:before {
  background: url(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;
}
