/*********Appear the mainmenu when full content***/
@media screen and (min-width:740px){
.superfish{
display:none;
}
}
@media screen and (max-width:740px){
.mainmenu{
display:none;
}
}
.superfish{
width:91%;
padding-left:0px;
}