@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 1px; margin-left:2em; line-height:63px;
	text-decoration:none;display:inline-block;position:relative;-webkit-transition:ease-out 350ms;transition:ease-out 350ms;-webkit-transition-property:background-color,color,border,opacity;transition-property:background-color,color,border,opacity;cursor:pointer;
}
/*#genmenu > ul > li > a:after {content: '';
    position: absolute;
    left: 50%;
	right:50%;
    bottom: 2px;
    height: 2px;
    background: #1611bb;   
  transition-duration: 0.3s;
  transition-property: left, right;
  transition-timing-function: ease-out;}
#genmenu > ul > li:hover>a:after{left: 0;  right: 0;}*/
#genmenu > ul > li > a.req {background: linear-gradient(180deg,#1514d6,#1514d6); padding:0 15px;line-height:39px;  color:#fff;border-radius:3px; margin-top:15px;}
#genmenu > ul > li:hover > a, #genmenu > ul > li.active > a { color:#1a79bf;}
#genmenu > ul > li:hover > a.req {background: linear-gradient(180deg,#1514d6,#1514d6); color:#fff;}
#genmenu > ul > li:hover > a.req:after { -webkit-transform:scale(0,0);transform:scale(0,0)}
#genmenu > ul > li.has-sub > a {
  /*padding-right: 20px;*/
}

#genmenu ul ul {
  position: absolute;
  left: -9999px; width:180px; z-index:999; padding:5px 0; border-top:solid 2px #1611bb;
}
#genmenu>ul> li:hover > ul {
  left: 1em; top:63px;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: auto;
  -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: auto;
}
#genmenu ul ul li a {
  padding:8px 15px; line-height:20px; text-transform:none;
  font-size: 14px;
  /*background: #333333;*/ font-weight:normal;
  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: #1611bb;
}
/*#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: 1280px) {	#genmenu > ul > li > a {}	}
@media screen and (max-width: 1170px) {	#genmenu > ul > li > a { margin-left:1.65em; }	}
@media screen and (max-width: 1024px) {
	#genmenu > ul > li > a {margin-left:0.75em;}
	}
	
@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: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
  #genmenu {
    width: 98%; float:right;
  }
  #genmenu ul {
    width: 100%;
    display: none; position:absolute; background:#ddd; z-index:9999;
  }
  #genmenu > ul > li > a { padding:0 20px; border:none; line-height:36px;}
  #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; 
  }
  #genmenu li:hover > ul { left:0; background:#ddd; top:0;}
  #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;
  }

  #menu-line {
    display: none;
  }
  #genmenu #menu-button {
    display: block; background:#f1f1f1;
    padding: 8px;
    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: #1a01b4;
  }
  #genmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #1a01b4;
    border-bottom: 2px solid #1a01b4;
  }
  #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;
  }
}