#account-image{width:145px;height:145px;border-radius:50%;margin:23px auto 0;background-size:cover;background-position:center;box-shadow:inset rgba(0,0,0,0.08) 0 0 0 1px;text-align:center;cursor:pointer}#account-image div{width:100%;height:100%;background:rgba(31,45,61,0.7);color:#fff;border-radius:50%;font-weight:500;opacity:0;transition:opacity .4s ease;font-size:30px}#account-image:hover div{opacity:1}#account-image span{width:100%;display:block;opacity:.6;transition:all .1s ease}#account-image span:hover{opacity:1}#account-image span:first-child i{margin:43px 0 30px}#account-image span:last-child i{font-size:20px;position:relative;top:-4px}#account-image hr{width:auto;margin:0 15%;opacity:0.3!important}#account-image.no-image span:first-child i{margin:57px 0 30px}#account-image.no-image hr,#account-image.no-image span:last-child{display:none}#main-nav a.active:after{background:#FBFBFC}