a.phone-call{
    bottom: auto !important;
    right: 160px !important;
    top: 3px;
    font-size: 20px;
    color: black;
    font-family: sans-serif;
}
body{
    padding-top: 85px;
}
#header .inner #menu ul > li {

    margin: 0px 10px;
    margin-left: 10px;

}
#header .inner #menu ul > li > a {

    height: 30px;
    line-height: 30px;

}
#header .inner #logo img {

    margin: auto;
    width: 160px;

}
#logo {

    float: none;
    margin-bottom: 5px;

}
#header #header-tools {

    float: none;

}
#header #menu.smint {

    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    margin:0;
}
#header #header-account {

    top: 5px;
    bottom: auto;

}
#header{
    box-shadow: 2px 2px rgba(0, 0, 0, 0.41)!important;
    padding-bottom: 0!important;
    padding-top: 10px!important;
}
#header-account a {

    font-size: 12px;
    height: 30px;
    line-height: 30px;
    min-width: 130px;

}
@media (max-width: 800px) {
    #header a.phone-call{
        bottom: auto !important;
        right: auto !important;
        left: 10px;
        top: 3px;
    }
}