html {
    height: 100%;
}

body {
    padding-bottom: 0;
    background-position: 0 480px;
}

div.backdrop {
    background-image: url(motionblur4.jpg);
    background-repeat: repeat-x;
    overflow: hidden;
    -webkit-animation: background-scroll 70s linear infinite;
    animation: background-scroll 70s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@-webkit-keyframes background-scroll {
    from { background-position: 0 0; }
    to { background-position: -1585px 0; }
}

@keyframes background-scroll {
    from { background-position: 0 0; }
    to { background-position: -1585px 0; }
}

div.headline {
    height: 148px;
}

a.title {
    display: block;
    width: 540px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

a.title img {
    position: absolute;
    top: 10px;
    left: 0;
    height: 128px;
}

a.title img + img {
    top: 45px;
    left: 123px;
    height: 70px;
}

a.title span {
    position: absolute;
    top: 16px;
    left: 121px;
    color: #999999;
    font-family: sans-serif;
}

div.stage {
    width: 784px;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    padding-left: 50px;
    padding-top: 50px;
    left: 50%;
    margin-left: -302px;
}

.float {
    display: block;
    float: left;
    width: 192px;
    height: 192px;
    margin-left: -50px;
    margin-top: -51px;
    background-image: url(mgn311.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    position: relative;
    z-index: 2;
    outline: none;
}

.float.flip {
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1);
}

.float:active,
.float:focus,
.float:hover {
    z-index: 100 !important;
    -webkit-animation: levitate 2s alternate ease-out infinite;
    animation: levitate 2s alternate ease-out infinite;
}

@-webkit-keyframes levitate {
    0% { transform: translate(0, 0); }
    100% { transform: translate(0, -10px); }
}

@keyframes levitate {
    0% { transform: translate(0, 0); }
    100% { transform: translate(0, -10px); }
}

.float .role {
    display: none;
}

.float:active .role,
.float:focus .role,
.float:hover .role {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    font-family: sans-serif;
}

div.shadow {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: -10px;
    top: 404px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 10px rgba(0,0,0,0.4) inset, 0px 0px 0px 350px rgba(0,0,0,0.4);
    perspective: 100em;
    -webkit-transform: rotateX(65deg);
    transform: rotateX(65deg);
}

.clear {
    clear: both;
}

footer {
    top: 0;
    width: auto;
}

@media screen and (min-width: 0) and (max-width: 540px) {
    /* Small Headline */
    a.title {
        width: auto;
    }

    a.title img {
        position: absolute;
        top: 10px;
        left: 50%;
        height: 128px;
        display: block;
        margin-left: -64px;
    }

    a.title img + img {
        top: 140px;
        left: 50%;
        height: auto;
        margin-left: -62px;
        width: 128px;
    }

    a.title span {
        position: absolute;
        top: 16px;
        left: 50%;
        color: #999999;
        font-family: sans-serif;
        margin-left: 56px;
    }
    /* End */
}
