.sb { position:absolute; z-index:900; font-size:1.1em; top:180px; background:rgba(255,255,255,.9);transition:all 500ms ease; -webkit-transition: all 500ms ease;  -moz-transition:all 500ms ease; -o-transition:all 500ms ease;transform: translateZ(0);}
.sb ul { padding:20px 16px 20px 30px}
.sb ul ul { margin:6px 0 40px 40px;}
.sb ul a { display:block; padding:8px;  font-family:GothamM;}
.sb ul a:before { content:'\ea1c'; position:absolute; left:-12px; font-size:7px; top:9px; background:#424241; border-radius:20px; padding:2px 3px 3px 3px; width:7px; height:7px; color:#fff; line-height:100%;}

.sb .selected:link, .sb .selected:visited { color:#e28600;}
.sb a:hover:before,.sb .selected:link:before, .sb .selected:visited:before { background:#e28600;}

html.scroll-2 .sb { position:fixed; top:108px;}
html.scroll-1 .sb { position:fixed; top:66px; box-shadow:3px 3px 15px #737373;}

/*html.nav-hov #sb { opacity:0 }*/

@media screen and (min-width:1000px) and (max-height:700px) {
	html.scroll-3 #sb { opacity:0 }
}