#menubar select {
  display:none;
}

/* Menu */
#menubar {
  background: none repeat scroll 0 0 #262626;
  width: 100%;
  display: table;
}
#superfish-1 {
  display: table-row;
  width: 100%;
  position:relative;
}

ul#superfish-1 li ul {
    display: none;
}
#superfish-1 li.sf-depth-1 {
  position: relative;
  display: inline-block;
  display: table-cell;
  text-align: center;
  vertical-align:middle;
  width:16.66%;
  float:none;
  background-color:#262626;
  z-index:500;
}

#superfish-1 li.sf-depth-1 a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    padding: 14px 3px 15px 3px;
    width:100%;
    text-align: center;
    vertical-align:middle;
    text-decoration: none;
    text-transform:uppercase;
}

#superfish-1 li.sf-depth-1 > a {
  position:relative;
  z-index:502 !important;
}

#superfish-1 li.sf-depth-1 ul li a {
    padding: 12px;
}

#superfish-1 li.sf-depth-1:hover,
#superfish-1 li.sf-depth-1 a:hover {
  background-color:#616365;
  color:#ffb71e;
}
#superfish-1 .sf-sub-indicator {
    right: 1.5em;
    top:15px;
}

#superfish-1  > li.sf-depth-1 ul li a {
    text-align: left;
    text-decoration: none;
    text-transform:none;
    background-color:#444;
}

#superfish-1  > li ul {
  opacity:1.0;
}

#superfish-1 li.sfHover ul {
  display:block;
  top:45px;
  border-top:16px #616365 solid;
}

#superfish-1 li a.sf-depth-2 {
    min-width:240px;
    border-radius:0;
}

#menubar .sf-menu.sf-horizontal.sf-shadow ul, 
#menubar .sf-menu.sf-vertical.sf-shadow ul, 
#menubar .sf-menu.sf-navbar.sf-shadow ul ul {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  min-width: 240px;
  z-index:500 !important;

}




a#menutab {
  display:block;
  text-align:center;
  color:#eee;
  width:100%;
  height:38px;
  line-height:20px;
  cursor:pointer;
  font-size:20px;
  padding:10px 0;
  text-decoration:none;
}

#menutab,
#mobilecontent {
  display:none;
}


#menutab:focus,
#menutab:hover {
  background-color:#444;
  color:#ffb71e;
}

#mobilecontent ul,
#mobilecontent li {
 list-style:none;
 padding:0;
 margin:0;
}
#mobilecontent li {
  position:relative;
}

#mobilecontent a {
  display:block;
  color:#fff;
  font-size:16px;
  text-decoration:none;
  border-top:1px #555 solid;
  width:100%;
  text-indent:30px;
  padding:7px 0;
}

#mobilecontent a:focus,
#mobilecontent a:hover {
  background-color:#616365;
  color:#ffb71e;
}

#mobilecontent ul li ul li a {
  text-indent:0;
  padding-left:14%;
  width:100%;
  color:#fff;
  font-size:15px;
  background: url("../images/sprites-mobile.png") no-repeat -81px 7px; 
  background-color:#444;
}


#mobilecontent ul li ul li a:focus,
#mobilecontent ul li ul li a:hover {
  color:#ffcc33;
}

#mobilecontent a.menuexpander{
  display:none;
  position:absolute;
  right:30px;
  top:9px;
  border:2px #fff solid;
  border-radius:5px;
  height:25px;
  width:25px;
  z-index:2;
  background: url("../images/sprites-mobile.png") no-repeat -3px -1px; 
}

#mobilecontent a.menuexpander.collapse{
  background: url("../images/sprites-mobile.png") no-repeat -3px -28px; 
}
#mobilecontent a.menuexpander.collapse:focus,
#mobilecontent a.menuexpander.collapse:hover{
  border:2px #ffc035 solid;
  background: url("../images/sprites-mobile.png") no-repeat -32px -28px; 
}

#mobilecontent a.menuexpander:focus,
#mobilecontent a.menuexpander:hover{
  border:2px #ffce35 solid;
  background: url("../images/sprites-mobile.png") no-repeat -32px -1px; 
}

#mobilecontent a.menuexpander.expand,
#mobilecontent a.menuexpander.collapse {
  display:block;
}




@media all and (min-width: 1px) and (max-width: 767px)  {
 #superfish-1 {
   display:none;
 }
 
 #header-wrapper-full-width {
  height:auto !important;
}
#full-page-wrapper {
    top: 0 !important;
}

 #mobilecontent{
   display:block;
 }
 
 #mobilecontent > ul li ul {
   display:none;
 }
 
 #page .l-region--navigation {
    min-height: 30px;
    padding: 0;
  }
}