#header-image-small
{
  min-width:200px;
}
#logo-image-small
{
  position:absolute;
  left:10px;
  top:30px;
  height:32px;
  z-index:140;
}
#def-top-small
{
  position:absolute;
  left:150px;
  top:15px;
  right:40px;
  width:45%;
  color:white;
  font-family:Lato;
  font-size:12px;
  z-index:140;
}
#icon-burger
{
  position:absolute;
  right:5px;
  top:30px;
  width:40px;
  cursor:pointer;
  z-index:140;
}
#menu-small
{
  display:none;
  background-color:white;
  position:absolute;
  left:0px;
  right:0px;
  top:0px;
  -bottom:20px;
  height:300px;
  z-index:3220;
  padding:20px;
}

#menu_bar_small
{
  position:relative;
  text-align:center;
}
.menu-item-small
{
  -display:inline-block;
  padding:2px 6px 5px 6px;
  border-radius:3px;
}
.menu-item-small a
{
  text-decoration:none;
}
.menu-item-small a:hover
{
  --border-bottom:dotted 4px #DA257C;
  opacity:0.5;
}
.menu-item-small-active, .menu-item-small-active:hover
{
  color:#DA257C;
}