.sc_anchor {
	width:0;
	height:0;
	line-height: 0;
}
#toc_menu {
    display: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: fixed;
    right: 0;
    top: 35%;
    width: 70px;
}
#toc_menu .toc_menu_item {
	position:relative;
	z-index:1;
}
#toc_menu .toc_menu_icon {
	display:block;
	position:relative;
	color: #888;
	height:1.5em;
    padding-bottom: 2.2em;
}
#toc_menu .toc_menu_icon:before {
	display:block;
	width: 1em;
	line-height:1.5em;
	position:absolute;
	right: 40%;
	top: 0;
	color:#888;
}
#toc_menu .toc_menu_icon:after {
    content: '';
    height: 24px;
    width: 1px;
    background-color: red;
    position: absolute;
    top: 1.5em;
    left: 49%;
    display: block;
}
#toc_menu .toc_menu_item:last-child .toc_menu_icon:after{
    display: none;
}
#toc_menu .toc_menu_icon_default:before {
    content: '\e8c0';
    font-family: 'trx_addons_icons';
	color: red;
}
#toc_menu .toc_menu_item:hover .toc_menu_icon:before,
#toc_menu .toc_menu_item_active .toc_menu_icon:before{
    content: '\e8c1';
    font-family: 'trx_addons_icons';
}
#toc_menu .toc_menu_item:hover .toc_menu_icon,
#toc_menu .toc_menu_item_active .toc_menu_icon {
    color: green;
}
#toc_menu .toc_menu_item:hover .toc_menu_icon_default:before,
#toc_menu .toc_menu_item_active .toc_menu_icon_default:before {
	color: green;
}
#toc_menu .toc_menu_item_active .toc_menu_icon_default:before {
    color: green;
}

#toc_menu .toc_menu_description {
	position: absolute;
	top: 0;
	right: -20em;
	opacity:0;
	white-space:nowrap;
	-webkit-transition: all ease .3s .3s;
	   -moz-transition: all ease .3s .3s;
	    -ms-transition: all ease .3s .3s;
	     -o-transition: all ease .3s .3s;
	        transition: all ease .3s .3s;
}
#toc_menu .toc_menu_item:hover .toc_menu_description {
	right: 100%;
	margin-right: 1.5em;
	opacity:1;
}