/* 
 * 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;
	/*background: #fff9e0;*/
}
.naver,
.naver *,
.naver *:before,
.naver *:after {
  box-sizing: border-box;
}
.naver-handle {
	background: #bf1a20;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 24px;
  margin: 0;
	height: 51px;
  padding: 0px 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.naver-handle:after {
  height: 5px;
  width: 38px;
  position: absolute;
  top: 0px;
  right: 20px;
  bottom: 0;
  background: #fff;
  box-shadow: 0 9px 0 #fff, 0 -9px 0 #fff;
  content: '';
  display: block;
  margin: auto 0;
}
.naver.open .naver-handle:after {
	top: 7px;
  width: 42px;
  height: 42px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
  content: "\00d7";
  font-size: 42px;
  font-weight: bold;
  line-height: 42px;
  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 {

  /*border-top: 3px solid #f8ca3d !important;
  border-width: 0 1px 1px;*/
}

