 .toggle, [id^=drop] {
 display: none;
}

nav {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

nav a {
  display: block;
  padding: 15px;
  color: #FFF;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  font-weight: bold;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: transparent;
}



nav ul li ul li:hover { background: #0f4f6a; }

nav a:hover { background-color: orange;
color: white;
  text-decoration: none;
}

nav a:focus {
color: white;
  text-decoration: none;
}

nav ul ul {
  display: none;
  position: absolute;

}

nav ul li:hover > ul { display: inherit; 
}

nav ul ul li {
  width: 270px;
  float: none;
  display: list-item;
    background-color: #136588;
  position: relative;
}


nav ul ul li a{
  font-size: 14px;
line-height: 18px;
padding-top:22px;
padding-bottom:20px;
padding-right:10px;
padding-left: 10px;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 270px;
    background-color: #0f4f6a;
}

li > a:after { }

li > a:only-child:after { content: ''; }




.toggle2 {
  display: none;

}

.toggle3 {
  display: none;
}

.hiddenresponse {
  background-color: #286eb9;
}
.vissible {
  display: none;

}

	.vissibleresponse {
  display: none;

}

/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {



nav { margin: 0;
background-color: grey;}

.toggle + a,
 .menu { display: none; }

.toggle2 {
  display: block;
  background-color: grey;
  padding: 0 20px;
  color: white;
  font-size: 18px;
  line-height: 60px;
  text-decoration: none;
  border: none;
}
.vissible {
  display: block;
  background-color: #1881ae;
}

.hiddenresponse {
  display: none;
}
	
	
	.vissibleresponse {
  display: block;
  background-color: #099DD1;
}
	
	.vissiblescreen {
  display: none;
}
	
.hidden {
  display: none;

}	
	
.toggle {
  display: block;
  padding: 0 20px;
  color: #FFF;
  font-size: 16px;
  line-height: 60px;
  text-decoration: none;
  border: none;
}



.toggle:hover { background-color: red;
  padding: 0 20px; }

[id^=drop]:checked + ul { display: block;
 }

nav ul li {
  display: block;
  background-color: #2dabe1;
  width: 100%;
}

nav ul ul .toggle,
 nav ul ul a { padding: 0 20px;
 }

nav ul ul ul a { padding: 0 80px; }

nav a:hover
 { background-color: #000000;

}

 nav ul ul ul a { background-color: #000000;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
}



nav ul li ul li .toggle,
 nav ul ul a { background-color: #0f4f6a; }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}
}

@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
}
