#side-menu {
    position: relative;
    font-size: 11px;
    font-weight: 400;
    height: 100px;
    padding: 38px 2% 15px 0;
    top: 0;
    width: 43%;
    right: 0px;
    float: right;
}
#contact-box-left {
    display: inline-block;
    width: 46%;
    padding: 10px 5% 0 0;
    vertical-align: top;
    list-style: none;
}
#header-fix {
    background-color: rgb(26, 37, 52);
    -webkit-box-shadow: 0px 1px 8px 0px rgba(40,40,40,0.5);
    -moz-box-shadow: 0px 1px 8px 0px rgba(40,40,40,0.5);
    box-shadow: 0px 1px 8px 0px rgba(40,40,40,0.5);
}
#main-menu ul > li a.active {
    background: #03366b;
    color: #fff;
}
#footer {
    background: #0f161f;
    border-top: 4px solid #45b5bd;
}
#wrapper {background-image: url("https://www.internetove-sluzby.eu/obrazek/3/pozadi-stranky-png/");}
#main {background: rgba(255, 255, 255, 0);}
a#logo {
    background-image: url(/obrazek/3/logo-www-png/);
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
    padding: 5px 0 5px 10px;
    width: 372px;
    height: 68px;
    left: 0;
    overflow: hidden;
    opacity: 1;
    background-position: left center;
}