/* fonts */
.dropdowns {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* colors */
/* ------ */
/* togle menu button for narrow screens */
.toggleMenu {
    background: #666;
    color: #ffffff;
}
.menuhamb {
  width:20px;
  height:20px;
  display:block;
  background-image: url("/images/menu.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
              
.active.menuhamb {
  background-image: url("/images/menua.png");
}

/* general navigation background colors */
.nav {
     xxxbackground: #f8f8f8;
     xxxborder: 1px solid #f0f0f0;
}

/* general navigation link font color */
.nav a, .nav a:visited {
    color:#ffffff;
}

/* first level items borders */
.nav > li {
 padding:5px 15px 5px 15px;
}

/* navigation hover colors */
.nav a:hover {
	xxxbackground-color: #ffffff;
	color:#d9b67a;
}

/* second level navigation colors */
.nav li li a {
    background: #303030;
    border-bottom: 1px solid #c0c0c0;
}

/* third level navigation colors */
.nav li li li a {
    background:#303030;
    border-bottom: 1px solid #c0c0c0;;
}

/* ---------------- */
/*      layout      */
/* -----------------*/

/* main div */
.dropdowns {
	width:auto;
}

/* small screens menu button */
a.toggleMenu {
	padding: 10px 0;
	width:100%;
	text-align: center;
}

/* second and third level menus */
.nav ul {
	width:15em;
	text-align:left;
}

/* general paddings and other stuff */
.nav a {
	padding: 5px 10px;
}

/* parents that have submenus */
.nav > li > .parent {
	padding-right: 25px;
	background-position: 90% 50%;
}

/* small screen adjustments*/
@media screen and (max-width: 768px) {
	.nav ul {
		width: 100%;
	}
}
