


.navToggle {
	display: none;
}
.closeToggle {
	display: none;
}
/********************************************************/

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

/*** accessbtn ***/


.menu-menu-container {
        background: rgba(0,112,192,0.8);
}

/*** access ***/
#access div {
	margin: 0;
}
#access ul ul a {
	width: 90%;
	padding: 0.5rem 5%;
}
nav#access {
  display: none;
	position: relative;
	z-index: 1;
	color: #000;
	text-align: center;
	transition: all 1s;
	width: 100%;
}
nav#access.active {
}


nav#access ul {
	padding: 0;
	width: 100%;
}
nav#access ul ul {
	display: block;
	position: relative;
	width: auto;
	float: none;
	margin: 0;
	top: 0;
	left: 0;
}
nav#access ul ul ul {
	left: 0;
}
nav#access ul a {
	text-align: left;
	padding-left: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 150%;
}
nav#access ul li {
	list-style-type: none;
	float: none;
}
nav#access ul li:last-child {
}
nav#access ul li a {
}
nav#access .sub-menu {
	display: none;
}


nav#access a {
	display: block;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 7px 0px 7px 0px;
	font-weight: bold;
	text-decoration: none;
}
nav#access a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #7f7f7f;
	border-right: solid 2px #7f7f7f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}




/*** accessbtn ***/
.navToggle,
.closeToggle {
	display: block;
//	position: fixed;
//	right: 13px;
//	top: 12px;
	width: 42px;
	height: 51px;
	cursor: pointer;
	z-index: 3;
	border-color: rgba(0,112,192,0.9) !important;
	text-align: center;
	background-color: rgba( 255, 255, 255, 0.2 );
	margin: 0 auto !important;
}
 
.navToggle span,
.closeToggle span {
	display: block;
//	position: absolute;
	position: relative;
	width: 30px;
	border-bottom: solid 3px  rgba(0, 71, 93, 1);
//	border-bottom: solid 3px  rgba(255, 255, 255, 1);
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}
 
.navToggle span:nth-child(1) {
	top: 9px;
}
.navToggle span:nth-child(2) {
	top: 12px;
}
.navToggle span:nth-child(3) {
	border-bottom: 0px;
	color: rgba(0, 71, 93, 1);
	font-size: 9px;
	font-weight: bold;
	top: 28px;
}

.navToggle.active span,
.closeToggle.active span {
}
.navToggle.active span:nth-child(1) {
	top: 21px;
	left: 12px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.navToggle.active span:nth-child(2) {
	top: 18px;
	left: 0px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
.navToggle.active span:nth-child(3) {
}



.closeToggle span:nth-child(1) {
	top: 21px;
	-webkit-transform: rotate(-0deg);
	-moz-transform: rotate(-0deg);
	transform: rotate(-0deg);
}
.closeToggle span:nth-child(2) {
	top: 18px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}
.closeToggle span:nth-child(3) {
	border-bottom: 0px;
	color: rgba(0, 71, 93, 1);
	font-size: 9px;
	font-weight: bold;
	top: 28px;
}
.closeToggle.active span:nth-child(1) {
	top: 21px;
	left: 12px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.closeToggle.active span:nth-child(2) {
	top: 18px;
	left: 0px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}



.closeToggle {
	width: 42px;
	height: 51px;
	cursor: pointer;
	z-index: 3;
	border-color: rgba(0,112,192,0.9) !important;
	text-align: center;
	background-color: rgba( 255, 255, 255, 0.2 );
	margin: 0 auto;
}


}
