/* 
 * Naver v3.1.2 - 2014-10-24 
 * 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 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.naver-handle {
  width: 100%;
  background: #5c85b8;
  border-top: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 16px;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.naver-handle:after {
  height: 3px;
  width: 15px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  background: #fff;
  box-shadow: 0 5px 0 #fff, 0 -5px 0 #fff;
  content: '';
  display: block;
  margin: auto 0;
}
.naver.open .naver-handle:after {
  width: 15px;
  height: 15px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
  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-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: #ffffff;
  border-bottom: 1px solid #fff;
  border-width: 0 1px 1px;
}




.nav-bg h2 {
    margin: 15px 0;
    padding: 0;
	width: 100%;
	text-align: center;
	float: none;
}
nav {
  text-align: center;
  width: 100%;
  float: none;
  }
nav ul li img {display: none;}
.nav1 { background: #7ca4d8;}
.nav2 { background: #687bc4;}
.nav3 { background: #7295e8;}
.nav4 { background: #526d49;}
.nav5 { background: #b3c95b;}
.nav-bg { background: #7ca4d8;}

nav ul {
  margin: 0;
  padding: 0;
  min-height: none;
  }
nav ul li {
  float: left;
  width: 100%;
  text-align: left;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  }
nav ul li a:link {
  display: block;
  padding: 10px;
  border-bottom: 0px solid #aac4e6;
  color: #fff;
  text-decoration: none;
  height: none;
  min-height: none;
  }
nav ul li a:hover {
  border-bottom: 0px solid #f9c172; 
  }
nav ul li a:visited {
  border-bottom: 0px solid #fff; 
  }

.navinfo {display: block;}

/* 768 ===================================================*/
@media screen and (min-width: 768px) {
.nav-bg h2 {
    margin: 30px 0 0 5px;
    padding: 0;
	width: 31.25%;
	float: left;
}
.nav-bg { background: url(../img/nav_bg.gif) left bottom repeat-x #7ca4d8;}
nav {
  text-align: center;
  width: 64.983%;
  float: right;
  }
nav ul {
  margin: 0;
  padding: 0;
  }
nav ul li {
  float: left;
  width: 20%;
  text-align: right;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  }
nav ul li{width: 19.5%\9;}
nav ul li a:link {
  display: block;
  padding: 70px 5px 10px 0;
  border-bottom: 10px solid #aac4e6;
  color: #fff;
  text-decoration: none;
  }
nav ul li a:hover {
  border-bottom: 10px solid #f9c172;  
  }
nav ul li a:visited {
  border-bottom: 10px solid #aac4e6;
  color: #fff; 
  }
nav ul li:first-child {
	margin-left: 0;
}
nav ul li ul {
	display: none;
}

.navinfo {display: none;}

}/* 768 */


/* 980 ===================================================*/
@media only screen and (min-width: 980px) {
nav ul li img {display: inline-block;}

}/* 980 */