#nav-app{
    position: relative;
    clear: both;
}
#nav-app-copy{
    position: fixed;
    right: -360px;
    top: 0;
    height: 100%;
    width: 360px;
    padding: 50px 30px;
    background: #444;
    box-sizing: border-box;
    z-index: 99999;
    transition:.5s ease;

}
#nav-app-copy ul li{
    line-height: 50px;
    border-bottom: 1px solid #fff;
}
#nav-app-copy ul li a{
    color: #fff;
}
#nav-app-viewmore{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#nav-app-copy.navAppCopyAnimate{
    right:0;
}

