.top-bar {
    background: rgba(255, 166, 46, 0.8); 
    z-index: 1000;
height: 100px;
line-height: 100px;
    font-family: 'Oswald', sans-serif;
   
}


.top-bar.expanded {
        background: rgba(255, 166, 46, 0.8); 

  }
.top-bar .title-area {
  height: 100px;
}

.top-bar.expanded .title-area, .top-bar-section ul li {
  background: rgba(255, 166, 46, 0.8); 
}

@media (min-width:1025px) {
.top-bar-section li {
}
.top-bar-section ul li {
  background:  none; 
}
.top-bar-section li:not(.has-form) a:not(.button) {
   background:  none; 
}

.top-bar-section li a:not(.button) {
    background:  none; 
    font-family: 'Oswald', sans-serif;
    font-size: 1.25em;
    padding-left: 10px;
    padding-right: 10px;
}

.top-bar-section li a:not(.button):hover {
}

.top-bar-section ul li.active > a {
}

.top-bar-section ul li.active > a:hover {
}
.top-bar {
  text-align: center;
  position: relative;
}

ul.right {
 padding-top: 30px;
}

}