.nav-form{
display:none
;}
.nav-ul {
    display: none;
    position: absolute;
    top: 0;
    left: 125px;
    border-radius:4px ;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);}
.nav-ul a {
    display: block;
    padding: 5px 10px;
    width: 125px;
    font-size: 14px;
    text-align: center;}
.foot a{
    color: #acc3dc;}
.foot .left li span {
    display: inline-block;
    width: 50px;
    margin-right: 10px;}
