.toggle, [id^=drop] {
	display: none;
}


.toggle-boton
{
	display: none;
	padding: 5px;
	text-align: center;
	background-color: #000000;
}


nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

nav ul li {
	margin: 0px;
	display: inline-block;
	float: Left;
	padding-right: 1.5%;
	padding-left: 1.5%;
	text-align: left;
}


nav a {
	display: block;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.4em;
	line-height: 60px;
	text-decoration: none;
	padding: 0 35px;
}

nav a:hover {
	background-color: #60614c;
	color: #e7b65f;
}



nav ul ul {
	display: none;
	position: absolute;
	top: 60px;
	background-color: #60614c;
}

nav ul li:hover > ul {
	display: inherit;
	color: #722a8c;
}

nav ul ul li {
	width: 100%;
	float: none;
	display: list-item;
	position: relative;
	font-size: 0.7em;
	padding: 0px;
}

li > a:after { content: ' '; }

li > a:only-child:after { content: ''; }



/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

.toggle + a,
 .menu {
	display: none;
}

.toggle {
	display: block;
	color: #ffffff;
	font-weight: bold;
	line-height: 45px;
	text-decoration: none;
	border: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-size: 1.4em;
}

.toggle:hover {

}
.toggle img {
	width: 10%;
	margin-bottom: 1%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.toggle-boton
{
	display: block;
	padding: 6px;
	text-align: center;
	background-color: #60614c;
}

.toggle-boton img {
	width: 10%;
	margin-bottom: 1%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

[id^=drop]:checked + ul { display: block; }

nav ul li {
	display: block;
	width: 100%;
	padding: 0px;
	text-align: center;
}

nav ul ul .toggle,
 nav ul ul a {
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 20px;
}

nav a:hover,
 nav ul ul ul a {
}

nav ul li ul li .toggle,
 nav ul ul a {
	background-color: #60614c;
}

nav ul ul {
  float: none;
  position: static;
  color: #60614c;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }
}
