.sticky{position:-webkit-sticky;position:sticky;top:0;width:100%}.app-toolbar{position:sticky;position:-webkit-sticky;top:0;z-index:1000}#my-first ul{margin:0;padding:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.2)}#my-first .logotype a{padding:0 8px;font-size:1.4rem;text-decoration:none;color:#07c}#my-first .burger{padding:0 10px;border-left:1px solid #eee;display:none;cursor:pointer}#my-first .burger i{color:#999;line-height:60px}@media (max-width:768px){#my-first .burger{display:block}}#my-first .menu{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}@media (max-width:768px){#my-first .menu{display:none}#my-first .menu.is-open{display:block;position:absolute;top:110px;background:#fff;width:100%}#my-first .menu.is-open .menu-item{border-bottom:1px solid #ccc}}#my-first .menu .menu-item{padding:0 10px;height:60px;line-height:60px;text-decoration:none;display:block;text-transform:uppercase;font-size:.8rem;font-weight:600;color:#454545}