#logo {
    background:url('../img/logo.png') no-repeat;
    width: 225px;
    height: 85px;
    display: block;
    text-indent: -9999px;
    margin:auto;
}

.callback {
    background-color: rgb(255, 255, 255);
    padding: 0.1em 0.1em 0.1em 0.1em;
    position: absolute;
    top: 0;
    right:0;
    border-radius: 4px;
    margin: 0.5em 0.5em;
}

.hide-on-mobile2 {
    display: none !important;
    width: 0;
    height: 0;
}

.mobile-float-left {
    float:left;
}

.mobile-f36 {
    font-size:1em;
}