/* Generated by less 2.5.1 */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: white;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggle {
  position: relative;
  float: left;
  padding: 9px 10px;
  margin-top: 4px;
  margin-right: 15px;
  margin-bottom: 4px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.show-more-state,
.show-more-state1 {
  display: none;
}
.show-more-wrap {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .show-more-target {
    text-align: left;
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
      margin-bottom: 0;
  }
  .show-more-state:checked ~ .show-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 100%;
  }
  .show-more-target1 {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
    background-color: red;
  }
  .show-more-state1:checked ~ .show-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 100%;
  }
  .show-more-target .show-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
  }
  .show-more-state ~ .show-more-trigger {
    background-color: gray;
    writing-mode: normal;
  }
  .show-more-state:checked ~ .show-more-trigger {
    background-color: dimgray;
  }
  .show-more-trigger1:before {
    content: "-";
    font-size: 25px;
    width: 30px;
    height: 30px;
  }
  .show-more-state1:checked ~ .show-more-trigger1:before {
    content: "+";
    font-size: 24px;
    width: 30px;
    height: 30px;
  }
  .show-more-trigger {
    cursor: pointer;
    color: #666;
  }
  .menushow {
    left: 5%;
    display: inline-block;
    line-height: .5em;
    text-align: center;
    margin: auto;
    position: relative;
  }
  .show-more-target li {
    list-style: none;
    margin: .5em;
    padding: .5em;
  }
  .show-more-target li a {
    padding: .5em;
    text-align: left;
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .TitleNarHeader nav ul {
    text-align: right;
      padding-left: 0;
      padding-right: 0;
      margin: 0;
     /* padding-top: 1em;*/
  }
  .TitleNarHeader nav ul li {
    position: relative;
    list-style: none;
    width: auto;
    display: inline-block;
      height: 60px;
      vertical-align: bottom;
      margin-bottom: 20px;
  }
    .TitleNarHeader nav ul li a {
        display: table-cell;
        vertical-align: bottom;
        height: 50px;
        line-height: 40px;
        font-size: 1.2em;
        padding: 0 .5em;
        color: #000000;
    }
    .TitleNarHeader nav ul li {
        border-left: 1px solid #1d61de;
    } 
    .TitleNarHeader nav ul >li:first-child {
        border-left: none;
    }
    .TitleNarHeader nav ul li ul {
        background-color: aliceblue;
    }
     .TitleNarHeader nav ul li ul li {
        border-left: none;
    } 

  .TitleNarHeader nav ul li ul {
    position: absolute;
    opacity: 0;
 /*   max-height: 0; */
    font-size: 0;
    height: 0;
    transition: 1s ease;
    transition-delay: .25s;
    margin: 0;
    padding: 0;
    text-align: left;
      top: 60px;
      overflow: hidden;
  }
  .TitleNarHeader nav ul li:hover ul {
    opacity: 1;
  /*  max-height: 100%; */
      font-size: inherit;
      height: auto;
      z-index: 9;
  }
    
  .TitleNarHeader nav ul li ul li {
    display: block;
    margin: 0;
    padding: 0.5em;
    width: 430px;
  /*  height: 0; */
      transition: height .25s ease-out;
    background-color: #ffffff;
    
  }
  .TitleNarHeader nav ul li:hover ul li {
    display: block;
    margin: 0;
    padding: 0.5em;
   /* height: auto; */
      transition: height .25s ease-in;
     
  }
    .TitleNarHeader nav ul li ul li a {
        height: 30px;
        line-height: 30px;
        font-size: 22px;
    }

  .TitleNarHeader nav ul li:hover ul li ul {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    left: 100%;
    top: 0;
    transition: 1s ease;
    transition-delay: .25s;
  }
  .TitleNarHeader nav ul li:hover ul li:hover ul {
    opacity: 1;
    font-size: inherit;
    max-height: 100%;
    display: inline-block;
    z-index: 8;
  }


    
}
