.top-bar{
position:absolute;
z-index:200000;
background: rgb(255, 255, 255);  
background: rgba(255, 255, 255, 0.9); 
margin-left:2.5em;
margin-right:1.0em;
padding: 1em 2em 1em 2em;
width: 70em; 
height: 7em;
}
.top-bar ul{
background:transparent;
margin: 3.1em 0 0 0;
padding:0;
font-size: 0.9rem;
}
.dropdown li a{
color:#000000;
}
.dropdown li a:hover{
color:#000000;
font-weight:bold;
border-bottom:4px #ee7f00 solid;
}

/* MOBILE MENU*/
.title-bar {
position:absolute;
right:0;
width:100%;
z-index:200000;
background: rgb(255, 255, 255);  
background: rgba(255, 255, 255, 0.8); 
color: #ee7f00;
padding: 0.5rem; 
}

/* MOBILE */
@media screen and (max-width: 80em) {

/* SLIDER: ORBIT */
.top-orbit .orbit-html-caption{
margin-top:1em;
margin-bottom:1em;
margin-left:2.0em;
position:static;	
}	
.top-orbit .orbit-bullets
{
text-align:left;
margin: 0em 0 0 0;
display:none;
}

}
