body ul.visit-other-iba  > li {
background:none;
}
.visit-other-iba  .navbar-brand{
background: url(../iba-logo.png) no-repeat;
background-size: cover;
display: inline-block;
width: 110px;
height: 77px;
text-indent: -9999px;
margin: 0;
}
.visit-other-iba.nav.navbar-nav li.dropdown.open>.dropdown-toggle {
  background-color:transparent;
}
.visit-other-iba .dropdown-toggle .chevron::before {
border-style: solid;
border-width: 0.25em 0.25em 0 0;
content: '';
display: inline-block;
height: 0.45em;
/* left: 0.10em; */
position: relative;
top: 0.15em;
transform: rotate(-45deg);
vertical-align: top;
width: 0.45em;
color: #F9AF21;
margin-top: 0.10em;
}
.visit-other-iba .dropdown-toggle .chevron.down:before {
  top: 0;
  transform: rotate(135deg);
}
.visit-other-iba .dropdown-toggle .chevron.down.white:before {
  background-color:white;
}







