/* WWW.PASOVE-STROJE.CZ, MEDIA SCREEN */
/* USER FORMAT */


/* bo: start */

/* logo */
body > .blur-container > header .logo {
    height: 72px;
    width: 65px;
    top: 25px;
}

@media only screen and (max-width: 850px) {
    body > .blur-container > header .logo {
        margin-left: -37px;
        top: 79px;
    }
}

body > .blur-container > header .logo {
    background: url('/img/project/logotype.svg');
    background-size: 100%;
}

body > .blur-container > header.fixed-header .logo {
    top: 67px;
    height: 46px;
}

body > .blur-container > header.fixed-header .logo {
    background: url('/img/project/logotype_claim.svg');
    background-size: 100%;
}

@media only screen and (max-width: 850px) {
    body > .blur-container > header.fixed-header .logo {
        height: 72px;
        width: 65px;
        top: 25px;
    }
    body > .blur-container > header.fixed-header .logo {
        background: url('/img/project/logotype.svg');
        background-size: 100%;
    }
}

/* color */
body > .blur-container > header .main-menu ul, .main .chess .heading, body > .blur-container > header .main-menu ul, .main .chess .heading, .main .chess .item:hover .hover {
    background-color: rgb(0,135,208);
}
.main .chess .item .hover {
    color: rgb(0,135,208);
}

.main .index-banner .bx-wrapper ul li .text .headline {
    color: rgb(255,255,255);
    text-shadow: rgb(45,45,45) 1px 0 10px;
}

/* languages */
body > .blur-container > header .service-menu nav.menu-langs {
    height: 38px;
    float: right;
    margin: 7px 50px 0 0;
}

body > .blur-container > header .service-menu nav.menu-langs ul li {
    display: block;
    width: 40px;
    height: 30px;
    padding: 5px 0 0 7px;
    border-left: 1px solid rgba(45,45,45,0.5);
}

body > .blur-container > header .service-menu nav.menu-langs ul li:first-child {
    border: none;
}

body > .blur-container > header .service-menu nav.menu-langs ul li a {
    width: 25px;
    height: 100%;
    position: absolute;
    opacity: 0.6;
}
body > .blur-container > header .service-menu nav.menu-langs ul li a:hover, body > .blur-container > header .service-menu nav.menu-langs ul li a.active {
    opacity: 1.0;
}

body > .blur-container > header .service-menu nav.menu-langs ul li a.cs {
    background: url(/img/common/flags/czech-republic.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
body > .blur-container > header .service-menu nav.menu-langs ul li a.sk {
    background: url(/img/common/flags/slovakia.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
body > .blur-container > header .service-menu nav.menu-langs ul li a.de {
    background: url(/img/common/flags/germany.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 3px 0 0 0;
}


/* bo: end */
