body{
    overflow-x: hidden;
}
#MobileOpenButton{
    width: 50px;
    height: 50px;
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4;
    background-color: #fecc00;
}
#MobileOpenButton a{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    padding: 10px 10px;
}
#MobileCloseButton{
    width: 50px;
    height: 50px;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    background-color: #fecc00;
}
#MobileCloseButton a{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    padding: 10px 10px;
}
#MobileMenuContent{
    width: 100%;
    height: 100%;
    display: none;
    background-color: #ffffff;
    z-index: 10;
    position: fixed;
}
#MabileMenuLogo{
    width: 175px;
    height: auto;
    margin: 0 auto;
}
#MabileMenuLogo a{
    width: 100%;
    height: 100%;
    display: block;
}
#MabileMenuLogo a img{
    width: 160px;
    height: auto;
    padding: 15px 20px;
}
#MobileMenu{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
#MobileMenu li{
    width: 100%;
    height: auto;
    display: block;
    padding: 10px 15px;
    list-style: none;
    text-align: center;
}
#MobileMenu li a{
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    list-style: none;
}
#MobileMenuInfo{
    width: 70%;
    height: auto;
    display: block;
    padding: 5px 10px;
    margin: 0 auto  ;
}
#MobileMenuInfo span{
    width: 100%;
    height: auto;
    display: block;
    color: #0a0a0a;
}
#MobileMenuInfo a{
    width: 100%;
    height: auto;
    color: #6a6a6a;
    text-decoration: none;
    margin-top: 5px;
}

#MobileMenuSocialMedia{
    width: 100%;
    height: auto;
    display: block;
    padding: 5px 40px;
    text-align: center;
}
#MobileMenuSocialMedia a{
    width: 100%;
    height: auto;
    text-decoration: none;
    margin-left: 5px;
}
#MobileMenuSocialMedia a img{
    width: 37px;
    height: auto;
}