/* Menu */

/* do not display mobile menu by default */
.select-menu {
  display: none !important;
}

.select-menu {
	color: #000 !important;
}

#superfish-1 {
	/*
	center horizontally:
	http://stackoverflow.com/questions/14943907/css-center-ul-list-inside-a-100-width-div
	*/
	display: inline-block;  margin: 0 auto;
  
  background: url(../img/template/menu/menu-tail.gif) center top repeat-x #282828;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  width: auto;
  z-index: 101;
  position: relative;
}
#superfish-1:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}
#superfish-1 > li {
  background: url(../img/template/menu/menu-separator.gif) 0 0 repeat-y;
  border: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: 400 14px/24px 'Open Sans', sans-serif;
  margin: 0;
  overflow: inherit;
  padding: 0 0 0 2px;
  text-transform: uppercase;
}
#superfish-1 > li:first-child {
  background: none;
  padding-left: 0;
}
#superfish-1 > li a {
  background: url(../img/template/menu/manu-hover.gif) center -200px repeat-x;
  color: #fff;
  display: block;
  padding: 23px 30px;
  text-align: center;
  text-decoration: none;
}
#superfish-1 > li > a:hover,
#superfish-1 > li.active-trail > a,
#superfish-1 > li.sfHover > a {
  background-color: #1a1a1a;
  background-position: center top;
  text-decoration: none;
}
#superfish-1 > li ul {
  background: url(../img/template/menu/submenu-tail.gif) center top repeat-x #282828;
  border: none;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: none;
  padding: 32px 0 38px;
  top: 71px;
  /* width: 100% !important; */
}
#superfish-1 > li ul li {
  background: none;
  border-bottom: 0;
  float: none !important;
  font-size: 12px;
  height: auto;
  margin: 4px 0 0;
  padding: 0 10px;
  text-align: center;
  width: auto !important;
}
#superfish-1 > li ul li:first-child {
  margin-top: 0;
}
#superfish-1 > li ul li > a:visited,
#superfish-1 > li ul li > a {
  color: #fff;
  display: inline;
  text-decoration: none;
}
#superfish-1 > li ul li > a:hover,
#superfish-1 > li ul li.active-trail a,
#superfish-1 > li ul li.sfHover > a {
  color: #999999;
  text-decoration: none;
}
#superfish-1 > li ul li ul {
  background: url(../img/template/menu/subsubmenu-tail.gif) center top repeat-x #a6a6a6;
  left: 105% !important;
  overflow: visible;
  top: -6px;
}
#superfish-1 > li ul li ul:before {
  background: url(../img/template/menu/subsubmenu-before.gif) center top no-repeat;
  content: '';
  display: block;
  height: 9px;
  left: -5px;
  position: absolute;
  top: 13px;
  width: 5px;
}
#superfish-1 > li ul li ul li > a:hover,
#superfish-1 > li ul li ul li.active-trail a,
#superfish-1 > li ul li ul li.sfHover > a {
  color: #2e2e2e;
}

