* {
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    text-align: center;
    font-family: sans-serif;
}

body {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    background-image: url('img/phish.jpg');
}

h1, h2, h3, p {
    margin-bottom: 40px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
}

button {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 48px;
    border-radius: 4px;
    background-color: #008CBA;
    color: #fff;
    font-size: 13pt;
}

input,
form {
    margin-bottom: 20px;
    color: #fff;
}
.song {
    margin-right: auto;
    margin-left: auto;
}
audio {
    border-radius: 6px;
    box-shadow: 1px 1px 2px #000;
}

#score {
    display: none;
}
.container {
    position: relative;
    display: block;
    align-items: center;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    max-width: 100%;
    width: 500px;
    border-radius: 6px;
    background-color: #eee;
    box-shadow: 1px 1px 3px #000;

}

@media screen and (max-width: 600px) {
    .container {
        margin: 0;
        width: 100%;
        height: 100%;
    }
}



.song {
    margin-top: 40px;
    margin-bottom: 30px;
}

.quiz {
    display: inline;
    clear: both;
    margin: 40px;
    width: 100%;
    color: #fff;
    text-align: center;
}

.question {
    width: 50%;
}

.next {
    display: block;
    margin: auto;
}

.gradient {
    border: 1px solid black;
    background: #494949;
    /* Old browsers */
    background: -webkit-linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
    background: -moz-linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
    background: -o-linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
    background: -ms-linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
    background: linear-gradient(top, #494949 0%, #434242 31%, #393838 55%, #242323 83%, #1b1a1a 100%, #161515 100%, #0b0b0b 100%);
    -webkit-box-shadow: inset 0 1px 0px rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 0 1px 0px rgba(255, 255, 255, .2);
    box-shadow: inset 0 1px 0px rgba(255, 255, 255, .2);
    /* W3C */
    -image filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#0b0b0b', GradientType=0);

    /* IE6-9 */
}

.audioContainer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, .3), inset 0 1px 0px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, .3), inset 0 1px 0px rgba(255, 255, 255, .2);
    box-shadow: 0px 0px 13px rgba(0, 0, 0, .3), inset 0 1px 0px rgba(255, 255, 255, .2);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}

.containerLarge {
    height: 427px;
}

.cover {
    width: 398px;
    height: 10px;
    border: 2px solid black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.coverLarge {
    height: 398px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity .7s ease;
    -moz-transition: opacity .7s ease;
    -o-transition: opacity .7s ease;
    -ms-transition: opacity .7s ease;
    transition: opacity .7s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
}

#audioplayer {
    margin: 50px auto auto auto;
    width: 480px;
    height: 60px;
    border: solid #ccc;
}

#pButton {
    float: left;
    width: 60px;
    height: 60px;
    outline: none;
    border: none;
    background-position: center;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

.play {
    background: url('http://www.justice.gouv.fr/la-lettre-du-droit-mjl/22/images/play_button.png');
    text-align: center;
}

.pause {
    background: url('http://www.omg-music.de/sites/all/modules/omg_html5_player/images/formatter_button_pause_up.png');
}

#timeline {
    float: left;
    margin-top: 20px;
    width: 400px;
    height: 20px;
    border-radius: 15px;
    background: rgba(0, 0, 0, .3);
}

#playhead {
    margin-top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

@-moz-keyframes spinningH {
    from {
        -moz-transform: rotateX(0deg) rotateY(0deg);
    }
    to {
        -moz-transform: rotateX(360deg) rotateY(360deg);
    }
}

@-webkit-keyframes spinningH {
    from {
        -webkit-transform: rotateX(0deg) rotateY(0deg);
    }
    to {
        -webkit-transform: rotateX(360deg) rotateY(360deg);
    }
}

@-o-keyframes spinningH {
    from {
        -o-transform: rotateX(0deg) rotateY(0deg);
    }
    to {
        -o-transform: rotateX(360deg) rotateY(360deg);
    }
}

