.global_toolbar {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .4s cubic-bezier(.2,.83,.42,.91);
    transition: all .4s cubic-bezier(.2,.83,.42,.91);
    border-left: 1px solid #d0d0d0;
    background: #fff
}

.global_toolbar img {max-width: 35px;max-height: 35px;}

.toolbar_btn {
    position: absolute;
    top: 100%;
    left: -60px;
    width: 60px
}

.toolbar_btn a,.toolbar_btn a samp {
    position: relative;
    display: block;
    height: 60px;
    -webkit-transition: all .4s cubic-bezier(.2,.83,.42,.91);
    transition: all .4s cubic-bezier(.2,.83,.42,.91);
    border-bottom: 1px solid #37393d
}

.toolbar_btn a samp {
	display: flex;
	align-items: center;
}
.toolbar_btn a samp .iconi {width: 100%;text-align: center;}

.toolbar_btn a samp {
    z-index: 2;
    width: 60px;
    color: #fff;
    background-color: #3a404b;
	text-align: center;
}
.toolbar_btn a em {
    font-size: 16px;
    font-style: normal;
    line-height: 60px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 60px;
    display: block;
    overflow: hidden;
    width: 0;
    height: 60px;
    -webkit-transition: all .4s cubic-bezier(.2,.83,.42,.91);
    transition: all .4s cubic-bezier(.2,.83,.42,.91);
    text-align: center;
    color: #fff;
    background-color: #3a404b
}
.toolbar_btn a:hover samp {
    border-bottom: 1px solid #fbbe3f;
    background-color: #fbbe3f;
}
.toolbar_btn a:hover em {
    width: 180px;
    background: #fbbe3f
}