@charset "utf-8";


nav{
	position:relative;
	color: #FFFFFF;
	background: #5B9A9F;
	width: 100%;
}


.menu_tab{
	position:relative;
	z-index:123;
	float:left;
	display:none;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
}
.menu_tab a{ color: #FFFFFF; }

#topnav{
	margin-bottom: 1em;
	width: 100%;
	clear: both;
}
#topnav,#topnav ul,#topnav ul li,#topnav ul li a,#topnav #head-mobile{
	border:0;
	list-style:none;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#topnav:after,#topnav > ul:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
#topnav #head-mobile{ display:none; }
#topnav > ul > li{
	float:left;
	width: 14.28%;
	text-align: center;
	border-right: 0.1px ridge #999999;
	height: 50px;
	line-height: 3em;
}
#topnav > ul > li > a{
	letter-spacing:2px;
	text-decoration:none;
	font-weight: bold;
	color: #FFFFFF;
}
#topnav > ul > li:hover > a,#topnav ul li.active a{
	color:#000000;
	background: #48797D;
}

#topnav > ul > li:hover,#topnav ul li.active:hover,#topnav ul li.active,#topnav ul li.has-sub.active:hover{
	-webkit-transition:background .3s ease;
	-ms-transition:background .3s ease;
	transition:background .3s ease;
}
.responsivefromhere {}

@media screen and (max-width:700px){
.menu_tab{
	position:absolute;
	top:0;
	left: 0;
	width:100%;
	height:46px;
	text-align:center;
	padding:10px 0 0 0;
	float:none;
	display:block;
}
.menu_tab2{ display:none; 
}
nav{ width:100%; 
}
#topnav{ width:100%; 
}
#topnav ul{
	width:100%;
	display:none;
}
#topnav ul li{
	width:100%;
	border-top:1px solid #036;
	display: block;
}
#topnav ul li:hover{ background:#ffffff; 
}
#topnav ul ul li,#topnav li:hover > ul > li{ height:auto; 
}
#topnav ul li a,#topnav ul ul li a{
	width:100%;
	border-bottom:0;
}
#topnav > ul > li{ float:none;}
#topnav > ul > li.has-sub > a:after,#topnav > ul > li.has-sub > a:before,#topnav ul ul > li.has-sub > a:after,#topnav ul ul > li.has-sub > a:before{
	display:none;
	color: #FFFFFF;
}
#topnav #head-mobile{
	display:block;
	padding:23px;
	font-size:14px;
	font-weight:700;
}
.button {
	width:55px;
	height:46px;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	z-index: 12399994;
}
.button:after{
	position:absolute;
	top:22px;
	right:20px;
	display:block;
	height:4px;
	width:20px;
	border-top:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	content:'';
}
.button:before{
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	position:absolute;
	top:16px;
	right:20px;
	display:block;
	height:2px;
	width:20px;
	background:#FFF;
	content:'';
}
.button.menu-opened:after{
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	top:23px;
	border:0;
	height:2px;
	width:19px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	background: #FFFFFF;
}
.button.menu-opened:before{
	top:23px;
	width:19px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
#topnav > ul > li.has-sub > ul > li.active > a,#topnav > ul ul > li.has-sub > ul > li.active > a{ border-top:none; 
}
}