@-ms-keyframes spinningH {
    from {
        -ms-transform: rotateX(0deg) rotateY(0deg);
    }
    to {
        -ms-transform: rotateX(360deg) rotateY(360deg);
    }
}

@keyframes spinningH {
    from {
        transform: rotateX(0deg) rotateY(0deg);
    }
    to {
        transform: rotateX(360deg) rotateY(360deg);
    }
}

.player {
    margin-right: 200px;
    margin-left: auto;
}

#cubecontainer {
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
    -moz-transform-origin: 50% 50%;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    -o-perspective: 500px;
    -ms-perspective: 500px;
    perspective: 500px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -o-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}

.animate {
    -webkit-animation: spinningH 10s infinite linear;
    -moz-animation: spinningH 10s infinite linear;
    -o-animation: spinningH 10s infinite linear;
    -ms-animation: spinningH 10s infinite linear;
    animation: spinningH 10s infinite linear;
}

#cube {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: 160px;
    height: 160px;
    -webkit-transition: -webkit-transform 2s linear;
    -moz-transition: -moz-transform 2s linear;
    -o-transition: -o-transform 2s linear;
    -ms-transition: -ms-transform 2s linear;
    transition: transform 2s linear;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#cube>div {
    position: absolute;
    padding: 0px;
    width: 160px;
    height: 160px;
    background-position: center center;
    opacity: 0.9;
}

#cube div:nth-child(1) {
    background-color: #2E272F;
    background-image: url(img/maze.jpg);
    background-repeat: no-repeat;
    -webkit-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -o-transform: translateZ(80px);
    -ms-transform: translateZ(80px);
    transform: translateZ(80px);
}

#cube div:nth-child(2) {
    background-color: #2D3A4D;
    background-image: url(img/maze.jpg);
    -webkit-transform: rotateY(90deg) translateZ(80px);
    -moz-transform: rotateY(90deg) translateZ(80px);
    -o-transform: rotateY(90deg) translateZ(80px);
    -ms-transform: rotateY(90deg) translateZ(80px);
    transform: rotateY(90deg) translateZ(80px);
}

#cube div:nth-child(3) {
    background-color: #2D1C12;
    background-image: url(img/bowie.png);
    -webkit-transform: rotateY(180deg) translateZ(80px);
    -moz-transform: rotateY(180deg) translateZ(80px);
    -o-transform: rotateY(180deg) translateZ(80px);
    -ms-transform: rotateY(180deg) translateZ(80px);
    transform: rotateY(180deg) translateZ(80px);
}

#cube div:nth-child(4) {
    background-color: #693C1F;
    background-image: url(img/bowie.png);
    -webkit-transform: rotateY(-90deg) translateZ(80px);
    -moz-transform: rotateY(-90deg) translateZ(80px);
    -o-transform: rotateY(-90deg) translateZ(80px);
    -ms-transform: rotateY(-90deg) translateZ(80px);
    transform: rotateY(-90deg) translateZ(80px);
}

#cube div:nth-child(5) {
    background-color: #955122;
    background-image: url(img/bowie.png);
    -webkit-transform: rotateX(-90deg) translateZ(80px) rotate(180deg);
    -moz-transform: rotateX(-90deg) translateZ(80px) rotate(180deg);
    -o-transform: rotateX(-90deg) translateZ(80px) rotate(180deg);
    -ms-transform: rotateX(-90deg) translateZ(80px) rotate(180deg);
    transform: rotateX(-90deg) translateZ(80px) rotate(180deg);
}

#cube div:nth-child(6) {
    background-color: #E34C26;
    background-image: url(img/bowie.png);
    -webkit-transform: rotateX(90deg) translateZ(80px);
    -moz-transform: rotateX(90deg) translateZ(80px);
    -o-transform: rotateX(90deg) translateZ(80px);
    -ms-transform: rotateX(90deg) translateZ(80px);
    transform: rotateX(90deg) translateZ(80px);
}

label { display: line-block; width: 150px; }

.a2a_default_style {
    float:right;
    position: relative;
    padding: 0;
    margin-top: -30px;
}
