#mobileMenu {
    position: absolute;
}

#contentWrapper, #contentWrapper > div.content {
    overflow: visible;
    padding-top: 55px;
}

.fullScreenWrapper {
    width: 100%;
    height: 100%;
}

#leftBar {
    background-color: #ffffff;
    display: none;
    height: 100%;
    position: absolute;
    width: 12%;
    z-index: 5;
}

#main {
    max-width: 1240px;
    margin: auto;
}

#introText ol {
    list-style-type: decimal;
}

#gameArea {
    background-image: url('../../graphX/games/backgroundGreen.jpg');
    height: auto;
    position: relative;
    background-color: white;
    background-size: cover;
    margin: auto;
    overflow: visible;
    border: 2px solid lightgrey;
    max-width: 100%;
    transition: none;
    text-align: center;
}

#gameArea::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

#backgroundVideo {
    height: auto;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.level2 video, .level2 #pauseOverlay:before {
    filter: hue-rotate(65deg);
    -webkit-filter: hue-rotate(65deg);
    -moz-filter: hue-rotate(65deg);
    -o-filter: hue-rotate(65deg);
    -ms-filter: hue-rotate(65deg);
}

.level3 video, .level3 #pauseOverlay:before {
    filter: hue-rotate(130deg);
    -webkit-filter: hue-rotate(130deg);
    -moz-filter: hue-rotate(130deg);
    -o-filter: hue-rotate(130deg);
    -ms-filter: hue-rotate(130deg);
}

.level4 video, .level4 #pauseOverlay:before {
    filter: hue-rotate(195deg);
    -webkit-filter: hue-rotate(195deg);
    -moz-filter: hue-rotate(195deg);
    -o-filter: hue-rotate(195deg);
    -ms-filter: hue-rotate(195deg);
}

.level5 video, .level5 #pauseOverlay:before {
    filter: hue-rotate(255deg);
    -webkit-filter: hue-rotate(255deg);
    -moz-filter: hue-rotate(255deg);
    -o-filter: hue-rotate(255deg);
    -ms-filter: hue-rotate(255deg);
}

#gameArea #fullScreen {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    z-index: 16;
}

#gameArea .togglePause {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 50px;
    bottom: 10px;
    cursor: pointer;
    z-index: 16;
    display: none;
}

#gameArea #levelMeter {
    bottom: 5%;
    display: none;
    height: 47%;
    left: 3.5%;
    position: absolute;
    width: 4.5%;
    z-index: 10;
}

#clockWrapper {
    display: none;
    z-index: 10;
}

#clockBg {
    background-image: url("../../../frontend/graphX/games/circle.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 999px;
    display: block;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    height: 12.75%;
    left: 2.5%;
    position: absolute;
    top: 10%;
    width: 7%;
    z-index: 10;
}

#clockBg, #levelCountDown {
    transition: all 0.5s linear;
}

#levelMeter .level td {
    transition: background-color 0.5s linear;
}

#levelMeter .level {
    background: rgba(0, 0, 0, 0) url("../../graphX/games/rectangle.png") no-repeat scroll 0 0 / contain ;
    font-weight: bold;
    height: 8.75%;
    margin-top: 1.5%;
    text-align: center;
    width: 100%;
}

#levelMeter .subLevel {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    float: left;
    height: 8.75%;
    margin-top: 1.5%;
    width: 100%;
}

#levelMeter .subLevel.positive {
    background: url('../../graphX/games/rectangle.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#levelMeter .subLevel.positive.reached {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
}

#levelMeter .subLevel.negative {
    background: #FFA2A2;
}

#curLevelLarge {
    background-image: url("../../../frontend/graphX/games/circle.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 999px;
}

#curLevelLarge, #levelZoom {
    color: black;
    font-size: 3em;
    height: 12.75%;
    left: 2.5%;
    padding-top: 2.3%;
    position: absolute;
    top: 32%;
    width: 7%;
    z-index: 10;
    text-align: center;
}

#levelZoom {
    display: none;
    transition: all 1s linear;
}


