#header{display:none;}
#top{margin-top:10px;height:100px;position:relative;overflow: hidden;}
#sub{display:none;}
.gith,.grwz{
		right: -100px;
    position: absolute;
    margin-top: -24px;
    transition: transform 0.5s;
    cursor:pointer;
    text-align: left;
    line-height: 30px;
    font-size: 1rem;
    color: #20375f;
	}
	.grwz{
		margin-top: 24px !important;
	}
	.gith1,.grwz1{  width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 30px solid #6bbf20;
    border-bottom: 15px solid transparent;
    position: relative;
	}
    .gith2,.grwz2{width: 100px;height: 30px;background: #6bbf20;position: relative;    margin-top: -30px;
    margin-left: 30px;}
    .gith:hover, .grwz:hover{
    	transform:translate(-100px,0);
    }
    a,a:hover{ text-decoration:none; color:#20375f}