#header ul.sf-menu  {

    position: relative;

    background: rgb(14,14,14);
    background: linear-gradient(0deg, rgba(14,14,14,1) 0%, rgba(58,58,58,1) 100%);

    width: 100%;

    overflow: hidden;
    border-radius: 4px 4px 0 0;
    float: right;
    clear: both;
    margin-top: 16px;
    height: 49px;
}

/* temporarily disable mobile theme (max-width: 450) */
@media screen and (max-width: 1px) {
	#header ul.sf-menu {
        display: none;
    }
}

#header ul.sf-menu > .links li {
    position: relative;
    float: left;
    margin-left: 40px;
    padding: 0;
    height: 49px;
    line-height: 49px;
}

#header ul.sf-menu > .links.links-right {
    float: right;
    margin-right: 40px;
    
}

#header ul.sf-menu > .links.links-right a {
    font-weight: 400;
}

#header ul.sf-menu > .links.links-left li:first-child::before {
    content: ' ';
    position: absolute;
    left: -27px;
    top: 15px;
    width: 17px;
    height: 17px;
    background: url(/img/svg/star.svg) 0 0 no-repeat;
}

#header ul.sf-menu > .links li + li::before {
    content: ' ';
    position: absolute;
    left: -20px;
    top: 20px;
    width: 1px;
    height: 11px;
    background-color: #505050;
}

#header ul.sf-menu li a {
    color: white;
    text-decoration: none;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;

    font-size: 16px;
    font-weight: bold;
}
#header ul.sf-menu li a:hover {
    text-decoration: none;
}
#header #vanoce1{
    position: absolute;
    left: 75px;
    bottom: 45px;
}


@media screen and (max-width: 1280px) {
    #header ul.sf-menu > .links li {
        margin-left: 32px;
    }
    #header ul.sf-menu > .links li:first-child {
        margin-left: 40px;
    }

}