#levelZoom.center {
    font-size: 30em;
    font-weight: bold;
    height: 100%;
    left: 45%;
    opacity: 0.5;
    top: 0;
    width: 35%;
}


#curLevel {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    display: none;
}

#levelText {
    font-size: 2em;
    position: absolute;
    top: 26%;
    width: 12%;
    z-index: 6;
    text-align: center;
}

#prevLevel {
    bottom: 0;
}


#curLevel td {
    vertical-align: middle;
}


#countDown {
    font-size: 200%;
    font-weight: bold;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 5px white;
    top: 4%;
    width: 12%;
    z-index: 15;
}

#pauseOverlay {
    background-color: white;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 15;
    display: none;
    top: 0;
    left: 0;
}

#pauseOverlay:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: url('../../graphX/games/backgroundGreen.jpg');
    background-size: cover;
}


@media (max-width: 1023px) {
    #countDown, #levelText {
        font-size: 0.7em;
    }
}

#levelCountDown {
    display: block;
    height: 10%;
    left: 3%;
    position: absolute;
    top: 11.25%;
    width: 6%;
    z-index: 10;
}

#levelCountDown #loader {
    fill: hsl(120, 100%, 50%);
}

#introText > div:not(:first-of-type) {
    display: none;
}

#introText ul, #responsiveIntro ul {
    margin: 10px;
}

.progressBarWrapper {
    flex-wrap: nowrap;
    text-align: center;
    margin-bottom: 15px;
}

#textWrapper, #responsiveIntro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url('../../graphX/games/backgroundGreen.jpg');
}

#introText, #responsiveIntro {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
}

#responsiveIntro {
    background: none;
    height: auto;
    margin-top: 15px;
    padding: 15px 20px 50px;
    position: relative;
    display: none;
    font-size: 1em;
}

#responsiveIntro h4 {
    margin: 0.5em 0 1.3em;
    text-align: left !important;
}

#responsiveIntro table {
    width: 100% !important;
}

#responsiveIntro table td {
    float: left !important;
    width: 100% !important;
    padding: 10px 0 !important;
}

#responsiveIntro p {
    padding: 0 !important;
}

#responsiveIntro ol {
    list-style: decimal;
}

#responsiveIntro .gameButton {
    margin-top: 5px;
}

#pauseOverlay > .description {
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 25%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,0.5) 75%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 25%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,0.5) 75%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    font-size: 30px;
    height: 65px;
    left: 0;
    padding: 15px;
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    filter: drop-shadow(0px 10px 45px #fff);
    -webkit-filter: drop-shadow(0px 10px 45px #fff);
    -moz-filter: drop-shadow(0px 10px 45px #fff);
    -o-filter: drop-shadow(0px 10px 45px #fff);
    -ms-filter: drop-shadow(0px 10px 45px #fff);
}

#introText > div {
    position: relative;
    padding-top: 50px;
}

.progressBarWrapperWrapper {
    left: 50%;
    position: absolute;
    top: -47px;
    width: 50%;
}

.progressBarWrapper {
    left: -50%;
    justify-content: space-around;
    position: relative;
}

.progressBarWrapper img {
    flex-grow: 0;
    margin: 0 25px;
}

#introText {
    bottom: 0;
    height: 48.75%;
    padding: 15px;
    position: absolute;
    width: 100%;
    background: #cedeb8 linear-gradient(to bottom, #cedeb8 0%, #ffffff 100%) repeat scroll 0 0;
}

#gameArea > h6, #pauseOverlay > h6 {
    margin-top: 35px;
    position: relative;
}

#creditCounter {
    background-image: url("../../graphX/icons/credits.png");
    background-position: right 25px top 13px;
    background-repeat: no-repeat;
    background-size: auto 55%;
    border-bottom: 1px solid #d3d3d3;
    color: #808080;
    display: none;
    font-size: 2.5em;
    height: 8%;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 6%;
    position: absolute;
    right: 0;
    text-align: right;
    top: 2%;
}

