header .wrapper .logo a {
    margin-top: 11px
}

header .wrapper .logo a img {
    width: 90.5%;
    margin: 0 auto 0px auto
}

.container.caseBox #case-box-app .case img.case-image.theme {
    position: absolute;
    left: 9px;
    top: 22px;
    width: 158px;
    height: 29px
}

.homepage #caseList>a:hover {
    background-image: url("../img/case-box/hover.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-animation: case-bg-opacity 2s;
    animation: case-bg-opacity 2s
}

.homepage #caseList>a:hover .theme-overlay.theme-overlay-hovered {
    display: block;
    position: absolute;
    width: 244px;
    height: auto;
    left: 6px;
    top: 11px
}

@-webkit-keyframes case-bg-opacity {
    from {
        opacity: .2
    }

    to {
        opacity: 1
    }
}

@keyframes case-bg-opacity {
    from {
        opacity: .2
    }

    to {
        opacity: 1
    }
}

.homepage #caseList>a .theme-overlay {
    position: absolute
}

.homepage #caseList>a .theme-overlay.theme-overlay-static {
    width: 158px;
    height: auto;
    left: 27px;
    top: 16px
}

@media only screen and (max-width: 768px) {
    .homepage #caseList>a:hover .theme-overlay.theme-overlay-hovered {
        width:191px;
        left: 17px;
        top: 7px
    }

    .homepage #caseList>a .theme-overlay.theme-overlay-static {
        left: 33px;
        top: 11px;
        width: 122px
    }
}

@media only screen and (max-width: 550px) {
    .homepage #caseList>a:hover .theme-overlay.theme-overlay-hovered {
        width:185px;
        left: 20px;
        top: 5px
    }

    .homepage #caseList>a .theme-overlay.theme-overlay-static {
        left: 38px;
        top: 11px;
        width: 115px
    }
}

@media only screen and (max-width: 440px) {
    .homepage #caseList>a:hover .theme-overlay.theme-overlay-hovered {
        width:151px;
        left: 5px;
        top: 5px
    }

    .homepage #caseList>a .theme-overlay.theme-overlay-static {
        left: 17px;
        top: 9px;
        width: 98px
    }
}

body:after {
    content: "";
    position: fixed;
    background: url("../img/header-bg.png") repeat-x top 0px left;
    top: 0;
    left: 0;
    width: 100%;
    height: 24px;
    z-index: 6;
    pointer-events: none
}

@media only screen and (max-width: 768px) {
    header .wrapper .logo {
        background-color:rgba(0,0,0,0)
    }

    header .wrapper .logo a {
        margin-top: 9px
    }
}

/*# sourceMappingURL=style.css.map */
