/*
nav.no-touch-view.wp-menu ul.menu > li:last-child > a {
  text-indent: -9999px;
  padding-left: 10px;
  padding-right: 20px;
  line-height: 35px;
  display: block;
  width: 150px;
  background-image: url(../../images/np-power.png);
  background-size: 140px 28px;
  background-position: center center;
  background-repeat: no-repeat;
}

nav.no-touch-view.wp-menu ul.menu > li:last-child:hover > a {
  background-color: #444;
}

nav.no-touch-view.wp-menu .menu > li:last-child.menu-item-has-children > a:after {
  right: -10px;
}


nav.touch-view.wp-menu ul.menu > li:last-child {
  background-color: #000;
}

nav.touch-view.wp-menu ul.menu > li:last-child > a {
  text-indent: -9999px;    
  padding-left: 10px;
  padding-right: 20px;
  line-height: 35px;
  display: block;
  background-image: url(../../images/np-power.png);
  background-size:  185px 41px;
  background-position: 15px center;
  background-repeat: no-repeat;
}*/

header .bot-layer, html.no-touch header .bot-layer.no-touch-sticky {
  border-top: 2px #3d3d3d solid;
}


nav.no-touch-view.wp-menu ul.menu > li > a {
  font-size: 1.3em;
  font-weight: 300;
}

.search-bar input[type="text"]::webkit-input-placeholder,
.search-bar input[name=s]::moz-placeholder,
.search-bar input[name=s]::ms-input-placeholder,
.search-bar input:-moz-placeholder {
  color: #f00;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .7em; 
}

nav.no-touch-view.wp-menu ul.menu > li.menu-item-has-children > a {
  padding-right: 14px;
}

html.no-touch header .bot-layer.no-touch-sticky {
   height: 62px; 
}

nav.no-touch-view.wp-menu ul.menu > li {
    margin-right: 20px;
    width:auto;
}

nav.no-touch-view.wp-menu ul.menu > li:last-child {
    border-right: none;
}


.bot-layer.no-touch-sticky nav.no-touch-view.wp-menu ul.menu > li {
    margin-right: 12px;
}