/* 
 * 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;
}
.naver,
.naver *,
.naver *:before,
.naver *:after {
  box-sizing: border-box;
}
.naver-handle {
	float:right;
  width: 20%;
  /*background: #000;
  /*border: 1px solid #cccccc;
  color: #111111;
  cursor: pointer;
  display: none;
  font-size: 16px;
  margin: 0;*/
  padding: 60px 15px 0 15px;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    left: 82%;
}
.naver-handle:after {
  height: 3px;
  width: 22px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 15px;
  background: #cccccc;
  box-shadow: 0 8px 0 #cccccc, 0 -8px 0 #cccccc;
  content: '';
  display: block;
  margin: auto 0;
}
.naver.open .naver-handle:after {
  width: 24px;
  height: 30px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #cccccc;
  content: "\00d7";
  font-size: 40px;
  font-weight: 700;
  line-height: 25px;
  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;
  clear: both;
}
.naver.enabled .naver-container {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-width: 0 1px 1px;
}

/******************************/
#navre a {
  background: #254960;
  color: #fff;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 40px;
  margin: 0 1px 0 0;
  padding: 0 20px;
  font-weight: bold;
  text-decoration: none;
}
#navre a:hover {
  background: #222;
}
@media screen and (max-width: 740px) {
  #navre a {
    float: none;
    margin: 0 0 1px 0;
    width: 100%;
  }
}

#navre p{
	position:absolute;
	position: absolute;
	right: 12px;
	bottom: 10px;
	font-size: 8px !important;
}