#bonusMultiplier {
    color: #80b140;
    display: none;
    font-size: 3em;
    font-weight: bold;
    height: 8%;
    padding-left: 20px;
    padding-right: 3%;
    position: absolute;
    right: 0;
    text-align: right;
    top: 13%;
    transition: all 1s ease-in-out;
}

#bonusMultiplier.large {
    font-size: 5em;
}

@keyframes rumble {
    0% {transform: rotate(0deg);}
    25% {transform: translate(6px, 0px) rotate(-6deg);}
    50% {transform: translate(0px, -6px) rotate(0deg);}
    75% {transform: translate(-6px, 0px) rotate(6deg);}
    100% {transform: translate(0px, 6px) rotate(0deg);}
}

.rumbleWrong {
    filter: hue-rotate(-80deg) saturate(2.5);
    -webkit-filter: hue-rotate(-80deg) saturate(2.5);
    -moz-filter: hue-rotate(-80deg) saturate(2.5);
    -o-filter: hue-rotate(-80deg) saturate(2.5);
    -ms-filter: hue-rotate(-80deg) saturate(2.5);
    animation: rumble .1s infinite linear;
}

#levelShadow {
    bottom: 0;
    left: 0;
    position: absolute;
}

#gameArea .gameButton, #responsiveIntro .gameButton {
    background-image: url("../../graphX/games/button.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: medium none;
    color: #ffffff;
    float: right;
    font-size: 1.2em;
    height: 51px;
    padding: 0 25px 3px 15px;
    text-align: left;
    width: 154px;
}

#gameArea .gameButton:hover, #responsiveIntro .gameButton:hover {
    background-color: transparent;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink {
    color: rgb(128, 177, 64);
    animation: blink 0.5s infinite;
}

.clickRect .creditBonus {
    display: block;
    font-size: 3.5em;
}

#gameArea .creditBonus {
    color: rgb(128,177,64);
}

.creditBonus > img {
    margin-top: 15px;
    max-height: 60px;
}

#introText ul, #introText ol, #responsiveIntro ul, #responsiveIntro ol {
    display: inline-block;
    text-align: left;
}

#introText table, #responsiveIntro table {
    width: 80%;
    margin: auto;
}

#introText table td, #introText p, #responsiveIntro table td, #responsiveIntro p {
    font-size: 1.2em;
    padding: 0 25px;
}

#introText img.credits, #responsiveIntro img.credits {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    height: 20px;
}

form#login a.register.button {
    font-size: 100%;
}

#introText table td, #responsiveIntro table td {
    vertical-align: top;
}

@media (max-width: 1000px) {
    #creditCounter {
        background-position: right 25px top 10px;
        font-size: 2em;
        padding-right: 8%;
        padding-top: 5px;
    }

    #curLevelLarge, #levelZoom {
        font-size: 2em;
        padding-top: 2%;
    }
}

@media (max-width: 764px) {
    #introText .progressBarWrapper img {
        height: 50px;
        min-width: 50px;
        margin: 8px 25px 0 25px
    }

    #creditCounter {
        padding-top: 0;
        font-size: 1.5em;
        padding-right: 8%;
        background-position: right 25px top 6px;
    }

    #introText table td, #introText p, #responsiveIntro table td, #responsiveIntro p {
        font-size: 1em;
    }

    #responsiveIntro .gameButton {
        float: none;
        margin-left: 0;
        font-size: 1em;
        padding: 0 25px 0px 15px;
    }
}

@media (max-width: 640px) {
    #curLevelLarge {
        padding-top: 1.6%;
    }

    #curLevelLarge, #levelZoom {
        font-size: 1.5em;
    }

    #backgroundVideo {
        display: none;
    }
}

@media (max-width: 550px) {
    #creditCounter {
        font-size: 1em;
        padding-right: 10%;
        padding-top: 0;
        background-position: right 25px top 7px;
    }

    #pauseOverlay > .description {
        font-size: 24px;
        padding: 23px;
    }
}