/* 
 * 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: #fff;
  cursor: pointer;
  display: none;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.naver .naver-handle:before {
/*background: url(../images/jquery.fs.naver-icon.png) no-repeat center;*/
	content: '';
	display: block;
	/*height: 15px;
	margin: 7px 10px 0 0;*/
	width: 20px;
	text-align: center;
}
.naver .naver-wrapper {
  height: auto;
	margin-right: auto!important;
	margin-left: auto!important;
	height: 28px;
}

.naver {
	height: auto;
	
	margin-right: auto!important;
	margin-left: auto!important;
}

.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;
}

.navBG {
	line-height: 28px;
	z-index:300!important;
	width: 100%;
	/*border-right:2px solid #0095be;*/
	box-shadow:-2px 0px 0px 0px #0095be inset!important;
	margin: 20px auto;
}
.navBG a {
	font-size: 14px;
	line-height: 28px;
	color: #30aae0;
	float: left;
	display: block;
	width: 12%;
	text-align: center;
	font-weight: bold;
	box-shadow:2px 0px 0px 0px #0095be inset;
}

.navBG a:hover {
	background:#ecf6fa;
	text-decoration:none;
}



.navBG .naver .w01 {
	width: 15%!important;
}







@media screen and (max-width: 970px) {



.naver .naver-handle {
  color: #333;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight:bold;
  text-align:left;
  height: 30px;
  line-height: 30px;
  padding-top:4px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.naver .naver-handle:before {
	background: url(../images/jquery.fs.naver-icon.png) no-repeat right;
	content: '';
	display: block;
	float: left;
	height: 15px;
	width:30px;
	margin-top: 7px;
	margin-left:2.5%;
	margin-right: 2.5%;
	margin-bottom: 0px;
}

.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 .naver-wrapper {
  height: auto;
  background: none;
  width: 100%;

}

.navBG {
	line-height: 28px;
	z-index:300!important;
	width: 100%;
	/*border-right:2px solid #0095be;*/
	box-shadow:0px 0px 0px 0px #0095be inset!important;
	border-top: 4px solid #30aae0;
	/*border-bottom: 1px solid #30aae0;*/
	background-color:#fff;
	margin: 20px auto 0px;
}




.navBG a {
	height:auto;
	/*transition: 1s ease-in-out;*/
	vertical-align: middle;
	text-align:left;
	display:block;
	width:96%;
	font-size: 14px;
	color: #30aae0;
	background:#fff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 4%;
	line-height: 40px;
	border-top: 1px solid #0095be;
	box-shadow:0px 0px 0px 0px #0095be inset;
	/*cursor:pointer;
	position:relative;*/
}

.navBG a:hover {
	background:#ecf6fa;
	text-decoration:none;
}





.navBG .naver .w01,
.navBG .naver .w02 {
	width:100%!important;
}

}
