/* 
 * 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 
 */

@media screen and (max-width: 1024px) {

nav { top: 15px; }

header .naver {
    width: 100%;
	margin: 20px 0 0 0;
    z-index: 100;
}
.naver,
.naver *,
.naver *:before,
.naver *:after {
  box-sizing: border-box;
}
.naver-handle {
  width: 100%;
  color: #fff !important;
  cursor: pointer;
  margin: 0;
  padding: 15px 15px;
}
.naver-handle:after {
  height: 2px;
  width: 20px;
  position: absolute;
  top: 12px;
  right: 15px;
  bottom: 0;
  background: #000;
  box-shadow: 0 6px 0 #000, 0 -6px 0 #000;
  content: '';
  display: block;
  margin: auto 0;
}
.naver.open .naver-handle:after {
    position: absolute;
    top: -442px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #333;
  content: "\00d7";
  font-size: 22px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
}
.naver-wrapper {
  border:none;
  height: auto;
  margin: 0;
  padding: 0;
}
.naver-wrapper a {
    display: block;
}
.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: #2b9b63;
  border:none;
  border-width: 0 1px 1px;
    text-align: left;
    margin: 10px 0 0 0;
}

}