.dupadups a:link, .dupadups a:visited {
    color: inherit !important;
}

/*img.AccordionPanelTabHover{*/
/*background: inherit !important;*/
/*}*/

/**{*/
/*border: 1px dotted red !important;*/
/*}*/
body, html {
    overflow-x: hidden;
}

.initialized {
    overflow: hidden;
}

@media (max-width: 1258px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 50px;
        height: 48px;
        line-height: 60px;
        z-index: 10000000000000;
    }

    .hamburger {
        background: none;
        position: fixed;
        top: 0;
        left: 0;
        line-height: 45px;
        padding: 5px 15px 0 15px;
        color: black;
        border: 0;
        font-size: 1.4em;
        font-weight: bold;
        cursor: pointer;
        outline: none;
        z-index: 10000000000000;
    }

    .cross {
        display: none;
        background: none;
        position: fixed;
        top: 0;
        left: 0;
        padding: 3px 15px 0 15px;
        color: black;
        border: 0;
        font-size: 3em;
        line-height: 65px;
        font-weight: bold;
        cursor: pointer;
        outline: none;
        z-index: 10000000000000;
    }

    .menu {
        z-index: 10000000000000;
        top: 48px;
        width: 100%;
        background: rgba(255, 255, 255, 0.80);
        position: fixed;
        text-align: center;
        font-family: open-sans, sans-serif;
        font-size: 18px;
    }

    .menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        list-style-image: none;
    }

    .menu li {
        display: block;
        padding: 25px 0;
        color: #3C3C3B;
        text-decoration: none !important;
        border-bottom: #808080 2px solid;
    }

    .menu li.empty {
        border-bottom: none;
        height: 100vh;
    }

    .menu li:hover {
        display: block;
        background: #ffffff;
        padding: 25px 0;
        border-bottom: #808080 2px solid;
    }

    .menu li.empty:hover {
        border-bottom: none;
    }

    .menu ul li a {
        text-decoration: none;
        margin: 0;
        color: #3C3C3B;
    }

    .menu ul li a:hover {
        color: #3C3C3B;
        font-weight: bold;
        text-decoration: none;
    }

    .menu a {
        text-decoration: none !important;
        color: #3C3C3B;
    }

    .menu a:hover {
        color: #3C3C3B;
        text-decoration: none;
    }

    .glyphicon-home {
        color: white;
        font-size: 1.5em;
        margin-top: 5px;
        margin: 0 auto;
    }
}

@media (min-width: 321px) and (max-width: 420px) {
    .menu {
        top: 56px;
    }
}

@media (min-width: 801px) and (max-width: 1258px) {
    .menu {
        top: 76px;
    }
}

@media (min-width: 768px) and (max-width: 1258px) {
    .menu {
        width: 40%;
    }
}

.stopka a, .stopka a:hover, .stopka a:visited {
    color: black;
    text-decoration: none;
}