@charset "utf-8";

/* secondnav */
.subnavi {
  font-size: 12px;
}

body.is-solutions_products div#bg02 #productSummary section.productDetail {
  margin-bottom: 0;
}

#secondNav {
  background: #024794;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  width: 100%;
  min-width: 980px;
  transition: .8s all .1s ease;
  position: absolute;
}

#secondNav.topPage {
  /*background: #efefef;*/
  /*color: #000;*/
}

#secondNav .container {
  width: 980px;
  margin: 0 auto;
  /*height: 70px;*/
}

#secondNav ~ #bg02 {
  padding-top: 70px;
}

@media screen and (max-width:767px) {
#secondNav ~ #bg02 {
  padding-top: 0;
}
}

#secondNav ul {
  /*float: left;*/
  display: table;
  width: 100%;
  table-layout: fixed;
}

#secondNav > .container > ul > li {
  display: table-cell;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: top;
  height: 70px;
}
#secondNav > .container > ul > li.top {
  width: 182px;
}

#secondNav > .container > ul > li a {
  margin-left: -1px;
}
#secondNav > .container > ul > li a:before{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 70%;
  background-color: #fff;
}
#secondNav > .container > ul > li:hover a:before,
#secondNav > .container > ul > li a.active:before{
  display: none;
}
#secondNav > .container > ul > li.top:hover a:before{
  display: block;
}

#secondNav li.hide {
  display: none;
}

#secondNav li a{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 12px;
  height: 100%;
  padding: 0 6px 0;
}

#secondNav.fixed li a {
  padding: 0 6px;
}

#secondNav li.top a {
  display: block;
  padding: 0 3px;
  width: 150px;
  height: 70px;
  text-indent: -9999px;
  border: none;
  background: url(../images/nutanix-logo_w.png) no-repeat center !important;
}

#secondNav li.top a:hover {
  opacity: .8;
}

#secondNav>div>ul> li:hover>a,
#secondNav li a.active{
  background: #4ac500;
  border: none;
  color: #FFF;
  text-decoration: none;
}

#secondNav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #024794;
}

#secondNav ul li ul {
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 10000;
  padding: 0;
  width: 300px;
}
#secondNav ul li:nth-child(9) ul {
  left: auto;
  right: 0;
}

#secondNav ul li ul * {
  display: block;
}

#secondNav ul li ul li {
  padding: 0;
}

#secondNav ul li ul li a, #secondNav.fixed ul li ul li a {
  border-radius: 0;
  color: #000;
  padding: 12px 22px;
  height: auto;
  text-decoration: none;
  text-align: left;
}
#secondNav ul li ul li a {
  background:#FFF ;
  color: #333;
  padding: 12px 22px;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #ccc !important;
  margin-top: -1px;
  width: 100%;
  font-size: 13px;
  line-height: 1.2;
}

#secondNav ul li ul li a:hover {
  background: #EEE;
  text-decoration: underline;
}

#secondNav ul li ul {
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

#secondNav ul li:hover ul {
  -webkit-animation: .3s linear 0s 1 normal none running animation;
  animation: .3s linear 0s 1 normal none running animation;
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}
@-webkit-keyframes animation {
  0% {
    -webkit-transform-origin:center top;
    transform-origin:center top;
    -webkit-transform:scaleY(0);
    transform:scaleY(0)
  }
  100% {
    -webkit-transform-origin:center top;
    transform-origin:center top;
    -webkit-transform:scaleY(1);
    transform:scaleY(1)
  }
}
@keyframes animation {
  0% {
    -webkit-transform-origin:center top;
    transform-origin:center top;
    -webkit-transform:scaleY(0);
    transform:scaleY(0)
  }
  100% {
    -webkit-transform-origin:center top;
    transform-origin:center top;
    -webkit-transform:scaleY(1);
    transform:scaleY(1)
  }
}
#nutanixNisshoEleNav {
  display: table;
  width: 100%;
}
#nutanixNisshoEleNav ul {
  display: table-row;
}
#nutanixNisshoEleNav li {
  display: table-cell;
}

div#footerLink #nisshoEleGNav { float: none; width: auto; margin: 0; }
nav#nisshoEleGNav ul {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #aaa;
}
nav#nisshoEleGNav ul li {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #616769;
  background: none;
  padding: 0;
}
nav#nisshoEleGNav ul li + li {
  margin-left: 25px;
}
@media screen and (max-width:767px) {
  nav#nisshoEleGNav ul li + li {
    margin-left: 0;
  }
}