@media only screen and (max-width: 768px) and (min-width: 481px) {
    
ul.title-area img {
display: none;
}
    
ul.title-area {
  float: left;
  background: url("/sites/www.elis.org/files/logo-elis-blu.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 48px;
}

.responsive-menus.responsified span.toggler {
  color: #005172;
  width: 40px;
  padding: 7px 25px;
  font-size: 2.5em;
}

}

@media only screen and (max-width: 938px) and (min-width: 0px) {
    


}