#menu-float * { box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-sizing: border-box; }
#menu-float *, #menu-float *:before, #menu-float *:after { box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-sizing: border-box; }
a:focus { outline: 0 } 

#menu-float { position: fixed; right: 0; top: 35%; }
#menu-float ul li { position: relative; height: 35px; margin: 0 0 5px; padding: 0;  }
#menu-float ul li a { display: block; position: relative; left: 100%; font: 14px/35px Gibson-Regular, arial, sans-serif; color: #FFF; text-align: right; text-transform: uppercase }

#menu-float ul li img { z-index: 1; position: absolute; width: 35px; height: 35px; padding: 3px; left: -35px; top: 0; content: ""; background: #656565 }
#menu-float ul li a:hover img { background-color: #e67a1f }

#menu-float ul li a span { display: inline-block; padding: 0 50px 0 15px; position: relative; top: 0; right: 0; background: #656565; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition:all 0.3s ease 0s; -o-transition: all 0.3s ease 0s }
#menu-float ul li a:hover {  }
#menu-float ul li a:hover span { right: 100% }
