@charset "utf-8";
#genmenu,
#genmenu ul,
#genmenu ul li,
#genmenu ul li a,
#genmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#genmenu:after,
#genmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#genmenu #menu-button {
  display: none;
}
#genmenu {
  width: auto;
  line-height: 1;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#genmenu > ul > li {
  float: left;
}
#genmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#genmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#genmenu.align-center ul ul {
  text-align: left;
}
#genmenu.align-right > ul > li {
  float: right;
}
#genmenu.align-right ul ul {
  text-align: right;
}
#genmenu > ul > li > a {
padding:0 3px; margin-left:2.5em; line-height:38px;
	text-decoration:none; 
	display:block; 	-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear; position:relative;-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
#genmenu > ul > li > a.req {/*padding:0 3px; color:#fff;background:#da251d; border-radius:3px;*/}
#genmenu > ul > li:hover > a,
#genmenu > ul > li.active > a {color:#898989;}
#genmenu > ul > li:hover > a.req { }
#genmenu > ul > li.has-sub > a {
   
}
/*#genmenu > ul > li > a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #bcbcbc;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
#genmenu > ul > li > a:hover:after {
 width:100%;
 left:0
}*/
#genmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 19px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#genmenu > ul > li.has-sub:hover > a::after {
  border-color: #fff;
}
#genmenu ul ul {
  position: absolute;
  left: -9999px; width:225px; z-index:999; padding:5px 0;
}
#genmenu li:hover > ul {
  left: 2.25em;background-color: rgba(255,255,255,0.9);
}
#genmenu.align-right li:hover > ul {
  right: 0;
}
#genmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#genmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#genmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#genmenu ul li:hover > ul > li {
  height: 32px;
}
#genmenu ul ul li a {
  padding: 10px; 
  font-size: 14px;
  /*background: #333333;*/
  text-decoration: none;
  color: #444;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#genmenu ul ul li:hover > a,
#genmenu ul ul li a:hover {
  color: #0070cc;
}
#genmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#genmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#genmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media screen and (max-width: 1680px) {
	#genmenu > ul > li > a { margin-left:2.55em;}
	}
@media screen and (max-width: 1280px) {
	#genmenu > ul > li > a { margin-left:2.35em;}
	}
@media screen and (max-width: 1120px) {
	#genmenu > ul > li > a {margin-left:1.5em;}
	}
@media screen and (max-width: 1024px) {
	#genmenu > ul > li > a {margin-left:1.35em;}
	}
	
@media screen and (max-width: 860px) {
	#genmenu > ul > li > a {font-size:0.85em; font-weight:normal;}
	}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #genmenu {
    width: 100%;
  }
  #genmenu ul {
    width: 100%;
    display: none; position:absolute; background:#666; z-index:9999;
  }
  #genmenu > ul > li > a { padding:0 20px; border:none;}
  #genmenu.align-center > ul,
  #genmenu.align-right ul ul {
    text-align: left;
  }
  #genmenu ul li,
  #genmenu ul ul li,
  #genmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #genmenu ul li a,
  #genmenu ul ul li a {
    width: 100%; margin:0; color:#fff;
  }
  #genmenu li:hover > ul { left:0; background:#777;}
  #genmenu > ul > li,
  #genmenu.align-center > ul > li,
  #genmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #genmenu ul ul li a {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    color: #ddd;
    background: none;
  }
  #genmenu ul ul li:hover > a,
  #genmenu ul ul li a:hover {
    color: #000000;
  }
  #genmenu ul ul ul li a {
    padding-left: 40px;
  }
  #genmenu ul ul,
  #genmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #genmenu > ul > li.has-sub > a::after,
  #genmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #genmenu #menu-button {
    display: block; background:#ddd;
    padding: 10px;
    color: #333;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #genmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 15px;
    height: 2px;
    background: #faa00d;
  }
  #genmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #faa00d;
    border-bottom: 2px solid #faa00d;
  }
  #genmenu .submenu-button {
    position: absolute;
    z-index: 10; cursor:pointer;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 42px;
    width: 42px;
    cursor: pointer;
  }
  #genmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 20px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #genmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 20px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #genmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}