
.toolbar-bottom {
    top: auto;
}

 .toolbar {
    top: 56px;
}

 .toolbar {
    position: fixed;
}
.navbar ~ .toolbar {
    z-index: 499;
}

.toolbar-bottom {
    bottom: 0;
    top: auto;
}


.tabbar {
    z-index: 5001;
    bottom: auto;
    top: 0;
}
.toolbar {
    left: 0;
    bottom: 0;
    height: 48px;
    font-size: 14px;
}


.toolbar {
    width: 100%;
    box-sizing: border-box;
    top: auto;
    margin: 0;
    z-index: 500;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
}



nav#nav {
    display: flex;
    width: 100%;
    max-width: 760px !important;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    font-size: 17px;
}

nav#nav {
    background: transparent;
}

.tabbar .toolbar-inner {
    padding-left: 0;
    padding-right: 0;
}
.toolbar-inner {
    background-color: transparent;
}

.toolbar-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

 .toolbar-inner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.tab-link i {
    font-size: 23px;
    padding-bottom: 3px;
}

.tabbar a.link, .tabbar a.tab-link {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    text-transform: uppercase;
}

.toolbar a {
    -webkit-box-flex: 1;
    -webkit-flex-shrink: 1;
   
    flex-shrink: 1;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
}
 .tab-link{
    -webkit-user-select: none;
    user-select: none;
}
.toolbaricontext {
    font-size: 12px;
    padding-top: 0;
    margin: 0;
}
#homebut .toolbaricontext {
    padding-top: 2px;
}
a#homebut {
    position: absolute;
    right: 50%;
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 47px;
    height: 47px;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 50px;
    z-index: 50;
}

.tabbar a.tab-link.active {
    color: #fff;
}
nav#nav {
    font-size: 17px;
}

a#homebut {
    height: 100% !important;
}
.tabbar a.tab-link {height: 130% !important;}