header.aho-afro-header
{
  background-color: #008dc9;
  color:white;
  height:158px;
  font-size:15px;
}

div#hdr-ctrl-1 ,
div#hdr-ctrl-2 
{
  display: none;
}

div.aho-afro-header.container
{
  margin-left:auto;
  margin-right:auto;
  padding-left:15px;
  padding-right:15px;
  padding-top:40px;
  padding-bottom:40px;
}

div.aho-afro-header.logo
{
  display:inline-block;
}

div.aho-afro-header.controls
{
  display:inline-block;
  float:right;
  padding:20px;
}
  
div.aho-afro-header.language ,
div.aho-afro-header.search
{
  width:205px;
  height:36px;
  background-color:white;
  color:#474747;
  padding 5px;
  display:inline-block;
  border: white solid 1px;
  margin:5px;
  float:right;
}

div.aho-afro-header.search form input
{
  width:163px;
  height:22px;
  padding-top:6px; 
  padding-bottom:6px; 
  padding-left:12px; 
  padding-right:12px; 
  border:none;
  font-style:italic;
}

div.aho-afro-header.search form button
{
  height:34px;
  width:34px;
  color:white;
  background-color:#008dc9;
  border:none;
}

div.aho-afro-header.language div 
{
  background-color:inherit;
  padding:5px;
}

div.aho-afro-header.language ul
{
  position:absolute;
  display: none;
  list-style-type:none;
  padding:0px;
  width:100px;
  overflow:hidden;
  text-align:left;
  background-color:white;
  z-index:100000;
}

div.aho-afro-header.language ul li
{
  padding:5px;
}

div.aho-afro-header.language ul li:hover
{
  padding:5px;
  background-color:#c7c7c7;
}


div.aho-afro-header.language:hover ul
{
  display:block;
}

div.aho-afro-header.navigation
{

}

ul.aho-afro-header.navigation
{
  list-style-type:none;
  margin:0px;
  padding:0px;
  overflow:hidden;
  text-align:center;
}

ul.aho-afro-header.navigation li ul
{
  display:none;
  padding:0px;
  position:absolute;
  z-index:100000;
}

ul.aho-afro-header.navigation li ul:hover 
{
  display:block;
}

ul.aho-afro-header.navigation li ul li
{
  display:block;
  float:none;
  text-align:left;
}

li.aho-afro-header.navigation
{
  float:left;
  background-color: #008dc9;
}

li.aho-afro-header.navigation a
{
  color:white;
  display:block;
  padding:5px;
  text-decoration:none;
}
li.aho-afro-header.navigation a:hover
{
  background-color: #c7c7c7;
}

li.aho-afro-header.navigation:hover ul
{
  display:block;
}

.caret {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/**
.drop-selector::after {
    font-family: FontAwesome;
    content: "\f107";
    font-style: normal;
    font-size: 20px;
}
**/

.map-marker::after {
    font-family: FontAwesome;
    content: "\f041";
    font-style: normal;
    font-size: 14px;
}

.search-icon 
{
  background-image: url('../images/magnifying-glass-3-16.png');
  background-repeat:no-repeat;
  background-position:center;
}

@media screen and (max-width: 772px)
{
  div#hdr-ctrl-1 ,
  div#hdr-ctrl-2 
  {
    display: inline-block;
    height:24px;
    width:24px;
  }
  div.aho-afro-header.container
  {
    padding-left:0px;
    padding-right:0px;
  }
  div.aho-afro-header.logo
  {
    width:100%;
  }
  div.aho-afro-header.controls
  {
    float:none;
    width:100%;
    padding-left:0px;
    padding-right:0px;
  }
  div.aho-afro-header.language ,
  div.aho-afro-header.search
  {
    display:none;
  }
  header.aho-afro-header
  {
    height:400px;
  }
  li.aho-afro-header.navigation 
  {
    text-align:left;
    float:none;
  }
  
}

