ul,
ol {
	list-style:none;
}
.wrapper {
	max-width:100%;
	width:100%;
	margin:0 auto;
	position:relative;
	border:0px solid white;
	margin-top:0px;
	z-index:2;
	border:0px solid black;
}
.main {
	width:100%;
	//margin:0.3% 0;
	text-align:center;
	background:#74ccdc;
	border:0px solid black;
	-webkit-box-shadow:0 5px 5px rgba(0, 0, 0, 0.2),;
	-moz-box-shadow:0 5px 5px rgba(0, 0, 0, 0.2),;
	 box-shadow:0 5px 5px rgba(0, 0, 0, 0.2);
}

.nav {
	position:relative;
	right:0px;
	margin:0 auto;
	display:inline-block;
	//margin:2% 0px 1% 0px;
	//font-size:1.5vw;
	font-weight:bold;
	border:0px solid black;
	z-index:1;
}

.nav-list {
	text-align:left;
}
.nav-item {
	float:left;
	*display:inline;
	zoom:1;
	position:relative;
}
.nav-item a {
	display:block;
	color:#000;
	text-align:center;
	font-size:1.3vw;
	font-weight:bold;
	padding:10px 15px 10px 15px;
	border-top:2px solid #74ccdc;
	border-bottom:0px solid #74ccdc;
	border-left:0px solid #74ccdc;
}
.nav-item > a:hover {
	color:#647680;
	//background:#cde2ba;
	//border-radius:5px 5px 0 0;
	text-decoration:none;
	border-right:0px solid #bb0000;
	border-left:0px solid #bb0000;
	border-top:2px solid #bb0000;
	border-bottom:0px solid #bb0000;
 	-webkit-transition: all 0.1s linear;
  	-moz-transition: all 0.1s linear;
  	transition: all 0.1s linear;
}
.nav-item:hover .nav-submenu {
	display:block;
 	-webkit-transition: all 0.3s linear;
  	-moz-transition: all 0.3s linear;
  	transition: all 0.3s linear;
}
/* Navigation submenu */
.nav-submenu {
	display:none;
	position:absolute;
	left:0;
	width:260px;
	z-index:3;
	background:#eeeeee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow:0 5px 8px rgba(0, 0, 0, 0.5),;
	-moz-box-shadow:0 5px 8px rgba(0, 0, 0, 0.5),;
	box-shadow:0 5px 8px rgba(0, 0, 0, 0.5);
	border-bottom:2px solid #bb0000;
	padding:4% 0 4% 0;
}
.nav-submenu-item a {
	margin-left:0px;
	font-size:1.2vw;
	border-top:1px solid #eeeeee;
	//border-left:1px solid #f4f4f4;
	//border-right:1px solid #f4f4f4;
	display:block;
	text-align:left;
	color:#144fa4;
	line-height:15px;  
	//padding:4% 0 4% 4%;
}
.nav-normal {
	margin-left:0px;
	font-size:1.2vw;
	border-top:1px solid #eeeeee;
	display:block;
	text-align:left;
	color:#144fa4;
	//color:#023682;
	cursor:normal;
	font-weight:bold;
	padding:4% 0 2% 5%;
	border:0px solid black;
}
.over5px{
	margin-left:5px;
}
.nav-submenu-item a:hover {
	color:#6e7ba8;
	//background:#f2f0f0;
	text-decoration:none;
 	-webkit-transition: all 0.3s linear;
  	-moz-transition: all 0.3s linear;
  	transition: all 0.3s linear;
}
/* Mobile navigation */
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
	position:absolute;
	font-size:150%;
	top:0px;
	right:2px;
	//background:#3d8004 url(../img/avg.png) no-repeat center center;
	background:url(../img/avg.png) no-repeat center center;
	background-size:30px;
	height:30px;
	width:30px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0px;
	right:0px;
	display:none;
	border-left:0px solid #825720;
	border-right:0px solid #825720;
	//background:#3d8004;
	height:30px;
	width:30px;
	cursor:pointer;
}
.nav-click i {
	display:block;
	height:30px;
	width:30px;
	background:url(../img/arrv.png) no-repeat center center #FFFFFF;
	background-size:20px;
	background:;
}
.nav-click:hover {
	//background-color:#ffffff;
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
#fixedmenu{
	display:none;
}








/*------------------------------------*\
    Media Queries
\*------------------------------------*/




@media only screen and (max-width:960px) {

.nav-submenu-item a, .nav-item a{
	text-weight:bold;
	font-size:1.5vw;
}



}


@media only screen and (max-width:768px) {

.wrapper {

	width:100%;
}
.main{
	height:42px;
	background:#74ccdc;
}
.nav-mobile {
	top:0px;
	display:block;
}
.nav {
	width:100%;
	font-size:150%;
	margin:6px 0;
	float:right;
	background:#74ccdc;
	padding:0 0 0;
	border:0px solid black;
	z-index:1;
}

.nav-list {
	display:none;
}
.nav-item {
	width:100%;
	float:none;
}
.nav-item > a {
	padding:10px;
	border-bottom:0.1px dashed #0650a4;
	}
.nav-click {
	display:block;
}
.nav-mobile-open {
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
}
.nav-item a{
	text-align:left;
	line-height:30px;
	font-size:3vw;
}
.nav-item a:hover {
	color:#0650a4;
	text-decoration:none;
	background:#eeeeee;
	border-bottom:0.1px dashed #eeeeee;
	border-radius:2px 2px 2px 2px;
}

.nav-item:hover .nav-submenu {
	display:none;
	background:#eeeeee;
}
.nav-submenu {
	position:static;
	width:100%;
 	-webkit-transition: all 0.3s linear;
  	-moz-transition: all 0.3s linear;
  	transition: all 0.3s linear;
	}
.nav-submenu-item a {
	background:;
	margin-left:0px;
	font-size:3.8vw;
	border-bottom:0px  dashed #0650a4;
	border-left:0px  dashed #0650a4;
	border-right:0px  dashed #0650a4;
	display:block;
	padding:10px 0 10px 30px;
}
}